
html{
    scroll-behavior: smooth;
    direction: rtl;
}

body{
    text-align: right !important;
}
a{
    text-decoration: none !important;
}
/**{

}*/
/*---------------*/
/*------Home-----*/
/*---------------*/
#home {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    background: #0b1429;
}
#home .content-home {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#home h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}
    #home h2 span {
        font-size: 33px;
        color: #16bd9d;
        font-weight: 700;
    }
    #home p {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
    }
#links{
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
#links a {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 5px 10px;
    border-radius: 15px;
    gap: 15px;
}
#links a img {
    width: 46px;
}
#links a #text p {
    margin-bottom: 0;
    color: black;
    font-size: 13px;
    font-weight: 500;
}
#links a #text h5 {
    font-size: 15px;
    font-weight: 600;
    color: black;
}

/*-------------*/
/*---Navbar---*/
/*-------------*/
#nav{
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999999999999;
    width: 100%;
    background: #0b1429;
}
#nav .container{
    max-width: 1200px;
}
#btn-toggle-nav{
    color: #16ae93;
    border: 1px solid #16ae93;
    background: #16ae93;
}
#nav-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0px; */
    /* font-family: Poppins, sans-serif; */
    color: #16bd9d;
    white-space: nowrap;
    transition: all 0.3s ease 0s;
    position: relative;
    margin: 10px 10px 10px 0;
    font-size: 16px;
    font-weight: 600;
}
#nav-item:hover{
    color: #ffffff;
}
#nav-item::before{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #16ae93;
    transition: all 0.3s ease-in-out 0s;
}
#nav-item:hover::before{
    width: 100%;
}

.search-form {
    background: #f4f8fa;
    border: none;
    padding: 3px 60px 3px 10px;
    position: relative;
    display: flex;
    border-radius: 60px;
    width: 100%;
}
#input-blog {
    border: 0;
    padding: 4px;
    border-radius: 60px;
    width: 100%;
    background: transparent !important;
    color: #000000ce;
    font-size: 15px;
    font-weight: 500;
}
#input-blog::placeholder{
    font-size: 15px;
    font-weight: 400;
    color: #00000091;
}
#input-blog:focus{
    box-shadow: none;
}
#btn-blogSearch {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 20px;
    padding: 0 15px;
    margin: -1px;
    background: transparent !important;
    color: #000;
    transition: 0.3s;
    border-radius: 0 60px 60px 0;
    line-height: 0;
}
#btn-blogSearch:focus{
    box-shadow: none;
}
#btn-blogSearch i {
    line-height: 0;
}
#nav-item-drop a{
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    display: flex;
    color: #16bd9d;
}
#dropdown-menu{
    box-shadow: 0 13px 35px rgba(0, 0, 0, 0.11);
    border: 0;
    border-top: 2px solid #16bd9d;
}
#item-drop{
    color: #0b1429;
    transition: 0.2s;
    border-bottom: 1px solid #d1d1d1;
    margin: 0;
}
#item-drop:hover{
    color: #16bd9d;
    background: #0b1429;
}


/*------------*/
/*----About-----*/
/*------------*/
/* #about{
    background: url(../img/about-bg.jpg) center center/cover no-repeat fixed;
    overflow: hidden;
    position: relative;
    color: #111b2f;
    padding: 85px 0 50px;
}
#about .container{
    max-width: 1420px;
}
#about::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #111b2f7c;
}
#h2-about1{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}
#about h2 span{
    margin-bottom: 2rem;
    color: #16ae93;
    font-size: 38px;
    font-family: 'Lobster', sans-serif;
}
#about h2 span>span{
    color: #fff;
}
#about p{
    font-size: 14px;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 2rem;
}
#about p span{
    display: block;
}
#h2-about2{
    font-size: 25px;
    font-weight: 700;
    color: #16ae93;
} */


.about {
    padding-bottom: 20px;
    padding-top: 60px;
}
.about .content .who-we-are {
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #16bd9d;
}
.about .content h3 {
    font-size: 2rem;
    font-weight: 700;
}
.about .content ul {
    list-style: none;
    padding: 0;
}
.about .content ul li {
    padding-bottom: 10px;
}
.about .content ul i {
    font-size: 1.25rem;
    margin-right: 4px;
    color: #388da8;
}
.btn-default {
    z-index: 11;
    background: #16bd9d;
    height: auto;
    width: auto;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    letter-spacing: 0px;
    text-decoration: none !important;
    padding: 10px 20px;
    border-radius: 3px;
    outline: none !important;
    transition: all .25s ease-in-out;
    color: #0b1429;
    position: relative;
    letter-spacing: 0.5px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 500;
}
.btn-default:hover {
    color: #ffffff;
    background: #0b1429;
}
.btn-default i{
    transition: all .25s ease-in-out;
}
.btn-default:hover i{
    margin-right: 0.3rem;
}
.about .about-images img {
    border-radius: 10px;
    
    width: 100%;
}


/*-------------------*/
/*-----Category------*/
/*-------------------*/
#categories{
    margin: 3rem 0;
}
#categories .container{
    max-width: 1200px;
    padding: 0;
}
#category-btns{
    border: 1px solid #e8e8e8;
}
#category-btns button{
    display: flex;
    padding: 10px;
    
    color: #111b2f;
    white-space: nowrap;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    border-bottom: 1px solid #e8e8e8;
    background: #f9fbff;
    border-radius: 0;
}
#category-btns button img{
    margin-left: 1rem;
}
#category-btns .nav-link.active{
    background: #111b2f;
    color: #16bd9d;
}
/* #category-btns .nav-link.active  svg{
    fill: #15bb9c;
} */
#categories .carousel-item{
    position: relative;
}
#category-back{
    background: url(../img/fashion3@2x.jpg) center center/cover no-repeat ;
    margin: 0;
    padding: 2rem 1rem;
    height: 100%;
}
#category-back2{
    background: url(../img/Group-26072@2x-1.jpg) center center/cover no-repeat ;
    margin: 0;
    padding: 2rem 1rem;
    height: 100%;
}
#category-back3{
    background: url(../img/slider-2@2x.jpg) center center/cover no-repeat ;
    margin: 0;
    padding: 2rem 1rem;
    height: 100%;
}
#categories #carouselExampleIndicators{
    width: 100%;
    border-radius: 10px;
}
#btn-brev, #btn-next{
    z-index: 11;
    fill: #000;
    top: 11%;
    transform: translateY(-50%);
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: 0.5s;
    background: #fff;
    opacity: 1;
}
#btn-brev.carousel-control-prev{
    top: 89%;
    right: auto;
    left: 2%;
}
#btn-next{
    left: 2%;
    right: auto;
}
#btn-brev:hover, #btn-next:hover{
    background: #000;
    border: 1px solid #000;
    fill: #fff;
}
#carousel-indicators{
    bottom: 11px;
}
#carousel-indicators li{
    border: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
}
#carousel-indicators li.active{
    width: 35px;
}
#span-category{
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin: 0;
    line-height: 1.1;
}
#p-category{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0.5rem 0 0;
}
#btn-category {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    border-radius: 50em !important;
    font-size: 13px;   
    padding: 0.5rem 0.5rem !important;
    margin: 0;
    margin-top: 1rem;
    position: relative;
}
#btn-category:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

#btn-category span {
    display: inline-flex;
    padding: 0.25rem 0.75rem;
    border-radius: inherit;
    border-color: inherit;
    align-items: center;
}
#btn-category span, #btn-category i {
    transition: transform .3s cubic-bezier(.22,.665,.34,.875);
}
#btn-category:hover#btn-category .btn-txt, #btn-category:hover.btn-bordered .btn-txt {
    transform: translateX(-1em);
}
#btn-category .btn-txt, #btn-category .btn-icon i {
    transition-timing-function: cubic-bezier(0,.71,.4,1);
}
#btn-category .btn-txt {
    transition: transform .5s;
}
.btn-icon, .btn-txt {
    position: relative;
    z-index: 3;
}
#btn-category .btn-icon {
    margin-inline-start: -1em;
    position: absolute;
    transform: translateX(260%);
}
.btn-txt+.btn-icon {
    margin-inline-end: 0;
}
.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    letter-spacing: 0;
    background-size: 99.99% !important;
    transition: background .3s, color .125s, box-shadow .3s, border .3s;
}
#btn-category:hover .btn-icon i {
    opacity: 1;
    visibility: visible;
    transform: translateX(1em);
}
#btn-category .btn-icon i {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transform: translateX(.25em);
    transition: opacity .25s, transform .5s;
}
#btn-category .btn-icon i {
    display: inline-block;
    transition: opacity .25s, transform .5s;
    font-size: 18px;
}




/*-----------------*/
/*----IconBox-----*/
/*-----------------*/
#iconboxes{
    padding: 3rem 0;
}
#iconboxes .container{
    max-width: 1200px;
}
#wrap-icon-box{
    border: 1px solid #dedede;
    border-bottom: none;
    border-left: none;
}
#iconbox-svg{
    max-width: 100%;
    text-align: center;
    padding: 1.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
#iconbox-svg:nth-child(2),
#iconbox-svg:nth-child(3),
#iconbox-svg:nth-child(4){
    border-left: 1px solid #dedede;
}
#iconbox-svg #box-icon-box svg{
    fill: #12bb9b;
    margin-left: 1rem;
}
#iconbox-svg h2{
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

/*----------------------*/
/*------Set-Couter------*/
/*----------------------*/
#set-couter{
    padding: 0 0 2rem;
}
#set-couter .container{
    max-width: 1200px;
}
#border-setCouter{
    border: 1px solid #dedede;
    border-radius: 0;
    padding: 4rem 0;
}
#border-setCouter #padingleft-set{
    padding-left: 3rem;
}
#border-setCouter h2{
    color: #000;
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 40px;
}
#border-setCouter h2 span{
    display: block;
}
#border-setCouter #span1-set{
    font-size: 16px;
    color: #252525;
    font-weight: 400;
}
#border-setCouter p{
    color: #000;
    margin-bottom: 2rem;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
#border-setCouter p span{
    color: #f84419;
    font-weight: 700;
    font-size: 33px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
#btn-setcouter {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    border-radius: 50em !important;
    font-size: 13px;   
    padding: 0.5rem 0.5rem !important;
    margin: 0;
    margin-top: 1rem;
    position: relative;
    border: 2px solid;
    margin-bottom: 2rem;
}
#btn-setcouter:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

#btn-setcouter span {
    display: inline-flex;
    padding: 0.25rem 0.75rem;
    border-radius: inherit;
    border-color: inherit;
    align-items: center;
}
#btn-setcouter span, #btn-setcouter i {
    transition: transform .3s cubic-bezier(.22,.665,.34,.875);
}
#btn-setcouter:hover#btn-setcouter .btn-txt, #btn-setcouter:hover.btn-bordered .btn-txt {
    transform: translateX(-1em);
}
#btn-setcouter .btn-txt, #btn-setcouter .btn-icon i {
    transition-timing-function: cubic-bezier(0,.71,.4,1);
}
#btn-setcouter .btn-txt {
    transition: transform .5s;
}
.btn-icon, .btn-txt {
    position: relative;
    z-index: 3;
}
#btn-setcouter .btn-icon {
    margin-inline-start: -1em;
    position: absolute;
    transform: translateX(260%);
}
.btn-txt+.btn-icon {
    margin-inline-end: 0;
}
.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    letter-spacing: 0;
    background-size: 99.99% !important;
    transition: background .3s, color .125s, box-shadow .3s, border .3s;
}
#btn-setcouter:hover .btn-icon i {
    opacity: 1;
    visibility: visible;
    transform: translateX(1em);
}
#btn-setcouter .btn-icon i {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transform: translateX(.25em);
    transition: opacity .25s, transform .5s;
}
#btn-setcouter .btn-icon i {
    display: inline-block;
    transition: opacity .25s, transform .5s;
    font-size: 18px;
}

/*-----------------*/
/*-----Contact-----*/
/*-----------------*/
#contact {
    padding: 0 0 60px;
}
#contact .container{
    max-width: 1200px;
}
.contact .info-wrap {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}
.contact .info {
    background: #fff;
}
.contact .info i {
    font-size: 20px;
    color: #12bb9b;
    float: left;
    width: 44px;
    height: 44px;
    background: #dafff8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.contact .info:hover i {
    background: #12bb9b;
    color: #fff;
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #433f39;
}
.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #7a7368;
}
.contact .php-email-form {
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    padding: 30px;
    background: #fff;
}
.contact .php-email-form .form-group {
    padding-bottom: 8px;
}
.contact .php-email-form input {
    height: 44px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.contact .php-email-form input:focus , .contact .php-email-form textarea:focus{
    border-color: #12bb9b;
}
.contact .php-email-form textarea {
    padding: 10px 12px;
}
.contact .php-email-form button {
    background: #12bb9b;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}
.contact .php-email-form button:hover{
    background: #0d162b;
}

/*---------------*/
/*----Footer----*/
/*---------------*/
#footer{
    background-color: #111b2f;
    padding-top: 80px;
    padding-bottom: 5px;
}
#footer img{
    margin-bottom: 1.25rem;
}
#p-footer{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, .651);
}
.icon-footer{
    display: flex;
    justify-content: start;
    align-items: center;
}
.item-icon-footer{
    color: rgba(255, 255, 255);
    font-size: 20px;
    background: transparent;
    border-radius: 80px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-right: 15px;
    transition: 0.5s;
}
    .item-icon-footer:hover {
        background: #12bb9b;
        color: white;
        transform: translateY(-10px);
    }
#footer h2{
    font-family: lato, sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    font-size: 15px;
    margin-bottom: 2rem;
    color: #fff;
    letter-spacing: 1px;
}
#footer ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
#footer ul li{
    padding-bottom: 0.5rem;
}
#footer ul a{
    color: rgba(255, 255, 255, .651);
    font-size: 15px;
    font-weight: 400;
    transition: 0.5s;
}
#footer ul a:hover{
    color: #fff;
}
#footer .vc_sep_line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
    margin: 2rem 0 0;
}

#footer-end{
    background-color: #111b2f;
    padding-top: 20px;
    padding-bottom: 5px;
}
#footer-end #copyright{
    flex-wrap: wrap;
}
.help-footer{
    margin-bottom: 1rem;
}
#footer-end .help-footer a{
    color: rgba(255, 255, 255, .651);
    font-size: 15px;
    font-weight: 400;
    transition: 0.5s;
    padding: 0.1rem 1rem;
}
#footer-end .help-footer a i{
    margin-left: 0.5rem;
    font-size: 20px;
}
#footer-end .help-footer a:hover{
    color: #fff;
}