*{
    margin: 0px;
    padding: 0px;
}
body{
    
    width: 100%;
    background-image: url(https://cdn.shopify.com/s/files/1/0449/5225/6667/files/jazz-bg-texture-min_1.jpg?v=1616673456);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-repeat: repeat-y;
    height: 100%; 
}
#banner{
    width: 100%;
}
#banner>img{
    width: 100%;
}
#bread{
    height: 110px;
    width: 100%;
    margin-top: -15px;
    background-color: #437111;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    color: white;
    padding-bottom:20px;
    padding-top: 5px;
    align-items: center;
    z-index: 1;
}

#bread>div{
    margin: auto;
    margin-top: 7px;
    height: 33%;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-evenly;
    width: 45%;
}
#bread a{
    text-decoration: none;
    color: #fff;
}
#bread a:visited{
    text-decoration: none;
    color: #fff;
}
#bread a:hover{
    text-decoration: underline;
    cursor: pointer;
    text-rendering: optimizeSpeed;
}
#home_icon{
    height: 40%;
    margin-right: 10px;
    background-color: transparent;
}
#others{
display: flex;
width: 100%;
justify-content: center;
}
#search_related{
    z-index: 0;
 width: 20%;
 height: 90vh;
 /* border: 1px solid green; */
 /* background-color: #137115; */
 position: sticky;
 top: 80px;
}
#info{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    
    padding: 50px 0px 0px 0px;
}
#info>div{
    width: 450px;
    height: 600px;
    margin-top: 30px;
    padding: 0px 10px 10px 10px;
    text-align: center;
    
}
#info>div>img{
    width: 450px;
    border-radius: 30px;
}
#info>div>img:hover{
    width: 450px;
    
    border-radius: 0px;
    transition: 1.5s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
#info>div>h1{
    text-overflow:ellipsis;
    overflow:hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-bottom: 50px;
}
#info>div>p{
    text-overflow:ellipsis;
    overflow:hidden;
     display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}
#info>div>div:first-child{
    background-color:white;
    width: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
}
#info>div>h1:hover{
    color:#98cb4c;
}
#info>div>div:last-child{
     margin-top: 60px;
    display: flex;
    width:100%;
    height: 50px;
    background-color: transparent;
    box-shadow: none;
}
#info>div>div>.mail{
    width: 30px;
    border-radius: 0px;
    padding: 10px 10px 10px 10px;
    
}
#info>div>div>.mail:hover{
    border-radius: 25px;
    background-color: beige;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.bekar{
    width: 60%;
    text-align: left;
    color: gray;
    margin: 10px 0px 50px 0px;
}

#search_related>h2{
    margin-bottom: 20px;
    margin-top: 40px;
}
#search_related>input{
    height: 40px;
    width: 55%;
    font-size: large;
    text-align: center;
    border: 0px ;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0px;
}
#search_related>button{
    height: 43px;
    width: 25%;
    background-color: #98cb4c;
    color: #fff;
    border: 0px ;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0px;
}
#search_related>button:hover{
    background-color: #81bb2a;
}
.related{
    display: flex;
    height: 80px;
    margin: 30px 0px 30px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 5px;
}
.related:hover{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;

}
.related>div{
    height: 100%;
    margin-right: 10px;
    padding: 1px 1px 1px 1px;
    
}
.related>div>img{
    height: 80%;
}

.related>div>p{
    margin-top: 1px;
}

#read{
    margin-top: 30px;
    text-decoration: underline;
    color: gray;    
}
#read:hover{
    color: black;
}