@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #fff;
  color: #333;
}

.container {
  width: 1000px;
  margin: 0 auto;
}
.container header {
    background-color: #000000;
}
.container header h1 {
    margin-top: 33px;
}
header h2 strong {
    font-weight: bold;
    font-size: larger;
    margin-top: -48px;
    padding-top: 0px;
    margin-bottom: 2px;
    margin-right: -59px;

}




header nav {
  position: absolute;
  top: 20px;
  right: 50px;
}
.service-boxes .service h3 {
}
.container .services {
    background-color: #000000;
}
.container .services {
}
.container .services h2 {
    color: #F9F2F2;
}





header nav a {
  color: white;
  margin: 0 10px;
  text-decoration: none;
  font-weight: bold;
}

header h1 {
    margin-top: 200px;
    font-size: 50px;
    background-image: url(url);
    background-color: #000000;
}

header h2 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 113px;
}


.about {
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.about img {
  width: 300px;
  margin-right: 40px;
}

.about-text {
  max-width: 600px;
}

.about-text h3 {
  margin: 0;
  font-size: 24px;
}

.about-text p {
  margin: 20px 0;
  line-height: 1.6;
}

.skills {
  margin: 20px 0;
}

.skill {
  margin-bottom: 15px;
}

.skill span {
  display: inline-block;
  width: 150px;
}

.bar {
  display: inline-block;
  height: 10px;
  background: #ddd;
  width: 70%;
  position: relative;
}

.bar-fill {
  background: #333;
  height: 100%;
}

.buttons {
  margin-top: 20px;
}

.buttons a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #333;
  margin-right: 10px;
  text-decoration: none;
  color: #333;
}

/* Services */
.services {
  text-align: center;
  padding: 50px 0;
}

.services h2 {
  font-size: 30px;
  margin-bottom: 40px;
}

.service-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service {
  width: 30%;
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.container .services .portfolio-boxes {
    color: #FDFBFB;
}


.service h3 {
  margin: 15px 0;
  font-size: 20px;
}

.service p {
  font-size: 14px;
  line-height: 1.5;
}



header {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center/cover;
    background-image: url(photo_2025-08-21_10-52-02.jpg);
    height: 500px;
    color: white;
    text-align: center;
}
.portfolio-boxes .portfolio-item img {
    height: 337px;
}
.portfolio-video h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.portfolio-video iframe {
  max-width: 100%;
  border: none;
}