/* font-family: 'Abel', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Playfair Display', serif; */

*{
  margin: 0;
}

body {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  line-height: 32px;
  color: black;
}

html {
  scroll-behavior: smooth;
}

h1 {
  font-size: 120px;
  margin-bottom: 15px;
  line-height: 130px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

h2 {
  font-size: 85px;
  margin-bottom: 15px;
  line-height: 95px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

h3 {
  font-size: 55px;
  margin-bottom: 15px;
  line-height: 65px;
  font-weight: 500;
}

h4 {
  font-family: sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 15px;
  line-height: 35px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h5 {
  font-style: italic;
  font-size: 18px;
  line-height: 18px;
}

h6 {
  font-size: 35px;
  line-height: 45px;
  color: black;
}

p {
  margin: 15px 0;
}

.subtitle {
  font-size: 18px;
  line-height: 10px;
}

.blog-text-p1 {
  margin-top: 80px;
}

.hero-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

a {
  text-decoration: none;
  color: black;
}

a:visited {
  color: black;
}

.para-link {
  text-decoration: underline;
}

.para-link:visited {
  text-decoration: underline;
}

button{
  font-family: sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  background-color: transparent;
  border: 3px solid black;
  padding: 15px 25px;
}

button:hover{
  box-shadow: 6px 6px black;
  transform: translate(-6px ,-6px);
  cursor: pointer;
}

.container{
  padding: 80px;
  max-width:1100px;
  margin: 0 auto;
}

.img-container{
  padding: 0px;
  max-width:1100px;
  margin: 0 auto;
}


nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width:1100px;
  margin: 0 auto;
  padding: 20px 80px;
}

nav button {
  margin: 10px 15px;
}

ol {
  list-style: none; 
  counter-reset: li;
  margin: 15px 0;
  padding: 0;
}

li {
  counter-increment: li;
  margin: 5px 0;
}

 ol li::before {
  content: counter(li)"."; 
  font-size: 50px;
  color: #e9a473;
  display: inline-block;
  margin-right: 15px; 
  }

.gold {
  color: #e9a473;
  font-size: 32px;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid{
  display: grid;
  grid-template-columns: 1fr 60%;
  column-gap: 40px;
}

.grid-reverse {
  display: grid;
  grid-template-columns: 60% 1fr;
  column-gap: 40px;
}

.blog-grid{
  display: grid;
  grid-template-columns: 1fr 55%;
  column-gap: 60px;
}

.blog-author {
  display: flex;
  justify-content: space-between;
}

.blogcard-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-tile-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.blog-tile {
  display: flex;
  flex-direction: column;
  max-width: 350px;
  align-self: normal;
}

.blog-tile-wrapper::after {
  content: "";
  width: 720px;
}

.snap-to-bottom {
  margin-top: auto;
}

.blog-tile img {
 height: 250px;
 margin-bottom: 15px;
}

.blog-tile h6 {
  margin-bottom: 15px;
 }

.border {
  border-bottom: 1px solid black;
}

.yellow {
  background-color: #F3D83E;
}

.yellow-box {
  background-color: #F3D83E;
  width: 50%;
  height: 50px;
}

.yellow-box1 {
  background-color: #F3D83E;
  width: 300px;
  height: 300px;
}

.green-box1 {
  background-color: #719675;
  width: 300px;
  height: 300px;
}

.yellow-box-relative {
  background-color: #F3D83E;
  width: 50%;
  height: 50px;
  position: relative;
}

.yellow-box-fixed {
  background-color: #F3D83E;
  width: 70px;
  height: 70px;
  position: fixed;
  left: 5px;
  bottom: 5px;
  text-align: center;
}

.green-box  {
  background-color: #719675;
  width: 50%;
  height: 50px;
  margin-bottom: 40px;
}

.green-box-relative  {
  background-color: #719675;
  position: relative;
  top: -100px;
  left: 50px;
  width: 50%;
  height: 50px;
  margin-bottom: 40px;
}

.green-box-absolute  {
  background-color: #719675;
  position: absolute;
  top: 10px;
  left: 50px;
  width: 50%;
  height: 50px;
  margin-bottom: 40px;
}

.black {
  background-color: rgb(35, 35, 35);
  color: white;
}

.center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.flex-apart {
  display: flex;
  justify-content: space-between;
  margin-top: 41px;
}

.code-img {
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.562);
}

.quote {
  font-size: 28px;
  line-height: 35px;
  font-weight: bold;
}



  @media (max-width: 1300px) {
    .border {
      border-bottom: 1px solid black;
      width: 80%;
    }
  }

  @media (max-width: 1250px) {
    .blog-tile {
      max-width: 450px;
    }
  }


  @media (max-width: 1100px){
    .container{
      padding: 40px;
    }

    nav {
      padding: 20px 40px;
    }

  }

  @media (max-width: 1000px){
    .container{
      padding: 40px 20px;
    }

    nav {
      padding: 20px 20px;
    }

    .grid, .blog-grid {
      grid-template-columns: 1fr;
    }

    .grid-reverse{
      display: flex;
      flex-direction: column-reverse;
    }

    .blogcard-text-wrapper {
      margin-bottom: 40px;
    }

    .blog-text-p1 {
      margin-top: 0px;
    }

    .blog-author {
      justify-content: flex-start;
    }

    .margin-right {
      margin-right: 75px;
    }

    br {
      display: none;
    }
  }

  @media (max-width: 900px){
  
    nav {
      flex-direction: column;
      padding: 20px 40px;
    }

    nav div {
      margin-top: 20px;
      width: 100%;
      display: flex;
      justify-content: space-around;
    }
    
  }

  @media (max-width: 650px){

    .container {
      padding: 20px;
    }

    body {
      font-family: 'Playfair Display', serif;
      font-size: 18px;
      line-height: 26px;
      color: black;
    }

    h1 {
      font-size: 90px;
      margin-bottom: 15px;
      line-height: 100px;
      font-family: 'Oswald', sans-serif;
      font-weight: 400;
    }
    
    h2 {
      font-size: 65px;
      margin-bottom: 15px;
      line-height: 75px;
      font-family: 'Oswald', sans-serif;
      font-weight: 400;
    }
    
    h3 {
      font-size: 45px;
      margin-bottom: 15px;
      line-height: 55px;
      font-weight: 500;
    }
    
    h4 {
      font-family: sans-serif;
      color: rgba(0, 0, 0, 0.7);
      font-weight: 300;
      font-size: 20px;
      margin-bottom: 15px;
      line-height: 25px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 2px;
    }
    
    h5 {
      font-style: italic;
      font-size: 15px;
      line-height: 15px;
    }
    
    h6 {
      font-size: 25px;
      line-height: 35px;
      color: black;
    }

    .quote {
      font-size: 20px;
      line-height: 30px;
    }
    
    p {
      margin: 15px 0;
    }

    button{
      font-size: 18px;
      font-weight: 500;
      line-height: 26px;
      text-transform: uppercase;
      background-color: transparent;
      border: 3px solid black;
      padding: 10px 15px;
    }

  }

  @media (max-width: 520px){

    nav div {
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
    }
   
  }

  @media (max-width: 340px) {
   
    .subtitle {
      font-size: 18px;
      line-height: 20px;
    }

  }
