/* Global */
:root {
  --body-color: #748182;
  --head-color: #343434;
  --icon-color: #343434;
}
body {
  font-family: "Poppins", sans-serif;
  color: var(--body-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: var(--head-color);
}
i {
  color: var(--icon-color);
}
.bg-gray {
  background-color: #f7f7f7;
}
.bg-blackgray {
  background-color: #1c1c1c;
}
.button {
  background-color: rgb(28, 28, 28);
  font-size: 13px;
  border-radius: 5px;
  transition: 0.5s all;
}
.button:hover {
  color: rgb(28, 28, 28) !important;
  border: 1px solid #1c1c1c;
}
section {
  padding: 100px 0;
}
/* Start Header */
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.9);
}

.navbar .navbar-nav {
  text-align: center;
}
.navbar .navbar-nav > li 
{
  font-size: 14px;
  background: none;
  cursor: pointer;
  position: relative;
  margin: 0 10px;
}
.navbar .navbar-nav .nav-link span {
  color: var(--icon-color);
  position: relative;
  overflow: hidden;
}
.navbar .navbar-nav .nav-link span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #000;
  bottom: 0;
  left: 0;
}
.navbar .navbar-nav .nav-link span .active {
  color: #000;
}
.navbar .navbar-nav .nav-link.active span::after {
  width: 100%;
}
.hero {
  position: relative;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.hero h5 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #fff;
}
.hero h1 {
  font-weight: 200;
  color: #fff;
}
.hero h1 span {
  display: inline-block;
  padding: 9px 0;
}
.hero .caption .icon a {
  color: #fff;
}
.hero .caption .icon a > span {
  display: inline-block;
  font-size: 14px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
}
.hero .caption .fa-brands {
  color: #fff;
}

/* End Header */
/* Start About  */
.about .image {
  margin-bottom: 30px;
  padding: 0 0 0 30px;
  position: relative;
}
.about .image::after {
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  left: 0px;
  bottom: -30px;
  background-image: url(../img/dots.png);
  background-repeat: repeat;
  z-index: -1;
}
.about .content {
  margin-bottom: 30px;
}
.about .content h3 {
  font-weight: 800;
  margin-bottom: 5px;
}
.about .content span {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.about .content p {
  line-height: 1.6;
  margin: 0;
  font-size: 15px;
  color: var(--body-color);
}

.Progress-Daniel {
  margin-top: 30px;
}

.Progress-Daniel .progress {
  background: #f7f7f7;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15) inset;
  border-radius: 5px;
  height: 1.5rem;
  margin-bottom: 30px;
}

.Progress-Daniel .progress-bar {
  background-color: #1c1c1c;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 5px;
  align-items: center;
}

.Progress-Daniel .progress-bar h6 {
  font-size: 13px;
}

.Progress-Daniel .progress-bar span {
  font-size: 11px;
  letter-spacing: 0;
}
.about-btn button,
.contact-me-btn button {
  margin-top: 1.25rem;
  padding: 0.625rem 1.875rem;
}

.contact-me-btn button {
  color: #1c1c1c;
  background-color: white;
  font-size: 0.8125rem;
  border-radius: 0.3125rem;
  transition: 0.5s all;
  border: 1px solid #1c1c1c;
}

.contact-me-btn:hover button {
  color: white;
  background-color: #1c1c1c;
}
button.contact-btn,
.about-btn button {
  background-color: rgb(28, 28, 28);
  font-size: 0.8125rem;
  border-radius: 0.3125rem;
  transition: 0.5s all;
}

button.contact-btn:hover,
.about-btn:hover button {
  color: rgb(28, 28, 28) !important;
  border: 1px solid #1c1c1c;
}
/* End About  */

/* Start Services */
#services {
  padding-bottom: 4.375rem;
}
.header-item {
  margin-bottom: 5rem;
}
.header-item h3 {
  font-weight: 900;
  color: var(--head-color);
  font-size: 2.5rem;
  line-height: 2.75rem;
  display: inline-block;
  position: relative;
  z-index: 4;
}
.header-item h3::after {
  content: "";
  width: 100%;
  height: 1.875rem;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-image: url(../img/dots.png);
  background-repeat: repeat;
  z-index: -1;
}
.services .service-item {
  padding: 3.125rem 1.25rem;
  margin-bottom: 1.875rem;
  box-shadow: 0px 0.625rem 1.875rem -0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
}
.services .service-item .icon1 {
  margin-block-end: 1.25rem;
}
.services .service-item i {
  height: 70px;
  width: 70px;
  font-size: 30px;
  background-color: rgb(244, 244, 244);
  transition: 0.5s;
  color: var(--icon-color);
}
.service-item:hover i {
  background: rgb(28, 28, 28);
  color: rgb(238, 238, 238);
}
.services .service-item h6 {
  font-size: 18px;
  font-weight: 800;
  line-height: 19.8px;
  margin-block-end: 15px;
}
.services .service-item p {
  font-size: 14px;
  line-height: 22.4px;
  word-spacing: 2px;
}

/* End Services */
/* Start Portfolio */
#works .nav {
  margin-bottom: 50px;
}
.portfolio .nav .nav-link a {
  position: relative;
}

.portfolio .nav .nav-link a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: rgb(34, 34, 34);
}

.portfolio .nav .nav-link.active a::after {
  width: 100%;
}

.portfolio-item {
  margin-bottom: 30px;
}

#works .nav-link {
  color: rgb(34, 34, 34);
  margin-inline: 15px;
  padding: 0;
  background-color: transparent;
}

.portfolio-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  inset: 5px;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.5s;
  opacity: 0;
}

.portfolio-item:hover .portfolio-content {
  opacity: 1;
}

.portfolio-item:hover h6 {
  transform: translatey(2px);
}

.portfolio-item:hover i {
  transform: translatey(-2px);
}

.portfolio-content h6 {
  letter-spacing: 2px;
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 13.2px;
  transform: translatey(-15px);
  transition: all 0.5s;
}

.icons-portfolio i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  background-color: black;
  color: white;
  transform: translatey(15px);
  transition: all 0.5s;
}

.icons-portfolio a:hover i {
  background: transparent;
  color: #000;
}

/* End Portfolio */

/* Start Testimonials */
.testimonials .carousel-item img {
    width: 90px;
    height: 90px;
    margin: 0 auto 15px;
}

.testimonials .client p {
    font-size: 15px;
    line-height: 1.6;
    width: 80%;
    word-spacing: 2px;
}

.testimonials .client h6 {
    margin: 30px 0 5px;
}

.testimonials .client span {
    margin-bottom: 30px;
    font-size: 12px;
    color: #888;
}

.testimonials .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #869791;
    margin: 25px 7px 5px;
    transition: opacity .25s ease;

}

.testimonials .carousel-indicators button:not(.active):hover {
    opacity: 1;
}
/* End Testimonials */ 

/* Start Numbers */
.numbers .item-numbers i
{
  font-size: 30px;
  margin-bottom: 15px;
}
.numbers .item-numbers h3
{
  font-weight: 900;
  margin-bottom: 15px;
}
.numbers .item-numbers p
{
  font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.6;
    margin: 0;
    font-size: 15px;
}
/* End Numbers */

/* Start Team */

.team .team-item
{
  padding-top: 37.5px;
  margin-bottom: 10px;
}
.team .team-item .team-img img
{
  transition: all 0.4s ease 0s;
}
.team .team-item .team-img:hover img
{
  transform: scale(1.2);
}
.team .team-item .team-icon
{
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  inset: 5px;
  transition: 0.5s;
}

.team .team-item .team-img:hover .team-icon,
.team .team-item:hover .team-icon {
    opacity: 0.95;
    transform: rotatey(180deg);

}

.team .team-item .team-img:hover .team-icon ul li,
.team .team-item:hover .team-icon ul li {
    transform: scale(2);
    margin: 10px;
}

.team .team-item .team-img:hover .team-icon ul,
.team .team-item:hover .team-icon ul {
    transform: rotatey(180deg);
    width: 100%;
    height: 100%;
}

.team .team-item .team-icon ul {
    transition: 0.5s;
    width: 50%;
    height: 50%;
    padding: 20px;
}

.team .team-item .team-icon i {
    width: 20px;
    height: 20px;
    color: white;
    font-size: 10px;
    border: 1px black solid;
    transition: 0.5s;
}

.team .team-item .team-icon i:hover {
    color: black;
    background-color: white !important;
}
.team .team-item .team-content {
    padding: 25px;
    background-color: #5B5B5B;
    border-radius: 0 0 6px 6px;
}

.team .team-item .team-content h4 {
    font-size: 25px;
    line-height: 27.5px;
    color: #fff;
}

.team .team-item .team-content h5 {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
}

/* End Team */
/* Start Contact */
.contact .row
{
  margin-bottom: 50px;
}
.contact .contact-item {
    margin-bottom: 30px;
}

.contact .icon {
    margin-block-end: 15px;
}

.contact .contact-item h6 {
    line-height: 17.6px;
    margin-bottom: 10px;
}

.contact .contact-item p {
    font-size: 15px;
    line-height: 24px;
}

.contact .contact-item i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 25px;
    background-color: rgb(244, 244, 244);
    transition: all 0.5s;
}
.contact .contact-item:hover i
{
  background: rgb(28, 28, 28);
  color: rgb(238, 238, 238);
}

.contact .form-area input,
.contact .form-area textarea {
    background-color: rgb(244, 244, 244);
    margin-bottom: 15px;
}


.contact .form-area .form-control {
    color: rgb(52, 52, 52);
    border-width: 0;
    font-size: 14px;
    padding: 10px;
    line-height: 20px;
    border-radius: 5px;
}

.contact .form-area .form-control:focus {
    border-color: inherit;
    box-shadow: none;
    outline: none;
    background-color: rgb(244, 244, 244);
}

.contact .form-area textarea {
    height: 160px;
}

.contact button.contact-btn {
    padding: 10px 40px;
}
/* End Contact */

/* footer */
footer {
    padding: 30px;
}

footer p {
    font-size: 13px;
    line-height: 20.8px;
    word-spacing: 2px;
}

/* footer */