
@font-face {
  font-family: 'Poppins-ExtraBold';
  font-style: normal;
  font-weight: normal;
  src:url('../fonts/Poppins-ExtraBold.woff') format('woff');
}
@font-face {
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-weight: normal;
  src:url('../fonts/Poppins-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Poppins-Regular';
  font-style: normal;
  font-weight: normal;
  src:url('../fonts/Poppins-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Roboto-Light';
  font-style: normal;
  font-weight: normal;
  src:url('../fonts/Roboto-Light.woff') format('woff');
}
html, body {
    scroll-behavior: smooth; 
    font-family: 'Roboto-Light';
    color: #555555;
    overflow-x: hidden;
    line-height: 32px;
}
h1, h2 {
    font-family: 'Poppins-ExtraBold';
}
h3, h4 {
    font-family: 'Poppins-Bold'; 
}
h1 {
    font-size: 80px;
}
h2 {
    font-size: 56px;
}
h3 {
    font-size: 2.4rem;
}
h4 {
    font-size: 2rem;
}
.text-blue, i.fas.fa-times {
    color: #0792d0;
}
.poppins-reg {
    font-family: 'Poppins-Regular';
}
.contact-section {
    background: linear-gradient(180deg, rgba(7,146,208,1) 0%, rgba(7,146,208,1) 35%, rgba(44,174,232,1) 100%);
}
.product-section {
    background:url(../img/product-bg.png);
    background-position: center;  
    background-size: cover;  
    min-height: 35vh;
}
.about-section {
    background: url(../img/about-bg.jpg);
    background-size: cover;
    background-position: right;
}
.footer-section {
    background:url(../img/footer-bg.jpg);
    background-position: center;  
    background-size: cover;  
    min-height: 35vh;
}
.display-heading {
    width: 52%;
}

/*-- BUTTONS --*/
.nav-btn, .outline-btn, .content-btn {
    display: inline-block;
    color: #fff!important;
    padding: 4px 21px 3px 19px;
    border-radius: 2rem;
    transition: background-color .5s ease;
    border: 2px solid;
}
.outline-btn, .content-btn {
    padding: 9px 80px 8px 80px;
    font-family: 'Poppins-Bold';
}
.content-btn {
    padding: 9px 80px 8px 80px;
    background-color: #0792d0;
}
.nav-btn:hover, .outline-btn:hover, .content-btn:hover {
    background-color: #5a5b5b;
}

/*-- NAVBAR --*/
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: background-color .5s ease;
    z-index: 1000;
}
.nav {
    width: 100%;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid rgba(255,255,255,.05);
    transition: height .5s ease;
    font-size: 16px;
}
.nav a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}
.nav .logo {
    width: 140px;
}
.nav .logocolor{width: 140px;display: none;}
.nav .nav-list {
    list-style: none;
    display: flex;
    display: inline-flex;
    margin-right: auto;
    margin-left: 1rem;
    margin-top: 16px;
}
.nav-link {
    margin: 0 1px;
    position: relative;
}
.navbar-btn {
    display: inline-flex;
    position: relative;
    left: 50px;
}
.nav-link::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 6px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s ease;
}
.nav-link:hover::after {
    transform: scaleX(1);
}
.scrolling-active {
    background-color: #fff;
    box-shadow: 0 3px 1rem rgba(0,0,0,.1);
}
.scrolling-active .nav {
    height: 5.4rem;
}
.scrolling-active .nav a {
    color: #313131;
}
.scrolling-active .nav-btn {
    background-color: #0792d0;
    color: #fff;
}
.scrolling-active .logo {
    /*filter: invert(27%) sepia(146%) saturate(10%) hue-rotate(103deg) brightness(50%) contrast(171%);*/
    display: none;
}
.scrolling-active .logocolor {
    display: block;
}
.scrolling-active i.fas.fa-bars {
    color: #0692d0;
}
i.fas.fa-bars {
    font-size: 30px;
}
.scrolling-active .nav-btn:hover {
    background-color: #5a5b5b;
}
.scrolling-active .nav-link::after {
    background-color: #313131;
}
.icon {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
.nav-list .cancel-btn {
    position: absolute;
    right: 30px;
    top: 20px;
}
#list li:nth-child(5){
    margin-left: 790px;
    text-align: center;
}

/*-- HEADER --*/
.header-top {
    overflow: hidden;
    height: 100vh;
}
.background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.background-container video {
    z-index: -1;
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header-top .banner-overlay {
    position: absolute;
    top: 50%;
    left: -1%;
    width: 102%;
    height: 101%;
    opacity: 0.9;
    object-fit: contain;
    transform: translate(0,-50%);
    object-fit: contain;
}
.header-top .banner-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-top .heading-cont {
    width: 42rem;
    line-height: 130%;
}

/*-- ABOUT US -- */
.bullion-icon-pos {
    position: absolute;
    top: 93%;
    left: 20%; 
}
.image-wrapper {
    width: 100%;
    min-height: 49vh;
    background-image: url("../img/bg-1.jpg");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    clip-path: polygon(89% 0%, 89% 100%, 12% 100%, 12% 14%, 34% 27%, 34% 100%, 40% 100%, 40% 30%, 61% 19%, 61% 100%, 67% 100%, 67% 17%);
}

/*-- SERVICES --*/
section.services-section.pt-5.mt-3 {
    border-bottom: 1px solid #dadada;
}
.services-content {
    margin-left: 30px;
}
.services-icon-color .fas {
    border: 2px solid #0892d1;
    height: 63px;
    width: 64px;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
}
.services-icon-color {
    color: #5a5b5b;
    font-size: 25px;
}
.services-icon-color:hover {
    color: #fff;
}
.services-icon-bg:hover {
    background: #0892d1;
}
.services-mob-img {
    width: 26rem;
}
.advertiser-text {
    margin-top: 90px;
}
.msg-box {
    min-height: 50px;
    border-radius: 5px;
}

/*-- FOOTER --*/
.footer-flex {
    justify-content: center;
}
.footer-menu {
    text-decoration: none;
}
.footer-menu:hover {
    text-decoration: underline;
}
.display-mobile-services {
    display: none;
}

/*-- MEDIA QUERIES --*/
@media (max-width: 1199px) {
    .display-heading {
        width: auto;
        text-align: center;
    }
    .about-section .about-inner li.about-img-fixed {
        margin: 0 auto;
    }
    .about-content {
        text-align: center;
    }
    .bullion-icon-pos {
        position: relative;
        left: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        top: -67px;
    }
/*-- Navigation --*/
    #list li:nth-child(5) {
    margin-left: 0!important;
    }
    body.disabled{
        overflow: hidden;
    }
    .icon {
        display: block;
    }
    .icon.hide {
        display: none;
    }
    .nav .nav-list {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 400px;
        left: -100%;
        top: 0px;
        display: block;
        padding: 40px 0;
        text-align: center;
        background: #5a5b5b;
        transition: all 0.3s ease;
        overflow-y: scroll;
    }
    .scrolling-active .nav .nav-list{
        background: #f5f5f5;
    }
    .nav.show .nav-list {
        left: 0%;
    }
    .nav .nav-list li {
        margin-top: 35px;
    }
    .nav .nav-list li a {
        font-size: 23px;
        margin-left: -100%;
        transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    .nav.show .nav-list li a {
        margin-left: 0px;
    }
    .nav .nav-list {
        margin-left: 0;
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .header-top, .header-top .heading-cont {
        width: auto;
        text-align: center
    }
    .services-chart {
        display: none;
    }
    .header-top .banner-overlay img {
        object-position: left;
    }
    .advertiser-text {
        margin-top: 0;
    }
    .display-desktop-services {
        display: none;
    }
    .display-mobile-services {
        display: block;
    }
    .image-wrapper {
        background-attachment: scroll;
    }
}
@media (max-width: 812px) {
    h1 {
        font-size: 3.3rem;
    }
}
@media (max-width: 767px) {
    h1, h2, h3 {
        font-size: 2.3rem;
    }
    h4 {
        font-size: 24px;
    }
    .services-content {
        margin-left: 11px;
    }
}
@media (max-width: 414px) {
    h6.text-white.pt-3 {
        font-size: 15px;
    }
}

/* ==========================================================================
   Container
   ========================================================================== */

.nav-container, .container {
    max-width: 1600px;
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 1551px) {
    .nav-container, .container {
        max-width: 1300px;
    }
    #list li:nth-child(5) {
        margin-left: 520px;
    }
}
@media (max-width: 1299px) {
    .nav-container, .container {
        max-width: 1150px;  
    }
    #list li:nth-child(5) {
        margin-left: 380px;
    }
}