@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
.container {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
/* header */
header {
  height: 52px;
  display: flex;
  align-items: center;
}
nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav_item a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
/* intro */
.title_main {
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 42px;
  line-height: 51px;
  margin-top: 350px;
  color: #ffffff;
}

.bacg {
  background-image: url(../img/bg.svg);
  background-position: center center;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
/* cards */
.cards {
  margin-top: 113px;
  display: flex;
  justify-content: space-between;
}
.card- {
  position: relative;
}
.img_card {
  border-radius: 15px;
}
.img_card img {
  border-radius: 15px;
}
/* SLIDER */
.slider {
  margin-top: 114px;
}

/* footer */
footer {
  background-color: #c9a4a400;
  height: 400px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-top: 114px;
}
.foot_item {
  margin-bottom: 14px;
}
.footer_info {
  display: flex;
  justify-content: space-between;
}
.foot_item_title {
  color: #000000;
  font-size: 23px;
  margin-bottom: 14px;
}
