@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

.t-primary-bgcolor {
    background-color: rgb(48, 48, 48);
}

a {
    color: rgb(48, 48, 48);
}

.header {
    display: flex;
    align-items: center;
    padding: 15px 16px 15px 30px;
    background-color: rgb(48, 48, 48);
    box-sizing: border-box;
}

.header__logo img {
    max-width: 135px;
    margin: 0px 15px 0px 0px;
}

.header__nav {
    display: flex;
}

.header__nav a {
    color: white;
    font-family: Rubik, Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    font-weight: 500px;
    padding: 0px 11px;
}

.header__nav a:hover {
    color: #aeaeae;
    text-decoration: none;
}

.header-wrapper {
    max-width: var(--container);
    margin: auto;
}

.header-wrapper::after {
    background-image: url("header__bg.jpg");
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.4) !important;
    background-position: right 100% top 46%;
    background-size: cover;
    box-shadow: inset 0px 0px 80px 11px #000000;
    height: 200px;
    content: "OUR PLANROOM";
    display: block;
    text-align: center;
    padding: 60px 775Px 60px 60px;
    color: #FFF;
    font-size: 42px;
    font-family: Rubik, Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
}
