@import url("https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@600&family=Poppins:wght@400;600&display=swap");
body {
  font-family: "Poppins", sans-serif;
}
/* Hero CSS */
.hero {
  position: relative;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.hero-content {
  position: relative;
  left: 60px;
  padding: 150px 60px;
  margin-right: 20px;
}

.hero-content h1 {
  font-size: 30px;
  font-weight: 600;
  color: #ff3147;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-content h2 {
  font-size: 55px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}

.hero-content p {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  margin: 10px 0;
  padding: 40px 0;
}

.hero-content .btn {
  display: inline-block;
  background: #ff3147;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 2px;
  letter-spacing: 1.4px;
}

.hero-image {
  left: 80px;
  padding: 25px;
  position: relative;
}

.hero-image img {
  max-width: 430px;
  height: auto;
}

/* Form CSS */
.popup-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.form-container {
  background: #fff;
  padding: 20px;
  border-radius: 2px;
  width: 400px;
  height: auto;
  box-sizing: border-box;
}

.form-container h2 {
  margin-bottom: 25px;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.form-check-label {
  font-size: 13px;
  padding-bottom: 10px;
}

.form-control-plaintext {
  border: none;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  padding-left: 2px;
}

.btn-danger {
  font-weight: 500;
  background-color: #ff3147;
  border-color: #ff3147;
}

.btn-block {
  display: block;
  width: 100%;
}

.form-group,
.form-row {
  margin-bottom: 15px;
}

/* Services CSS */
.services {
  position: relative;
  padding: 100px 60px;
  background: #fafafa 0% 0% no-repeat padding-box;
  overflow: hidden;
}

.services h2 {
  padding-left: 60px;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0px;
  color: #ff3147;
  opacity: 1;
}

.services h3 {
  padding-left: 60px;
  font-size: 50px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 20px;
}

.services p {
  padding: 70px 30px;
  margin-right: 20px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.4;
  color: #000000;
  text-align: left;
  opacity: 1;
}

/* Gallery CSS */
.gallery {
  padding-left: 60px;
}

.dots-container {
  margin-top: 30px;
}

.dot {
  height: 8px;
  width: 8px;
  margin: 0 5px;
  background-color: #000000;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.dot.active {
  background-color: #ff3147;
  border: 2px solid #ff3147;
}

.dot::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -7.5px;
  height: 20px;
  width: 20px;
  border: 2px solid transparent;
  border-radius: 50%;
}

.dot.active::before {
  border: 2px solid #ff3147;
}

.image-slider {
  overflow: hidden;
  width: 100%;
}

.images {
  display: flex;
  transition: transform 0.75s ease-in-out;
}

.images img {
  width: calc(25% - 30px);
  margin-right: 30px;
  border-radius: 4px;
}

.img-fluid {
  width: 25%;
  height: auto;
}

/* Detals CSS */
.details {
  position: relative;
  padding: 80px 60px;
  margin: 0 30px;
  background: #ffffff 0% 0% no-repeat padding-box;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.details h2 {
  padding-left: 60px;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0px;
  color: #ff3147;
  opacity: 1;
}

.details h3 {
  padding-left: 60px;
  font-size: 50px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 50px;
}

.icon img {
  margin: 20px;
  width: 72px;
  height: 72px;
}

.details-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.details-content p {
  font-size: 14px;
  color: #000000;
}

/* Project CSS */
.project {
  padding: 100px 60px 10px;
  position: relative;
  background: #ffffff 0% 0% no-repeat padding-box;
  overflow: hidden;
}

.project h2 {
  font-size: 25px;
  text-align: center;
  color: red;
  font-weight: 600;
}

.project h3 {
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  color: black;
}

.project-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-content img {
  width: 700px;
  height: auto;
  border-radius: 2px;
}

.project-details {
  text-align: left;
  width: 350px;
}

.project-details h4 {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.project-details p {
  font-size: 12px;
  color: #000000;
}

.project-details div {
  padding: 35px 35px;
  margin: 10px 20px;
  cursor: pointer;
  border-radius: 2px;
  background: #f6f6f6;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.project-details div:hover,
.project-details div.active {
  background: #ff4d4d;
  color: white;
  transform: scale(1.05);
}

.project-details div:hover h4,
.project-details div.active h4,
.project-details div:hover p,
.project-details div.active p {
  color: white;
}

/* Growth CSS */
.growth {
  padding: 100px 0;
  position: relative;
  background: #fafafa 0% 0% no-repeat padding-box;
  overflow: hidden;
  text-align: center;
}

.growth h2 {
  font-size: 25px;
  text-align: center;
  color: red;
  font-weight: 600;
}

.growth h3 {
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  color: black;
  margin-bottom: 60px;
}

.growth .growth-cards {
  display: flex;
  justify-content: center;
}

.growth-card {
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
  flex: 1;
  max-width: 200px;
  margin: 10px 30px;
}

.growth-card:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.growth-card .icon img {
  width: 40px;
  height: 40px;
}

.growth-card h4 {
  font: normal 400 24px/1.2 Poppins, sans-serif;
  font-size: 28px;
  margin-bottom: 10px;
}

.growth-card p {
  font: normal normal 300 20px/1.2 Poppins;
  font-size: 15px;
  color: #666666;
}

/* Feedback CSS */
.feedback {
  position: relative;
  padding: 70px 20px 100px;
  background-color: #ffffff;
}

.feedback h2 {
  font-size: 25px;
  text-align: center;
  color: red;
  text-transform: uppercase;
  font-weight: 600;
}

.feedback h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 50px;
  color: black;
  margin-bottom: 60px;
}

.feedback .quote {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  text-align: left;
}

.feedback .quote img {
  position: relative;
  left: 40px;
  top: -25px;
  width: 55px;
  height: 40px;
  margin-top: 10px;
}

.feedback .quote p {
  position: absolute;
  font-size: 15px;
  margin-left: 70px;
  color: #000000;
  opacity: 1;
  text-align: left;
  z-index: 1;
}

.feedback .quote p .name {
  text-align: left;
  font: normal normal bold 15px Poppins;
  letter-spacing: 0px;
  color: #ff3147;
  opacity: 1;
}

.feedback .quote p .position {
  text-align: left;
  font: normal normal 500 15px Poppins;
  color: #808080;
  opacity: 1;
}

/* Footer CSS */
.footer {
  position: relative;
  text-align: center;
  background-color: #ff3147;
}

.footer img {
  max-width: 70%;
  display: block;
  padding: 50px 100px;
}
