1
0
forked from Sujan/Rohini_New
Rohini_New/assets/css/custom.css

112 lines
2.0 KiB
CSS

.social-link {
color: white;
;
}
.testimonial-text {
font-size: 16px !important;
line-height: 23px !important;
font-weight: 700 !important;
}
.uni-logo {
height: 100px;
}
.success-img {
width: 100px !important;
height: 100px !important;
border-radius: 50% !important;
}
.blog-img {
height: 300px ;
object-fit: cover;
}
.service1-img {
height: 350px ;
width: 450px !important;
object-fit: cover;
}
.contact-page__live-chat a {
text-decoration: none;
color: #25D366; /* WhatsApp green */
font-size: 16px;
font-weight: bold;
display: flex;
align-items: center;
}
.contact-page__live-chat .fa-whatsapp {
margin-right: 8px;
font-size: 20px; /* Adjust size if needed */
}
/* comming soon css --delete after removing secti */
.bgimg {
background-color: black;
opacity: 0.7;
/* Full-screen */
height: 100%;
/* Center the background image */
background-position: center;
/* Scale and zoom in the image */
background-size: cover;
/* Add position: relative to enable absolutely positioned elements inside the image (place text) */
position: relative;
/* Add a white text color to all elements inside the .bgimg container */
color: red;
/* Add a font */
font-family: "Courier New", Courier, monospace;
/* Set the font-size to 25 pixels */
font-size: 25px;
}
/* Adjust top margin for tablet devices */
@media (max-width: 976px) {
.bgimg {
margin-top: 60px;
margin-bottom: 150px;
}
}
/* Adjust top margin for mobile devices */
@media (max-width: 480px) {
.bgimg {
margin-top: 30px;
margin-bottom: 300px;
}
}
/* Position text in the top-left corner */
.topleft {
position: absolute;
top: 0;
left: 16px;
}
/* Position text in the bottom-left corner */
.bottomleft {
position: absolute;
bottom: 0;
left: 16px;
}
/* Position text in the middle */
.middle {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
/* Style the <hr> element */
hr {
margin: auto;
width: 40%;
}