*{
    padding: 0;
    margin: 0 ;
    box-sizing: border-box;
}


body {
  font-family: 'Poppins', sans-serif;
}
.navbar{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid whitesmoke;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar ul li a{
    color: black;
    text-decoration: none;
}

.logo{
    text-decoration: none;
    color: black;
    font-size: 35px;
    font-weight: bold;
    
    
}
.navbar li {
    list-style: none;
    font-weight: bold;
    font-size: 14px;
  
    
}
#hem{
    display: none;
}
.logo-box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

}
#bird{
    font-size: 30px;
    color: darkgray;
}
li p{
    font-size: 10px;
    font-weight: 200;
    color: darkgray;
    text-align: center;
}

/* Hover effect on LI (your menu items) */
.navbar ul li {
    position: relative;
    display: flex;             
    flex-direction: column;    
    align-items: center;       
    padding: 30px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Orange top border animation */
.navbar ul li::before {
    content: "";
    position: absolute;
    top: 0;                    
    left: 0;
    width: 0;
    height: 3px;
    background-color: darkgray;
    transition: width 0.3s ease;
    z-index: 10;               
}

/* Hover effect */
.navbar ul li:hover {
    background-color: whitesmoke;
    
}

/* Expand line */
.navbar ul li:hover::before {
    width: 100%;
}
/* ACTIVE STATE (always applied to the current page) */
.navbar ul li.active {
    position: relative;
    background-color: whitesmoke;  /* optional */
    color: #f15a29;
}

/* Permanent orange line on active item */
.navbar ul li.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;                 
    height: 3px;
    background-color: #f15a29;
}

/* Active text stays orange */
.navbar ul li.active span
 {
    color:#f15a29;
}



.navbar ul li {
    position: relative;
    display: inline-block;
   
}
.background-img{
    background-color: #fffcfc;
background-image: url("https://www.transparenttextures.com/patterns/45-degree-fabric-light.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    width: 100%;
    height: 400px;
    border: 1px solid darkgray;
    position: relative;
}

#angle-left{
    top: 45%;
    position: absolute;
    left: 0;
    color: white;
    font-size: 18px;
     background-color: rgb(91, 88, 88);
    border-radius: 0px 5px 5px 0px;
          padding-top: 19px;
    padding-bottom: 20px;
    padding-left: 13px;
    padding-right: 22px;
}
#angle-right{
    top: 45%;
    right: 0;
    position: absolute;
    font-size: 18px;
    background-color: rgb(91, 88, 88);
    color: white;
    margin-left: 5px;
   
    border-radius: 5px 0px 0px 5px;
         padding-top: 19px;
    padding-bottom: 20px;
    padding-left: 13px;
    padding-right: 22px;
}
.background-img img{
    height:300px;
    width: 600px;

}
.background-img{
  display: flex;
  justify-content: space-around;
  align-items: center;

}
.rightside-content{
    display: flex;
    flex-direction: column;
    text-align: start;
    align-items: start;
    margin-left: 40px;
    
} 
.rightside-content h2{
    font-size: 20px;
    font-weight: 280;
}
.rightside-content span{
    font-size: 18px;
    font-weight: bold;
}
.rightside-content h3{
    margin-top: 10px;
    font-size: 15px;
    color: #f15a29;
}
.rightside-content p{
    font-size: 13px;
    color:rgba(0, 0, 0, 0.839);
    margin-top: 5px;
}
.btn {
    text-decoration: none;
    margin-top: 13px;
    background-color: #f15a29;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    

}
.bottom-hero{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.bottom-hero h3{
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.614);
    
    


}
.bottom-hero p{
    text-align: center;
    line-height: 1.7rem;
    color: darkgray;
    font-size: 15px;
}
.card{
    margin-top: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 2px solid whitesmoke;
    border-bottom: 2px solid whitesmoke;
    padding-bottom: 30px;
}
#left{
    position: absolute;
    left: 0;
    top: 35%;
   background-color: rgb(91, 88, 88);
    color: white;
    margin-left: 5px;
   
     border-radius: 0px 2px 2px 0px;
   padding:8px 2px ;

}
#right{
    position:absolute;
   background-color: rgb(91, 88, 88);
    color: white;
    margin-right: 5px;
    padding: 5px 2px;
    border-radius: 2px 0 0 2px;
   padding:8px 2px ;
right: 0;
top: 35%;
}
.box1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
}
.box2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box3{
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box-paragraph{
    font-size: 13px;
    color: darkgray;
    text-align: center;
    margin-top: 10px;
    line-height: 1,6rem;
}
.box-heading{
    text-align: center;
    margin-top: 15px;
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.81);
    font-weight: 600;
}
#box{
    margin-top: 30px;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.645);
}
.container{
    width: 93%;
    max-width: 1050px;
    margin: 0 auto;
}
.blog-grid-container{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}
.blog-card h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.721);
   
}
.project{
    font-size: 15px;
    color: rgba(0, 0, 0, 0.535);
    margin-top: 13px;
    font-weight: 501;
    text-align: center;
}
.web{
    font-size: 12px;
    color: darkgray;
    text-align: center;
    padding-bottom: 15px;
}

.blog1{
     border: 2px solid whitesmoke;

}
.blog1 img{
    padding: 5px;
    
   
}
.blog2{
     border: 2px solid whitesmoke;

}
.blog2 img{
    padding: 5px;
    
   
}
.blog3{
     border: 2px solid whitesmoke;

}
.blog3 img{
    padding: 5px;
    
   
}
.blog4{
     border: 2px solid whitesmoke;

}
.blog4 img{
    padding: 5px;   
}
.project-bottom-content{
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-top: 25px;
   border: 2px solid whitesmoke;
   padding-bottom: 17px;
}
.heading-paragraph h4 {
    font-size: 15px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.611);
    padding-left: 20px;
    padding-top: 20px;
    
}
.heading-paragraph p{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.489);
     margin-left: 20px;
    
}
.button a{
    text-decoration: none;
    color: white;
}
.button{
    margin-right: 20px;
    margin-top: 8px;
    background-color: #f15a29;
 
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    color: white;
    
}
.main-box{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.left-side{
    max-width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.right-side{
    max-width: 300px;
    border: 2px solid whitesmoke;
    padding: 10px;
    
}
.container h3 {
     margin-top: 30px;
    margin-bottom: 20px;
    


}
.blog-heading{
     font-size: 14px;
    color: rgba(0, 0, 0, 0.721);
    margin-top: 13px;
    font-weight: 600;
    padding-left: 5px;
    
    
}
.blog-text{
     font-size: 12px;
    color: darkgray;
    padding-bottom: 15px;
    padding-left: 10px;
   
    
}
.blog-date {
     font-size: 13px;
    color: darkgray;
    padding-left: 5px;
   line-height: 1.7rem;
    
}
.box3x{
     border: 2px solid whitesmoke;

}
.box3x img{
    padding: 5px;   
}
.box1x{
     border: 2px solid whitesmoke;
    position: relative;
}
.box1x img{
    padding: 5px;   
}
.box2x{
     border: 2px solid whitesmoke;

}
.box2x img{
    padding: 5px;   
}
.right-side p{
    font-size: 13px;

}
.right-side p {
    text-align: center;
    text-justify: center;
  
   color: darkgray;
   padding: 8px;
}
.t{
    position: absolute;
    margin: 0 !important;
    margin-top: -50px !important;
    
}
.main-box{
    position: relative;
}
.client-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box1c{
    border: 2px solid whitesmoke;
    padding: 12px 30px;
}
.box2c{
    border: 2px solid whitesmoke;
    padding: 12px 35px;
}
.box3c{
    border: 2px solid whitesmoke;
    padding: 12px 35px;
}
.box4c{
    border: 2px solid whitesmoke;
    padding: 12px 35px;
}
.box5c{
    border: 2px solid whitesmoke;
    padding: 12px 35px;
}
footer{
    display: flex;
    justify-content:space-between;
    align-items: start;
   margin-top: 45px;
    border-top: 4px solid whitesmoke;
    gap: 15px;
}
.about{
    
}
.recent-post h3{
    color: rgba(0, 0, 0, 0.721);
    
   
}
.fp{
    font-size: 15px;
    color: darkgray;
}
.strem-box{
    display: grid;
    grid-template-columns: repeat(4,0fr);
    justify-content: center;
}
.about h3{
   color: rgba(0, 0, 0, 0.721);
    
}
.about p{
    line-height: 1.7rem;
    font-size: 13px;
}
.recent-post p{
line-height: 1.7rem;
font-size: 13px;
font-weight: 501;
text-decoration: underline;
  text-decoration-color: rgba(169, 169, 169, 0.518);     /* underline color */
  text-underline-offset: 13px; 

}
.latest-tweet h3{

 color: rgba(0, 0, 0, 0.721); 
}
.latest-tweet p:hover{
    color: #f15a29;
    
}
.recent-post p:hover{
    color: #f15a29;
}
.about p:hover{
    color: #f15a29;
}
.latest-tweet p {
    font-size: 13px;
    color: rgba(169, 169, 169, 0.874);
}
.latest-tweet span {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.523);
    font-weight: 400;
}
.hour{
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgba(169, 169, 169, 0.488);
}
.latest-tweet p span :hover {
    color: #f15a29;

}
.box5-f{
    border: 1px solid darkgray;
    height: 61px;
    width: 60px;
}
.box5-f img {
    padding: 3px;
}
.t{
    padding-top: 10px;
}
.box1-f{
    border: 1px solid darkgray;
    height: 61px;
     height:60px;
    width: 60px;
}
.box1-f img {
    padding: 3px;
      height: 100%;
    width: 100%;
}
.box2-f{
    border: 1px solid darkgray;
   
    height:60px;
    width: 60px;
}
.box2-f img {
    padding: 3px;
        height: 100%;
    width: 100%;
}

.box3-f{
    border: 1px solid darkgray;
     height:60px;
    width: 60px;
}
.box3-f img {
    padding: 3px;
      height: 100%;
    width: 100%;
}
.box4-f{
    border: 1px solid darkgray;
   height:60px;
    width: 60px;
}
.box4-f img {
    padding: 3px;
     height: 100%;
    width: 100%;
}
.box6-f{
    border: 1px solid darkgray;
      height:60px;
    width: 60px;
}
.box6-f img {
    padding: 3px;
    height: 100%;
    width: 100%;
}
.box7-f{
    border: 1px solid darkgray;
    height:60px;
    width: 60px;
}
.box7-f img {
    padding: 3px;
      height: 100%;
    width: 100%;
}
.box8-f{
    border: 1px solid darkgray;
     height:60px;
    width: 60px;
}
.box8-f img {
    padding: 3px 3px;
    height: 100%;
    width: 100%;
}
.flicker h3{
  
   color: rgba(0, 0, 0, 0.721);
}
.color{
    color: rgba(0, 0, 0, 0.721);

}
#fb{
color: white;
background-color: rgb(66, 131, 200);
padding: 3px 2px;

}
#tw{
    color: white;
    background-color: cadetblue;
    padding: 3px 2px;
}
#pin{
    color: white;
    background-color: cadetblue;
    padding: 3px 2px;
}
#wifi{
    color:white;
    background-color: rgb(242, 188, 10);
    font-size: 16px;
    padding-top: 3px;
    

}
#win{
    
color:white;
    background-color: rgb(51, 170, 234);
    padding: 3px 2px;

}
.social-media{
    display: flex;
    gap: 5px;
    padding-top: 10px;

}
.copyright{
    display: flex;
    background-color: #ececec;
    color: darkgray;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 20px;
    padding-top: 8px;
    font-size: 12px;
    

}
.pages ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.pages li {
    list-style: none;
}


/* responsive */

@media (max-width: 1024px) {
    #hem{
        display: block;

    }
    .navbar{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navbar a{
        font-size: 27px;
    }
    .rightside-content{
        padding-left: 42px;
    }
    .blog-card h3{
        margin-left: 10px;
    }
    .container h3{
        margin-left: 10px;
    }
    .project-bottom-content p{
     font-size: 11px;
    }
     .project-bottom-content h4{
        font-size: 14px;
     }
      .project-bottom-content .button{
        font-size: 8px;
      }
    .flicker{
        margin-right: 10px;
    }
    .right-side p{
        text-align: start;
    }
    .about{
        margin-left: 10px;
    }

    .navbar ul li {
       display: none;
    }

    .background-img img {
        width: 400px;
    }

    .blog-grid-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .client-box {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    footer {
        gap: 20px;
    }
}
@media(max-width:768){
    .navbar{
        display: none;
    }
}
.t{
     
    margin-top: -12px !important;
    font-size: 12px;
    
}


/* ===========================
   TABLETS 481px–768px
=========================== */
@media (max-width: 768px) {
#hem{
    display: block;
}
.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    /* NAVBAR */
    .navbar ul li{
        display: none;
    }

    .navbar ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    /* HERO SECTION */
    .background-img {
        display: flex;
        flex-direction: column-reverse;
        padding: 30px 0;
        text-align: center;
        height: auto;
        justify-content: center;
    }

    .background-img img {
        width: 85%;
        height: auto;
    }

    /* CARDS */
    .card {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        align-items: center;
    }

    /* BLOG GRID 3 → 2 */
    .blog-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    /* MAIN BLOG BOX */
    .left-side{
        flex-direction: column;
        margin-bottom: 15px;

        
    }
    .about{
        text-align: center;
    }
    .social-media{
        justify-content: center;
        align-items: center;
    }
    .recent-post{
        text-align: center;
    }
    .latest-tweet{
        text-align: center;
    }
    .container h3{
        text-align: center;
    }
    .project-bottom-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .box1x img{
        height: auto;
        width: 100%;
    }
    .box2x img{
        height: auto;
        width: 100%;
    }
    .box3x img{
        height: auto;
        width: 100%;
    }
    .main-box {
        display: block;
        gap: 20px;

    }

    .right-side {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }
    

    /* CLIENT LOGOS */
    .client-box {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    /* FOOTER */
    footer {
        display: block;

    }
}


/* mobile */
@media (max-width: 480px) {

    /* NAVBAR */
    #hem{
        display: block;
    }
    .navbar{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navbar ul li{
       display: none;
    }
    #angle-right{
        padding-top: 15px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 17px;
    }
    #angle-left{
        padding-top: 15px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 17px;

    }

    .navbar ul {
        flex-direction: column;
        gap: 8px;
    }

    .navbar ul li {
        padding: 10px 0;
    }

    /* HERO SECTION */
    .background-img {
        display: flex;
        flex-direction: column-reverse;
      
        height: auto;
        text-align: center;
    }

    .background-img img {
        width: 90%;
    }

    .rightside-content {
        margin-top: 45px;
        margin-left: 10px;
        text-align: start;
        padding: 0px 10px;
    }
    .bottom-hero p{
        font-size: 13px;
    } 
    .bottom-hero h3{
        font-size: 15px;
    }
.box-heading{
    font-size: 15px;
}
.box-paragraph{
    font-size: 12px;
}
    #box{
        font-size: 25px;
    }
    .rightside-content h2{
        font-size: 14px;
    }
    .rightside-content h3{
        font-size: 13px;
    }
    .rightside-content span{
        font-size: 13px;
    }
    .rightside-content p{
        font-size: 13px;
 }
 .rightside-content .btn{
    font-size: 9px;
 }
    /* CARDS */
    .card {
        flex-direction: column;
        text-align: center;
        gap: 25px;
        align-items: center;
    }

    /* BLOG GRID 4 → 1 */
    .blog-grid-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .heading-paragraph h4{
        font-size: 12px;
    }
    .heading-paragraph p{
        font-size: 12px;
    }
    .heading-paragraph button{
        font-size: 11px;
    }

    /* BLOG SIDEBAR & MAIN STACK */
    .main-box {
        flex-direction: column;
        gap: 20px;
    }

    .left-side,
    .right-side {
        width: 100%;
        max-width: 100%;
    }

    /* CLIENT LOGOS */
    .client-box {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    /* FOOTER */
    footer {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    /* STREAM BOX */
    .strem-box {
        grid-template-columns: repeat(4, 0fr);
      
        
    }
    .copyright{
        font-size: 7px;
    }
    .right-side p {
        text-align: start;
    }
}

/* The end */

