@import url(../fonts/font_stylesheet.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap');

.header {
    background-color: #f1f1f1;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 88vh;
}

.header-start,
.header-end {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.lady-justice-box img {
    width: 100%;
    height: 88vh;
    margin-left: 30px;
    object-fit: cover;
    filter: contrast(70%) brightness(120%) sepia(5%);
    -webkit-filter: contrast(70%) brightness(120%) sepia(5%);
}

.social {
    position: absolute;
    top: 50vh;
    left: 30px;
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    transform: rotate(-90deg);
    transform-origin: 20px 20px;
}

.follow {
    display: inline;
}

.follow p {
    color: #0a1e35;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: bolder;
    text-transform: uppercase;
}

.line {
    width: 50px;
    height: 1px;
    background-color: #0a1e35;
    margin: 0 20px 0 20px;
}

.social-icons {
    display: inline;
}

.social-icons a {
    text-decoration: none;
}

.social-icons img {
    width: 18px;
    margin: 0 10px;
    transform: rotate(90deg);
    cursor: pointer;
}

.leaf-left,
.leaf-right {
    position: absolute;
    width: 15vw;
    height: 30vh;
    top: 40vh;
}

.leaf-left {
    left: 0;
}

.leaf-right {
    right: 0;
}

.leaf-left img {
    width: 100%;
    object-fit: contain;
    filter: opacity(5%);
    -webkit-transform: rotate(-2deg) scaleX(-1);
    transform: rotate(-2deg) scaleX(-1);
}

.leaf-right img {
    width: 100%;
    object-fit: contain;
    filter: opacity(5%);
    transform: rotateX(5deg);
    -webkit-transform: rotate(5deg);
}

.header-info {
    width: 100%;
    height: fit-content;
    padding: 0 30px;
}

.leave-court-to-us {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    font-family: 'dragon-serialregular';
    color: #0a1e35;
    letter-spacing: .0125in;
    padding: 0 0 20px;
}

.header-label {
    text-transform: capitalize;
    font-size: 60px;
    font-weight: bold;
    font-family: 'dragon-serialregular';
    color: #0a1e35;
    letter-spacing: .015in;
    padding: 0 0 40px;
}

.passion-text {
    color: #b8967e;
    border-bottom: solid 5px #b8967e;
}

.lawyers-experienced {
    font-size: 18px;
    color: #0a1e35;
    font-family: 'Montserrat';
    font-weight: 300;
    padding: 0 0 40px;
}

.cta-btn {
    width: fit-content;
    height: 50px;
    background-color: #0a1e35;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    transition: .5s;
    cursor: pointer;
}

.cta-link {
    text-decoration: none;
    width: fit-content;
    display: flex;
}

.cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: solid 1px #0a1e35;
    transition: .5s;
    z-index: 0;
}

.cta-text {
    color: #f1f1f1;
    letter-spacing: .015in;
    font-family: 'dragon-serialregular';
    text-transform: capitalize;
    padding: 0 20px;
    z-index: 9;
    font-size: 18px;
}

.cta-icon {
    width: 20px;
    margin-right: 15px;
    z-index: 9;
}

.cta-btn:hover {
    background: transparent;
}

.cta-btn:hover .cta-text {
    color: #0a1e35;
}

.cta-btn:hover .cta-icon {
    content: url(../../icons/right-blue.png);
}

.scales {
    width: 100px;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.scales img {
    width: 100%;
    filter: opacity(10%);
}

@media screen and (max-width: 768px) {

    .header-info {
        padding: 0 20px;
    }

    .lawyers-experienced {
        font-size: 15px;
    }

    .leave-court-to-us {
        font-size: 12px;
        letter-spacing: .012in;
    }

    .header-label {
        font-size: 40px;
        color: #0a1e35;
        letter-spacing: .014in;
    }

    .cta-text {
        font-size: 12px;
        padding: 0 10px;
    }

    .cta-btn {
        height: 40px;
    }

    .social {
        bottom: 60px;
        left: 15px;
    }

    .line {
        margin: 0 10px 0 10px;
    }

    .social-icons img {
        width: 15px;
        margin: 0 10px;
        transform: rotate(90deg);
        cursor: pointer;
    }

    .lady-justice-box {
        left: 30px;
    }

    .scales {
        width: 100px;
        position: absolute;
        bottom: 30px;
        right: 45px;
    }

    .follow p {
        font-size: 12px;
    }
}

@media screen and (max-width: 425px) {

    .header-start,
    .header-end {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .header-info {
        padding: 10px;
    }

    .lady-justice-box img {
        opacity: 10%;
        margin-left: 0;
    }

    .lawyers-experienced {
        font-size: 11px;
    }

    .leave-court-to-us {
        font-size: 11px;
        letter-spacing: .012in;
    }

    .header-label {
        font-size: 30px;
    }

    .cta-text {
        font-size: 11px;
        padding: 0 10px;
    }

    .cta-btn {
        height: 30px;
    }

    .social {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        top: 83vh;
        left: 0;
        right: 0;
        transform: rotate(0);
        transform-origin: 10px 10px;
    }

    .line {
        margin: 0 10px 0;
    }

    .social-icons img {
        width: 15px;
        margin: 0 10px;
        transform: rotate(0);
    }

    .lady-justice-box {
        left: 0;
    }

    .leaf-left,
    .leaf-right {
        display: none;
    }

    .scales {
        width: 50px;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .follow p {
        font-size: 10px;
    }
}