/* @font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
}

body {
    font-family: 'Montserrat';
} */
.header-sec{
  background: rgba(11, 11, 15, 0.7);
  backdrop-filter: blur(10px);
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.header-transparent {
  background: rgba(11, 11, 15, 0.7);
  backdrop-filter: blur(10px);
}

.header-solid {
  background: #0B0B0F;
  box-shadow: 0 5px 20px rgba(0,0,0,0.5);
}
.menus-item a{
color: #E4E4E7;
}
.menus-item a:hover {
  color: #F5B942;
}
.categories-btn{
    color: #E4E4E7;
}

.categories-btn:hover{
   color: #F5B942;
}
.btn-gold{
    background: linear-gradient(135deg, #F5B942, #FFD36E);
  color: #0B0B0F;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(245,185,66,0.3);
}
.btn-gold:hover{
    transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(245,185,66,0.6);
}
.heading1 h1{
    font-size: 60px;
    line-height: 70px;
}

.heading1 h4{
    font-size: 25px;
}



.heading1 , .hero-img{
    z-index: 9
    ;
}
.section2 {
 background: linear-gradient(to right, #FFFFFF, #d0e1fb);
    padding: 30px 20px;
    text-align: center;
}
.payment-img{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.payment-img span{
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
.title1{
    text-align: center;
}
.title1 h3{
    font-size: 30px;
    font-weight: bold;
    color: #1E2A44;
}
.title1 img{
    width: 250px;
    margin: 0 auto;
    height: 20px;
}
.card{
        padding: 40px 20px;
    background: #fffffff8;
    border-radius: 20px;
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.icon-circle{
    margin: 0 auto;
    width: 70px;
    background: #1E2A44;
    border: 2px solid #A8832F;
    border-radius: 50%;
    height: 70px;

}
.icon-circle img{
        padding: 15px;
    width: 40px;

}
.card-section{
        gap: 20px;
}
.card h4{
    font-weight: 600;
    padding: 10px;
}

/* .section3{
    background-image: url('../../images/img2.png');
} */

.card-section3 .card img{
        width: 300px;
    margin: 0 auto;
}
.card1{
  background: #1e2a44;
    color: #fff;
    text-align: center;
    padding: 20px;
    position: relative;
    margin-bottom: 25px;
}
.card1::after{
  position: absolute;
    content: '';
    border: 2px solid #C9A24D;
    width: 100%;
    height: 70px;
    top: 12px;
    left: 12px;
}
.card-section4{
    margin-top: 20px;
}
.card2-img{
    background: #fffffff7;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    padding: 20px 12px;
}
.card2 {
    padding-top: 15px;
}
.card2-text{
        padding: 10px 20px;
}
.card2-text h4{
    font-weight: 600;
}
.feature-card{
    background:white;
    padding:30px;
    border-radius:12px;
    text-align:center;
    transition:all .3s ease;
    box-shadow:0 8px 20px rgba(0,0,0,0.05);
}

.feature-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,0.1);
}

.feature-card .icon{
    font-size:40px;
    margin-bottom:15px;
}

.feature-card h4{
    font-size:20px;
    font-weight:600;
    margin-bottom:10px;
}

.feature-card p{
    color:#6b7280;
    font-size:14px;
}
/* Hide scrollbar */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}