body {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: black !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

* {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 1920px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1666px !important;
    }
}

::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 2px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
}


a {
    text-decoration: none !important;
}

.brand-color {
    color: #A77A00 !important;
}

.background-color {
    background-color: #303030 !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.content-paragraph {
    font-size: 13px;
}

@media only screen and (max-width: 786px) {
    .content-paragraph {
        font-size: 12px;
        text-align:center;
    }
}

.sub-heading {
    font-weight: 500;
    font-size: 35px;
}

@media only screen and (max-width: 1366px) {
    .sub-heading {
        font-weight: 400;
        font-size: 25px;
    }
}

@media only screen and (max-width: 786px) {
    .sub-heading {
        font-weight: 400;
        font-size: 28px;
    }
}

.round {
    border-radius: 12px;
}

.custom-reverse {
    padding: 1px;
}

@media only screen and (max-width: 989px) {
    .custom-reverse {
        flex-direction: column-reverse !important;
        display: flex;
    }
}

.navbar {
    transition: 0.5s ease-out all;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(167,122,0,1) 50%, rgba(0,0,0,1) 100%);
}

.navbar-brand {
    width: 75%;
}
.dropdown-menu {
    display: none !important;
    transition: all 0.3s !important;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
    transition: all 0.3s !important;
}
.navbar-login-register {
    color: #fff !important;
    font-size: 15px;
    font-weight: 300;
}

@media only screen and (max-width: 1366px) {
    .navbar-login-register {
        font-size: 14px;
    }
}
.dropdown-menu {
    background-color: #000000 !important;
    min-width: 12rem !important;
    padding: 4px !important;
    transition: all 0.3s !important;
}
.dropdown-item{
    color: #fff !important;
    padding: 15px 12px 15px 12px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    border-radius: 3px !important;
    transition: all 0.3s !important;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #A77A00 !important;
}
.register-icons {
    width: 44px !important;
    padding: 0px 10px 0px 10px !important;
}

.Nav-color {
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
}


/* .active{
    border-bottom: 1px solid #fff !important;
 } */

.fixed {
    width: 100%;
    background-color: white !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
    z-index: 1400;
}

.Nav-fonts {
    font-size: 15px;
    font-weight: 300;
    color: #fff !important;
}

@media only screen and (max-width: 1400px) {
    .Nav-fonts {
        font-size: 13px !important;
    }
}

.navbar-light .navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-bottom: 4px !important;
}

.logo-img {
    width: 105%;
}

@media only screen and (max-width: 1400px) {
    .logo-img {
        width: 140%;
    }
}

@media only screen and (max-width: 1200px) {
    .logo-img {
        width: 150%;
    }
}

@media only screen and (max-width: 991px) {
    .logo-img {
        width: 48%;
    }
}

@media only screen and (max-width: 767px) {
    .logo-img {
        width: 48%;
    }
}

.offcanvas {
    background-color: black !important;
    width: 80% !important;
}

.mobile-nav-logo {
    width: 105px;
}

.mobile-nav-links {
    background-color: #303030;
    border-radius: 7px;
}

.mobile-nav-text {
    color: #fff !important;
    font-size: 13px !important;
    padding: 14px 12px 14px 12px;
    width:100%;
}

.mobile-register-btn {
    background-color: #fff !important;
    padding: 14px 12px 14px 12px;
    border-radius: 7px;
}
/*.mobile-navbar-adjust {
    background-color: black;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    overflow: hidden;
    overflow-y: scroll;
}*/
/* Footer Section */
.footer-background {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(35, 33, 29, 1) 50%, rgba(48, 48, 48, 1) 100%);
}

.footer-logo {
    width: 180px;
}

.menu-heading {
    font-size: 19px;
    font-weight: 400;
}

.footer-link {
    color: #FFF4F4;
    font-size: 13px;
}
.footer-link:hover{
    color: #A77A00;
    transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
    .footer-link  {
        font-size: 12px;
    }
}
.subscribe-input {
    background: transparent;
    border: none;
    padding: 14px;
    outline: none !important;
}

.footer-line {
    border-top: 1px solid #A77A00;
    padding: 1px;
}
.payments-box{
    display: flex;  
    flex-wrap: wrap;
    gap: 9px;
}
.payment-icons {
    width: 73px;
    height: 51px;
    object-fit: cover;
    border-radius: 4px;
}
@media only screen and (max-width: 767px) {
    .payment-icons  {
        width: 65px;
        height: 41px;
    }
    
}
/* Other Pages  */
.Other-page-display{
    height: 440px;
    width: auto;
    background-size: cover;
    background-repeat: no-repeat;
}
.others-page-heading{
    font-size: 61px;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .others-page-heading{
        font-size: 45px;
    }
    
}
.other-page-paragraph{
    font-size: 13px;
    font-weight: 300;
}