#hero{
    background-image: url(../img/main-image.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 95vh;
}
.hero-div{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding-bottom: 2rem;
}
.hero-inner-div{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 0rem 5rem;
    align-items: start;
}
.hero-div h1{
    color: #ffffff;
    font-family: var(--main-font-family);
    font-size: 5.5rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 5.25rem;
    margin-bottom: 2rem;
}
.hero-inner-div a{
    text-decoration: none;
    color: #ffffff;
    background-color: var(--main-color);
    padding: 1rem 2rem;
    font-family: var(--main-font-family);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-size: .85rem;
    font-weight: 600;
}
.hero-links{
    display: flex;
    gap: 2rem;
}
.hero-inner-div a.hero-links-two{
    background-color: transparent;
    border: 3px solid #ffffff;
}

#our-work{
    padding: 3rem 5rem;
    font-family: var(--main-font-family);
    text-transform: uppercase;
}
#our-work > h6{
    font-weight: 700;
}
#our-work > p{
    background-color: var(--main-color);
    width: 5%;
    height: 3px;
}
.our-work-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
}
.our-work-list{
    width: 31.5%
}
.our-work-div img{
    max-width: 100%;
}

.our-work-list h6{
    color: var(--main-color);
    margin-top: 1rem;
    font-size: .85rem;
    font-weight: 600;
}
.our-work-title{
    font-size: 1rem;
    font-weight: 900;
    margin-top: -5px;

}
.our-work-location{
    font-size: .85rem;
    color: #777777;
    margin-top: -15px;
}

#our-work a{
    text-decoration: none;
    color: var(--black);
    font-size: .85rem;
    font-weight: 600;
    border: 2px solid rgb(10, 10, 10);
    margin: auto;
    margin-top: 2rem;
    display: block;
    text-align: center;
    width: 22%;
    padding-block: .75rem;
    letter-spacing: 1.2px;
}
#our-work a:hover{
    background-color: rgb(10, 10, 10);
    color: #ffffff;
}

#services{
    padding: 3rem 5rem;
    font-family: var(--main-font-family);
    background-color: var(--black-color);
}
#services >  h6{
    color: var(--main-color);
    font-size: .75rem;
    text-transform: uppercase;
}
#services > h1{
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 900;
    text-transform: uppercase;
}

.services-buttons{
    margin-top: 4rem;
}
.tab-link {
  padding: 10px 20px;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .75rem;
  color: #777777
}

/* Highlight the active tab */
.tab-link.active {
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color);
  margin-bottom: -2px; /* Pulls it over the nav border */
}

.tab-content {
  border-top: none;
  margin-top: 2.5rem;
}
.content-item{
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    align-items: start;
}
.tab-content img{
    max-width: 100%;
}
/* Simple utility to hide items */
.hidden {
  display: none;
}

.content-item > div{
    width: 47%;
}

.content-item-left h2{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
}
.content-item-left p, .content-item-left ul{
    color: #b7b7b7;
    font-size: .85rem;
}
.content-item-left p{
    margin-block: 1.5rem;
}
.content-item-left ul{
    margin-left: -1rem;
    margin-bottom: 2rem;
}

.content-item-left ul li::marker{
    color: var(--main-color);
}
.content-item-left ul li{
    margin-bottom: 1rem;
}
.content-item-left a{
    text-decoration: none;
    color: #ffffff;
    background-color: var(--main-color);
    padding: 1rem 2.5rem;
}

#our-process{
    padding: 3rem 5rem;
    font-family: var(--main-font-family);
}

#our-process >  h6{
    color: var(--main-color);
    font-size: .75rem;
    text-transform: uppercase;
}
#our-process > h1{
    color: var(--black-color);
    font-size: 3.5rem;
    font-weight: 900;
    text-transform: uppercase;
}

.our-process-div{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: start;
    margin-top: 4rem;
}
.our-process-list{
    width: 30%;
    padding: 1.5rem 1.3rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.our-process-list h1{
    color: var(--main-color);
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 1rem;
}
.our-process-list h5{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1rem;
    margin-block: 1rem;
}
.our-process-list p.writ{
    color: rgba(0, 0, 0, 0.5);
    font-size: .92rem;
    margin-block: 1.5rem;
}
.our-process-list p.strand{
    background-color: var(--main-color);
    width: 20%;
    height: 3px;
    margin-top: 1rem;
}

.our-design{
    background-color: rgb(10,10,10);
}
.our-design > h6{
    color: #ffffff;
}
.our-design p.our-work-title{
    color: #ffffff;
}
#our-work.our-design a{
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}