
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

body {
font-family: 'Poppins' !important;
}
.header {
background-image: url('./blogdetails/bloglistingbg.webp');
background-size: cover; /* Ensure the background covers the section */
background-position: center; /* Center the background */
background-repeat: no-repeat; /* Prevent the image from repeating */
min-height: 100vh; /* Make sure the section spans the full viewport height */
}


.navbar {
display: flex;
justify-content: space-between;
align-items: center;
}
.card-content p{
font-size: 14px;
}
.card-content h5{
font-size: 18px;
font-weight: 800;
}
.card-time{
font-weight: 600;
}

.logo {
height: 35px;
}
.navbar a{
    color: black !important;
}



/*trends*/
.blog-listingimg{
width: 20%;
}
.trends p{
font-size: 20px;
}
.trends h2{
font-size: 50px;
font-weight: 700;
}
.blogsecondcolumn{
font-size: 22px;
}

/*blogai*/
.blogai {
display: flex; /* Use Flexbox for centering */
justify-content: center; /* Center horizontally */
align-items: center; /* Center vertically */
height: 100%; /* Ensure the parent container takes up full height */
}
.blogarticles span{
color: gray;
}
.blogarticles{
margin-top: 10%;
}
.middleblog h5{
font-size: 20px;
font-weight: 700;
padding-top: 3%;
}
.middleblog p{
font-size: 15px;
line-height: 170%;
letter-spacing: 10%;
color: #333333;
}

.blogai img {
min-width: 60%;
height: 50vh; /* Maintain the same height for the image */
object-fit: cover; /* Ensure proper scaling */
border-radius: 10px;
}

.follow a{
color: #000;
}


.contact-btn {
font-size: 14px;
padding: 10px 20px;
background-color: transparent;
color: black;
font-weight:500;
border: 1px solid #00B000;
border-radius: 3px;
cursor: pointer;
margin-right: 10px;
transition: background-color 0.3s ease, color 0.3s ease;
}
.contact-btn1{
font-size: 14px;
padding: 10px 20px;
background-color: #00B000;
color: white;
font-weight:500;
border-radius: 25px;
cursor: pointer;
margin-right: 10px;
border: #00B000;
transition: background-color 0.3s ease, color 0.3s ease;

}
.connecttospeak{
background-color: #EEF9F7;
padding: 10%;
border-radius: 15px;
}
.connecttospeak h6{
font-weight: 600;
}
.textblogcenter{
background-color: #EEF9F7;
padding: 10%;
border-radius: 10px;

}
.blog-listingimg1{
height: 8vh;
width: 18% !important;
}

/*similar blogs*/

.similarblogs img {
width: 100%; /* Make the image responsive */
border-radius: 10px; /* Add rounded corners */
object-fit: cover; /* Maintain image aspect ratio */
}
.similarblogs h6{
font-size: 17px;
font-weight: 600;
}
.similar{
font-size: 50px;
padding-top: 5%;
padding-bottom: 3%;
}

.similarblogs {
padding: 10px; /* Add padding inside each card */
}
.similarblogs p{
font-size: 14px;
}

.row-cols-md-4 > .col {
display: flex; /* Flexbox for column content alignment */
flex-direction: column; /* Align items vertically inside each column */
}

.owl-theme .owl-nav {
    display: none !important;
}

