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


.nav {
    height: 150px;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
}
.nav-1{
    height: 70px;
    width: 100%;
    /* margin-bottom: 4px; */
    
}
.nav-2{
    height: 70px;
    width: 100%;
    margin-top: 12px;
}
.location-select {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  height: 50px;
  width: 300px;
  padding: 0 10px;
  border-radius: 5px;
  background-color: white;
}

.location-select i {
  margin-right: 10px;
  color: gray;
}

.location-select select {
  border: none;
  font-size: 16px;
  outline: none;
  background: transparent;
  width: 100%;
}

.items{
    display: flex;
    gap: 40px;
    align-items: center;
}
.nav-1 img{
    height: 80px;
    margin-left: 100px;
}
.items-2{
    display: flex;

    align-items: center;
     margin-left: 100px;
}
.items-2 select{
    height: 50px;
    width: 300px;
        gap: 40px;
        font-size: 20px;
        
}
.items-2 .search{
        height: 50px;
    width: 400px;
    font-size: 17px;
        margin-left: 40px;
}
.icon-search{
    height: 50px;
    width: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: black;
    display: flex;
    align-items: center;
}
.my-search-icon{
    color: wheat;
}
.comment-icon{
  padding: 4px;
  margin-left: 20px;
}
i {
    color: black;
  font-size: 20px; 
}




/* section 2 and 3 start */
.navbar{
    margin-top: 20px;
}
.navbar ul{
  display: flex;
  gap: 40px;
  padding: 16px;
  margin-left: 70px;
}
ul{
  list-style: none;
  text-decoration: none;
}

.big{
  font-size: 20px;
  font-weight: 600;
}
.navbar:hover{
cursor: pointer;
}




.img-portion img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98%;
    margin: 0px auto;
    margin-left: 10px;
}



   
.sec3{
    margin-top: 40px;
}


.sec3 h1{
    margin-left: 177px;
}
.circles{
    display: flex;
    justify-content: center;
    gap: 50px;
    text-align: center;
    margin-top: 25px;
    flex-wrap: wrap;
}
.circle1 img{
    height: 88px;
    width: 88px;
     display: flex;
}   
span h3{
    width: 88px;
}
.circles2{
    display: flex;
    justify-content: center;
    gap: 50px;
    text-align: center;
    margin-top: 35px;
    flex-wrap: wrap;    
}

/* <!-- section 5 start --> */

.sec5{
    display: flex;
    margin-top: 50px;
height: 230px;
width: 100%;
background-color:rgba(0, 47, 52, .03);
}
/* .sec8{
  flex-wrap: wrap;
} */
.sec5-pic{
     width: 50%; 
    height: 230px;
    /* background-color: rgb(255, 255, 255); */
display: flex;
 justify-content: end;  
}
.sec-2pic{
    width: 50%;
    height: 100%;
    /* background-color: blue; */
    display: flex;
    flex-direction: column;
    /* justify-content: end; */
}
.sec-2pic h4{
    text-transform: capitalize;
    margin-left: 70px;  
    color: rgb(0, 0, 0);
}
.apps{
margin-top: 75px;
}
.app-img{
    display: flex;
    gap: 15px;
    height: 40px;
    width: 128px;
    margin-top: 20px;
 margin-left: 70px;   
}
.sec5 hr{
height: 150px;
width: 2px;
margin: auto;
}



.footer{
    /* margin-top: 30px; */
    height: 19px;
    padding: 16px 0px;
    width: 100%;
    background-color: #002f34;
    display: flex;
    font-size: 13px;
}
.text-footer{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: 910px;
}
.footer h4{   
    color: white;
    
}
.footer p {
    color: rgb(255, 255, 255);
}
.sec8, a{
        justify-content: space-between;

    }
    .container {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: space-between;
    }

    .card {
      width: 285px;
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      text-decoration: none;
      color: #000;
    }

    .image-wrapper {
      position: relative;
      width: 100%;
      height: 250px;
      overflow: hidden;
    }

    .image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3); /* light black */
      transition: background-color 0.3s ease;
    }

    .card:hover .overlay {
      background-color: rgba(0, 0, 0, 0); /* remove overlay on hover */
    }

    .card-content {
      padding: 15px;
    }

    .card-title {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .card-tags {
      font-size: 13px;
      color: #666;
    }
    .container {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
    }

.card {
  width: 285px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
}


    .image-wrapper {
      position: relative;
      width: 100%;
      height: 250px;
      overflow: hidden;
    }

    .image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3); /* light black */
      transition: background-color 0.3s ease;
    }

    .card:hover .overlay {
      background-color: rgba(0, 0, 0, 0); /* remove overlay on hover */
    }

    .card-content {
      padding: 15px;
      margin-top: 10px;
    }

    .card-title {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 10px;
      
    }

    .card-tags {
      font-size: 13px;
      color: #666;
    }
    
    .name p{
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .location p{
        opacity: 0.6;
    }
     .ago p{
        opacity: 0.6;
        align-items: start;
    }
    .card-title span{
        margin-left: 150px;
        font-weight: 900;
    }
    .sec8 h1{
    margin-left: 55px;
    }
.sec8 h1 {
  margin: 10px; 
  margin-left: 55px;
  
}
footer{
  flex-wrap: wrap;
}
.footer1{
    background-color: #EBEEEF;
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    border-top: 1px solid #c7c7c7;
  flex-wrap: wrap;
}

.footerList h3{
    font-family: calibri;
    font-weight:700;
    color: #002F34;
    font-size: 16px;
    text-transform: uppercase;
}
.footerList ul{
    list-style-type: none;
    margin-top: 12px;
    line-height: 24px;
    font-size: 14px;
}
.footerList ul li a{
    text-decoration: none;
    color: #23727a;
}
.footerList ul li a:hover{
    color:#002F34;
}
.footerListLinkIcon{
    display: flex;
    align-items: center;
    gap: 5px;
}

.appLinks2{
    display: flex;
    align-items: center;
    gap :5px;
    margin-top: 30px;
}

.footer2{
    background-color: #002F34;
    height: 50px;
    width: 100%;
}

.footer2 p{
    color: #FFFFFF;
    font-family: calibri;
    font-size: 14px;
    text-align: end;
    padding: 15px 40px 0 0;
}
@media screen and (max-width: 455px) {
  .footer1 {
    display: flex;        /* flex lagana zaroori! */
    flex-direction: column;
    align-items: flex-start; /* agar left align chahiye to */
  }

  .marging1 ul {
    display: flex;
    flex-direction: column; /* ya row agar aapko horizontal chahiye */
    gap: 8px;               /* agar gap chahiye list items ke beech */
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
