html,
body {
    font-family: "Lato", sans-serif;
}
.gifthero .slide {
    background-color:#7A195C;


}
.gifthero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
    color: white;
}
.fero {
  font-size: 20px;
  font-weight: 700;
}
.seco {
  font-size: 20px;
  font-weight: 700;
}
.gifthero p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    color: white;
}
.giftBtn{
    width:209px;
    height:54px;
    border-radius:20px ;
    background-color:#ffffff ;
 font-size: 24px;
    font-weight: 400;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.giftText {
    width: 80%;
    
}

.text-h2{
font-size: 36px;
    font-weight: 700;
}
.text-h3{
font-size: 32px;
font-weight: 700;
text-align: left;
}
 .card-type {
        text-align: center;
        
    

    }

      .card-type h2 {
     
        margin-bottom: 30px;
      }

      .card-option {
        width:210px;
        height:124px;
        border:1px solid #D9D9D9;
        border-radius: 10px;
        margin:10px 0 ;
         display: flex;
    justify-content: center;
    align-items: center;
      }

      .card-option:hover {
        border-color: #000;
      }

      .card-option img {
        width: 190px;
        height: 107px;
        object-fit: cover;
      }

      .card-title {
        text-align: center;
         font-weight: 700;
        font-size: 20px;
        font-weight: 500;
        padding: 10px;
        margin-top: 2px;
        text-align: center;
      }
 
.mon-box{
  background-color: #fff;
        border: 1px solid #D9D9D9;
        border-radius: 20px;
        padding: 25px;
        margin-bottom: 25px;
           width: 870px;
        height:214px;   
}
      .card-box {
        background-color: #fff;
        border: 1px solid #D9D9D9;
        border-radius: 20px;
        padding: 25px;
        margin-bottom: 25px;
           width: 870px;
        height:761px;
      }

      .amount-btn {
        border: 1px solid #D9D9D9;
        border-radius: 10px;
        background: #fff;
        color: #000;
        font-weight: 500;
        font-size: 24px;
        width:191px;
        height:70px;
        transition: 0.3s;
      }

      .amount-btn.active,
      .amount-btn:hover {
        background-color: #4B2571;
        color: #fff;
        border-color: #4B2571;
      }

      .form-control {
        border-radius: 8px;
        width:818px;
        height:45px;
      }

      textarea.form-control {
        resize: none;
        height: 184px;
      }

      .btn-send {
        background-color: #4B2571;
        color: #fff;
        border: none;
        padding: 12px 24px;
        border-radius: 8px;
        font-weight: 700;
        font-size: 24px;
        width:391px;
        height:74px;
        transition: 0.3s;
      }

      .btn-send:hover {
        background-color: #3c1e5b;
      }
  .form-label{
  font-weight: 500;
        font-size: 20px;
  }
  .balance-box{
  width: 870px;
        height:474px;
      
        background-color: #fff;
        border: 1px solid #D9D9D9;
        border-radius: 20px;
        padding: 25px;
        margin-bottom: 25px;
         
      
  }
  .balance-result-box{
    width: 870px;
        height:355px;
        background-color: #fff;
        border: 1px solid #D9D9D9;
        border-radius: 20px;
        padding: 25px;
        margin-bottom: 25px;
  }

.balance-result-box .result-row {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #D9D9D9;
}

.balance-result-box .result-row:last-child {
    border-bottom: none; 
}

.gift-card .form-control::placeholder {
  color: #8D8D8D !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.card-type {
  display: flex;
  flex-direction: column;
  align-items: center; 
  text-align: center;
}

.card-box form, 
.balance-box form {
  text-align: left;
}

.card-box form .btn-send,
.balance-box form .btn-send {
  display: block;
  margin-left: auto; 
}

.gift-section,
.balance-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}


@media (max-width: 991px) and (min-width: 768px) {
  .gifthero h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: white;
}

.gifthero p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    color: white;
}
.giftBtn{
    width:326px;
    height:48px;
    border-radius:8px ;
    background-color:#ffffff ;
 font-size: 16px;
}
.giftText {
    width: 80%;
    
}
  .text-h2 {
    font-size: 22px;
  }

  .text-h3 {
    font-size: 20px;
  }
  .card-option {
        width:160px;
        height:94px;
        border:1px solid #D9D9D9;
        border-radius: 10px;
        margin:10px 5px ;
         display: flex;
    justify-content: center;
    align-items: center;
      }

      .card-option:hover {
        border-color: #000;
      }

      .card-option img {
       width: 140px;
    height: 79px;
        object-fit: cover;
      }

      .card-title {
        text-align: center;
         font-weight: 700;
        font-size: 20px;
        font-weight: 500;
        padding: 10px;
        margin-top: 2px;
        text-align: center;
      }
       .form-label{
  font-weight: 500;
        font-size: 18px;
  }
}


@media (max-width: 767px) {
    .gifthero h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.gifthero p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: white;
}
.giftBtn{
    width:170px;
    height:28px;
    border-radius:8px ;
    background-color:#ffffff ;
 font-size: 16px;
}
.giftText {
    width: 70%;
    
}
.amount-btn {
        border: 1px solid #D9D9D9;
        border-radius: 10px;
        background: #fff;
        color: #000;
        font-weight: 500;
        font-size: 14px;
        width:150px;
        height:60px;
        transition: 0.3s;
      }

  .card-box,
  .balance-box,
  .mon-box {
    width: 346px;
    height: auto;
    padding: 15px;
  }
.fero {
  font-size: 20px;
  font-weight: 700;
}
.seco {
  font-size: 20px;
  font-weight: 700;
}
  .btn-send {
    width: 318px;
    height: 48px;
    border-radius: 8px;
    font-size: 16px;
  }

  .form-control {
    width: 326px;
    height: 48px;
    border-radius: 8px;
    font-size: 12px;

  }

  textarea.form-control {
    height: 100px;
  }

  .text-h2 {
    font-size: 22px;
  }

  .text-h3 {
    font-size: 20px;
  }
  .card-option {
        width:160px;
        height:94px;
        border:1px solid #D9D9D9;
        border-radius: 10px;
        margin:10px 5px ;
         display: flex;
    justify-content: center;
    align-items: center;
      }

      .card-option:hover {
        border-color: #000;
      }

      .card-option img {
       width: 140px;
    height: 79px;
        object-fit: cover;
      }

      .card-title {
        text-align: center;
         font-weight: 700;
        font-size: 20px;
        font-weight: 500;
        padding: 10px;
        margin-top: 2px;
        text-align: center;
      }
       .form-label{
  font-weight: 500;
        font-size: 18px;
  }
   .balance-result-box{
   width: 346px;
    height: auto;
    padding: 15px 2px;
        background-color: #fff;
        border: 1px solid #D9D9D9;
        border-radius: 8px;
        margin-bottom: 25px;
  }

}
