.break {

}
.break_content {
    width: 106% !important;
}
.project {
    padding: 7px 10px;
    margin: 10px 0;
    border: none;
    display: inline-block;
    float: right;
    width: 16%;
}
.bk-title {
    font-size: 18px;
    margin: 20px 0 0;
}
.break_sidebar {
    width: 46%;
    float: right;
    margin-left: 25px;
}
.break_sidebar select {
    height: 50px;
    width: 40%;
    border: 1px solid;
    padding: 5px;
    -webkit-appearance: button;
}
.break_sidebar p {
    background: #FFCB05;
    padding: 15px;
    color: #080808;
    font-size: 16px;
    font-weight: 500;
}
.gallery {
    position: relative;
    transition: .3s;
    margin: 0 !important;
    border: 1px dotted;
    border-radius: 20px;
}
.project:hover .gallery::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.9;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    transition: .3s;
}
.project:hover .gallery a i {
    display: block;
}
.bk-info {
    text-align: center;
}
.gallery a i {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 50px;
    text-align: center;
    z-index: 222;
    background-color: #f5bf23;
    padding: 10px 0;
    width: 40px;
    font-size: 15px;
    color: white;
    border-radius: 5px;
    display: none;
}
.gallery a:active {
    color: transparent;
}
.gallery a {
    background-color: #f5bf23;
    width: 100%;
}
.bk-title {
    position: relative;
}
.bk-title::after {
    content: "";
    font-size: 18px;
    margin: 25px 0 0;
    border-bottom: 2px solid #ffcb05;
    width: 100%;
    transform: scale(0,1);
    transform-origin: top left;
    position: absolute;
    border-radius: 50px;
    transition: .3s;
    left: 0;
}
.project:hover .bk-title::after {
    transform: scale(1,1);
}
.search_brand {
    width: 22%;
    margin-right: auto;
    padding: 0px;
    height: 50px;
    display: flex;
    align-items: center;
    font-family: 'IRANSans' !important;
}
.search_brand h2 {
    margin-left: auto;
}
.search-box{
    width: fit-content;
    height: fit-content;
    position: relative;
    margin-left: 10px !important;
    width: 100%;
}
.input-search::placeholder{
    color:#000;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 100;
}
.btn-search:focus ~ .input-search{
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom:1px solid #009688;
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.input-search:focus{
    border-radius: 0px;
    background-color: transparent;
    border-bottom:1px solid rgba(255,255,255,.5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

 input[type="text"]{
            border-style: none;
            padding: 10px;
            font-size: 18px;
            letter-spacing: 2px;
            outline: none;
            border-radius: 25px;
            transition: all .5s ease-in-out;
            background-color: #ffcb053b;
            padding-right: 40px;
            color: #000;
    }
        .btn-search{
            width: 50px;
            height: 50px;
            border-style: none;
            font-size: 20px;
            font-weight: bold;
            outline: none;
            cursor: pointer;
   border-radius: 50%;
            position: absolute;
            left: -15px;
            color:#2a2424;
            background-color:transparent;
            pointer-events: painted;
            top: -10px;
        }
.break_content .tab-pane img {
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1200px){

    .break_content .project {
        width: 25%;
    }
}
@media only screen and (max-width: 991px){
    .break {
        display: flex;
        flex-direction: column;
    }
    .break_sidebar {
        position: absolute;
        top: 50px;
        width: 100%;
    }
    .break_content {
        width: 100% !important;
        margin-top: 134px;
    }

    .search_brand {
        width: 100%;
    }
}
@media only screen and (max-width: 500px){
    .project {
        padding: 7px 0px;
    }

}
@media screen and (max-width: 600px){

    .break_sidebar select {
        width: 98% !important;
    }
    .break_content .tab-pane img {
        width: 100%;
        object-fit: cover;
    }
    .break_content .gallery a {
        width: 100%;
    }
    .break_content .project {
        width: 48%;
    }
    .break_sidebar {
        top: 50px;
    }
        .search_brand {
            width: 100% !important;
        }
}

