* {
  box-sizing: border-box;
}

body,
html {
  min-height: 100vh;
  margin: 10;
}

body {
  font-family: 'Rethink Sans', sans-serif;
}


.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: hsl(0, 0%, 100%);
}

.nav-container {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}

nav a:active {
  color: rgb;
  text-decoration: underline;
}

.logo {
  flex: 0 0 auto;
}

.logo img {
  width: 150px;
  height: auto;
  max-width: 100%;
}


.social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto
}

.social img {
  width: 35px;
  height: auto;
  margin-left: 10px;
}

.hero {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-height: 400px;
  overflow: hidden;
}

.hero img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
}


h1 img {
  width: 150px;
  height: auto;
  max-width: 100%;
}

h2 {
  size: 50px;
  font-family: 'Rethink Sans', sans-serif;
  text-align: center;
}

h3 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 50px;
  padding-top: 80px;
  text-align: center;
  display: block;
  width: fit-content;
  margin: 0 auto;
  color: #868b77
}

h5 {
  font-family: 'Rethink Sans', sans-serif;
  text-align: center;
  font-size: 50px;

}

nav {
  font-family: 'Rethink Sans', sans-serif;
  background-color: hsl(0, 0%, 100%);
  padding: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;

}

nav ul li {
  word-spacing: 10px;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 10px;
  display: flex;
}

nav ul li {
  margin-left: 20px;

}

* {
  box-sizing: border-box
}

.container {
  width: 700px;
  height: 175px;
  border-radius: 10px;
  background-color: rgb(243, 240, 230);
  display: flex;
  justify-content: center;
  align-items: center;
}

* {
  box-sizing: border-box
}

.para-text {
  font-size: 30px;
  margin-left: 20px;
  padding-left: 5%;
  padding-right: 5%;

}


.works-para {
  font-size: 50px;

}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.slideshow-container img {
  border-radius: 15px;

}

.mySlides {
  display: none;

}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.text {
  color: black;
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  line-height: 30px;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

}

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

.readymade img {
  width: 95%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  padding-bottom: 80px;
  padding-top: 80px;
}


.bio-container {
  display: flex;
  justify-content: space-around;
  padding: 10px;
  align-items: center;
  border-radius: 15px;
}

.bio-container img {
  max-width: 40%;
  height: auto;
  object-fit: contain;
  border-radius: 15px;
}

.bio-text {
  max-width: 90%;
  text-indent: 40px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: left;
  font-size: 25px;
  line-height: 1.5;
  margin: 30px;
  padding-right: 40px;
  padding-bottom: 20px;
}

.home-image-container {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.home-image-container img {
  width: 30%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}

form {
  background-color: #ffffff;
  padding: 20px 40px;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}


label {
  font-size: 30px;
  color: #555;
}

input[type="radio"] {
  margin-right: 8px;
}

input[type="radio"]+label {
  margin-right: 20px;
  color: #333;
}

button {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1em;
  color: #fff;
  background-color: hsl(56, 16%, 68%);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #ddb0a0;
}

.yesno {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 580px) {

  h3 {

    font-size: 20px;
  }

  .para-text {
    font-size: 20px;
  }

  .home-image-container {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;

  }


  .bio-text {
    font-size: 10px;
    padding: 5px;

  }

  .bio-container {
    width: 100%;
    height: auto;
  }

}

@media screen and (max-width: 580px) {
  .slideshow-container {
    font-size: 10px;
    width: 60%;
    height: 5%px;

  }
}

@media screen and (max-width: 580px) {
  h5 {
    font-size: 20px;

    .Hero Image1 {
      width: 60%;
      height: 5%px;

    }

  }

}

@media screen and (max-width: 580px) {

  .readymade img {
    width: 90%;
    height: auto;
  }

  .text {
    color: black;
    font-size: 7px;
    padding: 8px 12px;
    position: absolute;
    bottom: px;
    width: 100%;
    text-align: center;
    line-height: 10px;

  }

  .text2 {
    font-size: 10px;
    line-height: 10px;
  }
  footer {
    font-size: 10px;
    text-align: center;
  }

}