.gift-card {
  padding-top: 180px;
}

.gift-card .left-content {
  width: 60%;
  padding-top: 65px;
}

.gift-card .left-content h3 {
  font-size: 56px;
}

.gift-card .left-content h2 {
  font-size: 112px;
}

.gift-card .left-content p {
  padding-top: 15px;
  font-size: 24px;
  line-height: 32px;
  color: #737373;
}

.gift-card .left-content .green-button a {
  font-size: 24px;
  padding: 20px 36px !important;
}

.gift-card-form {
  padding-top: 200px;
}

.accordion-item {
  max-width: 1200px;
}

@media (min-width: 1600px) {
  .ambassadors-pricing-pg .container {
    max-width: 1320px;
  }
}

.form-select {
  max-width: 350px;
}

input,
textarea,
select {
  outline: none !important;
  box-shadow: none !important;
}

label {
  font-weight: 600 !important;
  color: #1f1f25;
}

input:focus,
input:active,
textarea:focus,
textarea:active,
select:active,
select:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #358c65 !important;
}

select.decorated option:hover {
  background-color: #358c65;
  color: #ffffff;
}

#error-msg-date {
  font-size: 14px;
  color: #f44336;
  font-weight: 500;
  margin-top: 5px;
  display: none;
}

.left_block {
  max-width: 730px;
}

.gift-card-form h1 {
  font-size: 48px;
  margin-bottom: 15px;
}

.right_block img {
  margin-left: 25%;
  margin-top: 10%;
  border-radius: 8px;
}

.gift-button {
  width: 200px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}

.snowflake {
  position: absolute;
  z-index: 1;
  margin-top: -3%;
  margin-left: 28%;
}

.snowflake-2 {
  position: absolute;
  z-index: 1;
  margin-top: -10%;
  margin-left: 38%;
}

.payment-method p {
  font-weight: 600;
  font-family: "Inter Regular", sans-serif;
  font-size: 16px;
  color: #1f1f25;
}
.payment-meth-opt {
  justify-content: center;
}
.payment-meth-opt div {
  margin: 5px 10% 5px 5%;
}

.payment-meth-opt label {
  font-weight: 500 !important;
  margin-left: 10px;
}

@media (max-width: 1650px) {
  .gift-card-main-img {
    width: 607.5px;
    height: 520.5px;
  }
  .right_block img {
    margin-left: 10%;
    margin-top: 5%;
  }
}

@media (max-width: 1400px) {
  .gift-card .left-content h3 {
    font-size: 42px;
  }

  .gift-card .left-content h2 {
    font-size: 84px;
  }
  .gift-card .left-content p {
    font-size: 18px;
  }
  .gift-card .left-content .green-button a {
    font-size: 18px;
  }
  .right_block img {
    width: 375px;
    height: 225px;
  }
}

@media (max-width: 1199px) {
  .gift-card-main-img {
    width: 458.3px;
    height: 401.6px;
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .gift-card {
    flex-direction: column !important;
    padding-top: 120px;
  }
  .gift-card .left-content {
    width: 100%;
    padding-top: 0px;
  }
  .contaxt_wrapper {
    flex-direction: column !important;
  }
  .right_block img {
    margin: 15px auto;
  }
  .gift-card-form {
    padding-top: 80px;
  }
  .gift-card-main-img {
    width: 378.3px;
    height: 321.6px;
    margin-top: 30px;
  }
  .gift-card .left-content h3 {
    font-size: 32px;
  }
  .gift-card .left-content h2 {
    font-size: 64px;
  }
  .gift-card .left-content p {
    padding-top: 5px;
  }
  .gift-card .left-content .green-button a {
    padding: 10px 36px !important;
  }
  .btn-div {
    justify-content: center !important;
    margin-top: 20px !important;
  }
  .gift-card-form h1 {
    font-size: 32px;
  }

  .snowflake,
  .snowflake-2 {
    display: none;
  }
  .right_block img {
    width: 315px;
    height: 190px;
  }
}
