.content-title {
  padding: 50px 80px 0px;
}

.content {
  padding: 50px 80px;
}

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

.cover-img-section1 {
  width: 600px;
  height: 500px;
  object-fit: cover;
}

.image-container {
  max-width: auto;
  height: auto;
}

.image-container img {
  max-width: auto;
  height: auto;
}

.btn-chat-me {
  background: transparent;
  border-radius: 0px;
  border: 1px solid black;
  padding: 15px 70px;
}

.btn-chat-me:hover {
  background: transparent;
  border-radius: 0px;
  border: 3px solid black;
  padding: 15px 70px;
}

.section-1 > .button {
  margin-top: 40px;
}

.section-out {
  background-color: #faeae6;
}

.title {
  font-size: 50px;
  font-weight: bold;
  text-shadow: 0em 0.0375em 0.110625em rgba(0, 0, 0, 0.215);
  margin-bottom: 40px;
  text-align: center;
}

.title-medium {
  font-size: 30px;
  text-shadow: 0em 0.0375em 0.110625em rgba(0, 0, 0, 0.215);
  text-align: center;
}

.title-body {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.description {
  font-size: 25px;
  font-weight: normal;
  line-height: 30px;
}

.section2-img1 {
  width: 500px;
  height: 250px;
  object-fit: cover;
}

.section2-img2 {
  width: 500px;
  height: 300px;
  object-fit: cover;
}

.section3-gallery {
  border-radius: 20px;
  width: 200px;
  height: 300px;
  object-fit: cover;
}

.section4-img1 {
  margin-bottom: 30px;
  border-radius: 20px;
  width: 500px;
  height: 300px;
  object-fit: cover;
}

.section4-img2 {
  border-radius: 20px;
  width: 500px;
  height: 300px;
  object-fit: cover;
}

.section5-img1 {
  width: 400px;
  height: 100%;
  border-radius: 50px;
  object-fit: cover;
}

.card-orange {
  background-color: #ffd8ce;
  padding: 30px 50px;
}

.section6-img1 {
  width: 222px;
  height: 100%;
  object-fit: cover;
}
.section6-img2 {
  width: 195px;
  height: 100%;
  object-fit: cover;
}

.divider {
  border-bottom: 1px solid black;
  padding: 5px 0px;
  width: 200px;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.iframe-container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-container-short {
  /* position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%; */
  width: 100%;
  height: 100%;
}
.iframe-container-short > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
}

.contact-title{
  font-size: 45px;
  color: #735e59;
}

.contact-description{
  color: black;
  font-size:20px;
  line-height: 30px;
  width:650px;
}

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