.T {
  font-family: "Raleway", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

.body {
  min-height: 100vh;
  background: url("background.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 100px;
  background: rgb(211, 199, 167);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}

.logo {
  font-size: 38px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.navbar a {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  margin-left: 40px;
}

.navbar a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}

.navbar a:hover::before {
  width: 100%;
}

.container {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.row {
  display: flex;
  height: 90%;
  align-items: center;
  padding-top: 200px;
}

.col {
  flex-basis: 60%;
}

h1 {
  color: #fff;
  font-size: 80px;
}

h2 {
  color: #fff;
  text-shadow: 0 0 5px #999;
}

h3 {
  color: rgb(83, 49, 39);
  font-size: 20px;
}

h4 {
  color: rgb(83, 49, 39);
  font-size: 10px;
}

h5 {
  color: rgb(83, 49, 39);
  font-size: 30px;
}

p {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

.card {
  width: 180px;
  height: 210px;
  display: inline-block;
  border-radius: 10px;
  padding: 20px 25px;
  box-sizing: border-box;
  cursor: pointer;
  margin: 10px 15px;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s;
}

.card1 {
  background-image: url(photo1.jpg);
}

.card2 {
  background-image: url(photo2.jpg);
}

.card3 {
  background-image: url(photo3.jpg);
}

.card4 {
  background-image: url(photo4.jpg);
}

.card5 {
  background-image: url(photo5.jpg);
}

.card6 {
  background-image: url(photo6.jpg);
}

.card:hover {
  transform: translateY(-10px);
}

.main-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100vh;
}

.contact-container {
  display: flex;
  justify-content: flex-start;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.input-container {
  margin-top: 10px;
}

.submit {
  width: 100%;
  margin-top: 20px;
}

.illustration-img {
  margin: 0px;
  width: 400px;
  height: 460px;
}

.profile-contact-img {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  object-fit: cover;
}

.input-item {
  width: 100%;
  border: none;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(211, 199, 167);
  height: 40px;
  margin: 0;
  padding: 5px;
}

footer {
  background-color: rgb(211, 199, 167);
}

.center-footer {
  margin: 0 20px;
}

.main-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.info-top {
  text-align: center;
  width: 100%;
  padding-top: 5px;
  color: rgb(255, 255, 255);
}

.info-center {
  text-align: center;
  width: 100%;
  padding-top: 5px;

  border-top: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.social-media {
  display: flex;
  justify-content: center;
}

.fa-instagram-square,
.fa-twitter-square,
.fa-facebook-square,
.fa-envelope {
  padding: 5px;
  font-size: 30px;
  color: rgb(255, 255, 255);
}

.section-container {
  text-align: center;
  padding: 10px;
}

.section-title {
  font-size: 40px;
  margin: 50px 0 0;
  color: rgb(83, 49, 39);
}

.section-subtitle {
  font-size: 15px;
  color: rgb(123, 122, 122);
  margin: 10px 0 0;
}

.about-flex-item {
  display: block;
}

.about-image {
  margin: 0;
}

.blob-image {
  width: 500px;
  height: auto;
  transform: rotate(-90deg);
}

.blogger-image {
  position: absolute;
  width: 250px;
  height: auto;
  left: 580px;
  top: 350px;
}

.skills-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
}

.skill-item {
  box-shadow: 0 0 3px gainsboro;
  border-radius: 10px;
  padding: 15px;
  background-color: white;
}

.skill-item img {
  width: 200px;
  height: 205px;
}

.skill-item p {
  padding: 5px;
  box-shadow: 0 0 10px gainsboro;
  border-radius: 5px;
  background-color: rgb(83, 49, 39);
}

.activity-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: center;
}

.activity-item {
  padding: 20px;
  background-color: white;
  box-shadow: 0 0 3px gainsboro;
  border-radius: 5px;
  margin: 10px;
}

.activity-item img {
  width: 350px;
  height: 400px;
}

.product {
  background-color: #fff;
  border-radius: 0.4rem;
  overflow: hidden;
  box-shadow: 0 6px 12px -7px rgb(171, 171, 171, 1);
  transition: box-shadow 0.4s ease-in-out;
  position: relative;
  padding-bottom: 20px;
}

.product:hover {
  box-shadow: 0 10px 12px -7px rgb(171, 171, 171, 1);
}

.product-img img {
  width: 100%;
  height: auto;
}

.product-img .rear-img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.4s ease-out;
  width: 100%;
  height: 85%;
  object-fit: cover;
}

.product:hover .rear-img {
  opacity: 1;
  z-index: 0;
}

.product-info {
  padding: 1rem 1rem 2.5rem;
  text-align: center;
}

.product-info div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.product-name {
  font-size: 15px;
}

.product-btn {
  background-color: rgb(211, 199, 167);
  color: #fff;
  text-decoration: none;
  padding: 10px 10px;
  border-radius: 5px 8px;
  transition: background-color 0.5s ease-out;
}

.product-btn:hover {
  background-color: rgb(189, 177, 145);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}
