body, html{
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Work Sans", sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #757575;
    margin: 0;
    padding: 0;
}
a, a:hover, a:focus{
    text-decoration: none;
}
img{
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
}
p{
    margin: 0;
}
.container{
    max-width: 1242px;
    margin: 0 auto;
    padding: 0 20px;
}


.page-bg{
    background-image: url(../images/background-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.page-bg::after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: url(../images/building-shapes.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.38;
    height: 100%;
    width: 100%;
    animation: HoldingMove 20s infinite;
    z-index: -9;
}

@keyframes HoldingMove {
  0% { 
    background-position: 100% 100%;
  }
  50% { 
    background-position: 0% 100%;
  }
  100% { 
    background-position: 100% 100%;
  }
}

.holding{
    padding: 36px 0 48px;
}
.holding-row{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 215px;
}
.header-logo{
    max-width: 234px;
    width: 100%;
}
.holding-copy{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.holding-top{
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1008px;
}
.holding-heading{
    font-size: 55px;
    font-weight: 300;
    line-height: 64px;
    color: #88D780;
    margin: 0;
}
.holding-heading span{
    color: #E3FFEE;
    display: block;
}
.holding-btn{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 18px;
    margin: 0;
    padding: 0;
}
.holding-btn li{
    list-style: none;
}
.get-in-btn{
    background-color: #E3FFEE;
    border: 1px solid #E3FFEE;
    border-radius: 10px;
    color: #114335;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    line-height: 18px;
    padding: 14px 40px;
    transition: all 0.5s ease-in-out;
}
.get-in-btn:hover,
.get-in-btn:focus{
    background-color: transparent;
    color: #E3FFEE;
}
.mailing-btn{
    background-color: transparent;
    border: 1px solid #E3FFEE;
    border-radius: 10px;
    color: #E3FFEE;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    line-height: 18px;
    padding: 14px 40px;
    transition: all 0.5s ease-in-out;
}
.mailing-btn:hover,
.mailing-btn:focus{
    background-color: #88D780;
    border: 1px solid #88D780;
    color: #114335;
}
.holding-bottom{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 0 auto;
    max-width: 390px;
}
.holding-bottom p{
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}
.holding-bottom ul{
    margin: 0;
    padding: 0;
}
.holding-bottom ul li{
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 14px;
    position: relative;
}
.holding-bottom ul li::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "O";
    color: #88D780;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
}

.footer{
    border-top: 1px solid #88D780;
    padding: 18px 0 24px;
    margin: auto 0 0;
}
.footer-row ul{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
    margin: 0;
    padding: 0;
}
.footer-row ul li{
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #FFFFFF;
}
.footer-row ul li a{
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #88D780;
}
.footer-row ul li a.email{
    text-decoration: underline;
}


@media only screen and (max-width: 1024px) {
    .container{
        padding: 0 45px;
    }
    .holding-row {
        gap: 175px;
    }
}
@media only screen and (max-width: 767px) {
    .holding {
        padding: 36px 0 82px;
    }
    .holding-row {
        gap: 115px;
    }
    .holding-copy {
        gap: 78px;
    }
    .holding-bottom{
        margin: 0;
    }
}
@media only screen and (max-width: 508px) {
    .page-bg::after {
        animation: HoldingMove 24s infinite;
    }
    .container{
        padding: 0 20px;
    }
    .holding-heading {
        font-size: 48px;
        line-height: 58px;
    }
    .get-in-btn,
    .mailing-btn{
        padding: 14px 28px;
    }
}
@media only screen and (max-width: 480px){
    .page-bg::after {
        background-size: auto 600px;
    }
    .footer-row ul{
        gap: 12px;
        justify-content: center;
    }
    .footer-row ul li,
    .footer-row ul li a {
        font-size: 12px;
        line-height: 16px;
    }
}