*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.background {
    background-image: url(..//assets/loyal-club-bg.png);
    height: 30rem;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

li {
    list-style: none;
}
.menu {
    top: -105px;
}
.menu-header{
    top: -160px;
    left: 10px;
    font-family: 'gilroy';
    font-size: 31.79px;
    font-weight: 900;
    color: #fff;
}

.menu ul li {
    font-family: 'lexend';
    font-size: 13.5px;
}

.menu ul li:first-child {
    color: #17495f;
    font-weight: bolder;
}

.menu img {
    position: absolute;
}

#navbarBorder {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: none;
}
.ayrıcalıklar{
    left: 280px;
    top: 18px;
}
.ayrıcalıklar h1,h2{
    color: #203e52;
}
.ayrıcalıklar h1{
    font-family: 'gilroy';
    font-size: 39.59px;
    font-weight: bolder;
}
.ayrıcalıklar h2{
    font-size: 12.8px;
    font-family: 'Lexend';
    font-weight: normal;
}
.ayrıcalıklar img{
    margin: 0 5px;
    width: 12.8px;
    height: 15px;
}
.col-2{
    position: relative;
    z-index: 1;
}
.col-2 h3{
    font-size: 16.14px;
    font-family: 'gilroy';
    font-weight: bolder;
    color: #1a4062;
    margin-top: 5px;
}
.cards h3{
    z-index: -1;
    position: absolute;
    top: 75px;
    left: 30px;
    padding: 30px 45px 5px 45px;
    background-color: #f4f4f4;
}