
.btn_new_s{
padding:3px;
border-radius:15px;
text-align:left !important;
background: #98ccf5;
background: linear-gradient(145deg, rgba(152, 204, 245, 1) 25%, rgba(3, 78, 158, 1) 100%);
transition:0.3s linear;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.btn_new_s:hover{
    transform:scale(1.01);
    transition:0.1s linear;
    padding: 3px 8px;
}








.int1{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    padding:10px 15px;   
 background: #151617;
background: linear-gradient(145deg, rgba(21, 22, 23, 1) 60%, rgba(10, 64, 125, 1) 100%);
border-radius:15px;
}

.int2{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    padding:10px 15px;   
   background: #121111;
background: linear-gradient(145deg, rgba(18, 17, 17, 1) 73%, rgba(22, 41, 89, 1) 84%, rgba(219, 57, 168, 1) 100%);
border-radius:15px;
}
.btn_new_s:hover .int2{
    background: #151617;
background: linear-gradient(145deg, rgba(21, 22, 23, 1) 60%, rgba(10, 64, 125, 1) 100%);
}



.int1 span img{
    width:40px;
}
.int2 span img{
    width:40px;
}

.btn_texts h6{
    font-size:15px;
    font-weight:600;
    color:#fff
}
.btn_texts p{
    font-size:13px;
    font-weight:400;
       margin-bottom:0px;
       color:#fff
}

.btn_texts2 h6{
    font-size:15px;
    font-weight:600;
    color:#fff
}
.btn_texts2 p{
    font-size:13px;
    font-weight:400;
       margin-bottom:0px;
       color:#fff
}
.che{
    width:30px !important;
}


.new_lis2 li{
    margin-bottom:10px;
    display: flex;
    align-items: center;
}

.new_lis2 li::before{
    content:"";
    display:inline-block;
    width:20px;
    height:20px;
    border-radius:50%;
    margin-right:10px;
    background-image: url(../assets/approve.png);
    background-size: cover;
}




.banner-btns{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
}
.new_lis li{
    margin-bottom:10px;
    display: flex;
    align-items: center;
}

.new_lis li::before{
    content:"";
    display:inline-block;
    width:20px;
    height:20px;
    border-radius:50%;
    margin-right:10px;
    background-image: url(../assets/check.png);
    background-size: cover;
}
.btn_new_str{
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    border-radius: 10px;
    color: white;
    font-weight: 500;
    padding: 10px;
}
.btn_new_str img{
    width: 30px;
}
.btn_new_str:hover{
    transform:scale(1.05);
    transition:0.3s linear;
}
.card_flt:hover{
   transform:scale(1.02);
    transition:0.3s linear;
    opacity:0.9;
}

.card_new_ft:hover{
   transform:scale(1.1);
    transition:0.1s linear;
    opacity:0.9;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.new_pading{
    padding-top: 250px;
    padding-bottom: 150px;

}

.new_bg_card:hover{
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
 transform:scale(1.03);
    transition:0.1s linear;
   background: #9dc9fa;
background: linear-gradient(354deg, rgba(157, 201, 250, 1) 0%, rgba(237, 242, 252, 1) 73%);
}
.new_bg_card2:hover{
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
 transform:scale(1.03);
    transition:0.1s linear;
background: #06468f;
background: linear-gradient(354deg, rgba(6, 70, 143, 1) 0%, rgba(149, 177, 230, 1) 73%);
}

@media (max-width: 768px) {
 .dnonelg{
display:block;
}
.newbr{
  display:none;
}
.banner-btns{
    flex-direction:column !important;
}
.btn_new_s{
    width:100%;
}
}



.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup {
 background: #ed2863;
background: linear-gradient(145deg, rgba(237, 40, 99, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(57, 87, 219, 1) 100%);
  padding: 30px;
  border-radius: 12px;
  position: relative;
  width: 90%;
  max-width: 400px;
  text-align: center;
  animation: fadeIn 0.3s ease;
  padding:5px
}
.pops2{
    background-color: #fdfeff;
    border-radius:10px;
    padding:25px;
    padding-top:40px;
}
.pops2 h5{
    font-size:20px;
    font-weight:600;
    margin-bottom:15px;
    text-align:left;
}
.pops2 p{
    font-size:16px;
    font-weight:500;
    text-align:left;

}
.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  border: none;
  background: none;
  font-size: 22px;
  cursor: pointer;
}
.btn_popmet{
    background: #121111;
background: linear-gradient(145deg, rgba(18, 17, 17, 1) 73%, rgba(22, 41, 89, 1) 84%, rgba(219, 57, 168, 1) 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    margin-top: 25px;
}
.btn_popmet img{
    width: 20px;
}
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

