@font-face {
  font-family: "FM Review";
  src: url("./assets/fonts/FMReview-Regular-Web.woff2") format("woff2"),
    url("./assets/fonts/FMReview-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* start reset css */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
/* end reset css */

* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}

body {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font-family: "FM Review", sans-serif;
}

main {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  background-repeat: no-repeat;
  background-image: url(./assets/images/bg.jpg);
  background-size: cover;
  position: relative;
}

main.main__menu {
  background-image: url(./assets/images/bg2.jpg);
  padding-top: 10.078125vw;
  color: #fff;
}

.main-container {
  display: flex;
  flex-direction: column;
  padding-left: 9.375vw;
  padding-right: 9.375vw;
  justify-content: center;
  height: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.container {
  position: relative;
  z-index: 1;
  padding-left: 6.09375vw;
  padding-right: 6.09375vw;
  max-width: 100%;
}

.main__menu .container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  height: 10.078125vw;
  background-color: transparent;
  z-index: 999;
}

.header .container {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
}

.main-logo {
  width: 26.1vw;
  margin-bottom: 4.69vw;
}

.header-logo {
  width: 7.265625vw;
}

.main-link {
  width: 38.43vw;
  height: 7.0312vw;
  background-color: #ff5100;
  color: #fff;
  border-radius: 0.8203125vw;
  font-size: 2.1875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.main-link::after {
  display: inline-block;
  content: "";
  background-image: url("./assets/images/arr.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.109375vw;
  height: 1.8359375vw;
  margin-left: 3.125vw;
}

.main-link:hover,
.main-link:active,
.main-link:focus,
.main-link:focus-visible {
  background-color: rgb(201, 49, 2);
}

.main-text {
  padding-left: 2.109375vw;
  border-left: 0.625vw solid #ff5100;
  font-size: 2.34375vw;
  line-height: 1.33em;
  width: 80vw;
  max-width: 100%;
  margin-bottom: 6.796875vw;
}

.menu-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25vw;
}

.menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  aspect-ratio: 1 / 1;
  background-color: rgba(29, 31, 60, 0.75);
  border: 1px solid #2f325d;
  border-radius: 20px;
  gap: 3.125vw;
  padding: 30px;
}

.menu-item:hover {
  opacity: 0.6;
}

.menu-item img {
  max-width: 6.4453vw;
}

.menu-item p {
  /* font-size: 2.1484vw; */
  font-size: 1.7vw;
  text-align: center;
  line-height: 1.2;
  height: 26%;
}

.main__inner {
  background: #0d102b;
  display: flex;
  flex-direction: column;
}

.header-inner .header-logo {
  width: 6.4062vw;
}

.header-inner {
  height: 6.4062vw;
  position: relative;
}

.header-inner .container {
  justify-content: space-between;
}

.main-content {
  height: 100%;
}

.iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.iframe__iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.header-link {
  color: #fff;
  font-size: 1.5625;
  line-height: 2em;
  display: inline-block;
  padding-left: 34px;
  border-left: 0.625vw solid #ff5100;
}
