/* html, body {
    min-height: 100vh;
    width: 100vw;
} */
body {
    color: #252525;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    background: repeating-linear-gradient(135deg, #ff3131, #ffcbbf);
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    min-width: 360px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-y: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.terms-site h1,h2,h3,h4,h5,h6,li,p {
    margin: 0 0 16px
}

.terms-site h1 {
    font-size: 40px;
    line-height: 60px
}

.terms-site h1,h2 {
    font-weight: 700
}

.terms-site h2 {
    font-size: 32px;
    line-height: 48px
}

.terms-site h3 {
    font-size: 24px;
    line-height: 36px
}

.terms-site h3,h4 {
    font-weight: 700
}

.terms-site h4 {
    font-size: 20px;
    line-height: 30px
}

.terms-site h5,h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700
}

.terms-site#leaf a {
    cursor: pointer;
    color: #000
}

.terms-site a[rel~=nofollow] {
    color: #008461
}

.terms-site a[rel~=nofollow]:hover {
    text-decoration: none
}

.terms-site .visible {
    display: block
}

.terms-site .hidden {
    display: none
}

.terms-site .page {
    width: 100%
}

.terms-site .container {
    position: relative;
    width: 90%;
    max-width: 1024px;
    margin: 0 auto
}

.terms-site .header {
    color: #000;
    padding: 16px 0;
    margin: 0 0 16px
}

.terms-site .header .title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 0
}

.terms-site .translations-list-container {
    padding-bottom: 8px;
    margin: 0 0 16px
}

.terms-site .translations-list-container .translations-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.terms-site .translations-list-container .translations-list .translations-list-item {
    display: inline-block;
    padding: 0;
    margin: 0 8px 8px 0;
    font-weight: 700;
    color: #008461
}

.terms-site .translations-list-container .translations-list .translations-list-item a {
    display: inline-block;
    color: #008461;
    border: 2px solid #008461;
    border-radius: 4px;
    padding: 4px 8px
}

.terms-site .translations-content-container {
    padding-top: 16px;
    border-top: 1px solid #eee
}

.terms-site .footer {
    border-top: 1px solid #eee;
    margin: 32px 0 0;
    padding: 16px 0
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


#navitate {
    font-family: 'Bukhari Script', sans-serif;
    position: relative;
    width: auto;
}


.ora-button {
    transition: all 0.3s ease;
    opacity: 1;
}
.ora-button:hover {
    opacity: 0.7;
}

.terms-site#leaflet a {
    color: #252525;
}
.terms-site#para-content p {
    font-size: 18px;
}


@media (max-width: 360px) {
    body {
        background: #ff615d;
    }
}
  

@media (max-width: 1099px) {
    #navitate {
        height: 44px;
        display: inline;
        margin-left: 6vw;
    }
    #header-bar {
        padding-top: 20px;
    }
    .header.header-link {
        height: 5px;
        width: 40px;
        display: none;
    }
    #menu-button {
        width: 40px;
        height: 40px;
        float: right;
        margin: 6px 5vw;
        padding: 6px 0;
        border-radius: 20px;
        transition: all 0.4s ease;
    }
    #menu-button div {
        background-color: #f5f3f0;
        height: 2px;
        width: 20px;
        margin: 5px auto;
    }
    #menu-button:hover {
        background-color: rgba(80,80,80,0.3);
    }
    #home-login-btn {
        display: none;
    }
    #home-account-btn {
        display: none;
    }
    #menu-bar {
        background-color: #f5f3f0;
        height: 46px;
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        transition: height 0.4s ease;
        -ms-overflow-style: none; 
        scrollbar-width: none; 
        white-space: nowrap;
    }
    .hidden#menu-bar {
        height: 0;
        overflow-y: hidden;
    }
    #menu-bar::-webkit-scrollbar {
      display: none; 
    }
    .menu-link {
        letter-spacing: 2px;
        text-decoration: none;
        font-size: 17px;
        margin: 0 30px;
        line-height: 46px;
        text-align: center;
        color: #252525;
        font-weight: 600;
    }
    #menu-login-btn {
        letter-spacing: 2px;
        text-decoration: none;
        float: right;
        width: 96px;
        height: 38px;
        border-radius: 25px;
        border: none;
        margin-top: 6px;
        background-color: #ff914d;
        background: linear-gradient(90deg, #ff3131, #ff914d);
        text-align: center;
        line-height: 38px;
        color: #f5f3f0;
        font-size: 16px;
    }
    #content {
        position: relative;
        padding: 30px 50px;
        color: #252525;
    }

    #home-account-btn {
        display: none;
    }
    #menu-account-btn {
        font-weight: bold;
        letter-spacing: 2px;
        text-decoration: underline;
        float: right;
        border: none;
        margin-top: 13px; 
        transition: all 0.3s ease;
        opacity: 1;
        color: #f5f3f0;
        font-size: 18px;
    }
    #leaflet.terms-site {
        margin: 20px 0 30px 0;
    }
}



@media (min-width: 1100px) {
    #navitate {
        margin: 23px 77px;
        height: 56px;
    }
    .header {
        display: inline-block;
        color: #f5f3f0;
    }
    .header-link {
        letter-spacing: 2px;
        text-decoration: none;
        transform: translate(0,-140%);
        font-size: 18px;
        margin: 40px 30px 0 30px;
    }
    .header-link:hover {
        text-decoration: underline;
    }
    #menu-button {
        display: none;
    }
    #menu-bar {
        display: none;
    }
    #menu-login-btn {
        display: none;
    }
    #home-login-btn {
        letter-spacing: 2px;
        text-decoration: none;
        float: right;
        width: 130px;
        height: 50px;
        border-radius: 25px;
        border: none;
        margin: 40px 6vw 40px 0;
        background-color: #ff914d;
        background: linear-gradient(90deg, #ff3131, #ff914d);
        text-align: center;
        padding: 14px 0;
        opacity: 1;
        color: #f5f3f0;
    }
    #menu-account-btn {
        display: none;
    }
    #home-account-btn {
        font-weight: bold;
        letter-spacing: 2px;
        text-decoration: underline;
        float: right;
        border: none;
        margin: 55px 6vw 0 0;
        transition: all 0.3s ease;
        opacity: 1;
        color: #f5f3f0;
        font-size: 18px;
    }

    #content {
        position: relative;
        padding: 30px 50px;
        color: #252525;
    }
    #inner-content.terms-site {
        display: grid;
        grid-template-columns: auto auto auto auto;
    }

    #leaflet.terms-site {
        width: 300px;
        grid-column: 1 / 2;
        
    }
    #para-content.terms-site {
        grid-column: 2 / 5;
        margin-right: 50px;
    }
}