* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.showcase {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.navbar {
  width: 85%;
  margin: auto;
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 15vh;
}

.navbar .logo {
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.navbar ul li {
  font-size: 16px;
  padding: 10px;
  /* display: flex; */
  list-style-type: none;
  display: inline-block;
  margin-left: 20px;
  position: relative;
}

.navbar ul li a {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.navbar ul li::after {
  content: "";
  height: 3px;
  width: 0;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: 0.5s;
}

.navbar ul li:hover::after {
  width: 100%;
}

.showcase-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  text-align: center;
}

.showcase-content h1 {
  font-size: 40px;
  margin-top: 80px;
  color: #fff;
}

.showcase-content p {
  margin: 20px auto;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}

.btn {
  display: inline-block;
  padding: 10px 0;
  margin: 20px 10px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  width: 200px;
  border-radius: 25px;
  text-decoration: none;
  text-align: center;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
}

.btn:hover {
  background: #f4f4f4;
  color: #333;
}

.showcase .social ul {
  margin-left: 100px;
  position: absolute;
  bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.showcase .social ul li {
  list-style: none;
}

.showcase .social ul li i {
  font-size: 50px;
}

.showcase .social a {
  display: inline-block;
  /* background: #fff; */
  filter: invert(1);
  margin-right: 20px;
  transform: scale(0.5);
  transition: 0.5s;
}

.social {
  height: 10vh;
}

.showcase .social a:hover {
  transform: scale(0.5) translateY(-15px);
}

.services-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(223, 222, 222);
  margin: auto 80px;
  height: 75vh;
}
.photography {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  background-color: rgba(64, 68, 68, 0.209);
  padding: 20px;
}
.video {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  background-color: rgba(64, 68, 68, 0.209);
  padding: 20px;
}
.desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 30px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
}
.desc a {
  color: rgb(244, 246, 98);
  text-decoration: none;
}
.container {
  display: flex;
  width: 100%;
  justify-content: center;
}
.photography h2,
.video h2 {
  align-self: center;
}
.read span:hover {
  color: antiquewhite;
}

.places-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10%;
  height: 75vh;
}
.places-container img {
  height: 300px;
  width: 300px;
  border-radius: 50%;
}
.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  color: rgb(223, 222, 222);
  gap: 20px;
  background-color: rgba(64, 68, 68, 0.209);
  box-shadow: 2px 2px 10px 5px rgba(53, 52, 52, 0.6);
  padding: 50px 20px;
}
.card:hover {
  box-shadow: 2px 2px 10px 5px rgba(124, 121, 121, 0.6);
}
.about-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10%;
  height: 75vh;
}
.about-container img {
  border: 1px solid rgba(0, 0, 0, 0.354);
}
.abt-vid {
  border: 1px solid rgba(255, 255, 255, 0.546);
}
.contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75vh;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form h4 {
  color: black;
  font-weight: 200;
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
}
.form .block {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.form .inner-element input {
  padding: 10px;
  width: 250px;
  border-radius: 10px;
}
.inner-element {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.form-container {
  background-color: rgba(238, 230, 230, 0.099);
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 80%;
  text-align: center;
  border-radius: 10px;
  border-top: 3px solid rgb(223, 222, 222);
  border-right: 3px solid rgb(223, 222, 222);
  padding: 0 20px;
}
.gender {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  color: black;
  font-weight: 200;
  font-size: 20px;
}
.gender span {
  font-family: "Times New Roman", Times, serif;
}

.button {
  margin-top: 30px;
  padding: 10px;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  background-color: rgb(18, 172, 121);
  width: 96%;
  border-radius: 10px;
}

.form-container .page-title {
  font-size: 35px;
}
