body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: white;
}
/* ================= HEADER ================= */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  height: 60px;
  background-image: url(./img/head-bg.png);
}

.menu a {
  margin: 0 15px;
  text-decoration: none;
  color: #dcdcdc;
  font-size: 18px;
}

.menu a:hover {
  color: #ff0000;
}

.graphic {
  top: 80px;
  left: 40px;
  color: white;
  text-shadow:
    4px 4px 0 #ff2e2e,
    0 0 25px rgba(255, 46, 46, 0.6);
}

.design {
  bottom: 80px;
  right: 40px;
  color: white;
  text-shadow:
    4px 4px 0 #ff2e2e,
    0 0 25px rgba(255, 46, 46, 0.6);
}

button {
  background-color: #ff0000;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  color: white;
  border: none;
  padding: 12px 35px;
  border-radius: 50px;
  width: 150px;
  height: 45px;
}

.logo {
  color: #ff0000;
  font-size: 20px;
  letter-spacing: 2px;
}

.divider {
  width: 2px;
  height: 80px;
  background: #ff0000;
  margin: 0 40px;
}

.menu h3 {
  color: #ff0000;
  margin: 0 0 10px 0;
  letter-spacing: 2px;
}

.menu p {
  margin: 5px 0;
  color: #ccc;
}

.contact {
  text-align: right;
}

.contact p {
  margin: 5px 0;
  color: #ccc;
}

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

.wrap {
  position: relative;
  width: 1200px;
  height: 650px;
  background:

    url(noise.png);
  overflow: hidden;
}

.text {
  position: absolute;
  font-size: 96px;
  font-weight: 800;
  letter-spacing: 2px;
}


.circle-area {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-fill {
  position: absolute;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, #ff3b3b, #c70000);
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(255, 59, 59, 0.6);
  z-index: 1;
}

.outer-circle {
  position: absolute;
  width: 460px;
  height: 460px;
  border: 6px solid #ff2e2e;
  border-radius: 50%;
  box-shadow: 0 0 35px rgba(255, 46, 46, 0.6);
  z-index: 2;
}

.inner-circle {
  position: absolute;
  width: 420px;
  height: 420px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  z-index: 2;
}

.photo {
  position: absolute;
  height: 520px;
  bottom: 143px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  filter: drop-shadow(0 0 30px rgba(255, 46, 46, 0.4));
}

.dot {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #FF0000;
  border-radius: 50%;
  box-shadow: 0 0 10px #FF0000;
  z-index: 4;
}

.dot.left {
  transform: translate(-210px, 90px);
  width: 75px;
  height: 75px;
}

.dot.right {
  transform: translate(210px, -110px);
  background-color: #A67373;
  width: 62px;
  height: 62px;
}

.caption.left {
  position: absolute;
  top: 170px;
  left: 850px;
  color: #BB9292;
  font-size: 14px;
  z-index: 5;
}

.caption.right {
  position: absolute;
  bottom: 170px;
  left: 55px;
  color: #ff0000;
  font-size: 14px;
  z-index: 5;
}

.header-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(./img/head-bg.png);
}

/* ================= MY TASK ================= */
.my-task {
  background-image: url(./img/my_task-bg.png);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.title {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 60px;
}

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

.left {
  width: 65%;
  position: relative;
  height: 550px;
}

.right {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
}

/* BLOBS */
.blob {
  position: absolute;
  padding: 40px;
}

/* BLOB 1 */
.blob1 {
  width: 420px;
  height: 170px;
  background-image: url(./img/fig-1.png), url(./img/fig-1_bg.png);
  background-repeat: no-repeat;
  top: 10;
  left: 10;
}

/* BLOB 2 */
.blob2 {
  width: 380px;
  height: 240px;
  background: linear-gradient(145deg, #3a0000, #1a0000);
  top: 160px;
  left: 130px;
}

/* BLOB 3 */
.blob3 {
  width: 420px;
  height: 250px;
  background-image: url(./img/fig-3.png), url(./img/fig-3_bg.png);
  background-repeat: no-repeat;
  color: black;
  bottom: 0;
  left: 200px;
}

/* NUMBERS */
.num {
  position: absolute;
  font-size: 130px;
  font-weight: 900;
  opacity: 0.25;
}

.num1 {
  left: -40px;
  top: -50px;
}

.num2 {
  left: -20px;
  bottom: -40px;
}

.num3 {
  left: -30px;
  bottom: -60px;
  color: red;
  opacity: 1;
}

/* TEXT */
.text1 {
  font-weight: bold;
}

.text2 h4 {
  margin: 0 0 10px;
}

.text2 p,
.text3 p {
  font-size: 13px;
  line-height: 1.5;
}

/* ICON CIRCLES */
.circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
}

.circle1 {
  background: #ff1a1a;
}

.circle2 {
  background: #8b0000;
}

.circle3 {
  background: #f3d2d2;
  color: #8b0000;
}

/* ================= PROJECTS ================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.projects-section {
  padding: 120px 0;
  background-image: url(./img/projects-bg.png);
  background-position: 100% 100%;
  background-repeat: repeat;
}

.container {
  max-width: 1325px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.title {
  padding-top: 40px;
  font-size: 64px;
  font-weight: 800;
  color: #e4cfcf;
  margin-bottom: 80px;
  font-family: Syncopate, sans-serif;
}

.projects-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.project-item {
  width: 445px;
  margin-bottom: 80px;
  font-family: Roboto, sans-serif;
}

.project-card {
  padding: 23px;
  border-radius: 20px;
  margin-bottom: 20px;
  background: linear-gradient(180deg, #ff1a1a 0%, #8b0000 100%);
  box-shadow:
    0 0 30px rgba(255, 0, 0, 0.6),
    0 15px 40px rgba(0, 0, 0, 0.6);
  transition: 0.4s ease;
}

.project-card img {
  width: 383px;
  height: 231px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow:
    0 0 50px rgba(255, 0, 0, 0.9),
    0 25px 60px rgba(0, 0, 0, 0.8);
}

.project-item h3 {
  color: white;
  font-size: 20px;
  margin-bottom: 5px;
}

.project-item a {
  color: #999;
  font-size: 14px;
  text-decoration: none;
}

.project-item a:hover {
  color: #e30707;
}

.projects-button {
  text-align: center;
  margin-top: 40px;
}

.projects-button a {
  background: #e30707;
  padding: 15px 50px;
  border-radius: 40px;
  color: white;
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  background: #000;
}

/* ================= REVIEWS ================= */

.reviews {
  background: url("img/red.png") center/cover no-repeat;
  padding: 150px 0 220px;
}

.reviews-title {
  font-family: "Syncopate", sans-serif;
  font-size: 64px;
  margin-left: 120px;
  margin-bottom: 120px;
  letter-spacing: 6px;
  color: #fff;
}

.reviews-list {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 200px;
}

.review {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.review.center {
  margin-top: 120px;
}

.avatar {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: -60px;
  box-shadow: 0 0 60px rgba(0,0,0,0.8);
  z-index: 2;
}

.avatar.large {
  width: 240px;
  height: 240px;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-card {
  padding: 60px 70px;
  max-width: 350px;
  text-align: center;
  border-radius: 60px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}

.review-card.red {
  background: #ff1a1a;
  color: #fff;
}

.review-card.dark {
  background: #1a1a1a;
  color: #fff;
  border-radius: 180px;
  padding-top: 100px;
  padding-bottom: 120px;
}

.review-card.light {
  background: #eaeaea;
  color: #000;
}

/* ================= CONTACT ================= */

.contact-section {
  background: url("img/black.png") center/cover no-repeat;
  padding: 160px 0;
  display: flex;
  justify-content: center;
}

.contact-box {
  background: url("img/redplay.png") center/cover no-repeat;
  padding: 80px 120px;
  border-radius: 40px;
  max-width: 1200px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow:
    0 0 60px rgba(255,0,0,0.4),
    0 30px 80px rgba(0,0,0,0.8);
}

.contact-text {
  max-width: 600px;
  color: #fff;
}

.contact-text h2 {
  font-family: "Syncopate", sans-serif;
  font-size: 36px;
  margin-bottom: 25px;
}

.contact-text p {
  font-size: 15px;
  opacity: 0.9;
}

.contact-button {
  background: #fff;
  color: #000;
  padding: 20px 60px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: 0.3s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

.contact-button:hover {
  transform: scale(1.07);
}

/* ================= FOOTER ================= */

.footer {
  background: #000;
  padding: 70px 0;
}

.footer-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-name {
  color: #ff0000;
  letter-spacing: 4px;
  font-family: "Syncopate", sans-serif;
}

.footer-divider {
  width: 2px;
  height: 90px;
  background: #ff0000;
}

.footer-services h4 {
  color: #ff0000;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.footer-services p,
.footer-contacts p {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 6px;
}

.footer-contacts {
  text-align: right;
  font-style: normal;
}
