:root {
    --main-orange: #DD480A;
    /* --main-black: #141414; */
    --main-black: #242424;
    --main-gray: #F1F1F1;
    /* --main-gray-dark: #2D2D2D; */
    --main-gray-dark: #1a1a1a;
    --main-gray-light: #464646;
    --light-text: #d3d3d3;
    font-size: 70.5%;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    color: var(--main-gray);
    background-color: var(--main-black);
    line-height: 1.5;
}



.raleway {
    font-family: 'Raleway', sans-serif;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.nav-link {
    color: var(--main-gray) !important;
    font-weight: 400 !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.text-muted{
    color: rgb(189, 189, 189)!important;

}

.nav-item.active .nav-link {
    color: var(--main-orange) !important;
}

.nav-item.active svg path {
    fill: var(--main-orange) !important;
}

.navbar-brand{
    font-size: 1.4rem;
}

.navbar-toggler{
        width: 30px;
    height: 25px;
    background-color: var(--main-orange);
}


.list-unstyled{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}


.primary-button {
    background-color: transparent;
    border: 0.1rem solid var(--main-orange);
    color: var(--main-orange);
    border-radius: 5px;
    padding: 1rem 1.8rem 1rem 3rem;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    font-size: 1.3rem;
}

.primary-button h4 {
  font-size: 1.9rem;
  margin: 0;
}


.primary-button img {
    width: 3.2rem;
}

 .logo-text{
        font-size: 2rem;
    }


.secondary-button {
    background-color: transparent;
    color: var(--main-orange);
    border: none;
    padding: 1.5rem 3rem;
}

.container {
    max-width: 85.42%;
    
}

.navbar-nav {
    gap: 1.5rem;
}

.buttons-container {
    display: flex;
    gap: 2rem;
    align-items: center;
}



/* Paddings */

.pt-1,
.py-1 {
    padding-top: 0.521vw !important;
}

.pt-2,
.py-2 {
    padding-top: 1.042vw !important;
}

.p-3 {
    padding: 1.563vw !important;
}

.pt-3,
.py-3 {
    padding-top: 1.563vw !important;
}

.p-4 {
    padding: 2.083vw !important;
}

.pt-4,
.py-4 {
    padding-top: 2.083vw !important;
}

.p-5 {
    padding: 2.604vw !important;
}

.pt-5,
.py-5 {
    padding-top: 2.604vw !important;
}

.pt-6,
.py-6 {
    padding-top: 3.125vw !important;
}

.pt-7,
.py-7 {
    padding-top: 3.646vw !important;
}

.pt-15,
.py-15 {
    padding-top: 7.8125vw !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.521vw !important;
}

.pb-2,
.py-2 {
    padding-bottom: 1.042vw !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1.563vw !important;
}

.pb-4,
.py-4 {
    padding-bottom: 2.083vw !important;
}

.pb-5,
.py-5 {
    padding-bottom: 2.604vw !important;
}

.pb-6,
.py-6 {
    padding-bottom: 3.125vw !important;
}

.pb-7,
.py-7 {
    padding-bottom: 3.646vw !important;
}



.pb-15,
.py-15 {
    padding-bottom: 7.8125vw !important;
}

/* Margins */

.mt-1,
.my-1 {
    margin-top: 0.521vw !important;
}

.mt-2,
.my-2 {
    margin-top: 1.042vw !important;
}

.mt-3,
.my-3 {
    margin-top: 1.563vw !important;
}

.mt-4,
.my-4 {
    margin-top: 2.083vw !important;
}

.mt-5,
.my-5 {
    margin-top: 2.604vw !important;
}

.mt-6,
.my-6 {
    margin-top: 3.125vw !important;
}

.mt-7,
.my-7 {
    margin-top: 3.646vw !important;
}

.mt-15,
.my-15 {
    margin-top: 7.8125vw !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.521vw !important;
}

.mb-2,
.my-2 {
    margin-bottom: 1.042vw !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1.563vw !important;
}

.mb-4,
.my-4 {
    margin-bottom: 2.083vw !important;
}

.mb-5,
.my-5 {
    margin-bottom: 2.604vw !important;
}

.mb-6,
.my-6 {
    margin-bottom: 3.125vw !important;
}

.mb-7,
.my-7 {
    margin-bottom: 3.646vw !important;
}

.mb-15,
.my-15 {
    margin-bottom: 7.8125vw !important;
}

/* Border Radius */
.br-1 {
    border-radius: 0.521vw !important;
}

.br-3 {
    border-radius: 1.563vw !important;
}

.br-6 {
    border-radius: 3.125vw !important;
}

/* Media Queries */

@media (max-width: 1200px) {
    br {
        display: none;
    }
}

@media (max-width: 992px) {
    br {
        display: none;
    }

    .container {
        max-width: 92%;
      
    }

    .pt-1,
    .py-1 {
        padding-top: 0.5rem !important;
    }

    .pt-2,
    .py-2 {
        padding-top: 1rem !important;
    }

    .pt-3,
    .py-3 {
        padding-top: 1.5rem !important;
    }

    .p-4 {
        padding: 2rem !important;
    }

    .pt-4,
    .py-4 {
        padding-top: 2rem !important;
    }

    .pt-5,
    .py-5 {
        padding-top: 2.5rem !important;
    }

    .pt-6,
    .py-6 {
        padding-top: 3rem !important;
    }

    .pt-7,
    .py-7 {
        padding-top: 3.5rem !important;
    }

    .pt-15,
    .py-15 {
        padding-top: 7.5rem !important;
    }

    .pb-1,
    .py-1 {
        padding-bottom: 0.5rem !important;
    }

    .pb-2,
    .py-2 {
        padding-bottom: 1rem !important;
    }

    .p-3 {
        padding: 1.5rem !important;
    }

    .pb-3,
    .py-3 {
        padding-bottom: 1.5rem !important;
    }

    .pb-4,
    .py-4 {
        padding-bottom: 2rem !important;
    }

    .p-5 {
        padding: 2.5rem !important;

    }

    .pb-5,
    .py-5 {
        padding-bottom: 2.5rem !important;
    }

    .pb-6,
    .py-6 {
        padding-bottom: 3rem !important;
    }

    .pb-7,
    .py-7 {
        padding-bottom: 3.5rem !important;
    }

    .pb-15,
    .py-15 {
        padding-bottom: 7.5rem !important;
    }

    .mt-1,
    .my-1 {
        margin-top: 0.5rem !important;
    }

    .mt-2,
    .my-2 {
        margin-top: 1rem !important;
    }

    .mt-3,
    .my-3 {
        margin-top: 1.5rem !important;
    }

    .mt-4,
    .my-4 {
        margin-top: 2rem !important;
    }

    .mt-5,
    .my-5 {
        margin-top: 2.5rem !important;
    }

    .mt-6,
    .my-6 {
        margin-top: 3rem !important;
    }

    .mt-7,
    .my-7 {
        margin-top: 3.5rem !important;
    }

    .mt-15,
    .my-15 {
        margin-top: 7.5rem !important;
    }

    .mb-1,
    .my-1 {
        margin-bottom: 0.5rem !important;
    }

    .mb-2,
    .my-2 {
        margin-bottom: 1rem !important;
    }

    .mb-3,
    .my-3 {
        margin-bottom: 1.5rem !important;
    }

    .mb-4,
    .my-4 {
        margin-bottom: 2rem !important;
    }

    .mb-5,
    .my-5 {
        margin-bottom: 2.5rem !important;
    }

    .mb-6,
    .my-6 {
        margin-bottom: 3rem !important;
    }

    .mb-7,
    .my-7 {
        margin-bottom: 3.5rem !important;
    }

    .mb-15,
    .my-15 {
        margin-bottom: 7.5rem !important;
    }

    .br-1 {
        border-radius: 0.5rem !important;
    }

    .br-3 {
        border-radius: 1.5rem !important;
    }

    .br-6 {
        border-radius: 3rem !important;
    }
}



@media (max-width: 768px) {
    :root {
        font-size: 40%;
    }

    .logo-text{
        display: none;
    }
    .container {
        max-width: 95%;
    }

}