*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
    font-family:'Montserrat'; 
}

/* About Start */
.text1{
    font-weight: 800;
    font-size: var(--font-size-xl);
    font-weight: bold;
}
.text3{
    --font-montserrat: Montserrat;
    --font-font-awesome-6-free: "Font Awesome 6 Free";
    --font-size-sm: 14px;
    --font-size-3xs: 10px;
    --font-size-xl: 20px;
    --color-white: #fff;
    --blue: #0f8cb3;
    --darkgreen: #2d3728;
    --darkgrey: #d3ced2;
    --br-11xs: 2px;
    line-height: normal;
    text-align: left;
    font-size: var(--font-size-3xs);
    font-family: var(--font-montserrat);
    color: var(--darkgrey);
}
.thumb{
    border-radius: var(--br-11xs);
    box-sizing: border-box;
    width: 138.26px;
    height: 97.61px;
    border: 1px solid var(--darkgrey);
    align-items: center;
}

.selected{
    border-color: black!important;
}
.selected .text3{
    color: black!important;
}
.thumb > img{
    height: inherit;
    width: fit-content;
    padding: 2px;
}
.titles{
    margin-top: 40px;
    margin-bottom: 0rem;
}

.image-container {
    position: relative;
    display: inline-block;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*width: 30%;*/
    width: 45%;
    max-height: 45%;
    cursor: pointer;
    z-index: 1; 

}
.resizable:hover {
    resize: both;
    overflow: hidden;
    z-index: 2;

}
.preview{
    padding: 20;
    border: 1px solid var(--black);
    box-sizing: border-box;
    border-color: black!important;
    align-items: center;
}

.preview > img{
    width: -webkit-fill-available;
}
.details{
    margin-top: 5px;
    margin-bottom: 2px;
    color: rgb(44, 42, 42);
    
    font-size: 12px;
}

.text2{
    color:black;
    font-size: 10px;
    font-weight: bold;
}
.file1{
    color: darkgreen;
font-size: 12px;
}

#about-btn:hover{
    width: 170px;
}
@media (max-width:765px){
    .about{
        padding: 0;
    }
}

