
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
/* #### Generated By: http://www.cufonfonts.com #### */

body {
    overflow-x: inherit !important;
}
#wrapper-container {
    overflow: inherit !important;
}
    @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Source Sans Pro'), url('fonts/SourceSansPro-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: normal;
    src: local('Source Sans Pro Italic'), url('fonts/SourceSansPro-It.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 200;
    src: local('Source Sans Pro ExtraLight'), url('fonts/SourceSansPro-ExtraLight.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 200;
    src: local('Source Sans Pro ExtraLight Italic'), url('fonts/SourceSansPro-ExtraLightIt.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), url('fonts/SourceSansPro-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    src: local('Source Sans Pro Light Italic'), url('fonts/SourceSansPro-LightIt.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro Semibold'), url('fonts/SourceSansPro-Semibold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 600;
    src: local('Source Sans Pro Semibold Italic'), url('fonts/SourceSansPro-SemiboldIt.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), url('fonts/SourceSansPro-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 700;
    src: local('Source Sans Pro Bold Italic'), url('fonts/SourceSansPro-BoldIt.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    src: local('Source Sans Pro Black'), url('fonts/SourceSansPro-Black.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 900;
    src: local('Source Sans Pro Black Italic'), url('fonts/SourceSansPro-BlackIt.woff') format('woff');
    }
.collection-box {
    display: flex;
    width: 100%;
    padding: 70px 0 80px 0;
    gap: 16px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.collection-left {
    width: 57.76%;
}

.collection-img-box {
    display: flex;
    width: 100%;
    position: relative;
}
.collection-img-box img {
    width: 100%;
}
.collection-img-tag {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Source Sans Pro';
    font-size: 21px;
    color: #FCFCFD;
    font-weight: 700;
    background: #F87C2E;
    padding: 14px 23px;
    border-radius: 0 0 10px 0;
}
.collection-title {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    color: #2E2E2E;
    margin: 0;
    padding: 30px 0;
    line-height: 1.4;
}
.cokkection-purpose {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 30px;
}
.cokkection-purpose span {
    font-family: 'Source Sans Pro';
    color: #475467;    
    font-size: 16px;
}
.cokkection-purpose span b {
    font-weight: 700;
}
.collection-info {
    display: flex;
    width: 100%;
    background: #F6EBDD;
    padding: 30px;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 30px;
}
.collection-info-col {
    display: flex;
    align-items: center;
    gap: 15px;
}
.collection-info-col i {
    flex-grow: 1;
    width: 25px;
    display: flex;
    justify-content: center;
}
.collection-info-col span {
    font-size: 16px;
    width: 100%;
    color: #2E2E2E;
    font-family: 'Source Sans Pro';
}
.collection-info-col span b {
    font-size: 18px;
}

.collection-help-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 47px;
    box-shadow: 0px 5px 13px #00000020;
    border-radius: 5px;
}
.collection-help-box {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 31px;
}
.collection-help-icon {
    flex-grow: 1;
    width: 109px;
    display:flex;
    align-items: center;
}
.collection-help-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.collection-help-info h3 {
    font-size: 21px;
    font-weight: 600;
    color: #2E2E2E;
    font-family: "Oswald", sans-serif;
    margin: 0px;
    padding: 0px;
}
.collection-help-info p {
    font-family: 'Source Sans Pro';
    font-size: 18px;
    color: #475467;
    line-height: 1.4;
    margin: 0;
}
.collection-help-info a {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Source Sans Pro';
    color: #F87C2E !important;
    text-decoration: none;
}
.collection-help-info a:hover {
    text-decoration: underline;
}
.collection-description {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.collection-description h2 {
    margin: 0;
    color: #2E2E2E;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
}
.collection-description p {
    margin: 0px;
    color: #475467;
    font-size: 16px;
    font-family: 'Source Sans Pro';
}
.collection-description p strong {
    color: #2E2E2E;
}
.collection-description a {
    color: #C7000D;
    font-weight: 600;
}
.collection-description a:hover {
    text-decoration: underline;
}
.tab-section-mian {
    margin-top: 70px;
    position: relative;
}
.tab-cont {
    display: none;
    padding: 33px 0 0 0;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.tab-box {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.tab-top {
    display: flex;
    gap: 40px;
    border-bottom: 1px solid #C7000D;
}
.tab-top a {
    color: #98A2B3;
    font-size: 20px;
    font-weight: 600;
    padding: 11px 0 17px 0;
    position: relative;
}
.tab-top a.active {
    color: #2E2E2E;
    font-size: 30px;
}
.tab-top a::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
    height: 3px;
    background: #C7000D;
    content: '';
    width: 0;
    -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;
}
.tab-top a.active::before {
    width: 100%;
}
.deposits-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;    
    gap: 12px 20px;
    align-items: center;
    border-bottom: 1px solid #D0D5DD;
    padding: 20px 0;
}
.deposits-row:first-child {
    padding-top: 0;
}
.deposits-icon {
    width: 33px;
}
.deposits-desc {
    width: calc(100% - 300px);
}
.deposits-desc b {
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Source Sans Pro';
    color: #2E2E2E;
}
.deposits-desc span {
    display: block;
    font-size: 14px;
    font-family: 'Source Sans Pro';
    line-height: 1.35;
}
.deposits-price {
    margin-left: auto;
}
.deposits-info {
    width: 100%;
}
.deposits-price {
    color: #178D4E;
    font-size: 21px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
}
.more-deposits {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}
.more-deposits a {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Source Sans Pro';
    color: #F87C2E !important;
    text-decoration: none;
}
.more-deposits a:hover {
    text-decoration: underline;
}
.more-deposits a img {
    transform: rotateZ(90deg);
}
.tab-top-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    gap: 11px;
}
.collection-help-info-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.collection-help-info-bottom div {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #475467;
}
.btn-def {
    padding: 10px 12px;
    color: #FCFCFD;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #F87C2E;
    border: 1px solid #F87C2E;
    -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;
}
.btn-def svg path {
    fill: #FCFCFD;
}
.border-btn svg path {
    fill: #2E2E2E;
}
.border-btn,
.btn-def:hover {
    background: #fff;
    color: #2E2E2E;
}
.border-btn:hover {
    background: #F87C2E;
    color: #FCFCFD;
}
.btn-def:hover svg path{
    fill: #2E2E2E;
}
.border-btn:hover svg path{
    fill: #FCFCFD;
}
.btn-def .stroke path {
    stroke: #2E2E2E;
    fill: #FCFCFD;
}
.btn-def:hover .stroke path {
    stroke: #fff;
    fill: #F87C2E;
}
.collection-right  {
    width: 40.85%;
    box-shadow: 0px 5px 13px #00000020;
    border-radius: 5px;
    padding: 35px;
    position: sticky;
    top: 110px;
    background: #fff;
}
.collection-pr-main {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    border-bottom: 1px solid #D0D5DD;
    padding-bottom: 5px;
}
.collection-pr-main h2 {
    color: #178D4E;
    font-size: 30px;
    display: block;
    text-align: center;
    line-height: 1.2;
    margin: 0;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
}
.collection-pr-main h2 span {
    color: #2E2E2E;
    font-size: 20px;
    font-weight: 300;
}
.progress-bar {
    width: 100%;
    height: 29px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px #D0D5DD;
    background: #EAECF0;
}
.progress-bar span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #33C250;
    background: linear-gradient(90deg,rgba(51, 194, 80, 1) 0%, rgba(21, 137, 77, 1) 100%);
}
.progress-info {
    display: flex;
    justify-content: space-between;
}
.progress-info div {
    font-size: 14px;
    color: #475467;
    font-family: 'Source Sans Pro';
    font-weight: 300;
}
.progress-info div b {
    font-weight: 400;
}
.funds-info {
    display: flex;
    width: 100%;
    gap: 15px;
    margin: 40px 0;
    flex-wrap: wrap;
}
.funds-info h3 {
    margin: 0px;
    font-family: "Oswald", sans-serif;
    line-height: 1.3;
    text-transform: none;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}
.funds-info ul li::marker {
    color: #C7000D;
    font-size: 14px;
}
.funds-info ul li {
    font-size: 16px;
    color: #2E2E2E;
    font-family: 'Source Sans Pro';
    font-weight: 400;
}
.funds-info ul li b{
    font-weight: 700;
}
.support-btn {
    display: flex;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background: #C7000D;
    border:1px solid #C7000D;
    margin-bottom: 30px;
    gap: 10px;
    font-weight: 700;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    font-family: 'Source Sans Pro';
    color: #FCFCFD;
    height: 56px;
}
.support-btn:hover {
    color: #2E2E2E;
    background: #fff;
}
.support-btn:hover svg path{
    fill: #2E2E2E;
}
.bank-btn-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bank-btn-box a {
    width: calc(50% - 12px);
}
.cart-number {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    flex-direction: column;
    gap: 40px;
    margin-top: 30px;
} 
.cart-number span {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #2E2E2E;
    font-family: 'Source Sans Pro';
}
.cart-number span b {
    font-weight: 700;
    display: block;
}
.payment-left {
    box-shadow: 0px 5px 13px #00000020;
    border-radius: 5px;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.payment-right {
    box-shadow: none;
    position: relative;
    top: 0;
    padding: 0;
}
.payment-right .collection-pr-main{
    border: none;
    padding-bottom: 0;
    gap: 10px;
}
.payment-right .collection-title {
    padding: 0 0 35px 0;
}
.user-name-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #2E2E2E;
    margin: 20px 0 10px 0;
}
.support-title {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    color: #2E2E2E;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    display: block;
}
.support-form-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.support-form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 474px;
    max-width: 100%;
    gap: 40px;
}
.form-amount-main {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-amount-field {
    margin: 0;
}
.form-amount-field input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.form-amount-field span{
   display: flex;
   justify-content: center;
   height: 56px;
   padding: 0 34px; 
   border: 1px solid #98A2B3;
   background: #178D4E0D;
   border-radius: 5px;
   font-size: 21px;
   font-weight: 600;
   align-items: center;
   font-family: "Oswald", sans-serif;
   color: #2E2E2E;
   cursor: pointer;
}
.form-amount-field input:checked ~ span {
    background: #178D4E;
    border: 1px solid #178D4E;
    color: #FCFCFD;
}

.checkmark-box {
    position: relative;
    min-width: 20px;
    min-height: 20px;
    display: block;
    line-height: 20px;
    font-weight: 300;
    padding-left: 28px;
    font-size: 14px;
    margin: 0;
    color: #475467;
    font-family: 'Source Sans Pro';
  }
  .checkmark-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #F9FAFB;
    border: 1px solid #98A2B3;
    border-radius: 3px;
  }
  
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .checkmark-box input:checked ~ .checkmark:after {
    display: block;
  }
  .checkmark-box input:checked ~ .checkmark {
    border-color: #C7000D;
  }
  .checkmark-box .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #C7000D;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .form-amount-input {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .form-amount-input h4 {
    color: #2E2E2E;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Source Sans Pro';
    margin: 0px;
  }
  .input-field {
    height: 45px;
    border: 1px solid #98A2B3;
    background: #F9FAFB;
    border-radius: 5px;
    font-size: 16px;
    color: #2E2E2E;
    padding: 10px 15px;
    margin: 10px 0 15px 0;
    font-family: 'Source Sans Pro';
  }
  .deposit-btn {
    width: fit-content;
    margin-left: auto;
    height: 56px;
    padding: 0 20px;
    min-width: 218px;
    border: 1px solid #C7000D;
    background: #C7000D;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Source Sans Pro';
    -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;
    margin-top: -10px;
  }
  .deposit-btn:hover {
    background: #fff;
    color: #2E2E2E;
  }
  .back-btn {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 2px;
    font-size: 16px;
    color: #F87C2E;
    font-weight: 700;
    font-family: 'Source Sans Pro';
    margin-top: 47px;
  }
  .back-btn img {
    transform: rotateZ(180deg);
  }
  .back-btn:hover {
    text-decoration: underline;
  }
  @media (max-width: 1200px) {
    .collection-box {
        justify-content: space-between;
    }
    .collection-left {
        width: 57%;
    }
  }

  @media (max-width: 1023px) {
    .collection-left {
        width: 100%;
    }
    .collection-right {
        width: 100%;
        position: relative;
        top: 0;
    }
  }
  @media (max-width: 767px) {
    .collection-help-box {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        padding: 25px;
    }
    .collection-description {
        margin-top: 40px;
    }
    .tab-top-btn {
        position: relative;
        margin-bottom: 15px;
    }
    .deposits-row {
        gap: 12px 15px;
    }
    .deposits-desc {
        width: calc(100% - 150px);
    }
    .collection-right {
        padding: 25px;
        margin-top: 20px;
    }
    .collection-box {
        padding-top: 20px;
    }
    .collection-img-tag {
        font-size: 18px;
    }
    .payment-right {
        margin-top: 20px;
    }
    .payment-left {
        padding: 25px;
    }
    .form-amount-field span {
        height: 46px;
        padding: 0 24px;
    }
    .payment-left,
    .support-form {
        gap: 30px;
    }
    .deposit-btn {
        margin-right: auto;
    }
    .payment-right {
        padding: 0;
        order: 3;
    }
    .back-btn {
        margin-top: 10px;
        order: 2;
    }
  }