*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sf pro display;
}
html, body{
    width: 100%;
    height: 100%;
    background-color: white;
}
.main_blogs{
    width: 100%;
    /* height: 100%; */
}
.img-box{
    width: 100%;
    height: 60vmax;
    /* background-color: lightgreen; */
}.img-box>img{
    width: 100%;
    height: 100%;
}
.writer-box{
    padding: 2vmax 8vmax;
    width: 100%;
    height: 10vmax;
    /* background-color: lightyellow; */
    h1{
        color: black;
        font-size: 25px;
    }
}.about-author{
    margin-top: 20px;
    display: flex;
    gap: 1rem;
    align-items: center;
    h3{
        font-size: 15px;
    }
    p{
        font-size: 10px;
    }
}
.text-box{
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}.text-top{
    padding-bottom: 5vmax;
    width: 60%;
    /* background-color: lightgreen; */
}
.main_blogs>h1{
    margin-top: 3vmax;
    font-size: 20px;
    color: black;
}
.main_blogs .heading{
    font-size: 18px;
    margin-top: 18px;
    color: rgb(46, 45, 45);
}
.main_blogs>h3{
    font-size: 16px;
    margin: 2vmax 0;
    color: black;
}
.main_blogs .parad{
    margin-top: 10px;
    text-align: justify;
    color: black;
}
.main_blogs>ul{
    margin-top: 15px;
    color: black;
}
.main_blogs>li{
    margin-top: 5px;
    text-align: justify;
    color: black;
}
.mid-img{
    margin-top: 20px;
    height: 40vmax;
    object-fit: contain;
    img{
        width: 100%;
        height: 100%;
    }
}
.img-3d{
    width: 70%;
    height: 40vmax;
    margin-top: 3vmax;
    object-fit: contain;
    img{
        width: 100%;
        height: 100%;
    }
}

.subscribe {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vh;
  }
  
  .wrapper {
    box-shadow: 0 20px 40px rgba(211, 211, 211, 0.1), inset 0 0 40px rgba(159, 159, 159, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 80px;
    padding: 1vmax 2vmax;
  }
  .newsletter-form{
    display: flex;
    align-items: center;
    gap: 2vmax;
  }
  .email-field {
    padding: 1vmax 2.5vmax;
    border-radius: 40px;
    border: none;
    background-color: rgb(227, 224, 224);
    font-size: 1.3vmax;
  }
  .btn {
    padding: 1vmax 2.5vmax;
    border-radius: 40px;
    border: none;
    color: white;
    background-color: black;
    font-size: 1vmax;
  }
  .contact-button{
    padding: 1vmax 2.5vmax;
    border-radius: 40px;
    /* position: absolute; */
    /* left: 70%; */
    /* top: 0%; */
    border: none;
    color: white;
    background-color: black;
    font-size: 1vmax;
    cursor: pointer;
  }
  
  .share{
    display: flex;
    gap: 3vmax;
    justify-content: center;
    align-items: center;
    font-size: 25px;
  }.icons i{
    margin-left: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  .icons i:hover{
    transform: scale(1.3);
}

@media screen and (max-width:600px) {
    
    .writer-box{
    padding: 2vmax 8vmax;
    width: 100%;
    height: 10vmax;
    /* background-color: lightyellow; */
    h1{
        color: black;
        font-size: 15px;
    }
}.about-author{
    margin-top: 20px;
    display: flex;
    gap: 1rem;
    align-items: center;
    h3{
        font-size: 12px;
    }
    p{
        font-size: 10px;
    }
}

    .text-top{
        padding: 5vmax 2vmax;
        width: 100%;
        /* background-color: lightgreen; */
    }


    .subscribe{
        flex-direction: column;
        /* background-color: red; */
      }
      .wrapper{
        flex-direction: column;
        box-shadow: none;
      }
      .newsletter-form{
        flex-direction: column;
      }
}