@import url('/fonts.css');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "TheSans Trial";
}

body {
  line-height: 1;
  margin: 0;
  padding: 0;
  background: #fff;
}

button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  font-family: "TheSans Trial";
}

nav {
  display: flex;
  width: 100%;
  padding: 10px 120px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #c0946c;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(35, 114, 131, 0.08);
}

main {
  display: flex;
  flex-direction: column;
  gap: 80px;
  position: relative;
  padding: 40px;
  padding-bottom: 120px;
}

.first_shape {
  position: absolute;
  top: -20px;
  right: 0px;
}

.second_shape {
  position: absolute;
  top: 733px;
  left: 0px;
}

.text_container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 897px;
  margin: 0px auto;
}

.header_text {
  color: #1e1e1e;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.primary {
  color: #237283;
}

.desc_text {
  color: #4b4b4b;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.video_container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  max-height: 579px;
  flex-shrink: 0;
  border-radius: 40px;
  border: 11px solid var(--Liner, #237283);
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}

.video {
  width: 100%;
  height: 100%;
  border: 0px solid transparent;
}

.video_btn {
  position: absolute;
  z-index: 999;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.info_container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  max-height: 579px;
  margin: auto;
  text-align: center;
  width: 100%;
}

.info_header {
  color: #1e1e1e;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.info_header_text {
  color: #c0946c;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 150%;
}

.cards_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 20px;
  width: 100%;
}

.card {
  width: 100%;
  display: flex;
  height: 247px;
  padding: 15px 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px var(--Spacing-xs, 4px) 25px 0px rgba(39, 36, 36, 0.15);
  transition-duration: 500ms;
  cursor: pointer;
}

.card_text {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 16px;
}

.card_header {
  color: #1e1e1e;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.card_desc {
  color: #4b4b4b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.bottom_card {
  display: flex;
  margin: 0px auto;
  width: 100%;
  max-width: 831px;
  padding: 16px 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(39, 36, 36, 0.15);
  text-align: center;
  transition-duration: 500ms;
  cursor: pointer;
}

.bottom_card_header {
  color: #1e1e1e;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-top: 8px;
}

.bottom_card_desc {
  color: #4b4b4b;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.card:hover {
  scale: 105%;
}

.bottom_card:hover {
  scale: 105%;
}

.image_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 24px;
}

.image_button {
  display: inline-flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: #c0946c;
}

.image {
  width: 1200px;
  object-fit: cover;
  height: 675px;
}
