

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background: #d1d1d1;
}

#fimages {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 120vh;
    margin-top: 5vw;
}

@media screen and (max-width: 768px) {
    #fimages {
        flex-direction: column;
        
     

    }
    
}

#fleft {
    overflow: hidden;
    width: 45%;
    height: inherit;
}
@media screen and (max-width: 768px) {
    #fleft {
        width: 100%;
        padding: 20px;
    }
    
}

.fleftelm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: inherit;
}


.fleftelm h1 {
    font-size: 2.5vw;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    margin: 1.5vw 0;
}

@media screen and (max-width: 768px) {
    .fleftelm h1 {
        font-size: 6vw;
    }
    
}

.fleftelm h3 {
    font-size: 1.3vw;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .fleftelm h3 {
        font-size: 4vw;
    }
    
}

.fleftelm h4 {
    opacity: .5;
}


#fright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 45%;
    height: inherit;
}

@media screen and (max-width: 768px) {
    #fright {
        width: 100%;
        
    }
    
}

#fright .images {
    width: 90%;
    height: 90%;
}


#fright .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
