* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'futura-pt', sans-serif;
  font-weight: 600;
  font-style: normal;
}


  /*img src="images/logo1.png" alt="logo" width="150" height="150">*/


body {
  background: #fff;
  min-height: 200vh;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
  padding: 40px 100px;
  z-index: 100000;
}
header.sticky {
  padding: 5px, 100px;
  background: #fff;
}
header .logo {
  position: relative;
  font-family: 'futura-pt', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  font-size: 2em;
  letter-spacing: 2px;
  transition: 0.6s;
  color: #fff;
}

header ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

header ul li {
  position: relative;
  list-style: none;
}

header ul li a {
  position: relative;
  margin: 0 15px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500px;
  transition: 0.6s;
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url('images/image1.jpg');
  background-size: cover;
}

.banner2 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url('images/image2.jpg');
  background-size: cover;
}

.banner3 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url('images/image5.jpg');
  background-size: cover;
}

.banner4 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url('images/image6.jpg');
  background-size: cover;
}
header.sticky .logo,
header.sticky ul li a {
  color: #000;
}

.container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
  margin: 2rem;
}

h2 {
  text-align: center;
  margin-top: 25px;
}


/* demo purposes only */

* {
  font-family: "Poppins", sans-serif;
}
.card {
  height: 280px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-rows: 1fr 1fr;
  transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

h3 {
  color: white;
  font-size: 24px;
  margin: 20px 0 0 20px;

}

p {
  color: white;
  font-weight: 400;
  font-size: 16px;
  align-self: end;
  margin: 0 0 20px 20px;
  letter-spacing: 0.5px;
}

img {
  position: absolute;
  top: 0;
  height: 110%;
  width: 100%;
  z-index: -1;
  transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.card:hover {
  transform: scale(1.035, 1.035);
  box-shadow: 0 15px 30px #7CD3F7;
}

.card:hover img {
  transform: translateY(-10px);
}

/* Style the form element with a border around it */
form {
  border: 4px solid #f1f1f1;
}

/* Add some padding and a grey background color to containers */
.container2 {
  padding: 20px;
  background-color: #f1f1f1;
}

/* Style the input elements and the submit button */
input[type=text], input[type=submit] {
  width: 48%;
  padding: 12px;
  margin:;
  margin-left: 1em;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 10px;
}

/* Add margins to the checkbox */
input[type=checkbox] {
  margin-top: ;
  margin-left: 3em;
  margin-bottom: 2em;
}

/* Style the submit button */
input[type=submit] {
  background-color: #7CD3F7;
  color: white;
  border: none;
  margin-left: 27em;
}

input[type=submit]:hover {
  opacity: 0.8;
}

p1 {
  font-family: 'futura-pt', sans-serif;
  font-weight: 600;
  font-style: normal;
}

.placement {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  margin: 2rem;
  margin-left: 15%;
}

.ad {
  height: 250px;
  width: 970px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-rows: 1fr 1fr;
  transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  margin-left: 2em;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  margin-left: 12em;
  margin-top: 1em;
}

.blogpic {
  height: 500px;
  width: 1100px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-rows: 1fr 1fr;
  transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  grid-column: 1/3;
}

.text {
grid-column: 1/2;
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;
text-align: justify;
margin-left: ;
}

.adplacement {
  height: 600px;
  width: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-rows: 1fr 1fr;
  transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  margin-left: 7em;
}

.grid-container2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  margin-left: 12em;
  margin-top: 1em;
}

.blogpic2 {
  height: 500px;
  width: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-rows: 1fr 1fr;
  transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  grid-column:;
}

.text2 {
grid-column: 2/3;
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;
text-align: justify;
margin-right: 15em;
}
.text3 {
grid-column: 1/3;
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;
text-align: justify;
margin-right: 15em;
}

.gridlayout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  margin-top: 5em;
  margin-bottom: 5em;
}

.layout1 {
  height: 600px;
  width: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  display: grid;
  margin-left: 10em;
}

.layout2 {
  height: 600px;
  width: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  display: grid;

}

.layout3 {
  height: 600px;
  width: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  display: grid;
  margin-left: 10em;
}

.layout4 {
  height: 600px;
  width: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  display: grid;
}
