@import url(./font/paralucent-heavy-cufonfonts/ParalucentMedium.otf);
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

@font-face {
    font-family: 'ParalucentMedium';
    src: url('./font/paralucent-heavy-cufonfonts/ParalucentMedium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ParalucentBold';
    src: url('./font/paralucent-heavy-cufonfonts/ParalucentBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ParalucentExtralight';
    src: url('./font/paralucent-heavy-cufonfonts/ParalucentExtraLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}




*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

html{
    font-size: 10px;
    background-color: rgb(250, 249, 246);

}

.navbar{
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    background-color: rgb(250, 249, 246);
    color: rgba(0, 0, 0, 0.514);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    z-index: 9999999;
    
}
.option{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2rem;

}
.option a{
    color: rgba(0, 0, 0, 0.514);
   

}
.navbar img{
    position: absolute;
    width: 6rem;
    left: 5%;
}
.parent{
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    background-color: rgb(250, 249, 246);
}
.blog-1st{
    position: relative;
    width: 90%;
    height: 80%;
    background: 
    linear-gradient(rgba(0, 0, 0, 0.383), rgba(0, 0, 0, 0.429)), /* Adjust the RGBA values for more/less darkness */
    url(./src/image2.png) no-repeat;    
    background-size:cover;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
   
}

.blog-1st h1{
    font-family: 'ParalucentExtralight';
    font-size: 20vw;
    color: white;
}

.blog-desc{
    position: absolute;
    width: 40%;
    height: 220px;
    background-color: rgb(255, 255, 255);
    bottom: -60px;
    left: -50px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-top: 10px;
    gap: 20px;
    padding-right: 20px;
    font-family:Arial, Helvetica, sans-serif;
     box-shadow: 2px 5px 13px rgba(0, 0, 0, 0.39);
}

.tech{
    width: 16rem;
    height: 40px;
    background-color:#4B6BFB;
    border-radius: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'ParalucentExtralight';
    letter-spacing: 1.2px;
    font-size: 1.2rem;
}

.option p:nth-child(even){
    font-size:4rem;
}

.blog-desc >p{
    font-size: 3rem;
}
/* 
.parent{
    display: none;
} */

.parent2{
    position: relative;
    width: 100%;
height: auto;
display: flex;
justify-content: center;
align-items: center;
padding-bottom: 200px;
padding-bottom: 120px;

}

.parent2 >p{
position: absolute;
top: 90px;
left: 50%;
transform: translate(-50%);
font-family: 'ParalucentExtralight';
font-size: 2.3rem;


}

.posts{

margin-top:200px;
width: 86vw;
height: auto;
/* background-color: rgb(0, 0, 0); */
z-index: 99999;
display: flex;
flex-wrap: wrap;
padding-left: 10px;
padding-top: 30px;
gap: 20px;

padding-bottom: 20px;
justify-content: center;

}

.posts::-webkit-scrollbar{
    width: 0;
}

.cards{
    position: relative;
    width: 24vw;
    max-height: 15rem;
    min-width: 24vw;
    min-height: 50rem;
    background-color: rgb(246, 246, 246);
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.055);
    display: flex;
    flex-direction: column;
    align-items: start;
   padding-left: 1vw;
    padding-top: 20px;
   
    gap: 14px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.cards:hover{
    scale: 1.02;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.326);
    cursor: pointer;
}


.bImg{
    width: 95%;
    height: 45%;
    background: url(./src/b1.jpg) center no-repeat;
    background-size: cover;
    border-radius: 15px;
}
.pTag{
    width: 12rem;
    height: 4rem;
    background-color: rgb(75,107,251,0.05);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: #4B6BFB;
    font-family: Arial, Helvetica, sans-serif;
}

#cp{
    width: 90%;
    font-size: 1.7vw;
    font-family: 'ParalucentBold';
}

#pDate{
    position: absolute;
    bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.415);
    
}

#b2{
    background: url(./src/b2.png) center no-repeat;
    background-size: cover;
}

#b1{
    background: url(./src/b3.png) center no-repeat;
    background-size: cover;
}

footer {
    
    
    
    background-color: #1e1e1e; /* Dark navy for footer */
    color: white;
    padding: 2rem 1rem;
    text-align: center;
    box-sizing: border-box; /* Ensure padding doesn't cause overflow */
}

.footer-links, .footer-social, .footer-contact, .newsletter-signup {
    margin: 1rem 0;
}

.footer-links a {
    color: white;
    margin: 0 10px;
    font-weight: bold;
}

.footer-links a:hover {
    color: #37B7C3; /* Primary color on hover */
}

.footer-social a {
    margin: 0 10px;
}

.footer-social ion-icon {
    font-size: 30px; /* Adjust size as needed */
    color: white; /* Color of the social media icons */
}

.footer-contact{
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
}

.newsletter-signup input {
    padding: 0.5rem;
    border-radius: 5px;
    border: none;
    margin-right: 10px;
}

.newsletter-signup .cta-btn {
    background-color: #37B7C3; /* Primary color for newsletter CTA */
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.newsletter-signup .cta-btn:hover {
    background-color: #088395; /* Darker teal on hover */
}

.icon {
    font-size: 2rem; /* Adjust the size as needed */
    color: #071952; /* Dark navy color */
    margin-bottom: 1rem; /* Space between icon and text */
}

a{
    text-decoration: none
}

#b10{
    background: url(./src/post43.png) center no-repeat;
    background-size: cover;
}
#b9{
    background: url(./src/post34.png) center no-repeat;
    background-size: cover;
}
#b8{
    background: url(./src/post42.webp) center no-repeat;
    background-size: cover;
}
#b7{
    background: url(./src/post7.avif) center no-repeat;
    background-size: cover;
}
#b6{
    background: url(./src/post6.png) center no-repeat;
    background-size: cover;
}
#b5{
    background: url(./src/post5.webp) center no-repeat;
    background-size: cover;
}
#b4{
    background: url(./src/post4.jpg) center no-repeat;
    background-size: cover;
}
#b3{
    background: url(./src/post3.webp) center no-repeat;
    background-size: cover;
}
#b2{
    background: url(./src/post2.jpg) center no-repeat;
    background-size: cover;
}
#b1{
    background: url(./src/filters_quality\(95\).webp) center no-repeat;
    background-size: cover;
}


@media (max-width:1091px) {
    .blog-desc{
        left: 50%;
        transform: translateX(-50%);
        width: 45rem;
    }
}
@media (max-width:1024px) {
    .cards{
        width: 38rem;
        min-height: 52rem;
    }
    #cp{
        font-size: 2.7rem;
    }
}

@media (max-width:484px) {
    .blog-desc{
       font-size: 2rem;
        width: 38rem;
    }
    .option {
        width: 47%;
        font-size: 1.5rem;
    }
}
@media (max-width:422px) {
    .blog-desc{
        width: 32rem;
        height: 163px;
    }
    .blog-desc > p{
        font-size: 2rem;
    }
}
.demo,.demo2,.demo3{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: black;
    z-index: 9999999999999999999;
    color: white;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 50px;
  }
  
  .demo2{
    z-index:9999999999999;
  }
  
  .demo3{
    z-index: 99999999999;
  }
  
  .clickFor{
    width:10rem;
    height: 60px;
    background-color: black;
    border: 1px solid white;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    transition: 0.5s ease-in-out;
  }
  
  .clickFor:hover{
    background-color: white;
    color: black;
  }

.fe > a{
    color: rgb(255, 255, 255);
 }