.section {
  background-image: linear-gradient(#0006, #0006), url('../images/ChatGPT-Image-Mar-22-2026-12_40_21-PM.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 92vh;
  padding-top: 20px;
}

.section-webdesigner {
  color: #fff;
  text-align: center;
  background-color: #000;
  width: 100%;
  height: 20px;
  margin-top: auto;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  text-decoration: none;
  position: static;
  inset: auto 0% 0%;
}

.link-7 {
  color: #fff;
  text-decoration: none;
}

.paragraph {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

.heading {
  color: #b8b8b8;
  text-align: center;
  margin-top: 0;
}

.image {
  width: 300px;
  margin-top: 15px;
}

.section-2 {
  padding: 40px 10px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 62px;
  font-weight: 300;
  line-height: 60px;
}

.italic-text {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.navbar {
  background-color: #00000040;
  margin-left: 40px;
  margin-right: 40px;
  padding-right: 10px;
}

.nav-link {
  color: #fff;
  text-align: center;
}

.nav-link.stylebtn {
  text-align: center;
  background-color: #9b693b;
  border-radius: 20px;
  width: 114px;
  height: 30px;
  margin-top: 15px;
  padding: 5px 10px;
}

.image-2 {
  width: 200px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-3 {
  height: 60px;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  width: 600px;
  margin: 10px auto auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #00000073;
  border: 1px solid #ce8f56;
  border-radius: 20px;
  width: 150px;
  font-size: 15px;
}

.image-4 {
  height: 60px;
}

.text-block {
  color: #fff;
  text-align: center;
  background-color: #9b693b;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-link {
    border-top: 1px solid #9b693b;
  }

  .nav-link.stylebtn {
    border-top-style: none;
    border-radius: 0;
    width: auto;
    height: auto;
    margin-top: 0;
    padding: 20px;
  }

  .nav-link.stylembe {
    background-color: #ce8f56;
  }

  .icon {
    color: #fff;
  }

  .nav-menu {
    background-color: #000000d9;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-3 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .paragraph-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 43px;
    line-height: 42px;
  }
}


