*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
    scroll-behavior: smooth;
}
html{
    scroll-behavior: smooth;
    scroll-padding-top: var(--scroll-padding, 50px);
}
.logop{
    width: max-content;
}
body{
    width: 100vw;
    height: 100vh;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
body header{
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    box-shadow: 0  3px 3px  #00000040;
}
body.terms header{
    display: grid;
    place-items: center;
    width: 100%;
    height: 50px;
    box-shadow: 0  3px 3px  #00000040;
}
body content{
    width: 100%;
    height: calc(100% - 60px);
    display: flex;
}
body content aside{
    width: clamp(250px, 28%, 320px);
    height: 100%;
    border-radius: 8px 8px 0 0;
    box-shadow: 3px 3px 3px  #00000040;

}
body content main{
    width: clamp(100% - 250px, 72%, 100% - 320px);
    height: 100%;
    overflow-y: auto;
    padding: 5px 10px;
}
body content.terms main.terms{
    overflow-y: scroll;
}
body header .companyName{
    width: auto;
    height: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 0 10px;

}
body header .companyName a{
    width: 45px;
    display: grid;
    place-items: center;
}
body header .companyName a.CompanyLogo{
    display: none;
}
body header .companyName img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1.5px solid #E0AA3E;
}
body.privacy header .companyName p{
    color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.privacyP{
    min-width: 300px;
}
body.terms header .companyName p{
    color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
    font-size: 20px;
}
body header .companyName p.termsTittle{
   color: #E0AA3E;
    font-weight: bold;
    font-size: 20px;

}
body content aside ul{
    width: 100%;
    height: auto;
    display: grid;
    place-items: center;
    padding: 20px 5px;
}
body content aside ul li{
    width: 90%;
    height: 35px;
    margin: 5px 0;
    list-style: none;
    border-bottom: 1px solid #fff;
}
body content aside ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    line-height: 31px;
    padding: 2px 4px;
    color: #E0AA3E;
    font-weight: 600;
    transition: all ease-in-out .3s;
    position: relative;
} 
body content aside ul li a i{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    height: max-content;
}
  body content aside ul li a:hover {
    background-color: #E0AA3E66;
    color: #E0AA3E;
}
body content aside ul li a:hover i {
    color: #E0AA3E;
}
body content aside ul li a.active i {
    color: #E0AA3E;
}
body content aside ul li a.active {
    background-color: #E0AA3E66;
    color: #E0AA3E;
}

body content main .title{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

body content main .title h1{
    font-weight: 600;
    font-size: 20px;
}
body content main h3{
    color: #E0AA3E;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    background-color: #fff;
    height: auto;
    padding: 8px;
    padding-left: 10px;
}
body content main li{
    list-style: disc;
}
body content main section{
    width: 100%;
    height: auto;
    margin: 20px 0;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 8px;
}
body content main section div{
    padding: 10px;
}
body content main section div p{
    font-weight: 600;
    opacity: .8;
}
body content main section div ul{
    padding-left: 35px;
    margin: 10px 0;
}
body content main section div ul li{
    width: 100%;
    height: auto;
    padding: 8px 4px;
}
body content main section div.infoCollected ul li{
    padding: 1px;
}
body content main section div.infoCollected ul li{
    font-weight: bold;
}
body content main section div.infoCollected ul li ul li{
    font-weight: normal;
    padding: 1px;
    list-style: none;
}
body content main section div.infoCollected ul li ul{
    margin: 5px 0;
}
.s{
    color: #E0AA3E;
}

body content main.terms{
    padding: 10px 40px;
}
body content main p.heading{
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #E0AA3E;
}
body content main.terms section{
    border-radius: 0;
    border: none;
    /* height: calc(100vh - 50px); */

    border-bottom: 1px solid #E0AA3E;
}
body content main.terms{
    padding-bottom: 40px;
}
body content main.terms section h3{
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    padding-bottom: 5px;
    color: #E0AA3E;
}
body content main.terms section div p{
    font-weight: normal;
    color: #000000;
    margin-bottom: 10px;
}
body content main.terms section{
    position: relative;
    margin-bottom: 40px;
}

.left{
    position: absolute;
    left: 5px;
    width: 2px;
    height: 100%;
    border-radius: 2px;
    background-color: #00000080;
    display: none;
}
.dot{
    position: absolute;
    display: grid;
    place-items: center;
    left: -4px;
    bottom: -25px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #00000080;
    z-index: 100;
    display: none;
}

.left.active, .dot.active{
    background-color: #5BEB7B;
    transition: all linear .4s;
}  
body content.terms aside.aside{
    min-width: 240px;
    padding-top: 0;
    padding-right: 5px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}
body content.terms aside.aside .impalaLogoContainer{
    height: 60px;
    display: flex;
    align-items: center;
    padding: 5px 2px;
    justify-content: space-evenly;
    border-bottom: 1px solid #00000040;
}
body content.terms aside.aside .impalaLogoContainer a img{
    width: 50px;
    height: 50px;
    object-fit: contain; 
}
body content.terms aside.aside .impalaLogoContainer p{
    width: calc(100% - 130px);
    font-weight: 700;
    font-size: 22px;
}
body content.terms aside.aside ul{
    width: 100%;
    height: calc(100% - 70px);
    overflow-y: auto;
}
body content.terms aside.aside ul li{
    width: 100%;
    height: auto;
    line-height: 25px;
}
body content.terms aside.aside ul li a{
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
}
.btns{
    margin: auto;    
    width: 450px;
    height: 40px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body content main.terms{
    position: relative;
}
.homeIcon{
    width: 40px;
    height: 40px;
    background-color: #facc15;
    display: grid;
    place-items: center;
    border-radius: 8px;
    position: fixed;
    right: 15px;
    bottom: 45px;
}
.homeIcon i{
    color: #000000;
    font-size: 20px;
}
.btns button{
    width: 90px;
    height: auto;
    padding: 5px 2px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.btns button.decline{
    background-color: rgba(255, 0, 0, 0.6);
    transition: all ease-in-out .4s;
}
.btns button.decline:hover{
    background-color: rgba(255, 0, 0, 0.9);

}
.btns button.accept{
    background-color: rgba(0, 128, 0, 0.7);
    transition: all ease-in-out .4s;
}
.btns button.accept:hover{
    background-color: rgba(0, 128, 0, 0.9);

}
@media (max-width: 900px) {
    body content main.terms {
        padding: 5px 5px 5px 15px;
    }
}
@media (max-width: 640px) {
    body content aside.aside {
        display: none;
    }
    body content main {
        width: 100%;
    }
    body content.terms aside.aside {
        display: none;
    }
    body content main.terms {
        width: 100%;
    }
    body header .companyName a.CompanyLogo{
        display: flex;
    }
    main.terms section.lastSection{
        color: #000000;
    }
    .btns{
        min-width: 320px;
        width: 70%;
        padding: 10px 50px;
    }
    body content main.terms section{
        padding-left: 20px;
        border: none;
    }
    .left{
        display: block;
    }
    .dot{
        display: grid;
        color: white;
        font-size: 12px;
    }
    /* body content main.terms section.lastSection{
        margin-bottom: 40px;
    } */
}