@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.nav-div a, .nav-content a {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2px;
}

.hero h1 {
  font-family: "Roboto", sans-serif;
  font-size: 57px;
  font-weight: 400;
  line-height: 66px;
  letter-spacing: 1px;
}

.div-section-for h2, .div-section-three h2 {
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.2px;
}

.div-section-five h2, .div-content-two h3 {
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.5px;
}

.slide div p {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.8px;
}

.hero p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.44px;
}

.div-section-five p, .div-section-three p, .div-content-two p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.div-section-five a, .div-section-for div div a, .div-content-two a, .hero div div a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 2px;
}

.footer-content-two h3, .footer-content div h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1.71px;
}

::placeholder, .footer-content-two p, .footer-content div a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1.71px;
}

/* ========================= General ====================== */
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

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

.flex {
  display: flex;
}

.nav-container {
  height: 65px;
  justify-content: space-around;
  align-items: center;
}

.nav-content {
  gap: 32px;
}

.nav-content a {
  color: #000;
  opacity: 0.3;
}

li a:hover {
  opacity: 1;
}

.nav-div {
  width: 64px;
  height: 23px;
  text-align: center;
  background-color: #000;
}

.nav-div a {
  color: #fff;
  opacity: 1;
}

.hero {
  width: 100%;
  height: 735px;
  background-image: url("../images/Rectangle-1.png");
  background-repeat: no-repeat;
  padding-top: 220px;
  padding-bottom: 274px;
}

.hero h1 {
  text-align: center;
  color: #fff;
}

.hero p {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}

.hero div {
  justify-content: center;
  gap: 20px;
}

.hero div div {
  width: 215px;
  height: 36px;
  text-align: center;
  border: 2px solid #fff;
  padding-top: 5px;
}

.hero div div a {
  color: #fff;
}

.div-content-two {
  gap: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.one-content {
  width: 710px;
  height: 500px;
  background-image: url("../images/Rectangle-2.png");
  background-repeat: no-repeat;
  padding: 310px 143px 30px;
}

.two-content {
  width: 710px;
  height: 500px;
  background-image: url("../images/Rectangle-3.png");
  background-repeat: no-repeat;
  padding: 310px 143px 30px;
}

.div-content-two h3 {
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 13px;
}

.div-content-two p {
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}

.div-content-two ul {
  justify-content: space-around;
}

.div-content-two li {
  margin-left: -50px;
}

.div-content-two a {
  text-align: center;
  color: #fff;
}

.div-section-three {
  width: 100%;
  height: 729px;
  background-color: #0b0b0b;
  padding: 67px 441px 88px;
}

.div-section-three h2 {
  text-align: center;
  color: #fff;
}

.div-section-three p {
  text-align: center;
  color: #fff;
}

.div-section-for {
  width: 100%;
  height: 729px;
  background-image: url("../images/Rectangle-5.png");
  background-repeat: no-repeat;
  padding: 289px 393px 288px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.div-section-for h2 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.div-link {
  gap: 34px;
  padding-left: 100px;
}

.div-section-for div div {
  width: 215px;
  height: 36px;
  text-align: center;
  border: 2px solid #fff;
  padding-top: 6px;
}

.div-section-for div div a {
  color: #fff;
}

.div-section-five {
  width: 100%;
  height: 430px;
  background-image: url("../images/Rectangle-6.png");
  background-repeat: no-repeat;
  padding: 136px 255px 136px 768px;
}

.div-section-five h2 {
  text-align: left;
  color: #1b1b1b;
  margin-bottom: 33px;
}

.div-section-five p {
  text-align: left;
  color: #666;
  margin-bottom: 12px;
}

.div-section-five a {
  color: #1b1b1b;
}

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

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

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

.slide div {
  width: 400px;
  height: 222px;
}

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

.prev {
  left: 0px;
}

.next {
  right: 0px;
}

.slide div p {
  text-align: center;
  color: #1b1b1b;
  margin: 0;
}

.images-logo {
  margin-top: 90px;
  margin-left: 20px;
}

.images-logo-two {
  margin-top: 30px;
  margin-left: 33px;
}

.images-logo-three {
  margin-top: 90px;
  margin-left: 40px;
}

.footer {
  background-color: #000;
  justify-content: space-between;
  padding: 96px 212px;
}

.footer-content div {
  width: 152px;
  height: 241px;
}

.footer-content div h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  margin-bottom: 40px;
}

.footer-content div a {
  display: flex;
  justify-content: left;
  color: #7e7e7e;
  text-align: left;
  margin-bottom: 8px;
}

.footer-content div a:hover {
  color: #fff;
}

.footer-content-two h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: right;
  margin-bottom: 40px;
}

.footer-content-two p {
  color: #7e7e7e;
  text-align: right;
  margin-bottom: 15px;
}

.footer-content-two div {
  justify-content: right;
}

.footer-content-two div input {
  width: 231px;
  height: 38px;
  background-color: #000;
}

::-moz-placeholder {
  color: #7e7e7e;
  text-align: center;
}

::placeholder {
  color: #7e7e7e;
  text-align: center;
}

.btn {
  width: 135px;
  height: 38px;
  background-color: #fff;
  cursor: pointer;
}

.link-logo {
  justify-content: right;
  gap: 24px;
  margin-top: 50px;
  margin-bottom: 17px;
}