@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
.logo-text {
  font-family: "Playfair Display" sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 51px;
}

.footer-li-text, .link-net, .link-text {
  font-family: "Montserrat" sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.link-tel {
  font-family: "Montserrat" sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.hero-content h1 {
  font-family: "Playfair Display" sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 85px;
}

.content-div-text p, .content-div-text h5, .link-content {
  font-family: "Montserrat" sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
}

.clients-div h2, .about-content h2 {
  font-family: "Playfair Display" sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 64px;
}

.div-text-content h3 {
  font-family: "Playfair Display" sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}

.link-li-text li a, .contacts-text p span, .contacts-text p, .name-form-2, .name-form, .div-text-content h3 span {
  font-family: "Montserrat" sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

.div-text-content-3 h3, .div-text-content-2 h3 .title-3, .div-text-content h3 .title-span {
  font-family: "Montserrat" sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}

.content-text-div h4 {
  font-family: "Montserrat" sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}

.clients-title h3 {
  font-family: "Inter" sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 39px;
}

.clients-content p {
  font-family: "Inter" sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.div-text-content-3 p, .div-text-content-2 p, .content-text-div p, .div-text-content p, .hero-content p {
  font-family: "Montserrat" sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.div-form-content h2 {
  font-family: "Playfair Display" sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 58px;
}

.contacts h2 {
  font-family: "Playfair Display" sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 58px;
}

.link-tel-2 {
  font-family: "Montserrat" sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  width: 1600px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.header-content {
  width: 100%;
  height: 90px;
  justify-content: space-between;
  align-items: center;
  background-color: #9c2482;
  border: 1px solid #f5f5f5;
  padding: 18px 90px;
  margin: 0;
}

.logo {
  align-items: center;
  gap: 10px;
}

.logo-text {
  text-transform: uppercase;
  color: #f5f5f5;
}

.nav-text {
  gap: 64px;
}

.link-text {
  color: #f5f5f5;
}

.link-text:hover {
  color: #2b0c24;
  font-size: 20px;
}

.button-content {
  width: 280px;
  height: 54px;
  align-items: center;
  gap: 10px;
  background-color: #9c2482;
  border: 1px solid #f5f5f5;
  padding: 11px 32px;
}

.link-tel {
  color: #f5f5f5;
}

.link-tel:hover {
  color: #2b0c24;
  font-size: 20px;
}

/* ============================ Section 1 ======================= */
.hero {
  width: 100%;
  height: 694px;
  background-image: url(../imeg/Rectangle4.png);
  padding: 230px 901px 28px 90px;
  margin: 0;
}

.hero-content {
  width: 630px;
  margin-bottom: 145px;
}

.hero-content h1 {
  text-transform: uppercase;
  color: #9c2482;
  margin-bottom: 20px;
}

.hero-content p {
  color: #524848;
  margin-bottom: 20px;
}

.text {
  padding: 11px 72px;
}

.link-content {
  text-transform: uppercase;
  color: #f5f5f5;
}

.link-content:hover {
  color: #2b0c24;
  font-size: 20px;
}

.ul-link-net {
  gap: 50px;
  padding: 0;
  margin: 0;
}

.link-net {
  color: #524848;
}

.link-net:hover {
  font-size: 20px;
}

/* ========================= Section 2 ======================== */
.about-content {
  width: 100%;
  height: 627px;
  padding: 8px 73px 26px 90px;
  margin-top: 89px;
}

.about-content h2 {
  text-align: center;
  text-transform: uppercase;
  color: #9c2482;
  margin-bottom: 30px;
}

.div-about-div {
  gap: 50px;
}

.div-about-content {
  position: relative;
}

.vector-about {
  position: absolute;
  top: 380px;
  left: 36px;
}

.ellipse {
  position: absolute;
  z-index: -1;
  top: 365px;
  left: 19px;
}

.div-text-content h3 {
  text-transform: uppercase;
  color: #121212;
  margin-top: 1px;
  margin-bottom: 9px;
}

.div-text-content h3 span {
  color: #121212;
}

.div-text-content h3 .title-span {
  text-transform: lowercase;
  color: #121212;
}

.div-text-content p {
  color: #524848;
  margin-bottom: 30px;
}

.div-text-content div {
  width: 222px;
  padding: 12px 45px;
}

/* ============================ Section 3 ============================= */
.title {
  width: 100%;
  padding: 81px 0 62px;
}

.content-div {
  width: 100%;
  border-bottom: 1px solid #9c2482;
}

.content-text-div {
  width: 425px;
}

.content-text-div img {
  margin-top: 30px;
  margin-left: 170px;
  margin-bottom: 20px;
}

.content-text-div h4 {
  text-align: center;
  text-transform: uppercase;
  color: #121212;
}

.content-text-div p {
  color: #524848;
  margin-top: 20px;
  margin-left: 100px;
}

/* ============================= Section 4 Slider ==================================== */
.title-2 {
  position: relative;
  width: 1420px;
  height: 511px;
  padding: 0 0 20px;
  margin: 50px 90px 25px;
}

.div-text {
  gap: 30px;
  align-items: center;
}

.image-vector {
  margin-right: 30px;
}

.image-vector-2 {
  margin-left: 280px;
}

.div {
  position: relative;
  margin-top: -160px;
}

.div-text-content-2 h3 .title-3 {
  text-transform: capitalize;
  color: #121212;
}

.div-text-content-2 p {
  color: #524848;
  margin-bottom: 30px;
}

.button-content-2 {
  width: 300px;
  height: 67px;
  text-align: center;
  background-color: #9c2482;
  border: 1px solid #f5f5f5;
  padding: 19px 0;
}

.div img {
  position: absolute;
  top: 228px;
  left: 347px;
}

.slider1 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 104px auto 88px;
  overflow: hidden;
  padding: 0;
}

.slides1 {
  transition: transform 0.5s ease-in-out;
}

.slide1 {
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
  gap: 10px;
}

.prev1,
.next1 {
  position: absolute;
  font-size: 50px;
  top: 70%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #524848;
  padding: 10px;
  cursor: pointer;
}

.prev1 {
  left: 20px;
}

.next1 {
  right: 20px;
}

/* ============================ Section 5 Slider ============================ */
.section-content {
  position: relative;
  width: 100%;
  height: 843px;
  padding: 64px 0 71px 0;
  margin: 0;
}

.section-content h2 {
  margin-bottom: 25px;
}

.section-content-div {
  width: 1115px;
  height: 38px;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  margin-left: 152px;
  margin-bottom: 15px;
}

.div-text-2 {
  gap: 39px;
  align-items: center;
}

.content-div-text {
  width: 400px;
  height: 431px;
}

.content-div-text img {
  margin-left: 49px;
  margin-right: 51px;
  margin-bottom: 10px;
}

.content-div-text h5 {
  text-align: center;
  color: #9c2482;
  margin-top: 0;
  margin-bottom: 5px;
}

.content-div-text p {
  text-align: center;
  color: #524848;
  margin: 0;
}

.slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 104px auto 88px;
  overflow: hidden;
  padding: 0;
}

.slides {
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
  gap: 10px;
}

.prev, .next {
  position: absolute;
  font-size: 50px;
  top: 70%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #524848;
  padding: 10px;
  cursor: pointer;
}

.prev {
  left: 100px;
}

.next {
  right: 100px;
}

/* =============================== Section 6 =============================== */
.action {
  width: 100%;
  height: 911px;
  padding: 0;
  margin: 0;
}

.action-div {
  gap: 20px;
  margin-left: 90px;
}

.div-text-content-3 {
  width: 700px;
}

.div-text-content-3 h3 {
  color: #121212;
}

.div-text-content-3 p {
  color: #524848;
}

.div-action {
  width: 222px;
  padding: 12px 45px;
  margin: 60px auto 0;
}

/* =========================== Section 7 Slider ============================ */
.clients-div {
  position: relative;
  width: 100%;
  height: 410px;
  padding: 25px 90px 37px;
}

.clients-div h2 {
  text-align: center;
  text-transform: uppercase;
  color: #9c2482;
  margin-top: 0;
  margin-bottom: 30px;
}

.clients {
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.clients-content {
  width: 630px;
  height: 240px;
  border: 1px solid #9c2482;
  padding: 20px 46px 42px 35px;
}

.clients-title {
  height: 38px;
  justify-content: space-between;
  gap: 345px;
  align-items: center;
}

.clients-title h3 {
  text-transform: uppercase;
  color: #9c2482;
}

.clients-title ul {
  padding: 0;
}

.clients-content p {
  color: #524848;
}

.slider2 {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 44px auto 88px;
  overflow: hidden;
  padding: 0;
}

.slides2 {
  transition: transform 0.5s ease-in-out;
}

.slide2 {
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
  gap: 10px;
}

.prev2,
.next2 {
  position: absolute;
  font-size: 50px;
  top: 60%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #524848;
  padding: 10px;
  cursor: pointer;
}

.prev2 {
  left: 80px;
}

.next2 {
  right: 80px;
}

/* ================================== Section 8 =================================== */
.form-content {
  width: 100%;
  height: 532px;
  gap: 40px;
  padding: 0 90px;
  margin-top: 100px;
}

.div-form-content {
  width: 627px;
  height: 532px;
}

.div-form-content h2 {
  text-transform: uppercase;
  color: #9c2482;
  margin-top: 0;
  margin-bottom: 30px;
}

.div-form-content h2 span {
  font-size: 24px;
  line-height: 58px;
}

.form-group {
  width: 627px;
}

.name-form {
  width: 608px;
  height: 42px;
  background-color: #f5f5f5;
  border-style: none;
  border-bottom: 1px solid #524848;
  color: #121212;
  margin-bottom: 30px;
}

input::-moz-placeholder {
  color: #121212;
}

input::placeholder {
  color: #121212;
}

.form-date {
  gap: 35px;
}

.name-form-2 {
  width: 280px;
  height: 42px;
  background-color: #f5f5f5;
  border-style: none;
  border-bottom: 1px solid #524848;
  color: #121212;
}

.button-content-3 {
  margin-top: 69px;
  margin-left: 330px;
}

/* =================================== Section 9 ================================ */
.contacts {
  width: 1394px;
  height: 491px;
  margin-top: 100px;
  margin-left: 90px;
}

.contacts h2 {
  text-align: center;
  text-transform: uppercase;
  color: #9c2482;
  margin-top: 0;
  margin-bottom: 30px;
}

.contacts-content {
  gap: 50px;
}

.contacts-text {
  width: 553px;
  height: 381px;
}

.contacts-text p {
  color: #121212;
  margin-top: 0;
  margin-bottom: 10px;
}

.contacts-text p span {
  color: #9c2482;
  margin-top: 0;
  margin-bottom: 10px;
}

.link-li-text {
  padding: 0;
  margin: 0;
}

.link-li-text-2 {
  padding: 0;
  margin: 0 0 41px 0;
  gap: 25px;
}

.link-li-text li a {
  color: #9c2482;
}

.footer {
  width: 100%;
  height: 168px;
  justify-content: space-between;
  background-color: #9c2482;
  border: 1px solid #f5f5f5;
  padding: 30px 90px;
  margin-top: 112px;
}

.footer-logo {
  gap: 10px;
  padding: 0;
  margin: 0;
}

.footer-text {
  gap: 63px;
  padding: 0;
  margin: 0;
}

.footer-tel {
  padding: 0;
  margin: 0;
}

.footer-li-text {
  color: #f5f5f5;
}

.link-tel-2 {
  color: #f5f5f5;
}

.link-tel-2:hover {
  color: #2b0c24;
}

.footer-ul-logo {
  gap: 20px;
  padding: 0;
  margin: 10px 0 0 0;
}