@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

body {
    overflow-y: auto;
}

.header {
    opacity: 1;
    transform: translateY(0);
    /*transition: var(--transition);*/
}

main {
    max-width: 1200px;
    width: 100%;
    margin: 154px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "DM Sans", sans-serif;
    position: relative;
}

main p {
    font-size: 15px;
    font-weight: 600;
    color: #A1A1A1;
}

main h1 {
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 1px;
}

main strong {
    font-weight: 600;
    color: #dfdfdf;
}

.heading {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 336px;
    border: 1px solid #1F1F1F;
}

.heading .bottom-left-joint {
    transform: translate(-54%, 54%);
}

.heading .bottom-right-joint {
    transform: translate(54%, 54%);
}

.top-box {
    width: 100%;
    height: 90px;
    min-height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.top-upperbox {
    
    border-bottom: 1px solid #1F1F1F;;
}

.top-underbox {
    border-top: 1px solid #1F1F1F;;
}

.top-left-joint {
  top: 0px;
  left: 0px;
  transform: translate(-44%, -44%);
}
.top-right-joint {
  top: 0px;
  right: 0px;
  transform: translate(48%, -44%);
}
.bottom-left-joint {
  bottom: 0px;
  left: 0px;
  transform: translate(-44%, 48%);
}
.bottom-right-joint {
  bottom: 0px;
  right: 0px;
  transform: translate(48%, 48%);
}

.top {
    top: 1px;
}
.left {
    left: 0;
}

.right {
    right: -1px;
}
.bottom {
    bottom: 0;
}

.side-box {
    width: 90px;
    min-width: 90px;
    height: 100%;
    flex-shrink: 0;
}

.middle-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #1F1F1F;
    border-right: 1px solid #1F1F1F;
}

.middle-box p {
    margin: 0 !important;
    font-weight: 400;
    letter-spacing: 1px;
}

.title-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.page-title {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.privacy-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    border: 1px solid #1F1F1F;
    border-top: none;
}

.separator {
    width: 1px;
    background: #1F1F1F;
}

.indice-wrapper {
    flex: 1;
    /*max-height: 100vh;*/
    padding: 50px;
    position: sticky;
    top: 30px;
    align-self: flex-start;
    overflow-y: auto;
}

.lang {
    margin-top: 40px;
}

.selected {
    color: #FFF !important;
    font-weight: 700 !important;
}

.indice-wrapper h3 {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
}

.indice-wrapper a {
    font-size: 15px;
    color: #A1A1A1;
    font-weight: 400;
    margin: 0;
    line-height: 1;
}

.indice-wrapper a:hover {
    color: #FFF;
    font-weight: 700;
}

.indice-wrapper ul {
    list-style: none;
    padding: 0;
}

.indice-wrapper ul ul {
    padding: 0 14px;
    margin-top: 20px;
}

.indice-wrapper li {
    margin-bottom: 20px;
}

.clauses-wrapper {
    flex: 2;
    min-height: 100vh;
    padding: 50px;
}

.clauses-wrapper p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1.6;
    color: #A1A1A1;
}

.clauses-wrapper h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 30px;
}

.clauses-wrapper ul {
    padding: 0 15px;
    margin: 15px;
    margin-bottom: 8px;
}
.clauses-wrapper a {
    color: #47A8FF;
}

.clauses-wrapper ul ul {
    list-style-type: disc;
}

.clauses-wrapper li {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #A1A1A1;
}

.clause-wrapper {
    margin-bottom: 70px;
}

.clause-title {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0.4px;
    margin-bottom: 20px; 
}

footer > .contianer {
    min-height: 500px !important;
}

@media (max-width: 720px) {

    #smooth-content {
        padding: 20px !important;
    }

    main {
        margin: 50px auto;
    }

    main p {
        font-size: 14px;
        font-weight: 400;
        color: #A1A1A1;
    }

    main h1 {
        font-size: 28px;
        letter-spacing: 1px;
        margin: 0 !important;
        text-align: center;
    }

    .side-box {
        display: none;
    }

    .middle-box {
        border-left: none;
        border-right: none;
    }

    .separator {
        display: none;
    }

    .indice-wrapper {
        display: none;
    }

    
    .top-box {
        height: 44px;
        min-height: 44px;
    }

    .middle-box p{
        font-size: 11px;
    }

    .heading {
        height: 176px;
    }

    .clause-title {
        font-size: 24px;
    }

    .clauses-wrapper li {
        font-size: 13px;
        color: #d4d4d4;
    }

    .clauses-wrapper h3 {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .clauses-wrapper {
        flex: 1;
        padding: 25px;
    }

    .clauses-wrapper p {
        font-size: 13px;
        color: #d4d4d4;
    }

    .clause-wrapper {
        margin-bottom: 40px;
    }

    .dashed {
        display: none
    }

    .language-selector {
        display: flex !important;
        flex-direction: row;
        gap: 10px;
        list-style: none;
        margin: 0 0 20px 0 !important; /* Top, Right, Bottom, Left */
        padding: 0 !important;
    }
    

    .language-selector a {
        color: #A1A1A1;
    }
}