/* Fonts start  */
@font-face {
    font-family: 'SpaceGrotesk-Bold';
    src: url('../new-fonts/SpaceGrotesk-Bold.woff2') format('woff2'), url('../new-fonts/SpaceGrotesk-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SpaceGrotesk-Medium';
    src: url('../new-fonts/SpaceGrotesk-Medium.woff2') format('woff2'), url('../new-fonts/SpaceGrotesk-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SpaceGrotesk-SemiBold';
    src: url('../new-fonts/SpaceGrotesk-SemiBold.woff2') format('woff2'), url('../new-fonts/SpaceGrotesk-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'VendSans-Bold';
    src: url('../new-fonts/VendSans-Bold.woff2') format('woff2'), url('../new-fonts/VendSans-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'VendSans-SemiBold';
    src: url('../new-fonts/VendSans-SemiBold.woff2') format('woff2'), url('../new-fonts/VendSans-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'VendSans-Regular';
    src: url('../new-fonts/VendSans-Regular.woff2') format('woff2'), url('../new-fonts/VendSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #202020;
    font-family: 'VendSans-Regular';
    color: #ffffff;
}
img, svg {
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'SpaceGrotesk-SemiBold';
}
a {
    text-decoration: none;
}
p {
    color: #ffffff;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
.text_gold {
    color: #d8b15a;
}
.text_grey {
    color: #8c8c8c;
}
.margin_round {
    margin: 20px 20px 0px 20px;
}
.margin_top {
    margin-top: 60px;
}
.padding_top {
    padding-top: 60px;
}
.padding_top_bottom {
    padding: 60px 0px;
}
.black_bg {
    background-color: #000000;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .95);
    padding: 0px;
}
header .container-fluid {
  padding: 0 15px;
}
.logo a {
  display: inline-block;
  width: 100%;
}
/* country code css start */
.active-btn{
    pointer-events: none;
    opacity: 0.8;
}
.iti--allow-dropdown{
 width:100%;
}
.phone::placeholder {
    color: #888888 !important; /* Change to your desired color */
}
.footer-form .iti .iti__country-container phone{
    border:none;
}
.iti__search-input {
    padding: 13px !important;
    font-size: 14px !important;
}
.iti__search-input {
  color: #000 !important;
  background-color: #fff !important;
  font-size: 14px !important;
  opacity: 1 !important;
  visibility: visible !important;
}
/* country code css ends */
.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0
}
.menu ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding: 0
}
.menu ul li {
    margin-left: 40px
}
.menu ul li a,
.menu ul li span {
    font-size: 15px;
    font-family: "VendSans-Regular";
    color: #fff;
    text-decoration: none
}
.menu ul li a.active {
    color: #c08830
}
.menu ul li.mobile-number a {
    border: 1px solid #464646;
    color: #fff;
    padding: 6px 20px;
}
.menu ul li.mobile-number a:hover {
    border: 1px solid #c08830;
    color: #fff;
    background-color: #c08830
}
.menu ul li.dropdown:hover .submenu {
    display: block
}
.menu .submenu li {
    margin: 0 0 5px;
    width: 100%
}
.menu .submenu li a {
    color: #000
}
.menu .submenu {
    position: absolute;
    background-color: #fff;
    display: none;
    padding: 10px;
    min-width: 160px;
    z-index: 9
}
.formflag {
    display: none
}
@media only screen and (max-width:1199px) {
    .menu ul li {
        margin-left: 30px
    }
}
@media only screen and (max-width:991px) {
    .menu .submenu {
        height: auto;
        position: static
    }
    .submenu {
        display: none
    }
    .button_container {
        position: absolute;
        top: 50%;
        right: 0;
        height: 29px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity .25s;
        transform: translateY(-50%)
    }
    .button_container span,
    .overlay {
        background: #ce9f47;
        top: 0;
        left: 0
    }
    .overlay,
    .overlay ul li a:active:after,
    .overlay ul li a:focus:after,
    .overlay ul li a:hover:after {
        width: 100%
    }
    .button_container:hover {
        opacity: .7
    }
    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #fff
    }
    .button_container.active .middle {
        opacity: 0;
        background: #fff
    }
    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #fff
    }
    .button_container span {
        border: none;
        height: 5px;
        width: 100%;
        position: absolute;
        transition: .35s;
        cursor: pointer
    }
    .button_container span:nth-of-type(2) {
        top: 11px
    }
    .button_container span:nth-of-type(3) {
        top: 22px
    }
    .overlay {
        position: fixed;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
        z-index: 9
    }
    .menu,
    .overlay nav,
    .overlay ul,
    .overlay ul li {
        position: relative
    }
    .overlay.open {
        opacity: .9;
        visibility: visible;
        height: 100%
    }
    .overlay.open li {
        -webkit-animation: .5s .35s forwards fadeInRight;
        animation: .5s .35s forwards fadeInRight
    }
    .overlay.open li:nth-of-type(2) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }
    .overlay.open li:nth-of-type(3) {
        -webkit-animation-delay: .45s;
        animation-delay: .45s
    }
    .overlay nav {
        height: 70%;
        top: 50%;
        transform: translateY(-50%);
        text-align: center
    }
    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        height: 100%
    }
    .overlay ul li {
        display: block;
        opacity: 0;
        margin: 0 0 15px
    }
    .overlay ul li a,
    .overlay ul li span {
        display: block;
        position: relative;
        color: #fff;
        text-decoration: none;
        overflow: hidden;
        font-size: 30px
    }
    .overlay ul li a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0%;
        transform: translateX(-50%);
        height: 3px;
        background: #fff;
        transition: .35s
    }
    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%
        }

        100% {
            opacity: 1;
            left: 0
        }
    }
    @keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%
        }

        100% {
            opacity: 1;
            left: 0
        }
    }
    .menu ul li.mobile-number a {
        border: none;
        padding: 0
    }
    .menu ul li.mobile-number a:hover {
        border: 0;
        background-color: transparent
    }
    .menu ul li a.active {
        color: #fff
    }
}
@media only screen and (max-width:575px) {
    .overlay ul li a,
    .overlay ul li span {
        font-size: 20px
    }
}