@font-face {
  font-family: Montserrat;
  src: url(Fonts/Montserrat-VariableFont_wght.ttf);
}
* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

body {
  background-color: #FAFAFA;
}

span {
  color: #FD9222;
}

header {
  display: flex;
  gap: 180px;
  position: fixed;
  justify-content: center;
  height: 80px;
  text-align: center;
  width: 100%;
  background-color: #FAFAFA;
  align-items: center;
  z-index: 10;
  top: 0;
}
header .logo {
  width: 185px;
  height: 20px;
}
header .mobile_navigation {
  display: none;
}
header nav {
  display: flex;
  gap: 310px;
}
header nav ul {
  text-decoration: none;
  list-style: none;
  display: flex;
  gap: 44px;
  margin-left: 100px;
}
header nav ul a {
  font-weight: 500;
  font-size: 14px;
  color: #111111;
  height: 16px;
  list-style: none;
  text-decoration: none;
  transition: 1s;
}
header nav ul a:hover {
  color: #FD9222;
}
header nav .inst {
  display: flex;
  gap: 18px;
}
header nav .inst .inst_one {
  width: 24px;
  height: 24px;
  transition: 2s;
}
header nav .inst .inst_one:hover {
  content: url(img/instagram\ \(1\).svg);
}
header nav .inst .twitter {
  width: 24px;
  height: 24px;
  transition: 2s;
}
header nav .inst .twitter:hover {
  content: url(img/twitter\ \(1\).svg);
}
header .burger_label {
  font-size: 32px;
  color: #111111;
  cursor: pointer;
  display: none;
}
header #burger {
  display: none;
}

main {
  margin-top: 100px;
}

.grid-container {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 35% 65%;
  grid-template-areas: "aside sek3";
  gap: 20px;
  padding: 20px;
}

.sek2 {
  grid-area: aside;
}

.sek3 {
  grid-area: sek3;
}

.sek4 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(img/81595bcb99d1a98618c58583891c7d58ced22261.jpg);
  background-size: cover;
  background-position: center;
  width: auto;
  height: 370px;
  position: relative;
  align-items: center;
  text-align: center;
}
.sek4 h1 {
  position: relative;
  top: 72px;
  left: 615px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -3%;
  width: 260px;
  color: #FFFFFF;
  position: relative;
  text-transform: uppercase;
}
.sek4 p {
  color: #FFFFFF;
  letter-spacing: -2%;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  width: 467px;
  padding: 24px;
  left: 510px;
  top: 70px;
}
.sek4 button {
  position: relative;
  top: 70px;
  height: 45px;
  background-color: #FD9222;
  border-radius: 100px;
  border: none;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  transition: 1s;
  width: 172px;
  left: -10px;
}
.sek4 button:hover {
  background-color: #FCF1E0;
  color: #FD9222;
}

footer {
  position: relative;
  background-color: #1E1823;
  width: auto;
  height: 270px;
}
footer .text_footer {
  display: flex;
  gap: 18px;
}
footer .text_footer h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -3%;
  width: 350px;
  color: #FFFFFF;
  position: relative;
  top: 40px;
  left: 32px;
}
footer .text_footer span {
  color: #FD9222;
}
footer .text_footer .small {
  position: relative;
  top: 40px;
}
footer .text_footer .small h4 {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6980392157);
  position: relative;
  left: 800px;
}
footer .text_footer .small p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6980392157);
  position: relative;
  left: 800px;
  top: 10px;
}
footer .text_footer .inst_one {
  width: 24px;
  height: 24px;
  transition: 2s;
  position: relative;
  left: 850px;
  top: 40px;
}
footer .text_footer .inst_one:hover {
  content: url(img/instagram\ \(1\).svg);
}
footer .text_footer .twitter {
  width: 24px;
  height: 24px;
  transition: 2s;
  position: relative;
  left: 850px;
  top: 40px;
}
footer .text_footer .twitter:hover {
  content: url(img/twitter\ \(1\).svg);
}
footer hr {
  width: 1436px;
  border: 0.5px #FFFFFF solid;
  opacity: 0.2;
  position: relative;
  left: 32px;
  top: 100px;
}
footer nav ul {
  display: flex;
  gap: 24px;
  position: relative;
  top: 130px;
  left: 32px;
  list-style: none;
}
footer nav ul a {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  height: 16px;
  list-style: none;
  text-decoration: none;
  transition: 1s;
}
footer nav ul a:hover {
  color: #FD9222;
}/*# sourceMappingURL=three_layouts.css.map */