@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

body {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

/* --- Colors --- */
:root {
    --main: #ff7a56;
    --main-light: #EBE9ED;
    --main-light2: #EBE9ED;
    --body-color: #828282;
    --main-dark: #232323;
    --bg-light: #b48d44;
    --grey: #C4C4C4;
    --grey-dark: #6F6D71;
    --grey-light: #DCDCDC;
    --accent: #fcf1ef;
    --cta-green: #00DBC4;
    --cta-green-dark: #06AA98;
}

body,
a,
a:active,
a:focus {
    color: var(--body-color);
}

p {
    margin: 0 0 25px;
    line-height: 30px;
}

b,
strong {
    font-weight: 600;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    letter-spacing: -0.5px;
    font-weight: inherit;
    font-family: 'Poppins', sans-serif;
    color: #262b35
}

.alt-font {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 5rem;
    line-height: 5rem;
}

h2 {
    font-size: 3.9rem;
    line-height: 4.2rem;
}

h3 {
    font-size: 3.4rem;
    line-height: 3.9rem;
}

h4 {
    font-size: 2.6rem;
    line-height: 3.1rem;
}

h5 {
    font-size: 2.10rem;
    line-height: 3rem;
}

h6 {
    font-size: 1.80rem;
    line-height: 2.5rem;
}

::selection {
    color: #000;
    background: #dbdbdb;
}

::-moz-selection {
    color: #a6a6a6;
    background: #dbdbdb;
}

::-webkit-input-placeholder {
    color: #a6a6a6;
    text-overflow: ellipsis;
}

::-moz-placeholder {
    color: #a6a6a6;
    text-overflow: ellipsis;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #a6a6a6;
    text-overflow: ellipsis;
    opacity: 1;
}

.text-right {
    text-align: right;
}

@media (max-width: 991px) {
    .hidden-md {
        display: none;
    }
}

.btn {
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 13px 32px;
}

.btn.btn-default,
.btn.btn-primary {
    background: #262b35;
    border: 2px solid #262b35;
    color: #ffffff;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    background: transparent;
    border: 2px solid #262b35;
    color: #262b35;
}

.btn.btn-primary.btn-main {
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid transparent;
    background: var(--main)
}

.btn.btn-primary.btn-main:hover,
.btn.btn-primary.btn-main:focus {
    border: 2px solid var(--main);
    background: transparent;
    color: var(--main)
}

label {
    font-size: 15px;
}

.form-control {
    padding: 8px 20px
}

.form-control,
.form-control:focus,
.form-control:active,
textarea:focus,
input:focus:not(.btn),
.uneditable-input:focus {
    border-radius: 0;
}

.form-check-input[type=checkbox],
.form-control,
textarea {
    border: 1px solid #dfdfdf;
}

.form-check-input[type=checkbox]:focus,
.form-control:focus,
.form-control:active,
textarea:focus,
input:focus:not(.btn),
.uneditable-input:focus {
    border: 1px solid #b9b9b9;
}

.w-35px {
    width: 35px;
}

.w-70 {
    width: 70%;
}

.w-50px {
    width: 50px;
}

.w-90 {
    width: 90%;
}

.right-15px {
    right: 15px;
}

.bottom-minus-50px {
    bottom: -50px;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.text-neon-orange {
    color: #ff7a56;
}

.text-slate-blue {
    color: #262b35
}

.letter-spacing-2px {
    letter-spacing: 2px;
}

.margin-30px-bottom {
    margin-bottom: 30px;
}

.margin-25px-right {
    margin-right: 25px;
}

.text-large {
    font-size: 18px;
    line-height: 22px;
}

.letter-spacing-minus-2px {
    letter-spacing: -2px;
}

@media screen and(max-width: 575px) {
    .xs-margin-20px-bottom {
        margin-bottom: 20px;
    }
}

.margin-35px-bottom {
    margin-bottom: 35px;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.letter-spacing-minus-1px {
    letter-spacing: -1px;
}

.hero-wrap {
    margin-bottom: 3rem;
    padding: 6rem 0 3rem;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
    text-align: center;
    display: flex;
    align-items: center;
}

@media(min-width: 992px) {
    .hero-wrap {
        min-height: 350px;
    }

    .custom-mt {
        margin-top: -5rem;
    }
}

.hero-wrap p,
.main-title,
.terms h1,
#privacy-page h1 {
    /* color: #232323; */
    color: #fff;
    text-align: center;
}

.main-title,
.terms h1,
#privacy-page h1 {
    font-size: 45px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 1;
}

@media (max-width: 1200px) {

    .terms h1,
    #privacy-page h1,
    .main-title {
        font-size: 35px;
    }
}

@media(max-width: 991px) {
    .hero-wrap {
        padding: 4rem 0 1rem;
        min-height: 200px;
    }

    .terms h1,
    #privacy-page h1,
    .main-title {
        font-size: 35px;
    }
}

.terms h1,
#privacy-page h1 {
    line-height: normal;
    margin: -12.5rem 0 8rem
}

@media (max-width: 991px) {

    .terms h1,
    #privacy-page h1 {
        margin: -10rem 0 5rem;
    }
}

@media (max-width: 767px) {
    .terms h1 {
        font-size: 25px;
    }
}

@media (max-width: 360px) {

    .terms h1,
    #privacy-page h1 {
        margin: -12rem 0 5rem;
    }
}

.modal {
    z-index: 100000;
}

.categories-holder .nav-link:hover,
.categories-holder .nav-link:focus,
.categories-holder .nav-link.active {
    background: #1dcf79 !important
}

.categories-holder .btn-transparent {
    color: #1dcf79;
}

.categories-holder .nav-link {
    background: #f4f7fc;
    border: 1px solid #1dcf79
}