/* Google Font  */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap");

/* Custom CSS  */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  list-style: none;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  background-color: black;
}
::selection {
  color: black;
  background-color: #bea060;
}
header {
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
}
.header-left-side {
  padding: 0 0 0 90px;
  color: white;
}
.header-left-side h1 {
  color: #750000;
  line-height: 1.2em;
  font-size: 78px;
  padding-top: 20px;
  font-weight: 400 !important;
}
.header-left-side h2 {
  color: #c1bfbf;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 2px;
}
.header-left-side p {
  margin-bottom: 10%;
  font-family: "Inter", sans-serif;
  letter-spacing: 2px;
  font-size: 16px;
  color: #c1bfbf;
  line-height: 2;
}
.button {
  display: inline-block;
  padding: 20px 10px;
  border: 2px solid #750000;
  background: transparent;
  background: transparent;
  width: 47%;
  color: white;
  margin-right: 15px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.button:hover {
  background-color: #750000;
  transition: 0.7s;
}
.btn {
  width: 97%;
  background-color: #750000;
}
.btn:hover {
  background-color:#750000d0;
}
.header-left-side h3 {
  color: #c1bfbf;
  padding-top: 80px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.header-right-side img {
  width: 730px;
  height: 98%;
  margin-top: 1%;
  overflow: hidden;
}
.solid-line {
  border: none;
  border-top: 3px solid #ffffff;
  margin: 20px 0;
}
img {
  height: 100vh;
  object-fit: cover;
}
