.home .sp_header {
    margin-bottom: 0 !important;
}
/* .herosection  */


.herosection {
    background: #F8FAFF;
}
.herosection {
    background: url(https://sakaninvestment.com/wp-content/uploads/2024/10/sakan-home.webp) top no-repeat;
    background-size: cover;
    filter: saturate(0.7);
    background-attachment: fixed;
}
.herobox h1, .serchprob b {
    color: #EA3934 !important;
    text-shadow: 0 1px 3px black;
    line-height: 1.7em;
}

.herobox {
    display: flex;
    flex-direction: column;
    gap: 35px;
    height: 500px;
    justify-content: center;
    padding: 20px 0;
}

.herobox h1 {
    font-size: 34px;
}

.search_box {
    background: #fff;
    padding: 15px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 6px 14px 0 rgb(68 68 68 / 5%);
}

.searchbox {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(5, 1fr);
}
.inputsearch .earchform {
    padding: 7px 10px;
    border: 1px solid #F0F4FF;
    border-radius: 12px;
    width: 100%;
}


button.search-butt {
    flex-shrink: 0;
    font-size: 17px;
    padding: 0 20px;
    background: #044BB3;
    border: 0;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
}

.selectholder select, .inputtiem select {
    padding: 10px;
    border: 1px solid #F0F4FF;
    border-radius: 8px;
    width: 100%;
    height: 42px;
}
.inputtiem select{
    width: 210px;
}
.inputtiem  label {
    display: block;
    margin-bottom: 10px;
}
.serchprob {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.serchprob a.serborb {
    padding: 4px 20px;
    background: #fff;
    border: 1px solid #F0F4FF;
    border-radius: 30px;
    color: #1C1F26;
	    font-size: 15px;
}
.serchprob a.serborb:hover {
    background: #0866ff;
    color: #fff;
}

.searchbox label {
    color: #1C1F26;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
.selectholder:last-of-type {
    padding-left: 0;
    border-left: 0;
}

.selectholder,.inputsearch {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #F0F4FF;
    width: 240px;
}










/* div */
.container.home .headline {
    margin-bottom: 40px;
}
.divslide {
    background: #fff;
    padding: 40px 0;
    color: #1C1F26;
    border-bottom: 1px solid #e1e6f5;
    border-top: 1px solid #e1e6f5;
}

.divslideholder {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    transition: all .3s;
}

.divslideholder.devpage {
    background: #fff;
    margin: 25px 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    padding: 20px;
    border-radius: 12px;
}

a.divitem {
    height: 120px;
    display: block;
    width: 150px;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    border: 2px solid #F0F4FF;
}
.divslideholder .divitem img {
    margin: 0 auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/* cats */


.grid-tow, .section_cats {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 20px;
}
a.cat_item {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    max-height: 300px;
}
.grid-one {
    gap: 20px;
    display: grid;
}
.cat_holder {
    position: relative;
    height: 250px;
}
.cat_holder .catimg {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.cat_holder:before {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    background: rgb(0 0 0 / 20%);
    z-index: 1;
    transition: all .3s;
}
.cat_holder:hover:before {    background: rgb(0 0 0 / 3%);}

.cat_detils_holder {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
}
.cat_detils_holder .cat_detils {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-shadow: 1px 2px 4px BLACK;
    color: #fff;
}
.cat_detils_holder .cat_detils .cat_numper {
    font-size: 15px;
}
.cat_detils_holder .cat_detils .cat_name {
    font-size: 22px;
}
