Gallery
- Home
- Gallery
- Corporate Events
- WED- Weddings By Event Dynamics
- Travel Projects / M.I.C.E
- Dynamic Audio Visuals
/* Text Box Styling */
.scrollable-text-box {
height: 500px;
width: 100%;
overflow-y: scroll;
direction: rtl; /* Moves scrollbar to the left */
text-align: justify; /* Ensures text remains justified */
color: #2b2b2b; /* Fallback color */
font-family: ‘Montserrat’, sans-serif; /* Ensure correct font */
}
/* Paragraph Padding */
.scrollable-text-box p {
font-size: 15px;
padding-left: 20px;
margin: 0;
line-height: 1.6em;
color: #2b2b2b;
text-align: justify; /* Justifies the text */
direction: ltr; /* Reset text alignment direction */
}
/* Custom Scrollbar Styling (Webkit Browsers) */
.scrollable-text-box::-webkit-scrollbar {
width: 10px;
}
.scrollable-text-box::-webkit-scrollbar-track {
background: #f0f0f0;
}
.scrollable-text-box::-webkit-scrollbar-thumb {
background: red;
border-radius: 5px;
}
.scrollable-text-box::-webkit-scrollbar-thumb:hover {
background: darkred;
}
/* Custom Scrollbar Styling (Firefox) */
.scrollable-text-box {
scrollbar-color: #F3C945 #f0f0f0;
scrollbar-width: thin;
}
















































































































































































































































































































































































































































































































































































































