section{
    padding: 50px 0;
}

.second-section-h{
font-weight: 300;
font-size: 36px;
line-height: 40px;
letter-spacing: -0.9px;
text-align: center;
vertical-align: middle;
color: #FAFAFA;
}
.second-he-banner {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    vertical-align: middle;
    max-width: 400px;
}
.bd-design {
  position: relative;
  z-index: 1;
}

.bd-design::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 375px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/design-background.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    width: 100%;
    height: 500px;
    z-index: -1;
    pointer-events: none;
}
.recommended-section{
    backdrop-filter: blur(0px);
   background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
   border: 1.14px solid #9B87F54D;
   box-shadow: 0px 0px 34.19px 0px #9B87F526;
backdrop-filter: blur(2.674686px);
padding: 30px 30px;
border-radius: 18px;
max-width: 488px;
}
.reco-abs{
    position: relative;
}
.reco-real{
    background: #87BAF5;
    box-shadow: 0px 4.56px 4.56px 0px #00000040;
    padding: 10px 33px;
    border-radius: 50px;
    color:#000000 ;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 11px;
    right: 150px;
}
.sub-head{
font-weight: 500;
font-size: 22.79px;
line-height: 31.91px;
letter-spacing: -0.57px;
vertical-align: middle;
}
.dollar-cls{
font-weight: 300;
font-size: 41.02px;
line-height: 45.58px;
letter-spacing: 0%;
vertical-align: middle;
color: #ffff;
}
.side-head{
font-weight: 500;
font-size: 17.09px;
line-height: 22.79px;
letter-spacing: -0.4px;
vertical-align: middle;
display: block;
}
.btn-recommended{
    background: #87BAF5;
border: 1.14px solid #FFFFFF1A;
box-shadow: 0px 4.56px 4.56px 0px #00000040;
padding: 10px 33px;
border-radius: 50px;
font-size: 18px;
font-weight: 500;
 cursor: pointer;
}
.btn-recommended:hover{
    background: #5a9be6;
}
.add-p{
font-weight: 400;
font-size: 23.66px;
line-height: 32px;
letter-spacing: 0px;
color: #ffffff;

}
.card-des{
    background: #1E293B80;
   border: 1px solid #33415580;
   padding: 35px 15px;
   border-radius: 24px;
       max-width: 368px;
}
.gray-cls{
    color: #94A3B8;
font-weight: 400;
font-size: 15.6px;
line-height: 24px;
letter-spacing: 0px;

}
.popu-rel{
    position: relative;
}
.popu-abs{
    position: absolute;
    bottom: 16px;
    left: 90px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
linear-gradient(90deg, #34D399 0%, #60A5FA 100%);
  border-radius: 50px;
  padding: 10px 10px;
  color: #000000;
}
.primary-clr{
    color: #34D399;
        max-width: 177px;
}
.add-p-las{
font-weight: 400;
font-size: 15.78px;
line-height: 26px;
letter-spacing: 0px;
color: #CBD5E1;
}
.margin-cls-add{
    margin-bottom: 80px;
}

.over-abs{
    position: relative;
    bottom: 50px;
}

.simple-section{
    background: radial-gradient(40.45% 40.45% at 50% 46.16%, rgba(1, 9, 80, 0.9) 3.12%, rgba(14, 17, 32, 0) 100%);
backdrop-filter: blur(24px);
background-image: url('../images/arbiex-bot/banner-bg.webp');
background-repeat: no-repeat;
background-size: contain;

}

/* uhygf */

.cal-cls {
  background-color: #0F172A;
  color: white;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
  text-align: center;
}

.container-55 {
  width: 100%;
  max-width: 500px;
}



.desc {
  font-size: 14px;
  color: #D1D5DB;
  margin-bottom: 30px;
}

.calculator-box {
 background: #1E293B80;
  padding: 25px;
  border-radius: 10px;
box-shadow: 0px 1px 2px 0px #0000000D;

backdrop-filter: blur(4px);
  border: 1px solid #334155;
}

.input-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.input-group.full {
  width: 100%;
}

.input-group label {
  font-size: 12px;
  margin-bottom: 5px;
  color: #FFFFFF;
  text-align: left;
}

.input-group input {
  padding: 10px;
  font-size: 14px;
  border-radius: 6px;
  border: none;
  outline: none;
  background: #2c374f;
  color: #FFFFFF !important;
}

/* button {
  background: #2e90fa;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 10px;
}

button:hover {
  background: #1c73d4;
} */

.calcu-btn{
    background: #87BAF5;
    padding: 10px 10px;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50px;
    cursor: pointer;
    border-top: none;
    border-left: none;

}
.calcu-btn:hover{
background:#5a9be6 ;
}

.result {
  margin-top: 20px;
  background: #2c374f;
  padding: 20px;
  border-radius: 8px;
  font-size: 14px;
}

.result strong {
  font-size: 22px;
  display: block;
  margin-top: 8px;
}

.button-foot{
    background: #FFFFFF;
    border-radius: 50px;
    padding: 17px 48px;
    color: #262626;
    font-size: 15px;
    font-weight: 500;

}


@media (max-width:1199.98px) {
    .over-abs{
        bottom: 0px !important;
    }
    /* .popu-abs {
    position: absolute;
    bottom: 16px;
    left: 190px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(90deg, #34D399 0%, #60A5FA 100%);
    border-radius: 50px;
    padding: 10px 10px;
    color: #000000;
} */
}
