@import url("https://fonts.googleapis.com/css2?family=Exo+2&family=Inter:wght@300&display=swap");
* {
  /* font-family: "Poppins", sans-serif; */
  /* accent-color: #e3c47b; */
  /* transition: 0.2s; */
  font-size: 16px;
  
  transition: 500ms;
}
a {
  text-decoration: none;
}
:root {
  scroll-behavior: smooth;
}
::selection {
  background-color: #e3c47b;
  color: #4f7471;
}
body {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #000;
  height: 100vh;
  overflow: hidden;
  background-image: url(https://images.pexels.com/photos/220201/pexels-photo-220201.jpeg);
  background-position-y: 790px; 
  background-position-x: -100px; 
  background-repeat: no-repeat;
  background-size: 2000px;

}

.text-box-main {
  /* position: absolute;
  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin-top: 315px;
  /* height: 100vh; */
  /* align-self: center; */
  flex-direction: column;
  /* background-color: #4f7471; */
}
h1 {
  height: 115px;
  left: 589px;
  top: 315px;

  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 96px;
  line-height: 115px;

  color: #f4f4f5;
  margin-bottom: 16px;
}
.sub-heading-txt {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 102.52%;
  /* or 25px */

  text-align: center;

  color: #c7c7c7;
  width: 860px;
  margin-bottom: 64px;
}
.button-container {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center;
  justify-content: center;
}
.btn-outline-light,
.btn-space {
  height: 63px;
  width: 190px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */

  color: #f4f4f5;
}

.background-earth {
  position: absolute;
  width: 2003px;
  height: 1332px;
  /* left: -196px; */
  top: 30%;
  object-fit: cover;
}
.btn-space:hover{
  filter: drop-shadow(0px 0px 25px #3C92EC);
  transition: 500ms;
}