* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.body-bg-color {
    background-color: #0c1014 !important;
}

.nabvar-bg-color {
    background-color: #14181d;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid #272727;

}

.nabvar-button-color {
    background-color: #fff !important;
}

.ul-orderline li a {
    color: #dee0e2 !important;
    font-size: 14px;
    transition: all 0.9s;
    /* line-height: 20px; */
    font-family: "Montserrat Regular", "Verdana", sans-serif;
    padding: 10px 15px !important;
    font-weight: 500 !important;
}

.ul-orderline li a:hover {
    background-color: #1d2128;
    border-radius: 8px !important;
}

.ul-orderline li a i {
    vertical-align: sub;
    font-size: 20px;

}

.anker-inline a:nth-child(3) {
    padding: 8px 23px;
    border-radius: 30px;
    transition: all 0.5s;
    font-size: 14px;
    font-family: "Montserrat Medium", "Verdana", sans-serif;
    border: 2px solid #fff;
    text-decoration: none !important;
}

.anker-inline a:nth-child(3):hover {
    background-color: #0084ff;
    border: 2px solid #0084ff;
}

.dropdown,
.dropup {
    position: relative;
}

.dropdown-btn {
    padding: 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown-content {
    background-color: #14181d !important;
    min-width: 40% !important;
    margin-top: 3px;
    border-radius: 0 !important;
    box-shadow: 0px 4px 16px 0px rgba(255, 255, 255, 0.2);
    z-index: 1;
}

.dropdown:not(:hover) .dropdown-content {
    display: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.sec-1 {
    padding: 100px 0px;
    color: #fff;
}





/* hsla(0, 0%, 100%, .9);

} */

.personal-Planet {
    font-family: "Montserrat Regular",
        "Verdana",
        sans-serif;
    font-size: 15px;
    /* color: hsla(0, 0%, 100%, .9); */
    font-weight: 500;
    font-family: sans-serif;
    color: #bdc0c2;

}

.Privacy-Giggle {
    text-transform: capitalize;
}

.Information-Collect {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px;

}

.Violate-any li {
    color: #bdc0c2;
    line-height: 35px;
}