/* Start Variables */
:root {
    --main-color: #d11e38;
    --white-color: white;
    --secender-color: #161616;
    --text-color: #444444;
}
/* End Variables */

header.scrolled {
    background-color: white;
    -moz-box-shadow: 0 4px 4px var(--main-color);
    -webkit-box-shadow: 0 4px 4px var(--main-color);
    box-shadow: 0 2px 5px var(--main-color);
    opacity: 0.98;
}


.section-terms .terms h1 {
    color: white;
    font-size: 45px;
}

.section-conditions .continer .p-terms p span{
    font-size: 20px;
    font-weight: 400;
}

.section-conditions #normal-size {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
}

.section-conditions .continer .p-terms ul li{
    margin-left: 50px;
    line-height: 30px;
}

.hamburger .line {
    background-color: var(--main-color);
}

.hamburger.active .line.active {
    background-color: black;
}

header.scrolled .hamburger.active .line.active {
    background-color: black;
}