@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
}
a{
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
p:last-child{
    margin-bottom: 0 !important;
}
h1{
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 32px;
}
h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 24px;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}
.site-wrapper{
    width: 100%;
    overflow-x: hidden;
}
.container{
    max-width: 1224px;
    width: 100%;
}
.grecaptcha-badge {
    visibility: hidden !important;
}
.border-btn{
    border: #EAB143 solid 2px;
    color: #000;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 48px;
    text-transform: uppercase;
    font-weight: 600;
}
.border-btn:hover{
    border: #000 solid 2px;
    background: #000;
    color: #fff;
}
.cta-btn{
    background: #fff;
    display: inline-flex;
    align-items: center;
    border-radius: 40px;
    padding: 16px 32px;
    color: #000;
    font-weight: 600;
}
.cta-btn:hover,
.cta-btn.yellow:hover{
    background: #000;
    color: #fff;
    /* box-shadow: 0 4px 8px rgba(0,0,0,.3); */
}
.cta-btn > svg{
    margin-right: 10px;
}
.cta-btn.yellow{
    background: #EAB143;
    border: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.cta-btn.yellow > svg{
    margin: 0 0 0 10px;
}

.s-py{
    padding: 100px 0;
}
.grey-bg{
    background: #F9F9F9;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    padding: 20px 0;
    z-index: 2;
}
header .navbar-right ul li:first-child{
    margin-left: 0;
}
header .navbar-right ul li{
    margin-left: 40px;
}
header .navbar-right ul li a{
    color: #757575;
    font-size: 16px;
    position: relative;
}
header .navbar-right ul li a:after{
    content: '';
    position: absolute;
    bottom: -4px;
    left: auto;
    right: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
header .navbar-right ul li a:hover:after{
    width: 100%;
    left: 0;
    right: auto;
}
header .navbar-right ul li a.active:after{
    width: 100%;
}
header .navbar-right ul li a:hover,
header .navbar-right ul li a.active{
    color: #fff;
}

.video-section,
.top-banner-inner{
    margin-top: 88px;
}
.video-section,
.video-section video{
    height: calc(100vh - 88px);
    /* height: calc(20vh + 30%); */
}
.video-section video{
    /* height: 760px; */
    display: block;
}

.physical-metal-section{
    width: 100%;
    background: url(../images/line-pattern.webp) no-repeat right bottom;
    background-size: auto 720px;
}
.physical-metal-section .content span{
    display: inline-block;
    color: #757575;
    margin-bottom: 16px;
}

.service-section{
    background: url(../images/yellow-bg.webp) no-repeat;
    background-size: cover;
}
.service-section .white-bg{
    background: rgba(255,255,255,.2);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 40px 32px;
    margin: 24px 0 40px 0;
}
.service-section .white-bg .service-box .icon{
    background: #fff;
    border-radius: 100%;
    min-width: 60px;
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.service-section .white-bg .service-box .description h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

footer{
    padding-top: 64px;
    /* background: #000; */
    background: rgb(38,38,38);
    background: linear-gradient(290deg, rgba(38,38,38,1) 0%, rgba(0,0,0,1) 100%); 
}
.footer-top{
    color: #666;
    /* border-bottom: #D3D3D3 solid 1px; */
    border-bottom: #282828 solid 1px;
    padding-bottom: 56px;
    margin-bottom: 56px;
}
.footer-top address{
    max-width: 284px;
    width: 100%;
    font-weight: 400;
    margin: 0 auto;
    color: #fff;
}
.footer-top .icon{
    width: 100%;
    height: 42px;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 16px;
}
.footer-top .link{
    /* color: #666; */
    color: #EAB143;
    font-weight: 400;
}
.footer-top .link:hover{
    color: #fff;
    text-decoration: underline;
}
.footer-bottom .footer-col .logo{
    margin-bottom: 24px;
    display: inline-flex;
}
.footer-bottom .footer-col .logo ~ p{
    color: #666;
    font-weight: 400;
}
.footer-bottom .footer-col h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff;
}
.footer-bottom .footer-col ul li{
    /* line-height: 32px; */
    line-height: 20px;
    margin-bottom: 20px;
}
.footer-bottom .footer-col ul li:last-child{
    margin-bottom: 0;
}
.footer-bottom .footer-col ul li a{
    color: #666;
    font-weight: 400;
}
.footer-bottom .footer-col ul li a:hover{
    color: #fff;
}
footer .copyright{
    /* border-top: #D3D3D3 solid 1px; */
    border-top: #282828 solid 1px;
    margin-top: 56px;
    padding: 40px 0;
    text-align: center;
    color: #666;
    font-weight: 400;
}

.top-banner-inner{
    position: relative;
    display: flex;
    align-items: center;
    /* height: 320px; */
    /* height: 360px; */
    height: 430px;
    background-position: center !important;
    background-size: cover !important;
}
.top-banner-inner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(0,0,0); */
    background: linear-gradient(0deg, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0) 100%);
    z-index: 0;
}
.top-banner-inner h1{
    color: #fff;
    margin: 0;
}
.top-banner-inner .container{
    position: relative;
    z-index: 1;
}
.founder-content .img-block img{
    border-radius: 32px;
}
.founder-content .content{
    padding-left: 24px;
}
.founder-content .content h3{
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
}
.about-section .img-block img{
    border-radius: 40px;
}
.about-section .content{
    /* padding-left: 100px; */
    /* text-align: center; */
}
.about-section .content h1{
    margin-bottom: 16px;
}
.f-24{
    font-size: 24px;
}
/* .about-section .content h2{
    margin-bottom: 16px;
} */
.about-point .d-flex{
    border-bottom: #D9D9D9 solid 1px;
    padding-bottom: 48px;
    margin-bottom: 48px;
}
.about-point .d-flex:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}
.about-point h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
}
.about-point .content{
    max-width: calc(100% - 340px);
    width: 100%;
}
.about-point .content p a{
    color: #565656;
    font-weight: 600;
}
.about-point .content p,
.product-section .content p,
.services .content p,
.contact-section .content p,
.compliance-content .content p,
.about-section .content p,
.product-section p,
.list-box ul li,
.founder-content .content p{
    color: #757575;
    margin-bottom: 1.5rem;
    font-weight: 400;
}
.physical-metal-section .content p{
    color: #757575;
}
.about-point .content p:last-child,
.product-section .content p:last-child,
.services .content p:last-child,
.contact-section .content p:last-child{
    margin-bottom: 0;
}
.product-section .content{
    padding-left: 80px;
}
.product-section .right-img .content{
    padding-left: 0;
    padding-right: 80px;
}
.product-section .product-box{
    background: #fff;
    border: #D8D8D8 solid 1px;
    padding: 32px;
    border-radius: 16px;
}
.product-section .product-box:hover{
    /* background: #FFFAF1; */
    box-shadow: 0 8px 16px rgba(0,0,0,0.06);
}
.product-section .product-box .icon{
    max-width: 56px;
    width: 100%;
    margin-right: 16px;
}
.product-section .product-box .p-content{
    max-width: calc(100% - 72px);
}
.product-section .img-block{
    border: #D8D8D8 solid 1px;
    border-radius: 16px;
    overflow: hidden;
}
.product-section h3.title{
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 16px 0;
    color: #000;
}
.product-section h3.title ~ p{
    margin-bottom: 10px;
}
.product-section span.link{
    position: relative;
    color: #EAB143;
    font-weight: 600;
}
.product-section span.link:after{
    content: '';
    position: absolute;
    bottom: -4px;
    left: auto;
    right: 0;
    width: 0%;
    height: 1px;
    background: #EAB143;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.product-section span.link:hover:after{
    width: 100%;
    left: 0;
    right: auto;
    /* background: #282828; */
}
.product-section span.link:hover{
    color: #282828;
}
.gold-product-wrapper .img-block{
    text-align: center;
}
.gold-product-wrapper .img-block .img img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.gold-product-wrapper .img-block h3{
    font-size: 20px;
    font-weight: 700;
}


.product-point-wrapper{
    columns:1;
    -webkit-columns:1;
    -moz-columns:1;
}
.product-point-wrapper .col{
    margin-bottom: 24px;
    -webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.product-point-wrapper .col:nth-child(2n+2){
    background: #f7f7f7;
    border-radius: 16px;
}
.list-box{
    padding: 24px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: #D8D8D8 solid 1px;
    border-radius: 16px;
}
/* .list-box:hover{
    box-shadow: 0 8px 16px rgba(0,0,0,0.06);
} */
.list-box h3{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
}
.list-box ul li > ul{
    margin-top: 16px;
}
.list-box ul li{
    position: relative;
    padding-left: 14px;
}
.list-box ul li:before{
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #EAB143;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
}
.list-box ul li:not(:last-child){
    margin-bottom: 16px;
}
.list-box ul li:last-child{
    margin-bottom: 0;
}

.services .content{
    margin-bottom: 24px;
}
.services .white-box{
    background: #fff;
    border: #D8D8D8 solid 1px;
    padding: 24px;
    border-radius: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.services .white-box .list-style li{
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: #D8D8D8 solid 1px;
}
.services .white-box .list-style li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.services .white-box .list-style li span{
    font-weight: 400;
    color: #757575;
}
/* .services .white-box:hover{
    box-shadow: 0 8px 16px rgba(0,0,0,0.06);
} */
.services .white-box h3{
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
}
.services .white-box p{
    color: #757575;
}
.contact-form{
    margin-top: 48px;
}
.cf-wrapper{
    /* padding: 32px 56px 56px 56px; */
    padding: 8px 32px 32px 32px;
    background: #F9F9F9;
    border: #E8E7E7 solid 1px;
    border-radius: 24px;
}
.cf-wrapper .form-group{
    margin-top: 24px;
}
.cf-wrapper .form-group label{
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}
.cf-wrapper .form-group input[type="text"],
.cf-wrapper .form-group input[type="email"],
.cf-wrapper .form-group input[type="tel"],
.cf-wrapper .form-group textarea{
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    background: #fff;
    border: #E8E7E7 solid 1px;
    border-radius: 8px;
    padding: 15px 16px;
    resize: none;
}
.cf-wrapper .form-group input:focus-visible,
.cf-wrapper .form-group textarea:focus-visible{
    outline: none;
}
.cf-wrapper .form-group textarea{
    height: 120px;
}
.map-section,
.map-section .map{
    position: relative;
    height: 100%;
}
.map-section h2{
    margin-bottom: 48px;
    padding: 0 20px;
}
.map-section .map{
    border-radius: 24px;
    overflow: hidden;
    border: #E8E7E7 solid 1px;
}
.map-section .map iframe{
    width: 100%;
    display: block;
    min-height: 500px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.privacy-policy p{
	margin-bottom: 16px;
}
.privacy-policy p:last-child{
	margin-bottom: 0;
}
.privacy-policy ul{
	margin-bottom: 1rem;
	padding-left: 2rem;
	list-style: outside;
}
.privacy-policy ul li{
	list-style: outside !important;
}
.privacy-policy ul li:not(:last-child){
	margin-bottom: 12px;
}

/* Loader CSS */
.no-js #loader-wrapper {
    display: none;
}
#loader {
    position: fixed;
    z-index: 11;
    width: 64px;
    height: 64px;
    display: inline-block;
    background-image:
      linear-gradient(#FFF 16px, transparent 0) ,
      linear-gradient(#EAB143 16px, transparent 0) ,
      linear-gradient(#EAB143 16px, transparent 0) ,
      linear-gradient(#FFF 16px, transparent 0);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left top , left bottom , right top , right bottom;
    animation: rotate .9s linear infinite;
  }
  @keyframes rotate {
    0% {
      width: 64px;
      height: 64px;
      transform: rotate(0deg)
    }
    50% {
      width: 30px;
      height: 30px;
      transform: rotate(180deg)
    }
    100% {
      width: 64px;
      height: 64px;
      transform: rotate(360deg)
    }
  }
#loader-wrapper {
	position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
  }
  #loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50%;
	background: #0d0d0d;
	z-index: 10;
  }
  #loader-wrapper .loader-section.section-left {
	top: 0;
  }
  #loader-wrapper .loader-section.section-right {
    top: auto;
	bottom: 0;
  }
  /* Loaded styles */
  .loaded #loader-wrapper .loader-section.section-left {
	transform: translateY(-100%);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .loaded #loader-wrapper .loader-section.section-right {
	transform: translateY(100%);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .loaded #loader {
	opacity: 0;
	transition: all 0.3s ease-out;
  }
  .loaded #loader-wrapper {
	visibility: hidden;
	transform: translateY(-100%);
	transition: all 0.3s 1s ease-out;
  }
/* Loader CSS */


/* Media Queris Start */
@media (max-width: 1439px){

    .video-section,
    .video-section video{
        height: calc(32vh + 30%);
    }

}
@media (max-width: 1199px){

    .container{
        padding: 0 20px;
    }
    header .navbar-right ul li{
        margin-left: 24px;
    }
    /* .about-section .content{
        padding-left: 40px;
    } */
    .product-section .content{
        padding-left: 40px;
    }
    .product-section .right-img .content{
        padding-left: 0;
        padding-right: 40px;
    }
    .video-section,
    .video-section video{
        height: calc(32vh + 30%);
    }
}
@media (max-width: 991px){

    h1{
        font-size: 40px;
    }
    .s-py{
        padding: 72px 0;
    }

    .hamburger-menu{
		width: 30px;
		height: 30px;
        margin-top: -8px;
	}
	.hamburger-menu span,
	.hamburger-menu span:before,
	.hamburger-menu span:after{
		background: #fff;
		width: 30px;
		height: 1.5px;
		border-radius: 2px;
		display: inline-block;
		transition: all 0.15s linear
	}
	.hamburger-menu span:before,
	.hamburger-menu span:after{
		content: '';
		position: absolute;
	}
	.hamburger-menu span:before{
		transform: translateY(-7px);
	}
	.hamburger-menu span:after{
		transform: translateY(7px);
	}
	.hamburger-menu.open span{
		background: transparent;
	}
	.hamburger-menu.open span:before{
		transform: rotate(45deg);
	}
	.hamburger-menu.open span:after{
		transform: rotate(-45deg);
	}
	.navbar-right{
		display: none;
		position: absolute;
		background: #fff;
		left: 0;
		top: 100%;
		width: 100%;
		padding: 20px;
		-webkit-box-shadow: rgba(0,0,0,.06) 0 10px 30px;
		box-shadow: rgba(0,0,0,.06) 0 10px 30px;
	}
    header .navbar-right ul li{
        width: 100%;
        margin: 0 0 16px 0;
    }
    header .navbar-right ul li:last-child{
        margin-bottom: 0;
    }
    header .navbar-right ul li a:hover{
        color: #000;
    }
    header .navbar-right ul li a:after{
        background: #000;
    }
    header{
        padding: 16px 0;
    }
    header .hd-logo{
        width: 120px;
    }
    header .navbar-right ul li a.active{
        color: #000;
    }
    header .navbar-right ul li a{
        display: block;
    }

    .video-section,
    .top-banner-inner{
        margin-top: 66px;
    }
    .video-section,
    .video-section video{
        height: 500px;
    }
    .service-box{
        width: 100%;
        margin-bottom: 24px;
    }
    .service-box:last-child{
        margin-bottom: 0;
    }
    /* .about-section .content{
        padding-left: 20px;
    } */
    .top-banner-inner{
        height: 220px;
    }
    .top-banner-inner h1{
        font-size: 32px;
    }

    .product-section .content{
        padding-left: 20px;
    }
    .product-section .right-img .content{
        padding-left: 0;
        padding-right: 20px;
    }
    .founder-content .content{
        padding-left: 16px;
    }

}
@media (max-width: 767px){

    h2{
        font-size: 32px;
    }
    .s-py{
        padding: 48px 0;
    }

    body.scroll{
        overflow: hidden;
    }
    
    .video-section,
    .top-banner-inner{
        margin-top: 65px;
    }
    .video-section,
    .video-section video{
        /* height: 320px; */
        height: calc(32vh + 30%);
    }

    footer{
        padding-top: 48px;
    }
    .footer-top{
        margin-bottom: 32px;
        padding-bottom: 32px;
    }
    footer .copyright{
        margin-top: 32px;
        padding: 24px 0;
    }
    .about-section .content{
        padding-left: 0;
    }
    .top-banner-inner{
        height: 180px;
    }
    .about-point h2{
        margin-bottom: 12px;
        font-size: 24px;
    }
    .about-point .content{
        max-width: 100%;
    }
    .about-point .d-flex{
        padding-bottom: 32px;
        margin-bottom: 32px;
    }
    .about-section .img-block img{
        border-radius: 24px;
    }
    .product-section .content{
        padding-left: 0;
    }
    .product-section .right-img .content{
        padding-left: 0;
        padding-right: 0;
    }
    .product-section .content h2{
        margin-bottom: 12px;
    }
    .cf-wrapper{
        padding: 0 24px 24px 24px;
    }
    .map-section h2{
        margin-bottom: 24px;
    }
    .map-section{
        margin-top: 32px;
        height: 360px;
    }
    .product-point-wrapper{
        columns:1;
        -webkit-columns:1;
        -moz-columns:1;
    }
    .product-point-wrapper .col:last-child{
        margin-bottom: 0;
    }
    .contact-form,
    .map-section{
        margin-top: 24px;
    }
    .founder-content .content{
        padding-left: 0;
        margin-top: 24px;
    }
    .about-section .content{
        text-align: left;
    }


}
@media (max-width: 575px){
    
    h1{
        font-size: 32px;
        margin-bottom: 20px;
    }
    h2{
        font-size: 26px;
        margin-bottom: 12px;
    }

    .video-section,
    .video-section video{
        /* height: 220px; */
        height: calc(32vh + 30%);
    }
    .map-section{
        height: 250px;
    }
    .cf-wrapper{
        padding: 0 20px 20px 20px;
    }
    .cf-wrapper .cta-btn.yellow{
        font-size: 15px;
    }
    .f-24{
        font-size: 20px;
    }

    .product-section .product-box .p-content{
        margin-top: 16px;
        max-width: 100%;
    }


}

@media (max-width: 415px){

    .services .white-box .list-style li span{
        width: 100%;
        margin-top: 2px;
    }

}