/* Basic CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
background-color: white;
      animation: fadeIn 2s ease-in-out;

}


.Menu_bar{
  background: black;
  padding: 20px;
  width: 200px;
  z-index: 1000;
  position:  fixed;
  height: 300px;
align-self: right;
display: none;
  margin: 0px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 13px;
  transition: color 0.3s ease;
}



.Menu_bar ul a:hover{
color: yellow;
}


.Menu_bar ul a{
  text-decoration: none;
  color: white;
}


.curve{
  background: none;
  padding: 198px;
  width: 100%;
  align-items: center;
  align-self: center;
}


.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
    position: sticky;



}

.Menu_icon{
  display: ;
  cursor: pointer;
  display: none;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


.X:hover{
cursor: pointer;

}
.post-content h4{
  align-self: left;

}

.post-content{
  padding: 100px;
}



.icons{
width: 20px;
transition: all 0.3s 0.2s ;

}
.icons:hover{
  transform: scale(1.20);
  cursor: pointer;
}



.SignUp-Area{
display: none;




}

.Social-icons img{
  height: 35px;
  gap: 20px;
z-index: 200;
  display: inline-flex;

}


.Social-icons img:hover{
  transition: all 0.3s 0s;
transform: translateY(-5px);
cursor: pointer;
}


.Newletterbox{
  color: black;
  background:none;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 90px 20px;
  text-align: left;
  margin-top: 100px;
  z-index: -30;
  font-family: arial;
  animation: upslider 2s ease;
}



@keyframes Load {



50%{
  position: absolute;
  left: -200px;
}


100%{

 left: 0;
}
}




.Newletterbox input{
  height: 62px;
  width: 30%;
  outline: none;
  padding: 10px;
  border: 2px solid black;
  z-index: 1000;

}


.Newletterbox button{
  width: 100px;
  background: black;
  height: 63px;
  padding: 20px;
  cursor: pointer;
  z-index: 1000;
  border: none;
  color: white;
}


.Newletterbox button:hover{
  transform: scale(1.05);
}

.newsletterbox h3{
  font-family: cursive;
}

.story{
width: 580px;
height: 400px;
margin: auto;
text-align: center;
margin-top: 40px;
background-image: url(marketingbanner.png);
}

.blog{
  width: 680px;
  height: 400px;
  margin: auto;
  text-align: center;
  margin-top: 200px;
  background-image: url(blog-image.png);
}

.Sign-up-container{

width: 500px;
height: 360px;
padding: 10px;
border-radius: 5px;
overflow: 0;
background: #FAF4F3;
position: fixed;
text-align: center;
animation: upslider 0.4s ease;
display: block;

}

@keyframes upslider {
  5%{
transform: translateY(-600px);




  }
  20%{
transform:;



  }


}

.Sign-up-container h5{
line-height: 0;

}

.Sign-up-container input{
  width: 400px;
  height: 40px;
  padding: 10px;
  line-height: 2;
margin-top: 12px;
  border: 1px solid grey;
  border-radius: 5px;

}
.Sign-up-container button{

border: none;
background: #375a7f;
overflow: 0;
width: 400px;
height: 40px;
border-radius: 5px;
color: white;


}
.Sign-up-container button:hover{

  background: #023E8A;
}

/* Header */
header {
  background: black;
    color: #fff;
    padding: 20px;
    padding-top: 30px;
    min-height: 70px;
    position: sticky;
    z-index: 2000;
}


header img{
  width: 100px;
}

header a {
    color: #fff;
    text-decoration: none;
}

header ul {
    padding: 0;
    list-style: none;
    font-size: 14px;
}

header li {
    float: left;
    color: whitesmoke;
    filter: brightness(80%);
    display: inline;
    z-index: -100;
    font-weight: bold;
    padding: 0 20px 0 20px;
}

header nav {
    float: right;
    margin-top: 10px;

}

header h1 {
    float: left;

}



.socialicons_nav{
width: 100%;
height: 40px;
background: none;
text-align: center;
justify-content: center;
padding: 10px;
border-bottom-left-radius: 50% 100%;



}
.horibanner{
  margin: 80px;
}

.services{
display: flex;
margin-top: 100px;
width: 100%;
height: 600px;
padding: 30px;

}
.service_cons{
width:400px;
height: 400px;
background: #fff;
margin: 20px;
padding: 50px;
cursor: pointer;
text-align: left;

}

.banners{
  position: absolute;
margin-top: -1200px;
   right: 10px;

}

.service_cons button{

height: 50px;
width: 200px;
border: none;
text-align: center;
margin: 10px;
background:   #FDE512  ;
font-weight: 700;
cursor: pointer;
}

.service_cons button:hover{
  background:  #ECCA06;
}




/* Hero Section */
.hero {
    color: white;
    padding: 240px 0;
    align-items: center;
    background-repeat: no-repeat;
    background-size:cover;
    text-align: center;
    background-attachment: fixed;
background-image: url(homepage-banner.webp);
overflow:hidden;
z-index: -2;
opacity: 4;

}

.hero h2 {
    margin: 0 0 10px;
    font-size: 4em;
    filter: brightness(90%);
}

.hero p {
    font-size: 1.2em;
}

/* Blog Posts */
.blog-posts {
    padding: 20px;
    margin-top: 30px;
}

.blog-post-images{

  width: 700px;
  padding: 10px;

}

.blog-posts article {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    height: 205px;
}

.blog-posts a{
  color: #444444;
  text-decoration: none;
}



.blog-posts article p{
  width: 290px;
}
.blog-posts img{

width: 200px;




}

.blog-posts h3{
    margin-top: -120px;
    margin-left: 230px;
    font-weight: 300;
    font-family: verdana;

}

h1{
font-size: 40px;

}

p{

width: 580px;
text-align: left;

}

.blog-posts p {
    color: #333;
    margin-left: 230px;


}

h4{


  font-size: 20px;
  align: left;

}

/* Footer */
footer {
    background:black;
    color: white;
    text-align: center;
    font-weight:700;
    padding: 20px 0;
    margin-top: 0px;
    font-family: Arial;
    filter: brightness(70%);
}
footer img{

display: none;

}
footer ul{
  height:400px;
  margin: 10px;
  width: 200px;
  color: white;
display: none;

}


footer p {
    margin-left: 200px;
    text-align: center;
    font-size: 13px;

}

/* Transitions and Animations */
header, .hero, .blog-posts article, footer {
    transition: all 0.3s ease;
}


.blog-posts article:hover {
    transform: scale(1.05);
}





@media only screen and (max-width: 1198px) {
  .blog-posts article p{
    width: 200px;
  }
  .blog-posts article{
    height: 300px;
  }

}


@media only screen and (max-width: 790px) {

  .SignUp-Area{

  align-self: center;
  position: fixed;
  margin-left: 20px;
  margin-right: 0;
  }

.blog-post-images{

width: 100%;
padding: 0;

}
.curve{
  padding: none;
  background: none;
}

.blog-post article{
  width: 300px;
}
.blog{
  height: 400px;
  width: 400px;
}
.story{
  height: 400px;
  width: 400px;
}

p{

  width: 300px;
}

h4{

margin-left: 0;

}

.blog-posts article {

height: 400px;


}




.blog-posts h3 {
    margin-top: 0;
    margin-left: 0;

}
.blog-posts p {
    margin-top: 0;
    margin-left: 0;
    width: 200px;

}

footer p {

  margin-left:0;

}


.blog-posts{
  margin-top: 500px;
}
.services{
  display: block;

}


.banners{
  display: none;
  position: none;
  margin-top: none;

}

.horibanner{
margin-left: -100px;
height: 100px;
width: 100%;
}

.blog-post-images{
padding: 20px;


}
}


@media only screen and (max-width: 789px) {

  .blog-posts article {

  height: 400px;
  width: 300px;
  margin-left: 60px;

  }
  .body{
    overflow: hidden;
    width: 100%;
  }

  .hero{
    border-bottom-left-radius: 0;
    width: 100%;
    border-bottom-right-radius: 0;
  }

  .post-heading{
    text-align: center;
  }

.post-content li{
  width: 300px;
}
.curve{
  padding: 0;
  background: none;
}

}

@media only screen and (max-width: 480px) {

  .blog-posts article {

  height: 400px;
  width: 380px;
  margin-left: 0;

  }



  .Menu_icon{
    display: block;
    margin-top: -50px;
    margin-left: 100%;
  }

  header ul a{
    display: none;
  }
  .SignUp-Area{

  align-self: center;
  position: fixed;
  margin-left:10px;
  margin-right: -0;
  margin-top: 100px;



  }

  .blog{
height: 300px;
width: 300px;


  }
  .story{
    height: 300px;
    width: 300px;
  }






.Sign-up-container{

width: 430px;
padding: 0;


}

.X{
position: fixed;
margin-left: 400px;
margin-top: 10px;

}

.service_cons{

margin-left: -20px;

}

.blog h1{
  font-size: 30px;
}

.post-content p{
  width: 280px;
}

.post-content li{
  width: 289px;
}


#blog-images{
  width: 200px;
}

.curve{
  padding: 0;
  background: none;
}



.post-content{
  padding: 0;
}



}

@media only screen and (max-width: 401px) {


  .SignUp-Area{

  align-self: center;
  position: fixed;
  margin-left:0;
  margin-right: -0;
  margin-top: 100px;





}


.curve{
  padding: 0;
  background: whitesmole;
}



  .Sign-up-container{

  width: 400px;
  padding: 0;



  }

  .X{
    margin-left: 345px;
  }

  .service_cons{
    width: 250px;

  }




  .hero h2{
    font-size: 2rem;
  }


}

@media only screen and (max-width: 1010px) {
  .blog-posts article p{
margin-left: -4px;
margin-top: 10px;
  }

  .blog-posts article h3{
    margin-left: -4px;
    margin-top: 10px;
  }
  .blog-posts article{
    height: 500px;
    width: 300px;

  }

}
