body {
    background-color: #272727;
    font-family: 'Inter', sans-serif;      
}

.bar {
    padding-top: 2.5rem;
}

.container-custom-main {
    background-image: url(resources/bg-top-hex.png), url(resources/bg-bot-hex.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 15%, 15%;
    background-position: top left, bottom right;
    border-bottom: 1px solid #fc7c55;
}

.container-custom {
    background-image: url(resources/bg-top-hex.png), url(resources/bg-bot-hex.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 15%, 15%;
    background-position: top left, bottom right;
    padding-bottom: 3rem;
}

.navbar-nav .nav-link {
    margin-right: 4rem;
    color: white;
    padding: 1rem;
}

.navbar-nav .nav-link.active {
    color: #fc7c55;
    border-bottom: 3px solid #fc7c55;
}

.navbar-brand {
    margin-left: 4rem;
}

.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
border-color: white;
} 

.row.main-row {
    margin-top: 4rem;
    color: white;
    margin-left: 3rem;
    margin-right: 3rem;
}

.main-text {
    width: 24rem;
    margin-top: 1rem;
    line-height: 1.5;
}

.title {
    background-color: #6d5ca6;
    padding: 10px; 
    color: white; 
    font-size: 30px;
    font-weight: 600;
    z-index: 2;
}

.rectangle {
    position: absolute;
    left: -600px;
    background-color: #6d5ca6;
    width: 960px;
    height: 65px;
    z-index: 2;
    margin-left: 0;
}

.highlight {
    color: #fc7c55;
    font-weight: 600;
}

.let-your {
    margin-top: 2rem;
    margin-left: 2rem;
    font-size: 20px;
    margin-bottom: 7.5rem;
}

.special-highlight {
    font-weight: 600;
    background-color: #528693;
    margin-left: 1rem;
    padding: 10px;
    line-height: 2.5;
}

.img-row {
    margin-left: auto;
}

.container {
    padding: 2rem;
}

.card {
    color: white;
    background-color: #272727;
    border-color: #fc7c55;
    height: 20rem;
    width: 18rem;
    margin: auto;
    transition: 0.5s;
}

.card:hover {
    filter: brightness(150%);
}

.col-card {
    margin: auto;
    margin-top: 2rem;
}

.col {
    color: white;
}

.card-img-top {
    width: 30%;
    position: relative;
    left: 35%;
    top: 16%;
}

.card-title {
    font-weight: 600;
    font-size: 14px;
    margin: auto;
    padding: 1rem;
}

.button2 {
    position: absolute;
    top: 84%;
    left: 20%;
    border-color: #fc7c55;
    width: 60%;
    border-radius: 20px;
    background-color: #272727;
    color: white;
    padding: 0.2rem;
    font-size: 14px;
    font-weight: 300;
    transition: 0.5s;
}

.button2:hover {
    opacity: 0.8; 
    background-color: #fc7c55;
    transform: scale(1.05); 
}

footer {
    color: white;
    font-size: small;
    text-align: center;
    border-top: 1px solid #fc7c55;
    padding: 1rem;
}

.footer-text {
    margin-top: 1rem;
}