@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap');

* {
  box-sizing: border-box;
}


a {
  color: rgb(255, 0, 0);
  text-decoration: none;
  border-color: rgb(255, 187, 0);
  font-family: "Rowdies";
  font-size: 16px;
  font-weight: bold;
}


body{
  background-color: #aea4b4;
}

.container {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.doxxim-img {
  display: flex;
  position: relative;
  left: 894px;
  height: 900px;
  margin-top: -219px;
  z-index: 0;
  width: 900px;
  box-shadow: -40px 40px 20px 0 #00000062;
  border-bottom-left-radius: 60px;
}

/* HEADER */
.header-links {
  display: flex;
  position: relative;
  padding-top: 30px;
  padding-left: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.header-ul {
  position: relative;
  z-index: 40;
  display: flex;
  padding-right: 100px;
  gap: 34px;
  list-style: none;
}

.back-button{
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  padding-top: 25px;
  background-color:rgb(184, 134, 11);
  height: 30px;
  padding-bottom: 25px;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 40px;
  box-shadow: rgba(128, 192, 248, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  position: relative;
  top: 25px;
  right: 520px;
}

.back-button:hover {
  background-color: #aea4b4;
  transition: 0.7s ease;
}

/* MAIN */

.main-section {
  position: relative;
  /* display: flex; */
  top: -650px;
  left: 40px;
}

.main-title {
  font-size: 120px;
  font-family: "Rowdies";
  color: rgb(255, 183, 0);
}

.main-text-one {
  font-family: "Rowdies";
  position: relative;
  top: -110px;
  color: #00000062;
  font-size: 20px;
}

.main-text-two {
  font-family: "Rowdies";
  color: white;
  position: relative;
  top: -110px;
  font-size: 20px;
}

.socials {
  display: flex;
  list-style: none;
  gap: 12px;
  position: relative;
  top: -105px;
  left: -25px;
}

.hr-line {
  position: relative;
  top: -30px;
  width: 250px;
  right: 750px;
}

/* Premiere */

.premiere-section {
  display: flex;
  display: inline-block;
  top: -700px;
  position: relative;
}

.premiere-href {
  background-color: rgba(255, 255, 255,65%);
  height: 200px;
  width: 790px;
  display: flex;
  position: relative;
  left: 40px;
  z-index: 0;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;

}


.premparag-one {
  position: relative;
  font-size: 20px;
  top: 20px;
  left: 30px;
}

.preimere-title {
  position: relative;
  top: 40px;
  font-size: 30px;
  color: rgb(0, 0, 0);
  right: 88px;
}

.premparag-two {
  position: relative;
  top: 130px;
  color: black;
  right: 405px;
  font-size: 20px;
}

.premiere-img {
  right: 1px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
}

.premiere-href:hover{
  background-color: rgba(0, 0, 0,30%);
  transition: 0.5s ease;
}
