.headers{
    display: flex;
    justify-content: space-between;
    padding: 0px 30px 0px 30px;
    align-items: center;
    border-bottom: 1px solid #ccc;
    position: fixed;
    z-index: 9999;
    top: 0;
    background-color: #fff;
    width: 100%;
}

.headerone p{
    
    background-color: black;
    padding: 10px 15px;
    color: #fff;
    border-radius: 2px;
    font-size: 20px;
    font-weight: 700;
    font-family: "Libre Baskerville", serif;
    display: inline-block;

}
.headerone{
    width: 25%;
}

.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}
p{
    margin: 0px;
}
.headertwo{
    display: flex;
    gap: 0px;
    justify-content: space-between;
    width: 50%;
   
}

.headertwo p{
 color: #000;
    text-transform: uppercase;
    padding: 35px 19px;
    font-family: PT Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
      transition: background-color 0.3s ease, color 0.3s ease;
}
.headertwo p:hover{
    color: white;
    background-color: rgba(255, 5, 5, .7);
}.headerthree {
  display: flex;
  width: 25%;
  justify-content: end;
  padding: 30px 60px 30px 19px;
  gap: 40px;
  color: #000;
  text-transform: uppercase;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.3s ease;
}

.headerthree p:hover {
  color: rgba(255, 5, 5, 0.7);
}

body{
    margin: 0px;
}
.beauty{
    display: flex;
    padding: 90px 30px;
}
.beautyone{
    padding: 50px 20px 0px 0px;
    width: 20%;  
}
.beautytwo{
    width: 60%;
    /* border-left: 1px solid #ccc; */
    height: 165vh;
   
}
.beautythree{
    padding: 50px 0px 0px 20px;
    width: 20%;
}
.most{
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 20px;
}
.beautyone img{
   
    width: 100%;
   padding-top: 20px;
    background-size: cover;
    height: 330px;
     transition: filter 0.5s ease;
}

.beautyone img:hover {
  filter: grayscale(100%);
  
}
.business{
        color: #000;
    text-transform: uppercase;
    font-family: PT Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding: 25px 0px;
}
.innovative{
    
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
    transition: all .3s;
}
.date{
    padding: 20px 0px; 
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
        font-family: PT Sans, sans-serif;
    border-bottom: 1px solid #ccc;
}
.hone{
    text-align: center;
    font-size: 4.5vh;
    font-weight: 900;
    padding: 20px 0px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  text-transform: uppercase;
    transition: all .5s;
       font-family: "Libre Baskerville", serif;
}
.beautytwo {
  overflow: hidden;
}

.beautytwo img {
  width: 100%;
  height: 950px;
  object-fit: cover;
  transform-origin: center center;
  transition: filter 2s ease, transform 2s ease; /* Slower effect */
}

.beautytwo img:hover {
  filter: grayscale(100%);
  transform: scale(1.02); /* Subtle zoom */
}



  



h1{
    margin: 0px ;
}
.innovatives{
    
    font-size: 22px;
    font-weight: 550;
    line-height: 26px;
    text-decoration: none;
    transition: all .3s;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.beautythree .most{
    padding-bottom: 10px;
}
.featured{
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    padding: 40px 0px;
}
.feature{
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    padding: 80px 30px 30px 30px;
}
.beautythree img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: filter 0.5s ease;
}
.beautythree img:hover {
  filter: grayscale(100%);
  
}
.beautythree .innovative{
    padding: 20px 0px;
}
.lorem{
    font-weight: 400;
    line-height: 20px;
    font-size: 18px;
}
.sep-circle {
    background-color: #7a7a7a;
    border-radius: 50px;
    width: 4px;
    height: 4px;
    margin-left: 10px;
    margin-right: 10px;
}
.tech{
    display: flex;
    align-items: center;
    padding: 0px 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}
.get{
    margin-top: 90px;
    text-align: center;
        background-image: radial-gradient(circle at 50% 100%, #fff 49%, rgba(227, 227, 227, .7) 79%);

}
.the{
        font-size: 55px;
    font-weight: 700;
    line-height: 60px;
    padding: 20px 0px;
}
.get img{
    width: 50%;
}
.getthe{
    width: 50%;
    
    margin: 0 auto;
}
.receive{
    padding: 0px 50px 20px 50px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}
.health{
    display: flex;
    padding: 60px 30px 90px 30px;
    gap: 20px;
}

.health img{
    transition: filter 0.5s ease;
}
.health img:hover {
  filter: grayscale(100%);
  
}
.healthone{
    width: 50%;
}
.healthtwo{
    width: 25%;
}
.healththree{
    width: 25%;
}
.health .innovative{
    text-transform: uppercase;
    padding-bottom: 50px;
}
.healthone img{
    
    width: 100%;
    height: 612px;
}
.inn{
    padding: 25px 0px 20px 0px;
     font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
    transition: all .3s;
}
.health .lorem{
    font-size: 20px;
}
.healthtwo img{
    padding-top: 20px;
     height: 200px;
    width: 100%;
}
.healthtwo .inn {
    padding: 19px 0px 20px 0px;
}
.healthtwo .innovative{
    text-transform: uppercase;
    padding-bottom: 30px;
}
.healththree img{
      padding-top: 20px;
     height: 200px;
    width: 100%;
}
.healththree .inn {
    padding: 19px 0px 20px 0px;
}
.healththree .innovative{
    text-transform: uppercase;
    padding-bottom: 55px;
}
.public{
    text-align: center;
    background-color: #000;
    padding-bottom: 100px;
}
.publicone{
    font-size: 45px;
    padding-top: 90px;
    font-weight: 700;
    line-height: 52px;
    color: #fff;
}
.publictwo{
    color: #fff;
        letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    padding: 20px 0px 40px 0px;
}
.attention{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 0px 30px;
    color: white;
    text-align: left;
}
.attention img{


transition: filter 0.5s ease;
}
.attention img:hover {
  filter: grayscale(100%);
  
}
.technology img{
transition: filter 0.5s ease;
}
.technology img:hover {
  filter: grayscale(100%);
  
}

.tank img{
transition: filter 0.5s ease;
}
.tank img:hover {
  filter: grayscale(100%);
  
}








.attentionone{
    width: 25%;
}
.attentiontwo{
    width: 25%;
}

.attentionthree{
    width: 25%;
}

.attentionfour{
    width: 25%;
}
.attentionone img{
    width: 100%;
    height: 380px;
}
.attentiontwo img{
    width: 100%;
    height: 380px;
}
.attentionthree img{
    width: 100%;
    height: 380px;
}
.attentionfour img{
    width: 100%;
    height: 380px;
}


.attention .business{
    color: white;
}
.inn span{
    display: block;
}
.dates{
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
        font-family: PT Sans, sans-serif;
}
.technology{
    padding: 50px 30px;
    display: flex;
   gap: 30px;
}
.technologyone img{
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.technologytwo img{
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.technologythree img{
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.technologyone{
    width: 33%;
}
.technologytwo{
    width: 33%;
}
.technologythree{
    width: 33%;
}
.be{
    background-color: black;
    color: #fff;
    padding: 60px;
    text-align: center;
}
.beone{
        font-size: 55px;
    font-weight: 700;
    line-height: 60px;
}
.betwo{
    padding-top: 30px;
        font-size: 22px;
    line-height: 30px;
    color: #f7f7f7;
}
.betwo span{
    display: block;
}

.subscribe-box {
  display: flex;
  
  background-color: black;
  padding: 40px 0px ;

  justify-content: center;
  
  gap: 20px;
}

.subscribe-box input {
  padding: 15px 80px 15px 20px ;
  font-size: 18px;
  border: none;
  outline: none;
  color: #000;
  background-color: white;
  font-family: 'Georgia', serif;
}

.subscribe-box input::placeholder {
  color: grey;
}

.subscribe-box button {
  padding: 15px 15px;
  background-color: black;
  color: white;
  border: 1px solid white;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  font-family: 'Georgia', serif;
}

.tank .technology {
    padding: 20px 30px;
}
.foot{
    display: flex;
    text-align: left;
   
    gap: 50px;
    padding: 90px 30px 30px 30px;
}
.footer{
    background-color: #000;
    color: #fff;
    padding-bottom: 70px;
}
.footerone{
    width: 20%;
}
.footertwo{
    text-align: center;
    width: 25%;
}
.footerthree{
    width: 20%;
}
.footerfour{
    width: 20%;
}
.footerfive{
    width: 15%;
}
.footeroneone{
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 900;
    padding-bottom: 25px;
}
.footeronetwo{
        font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.footertwoone{

    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 25px;

}
.footertwotwo p{
        font-size: 14px;
    font-weight: 700;
    padding-bottom:25px;
    line-height: 20px;
}
.footertwotwo span{
    display: block;
}
.thisis{
    text-align: center;
}
.thisis span{
    text-decoration: underline;
}