#home .banner {
    height: 100vh;
    background-color: #292a68;
    background-image: url(../img/home_banner_bg.png);
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}

#home .banner h2 {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.7;
}

#home .banner h2 strong {
    font-weight: 800;
    color: #ff2c69;
    display: inline-block;
    background-image: url(../img/home_banner_line.svg);
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 5px;
}

#home .banner .btn {
    padding: 15px 30px;
    letter-spacing: 0.65rem;
    margin-top: 30px;
}

#home .banner .btn:hover {
    background: #ff2c69;
    border: solid 1px #ff2c69;
}

#home .banner img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#home .banner:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10vh;
    background: #ff2c69;
    border-radius: 50% 50% 0 0;
    content: "";
}

#home .banner .scroll {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
}

#home .who_we_are {
    text-transform: uppercase;
    background: #ff2c69;
    padding: 100px 150px;
}

#home .who_we_are .container {
    line-height: 1.8;
    font-size: 1.7rem;
    font-weight: 300;
    position: relative;
}

#home .who_we_are .container img {
    width: 100%;
}

#home .who_we_are .container > div {
    line-height: 1.8;
    font-size: 1.7rem;
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 27%;
    right: 23%;
    transform: translateY(-50%);
}

#home .team {
    background: #ff2c69;
    padding: 100px 0;
    font-size: 1.2rem;
}

#home .team p {
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 300;
}

#home .team .right {
    text-align: center;
}

#home .team .right img {
    width: 50%;
    height: 100%;
    object-fit: contain;
}

#home .team .btn {
    margin-top: 30px;
}

#home .team .btn:hover {
    background: #1e1e4f;
    border: 1px solid #1e1e4f;
}

#home .team .btn i {
    margin-left: 15px;
}

#home .services {
    background: #ff2c69;
    padding: 100px 0;
}

#home .services .left {
    padding-right: 100px;
}

#home .services .left h2 {
    text-transform: uppercase;
    font-size: 2rem;
}

#home .services .left p {
    margin-top: 15px;
    font-size: 1rem;
}

#home .services h3 {
    font-size: 1.2rem;
    font-weight: 700;
}

#home .services .right p {
    margin-top: 15px;
}

#home .services .right .col {
    border: solid 1px #fff;
    padding: 30px 15px;
}

#home .services .right span {
    position: absolute;
    top: 0;
    left: 15px;
    transform: translateY(-50%);
    background-color: #ff2c69;
    padding: 5px;
}

#home .services .right .last {
    border: none;
    padding-right: 100px;
    position: relative;
}

#home .services .right .last a {
    font-size: 2rem;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

#home .works {
    background-color: #1e1e4f;
    display: flex;
    flex-direction: column;
}

#home .works h2 {
    display: inline-block;
    padding: 30px 0;
    font-size: 3rem;
    line-height: 1;
    padding-right: 100px;
    border-right: solid 1px #fff;
}

#home .works .col {
    padding: 0;
    height: 70vh;
}

#home .works img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home .works .seemore {
    text-align: right;
}

#home .works .seemore a {
    display: inline-block;
    padding: 30px 0 30px 100px;
    border-left: solid 1px #fff;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
}

#home .works .seemore a i {
    margin-left: 15px;
}

#home .articles {
    background: #ff2c69;
    padding: 50px 0;
}

#home .articles h2 {
    padding-left: 85px;
    font-size: 2rem;
}

#home .articles .items {
    margin-top: 30px;
}

#home .articles .left {
    padding: 0 100px;
}

#home .articles .left .btn {
    font-size: 0.8rem;
    margin-top: 15px;
}

#home .articles .left .btn:hover {
    background: #1e1e4f;
    border: 1px solid #1e1e4f;
}

#home .articles .left p {
    font-size: 1rem;
}

#home .articles .right .item {
}

#home .articles .right .item > div {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 15px;
}

#home .articles .right .item img {
    width: 100%;
    height: 75vh;
    object-fit: cover;
}

#home .articles .right .item h3 {
    color: #ea215b;
    font-weight: 600;
    text-decoration: underline;
    font-size: 1rem;
    margin-top: 15px;
    line-height: 1.5;
}

#home .articles .right .bottom {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

#home .articles .right .bottom .date {
    color: #747474;
    font-size: 0.8rem;
}

#home .articles .right .bottom .btn {
    display: inline-flex;
    margin-left: auto;
    background-color: #ea215b;
    color: #fff;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    border-radius: 15px;
}

#home .articles .right .bottom .btn i {
    margin-left: 5px;
}

#home .articles .articles_slide .swiper-button-prev {
    color: #ea215b;
}

#home .articles .articles_slide .swiper-button-next {
    color: #ea215b;
}

#home .articles .articles_slide .swiper-button-next .icon_swiper,
.swiper-button-prev .icon_swiper {
    font-size: 2rem;
    cursor: pointer;
}

#home .articles .articles_slide .swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

@media (orientation: portrait) {
    #home .banner h2 {
        font-size: 1.5rem;
    }

    #home .banner .btn {
        letter-spacing: 0.35rem;
    }

    #home .banner .left {
        display: none;
        position: absolute;
    }

    #home .banner .scroll {
        display: none;
    }

    #home .who_we_are {
        padding: 30px 15px;
    }

    #home .who_we_are .container > div {
        font-size: 0.8rem;
        left: 5%;
        right: 5%;
    }

    #home .team {
        padding: 30px 15px;
        font-size: 0.8rem;
    }

    #home .team .right {
        margin-top: 50px;
    }

    #home .services {
        padding: 30px 15px;
    }

    #home .services .left {
        padding-right: 15px;
    }

    #home .services .left h2 {
        font-size: 1rem;
    }

    #home .services h3 {
        font-size: 1rem;
    }

    #home .services .left p {
        font-size: 0.8rem;
    }

    #home .services .right {
        margin-top: 50px;
    }

    #home .services .right p {
        font-size: 0.8rem;
    }

    #home .team .right img {
        width: 100%;
    }

    #home .services .right .col {
        margin-bottom: 30px;
    }

    #home .services .right .col.last {
        margin-bottom: 0;
    }

    #home .works .col {
        height: auto;
    }

    #home .works h2 {
        font-size: 1.5rem;
    }

    #home .works .seemore a {
        font-size: 1rem;
    }

    #home .articles {
        padding: 30px 15px;
    }

    #home .articles h2 {
        padding-left: 0;
        font-size: 1.5rem;
    }

    #home .articles .left {
        padding: 0 15px;
    }

    #home .articles .left p {
        font-size: 0.8rem;
    }

    #home .articles .items {
        margin-top: 15px;
    }

    #home .articles .right {
        margin-top: 50px;
    }

    #home .articles .right .item h3 {
        font-size: 0.8rem;
    }

    #home .articles .right .bottom .btn {
        font-size: 0.6rem;
    }
    
    #home .articles .right .item img {
        height: 25vh;
    }
}
