@font-face {
    font-family: 'CustomFont';
    /* src: url('CustomFont.woff2') format('woff2'),
         url('CustomFont.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'CustomFont', sans-serif;
    margin: 0px;
}

.gift-cards-page-buy-cards-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 0px 0px 50px 0px;
}

.gift-cards-page-buy-cards-text {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gift-cards-page-buy-cards-text-title-1 {
    color: #22273D;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; 
}

/* .gift-cards-page-buy-cards-text-title-2 {
    color: #1C60DD;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
} */

.gift-cards-page-buy-cards-text-subtext {
    color: #333;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.gift-cards-page-buy-cards-text-btn {
    border-radius: 30px;   
    background-color: #1c60dd;
    border: none;
    padding: 18px 45px;
    cursor: pointer;
    margin-top: 20px;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; /* 127.778% */
    letter-spacing: 0.18px;
    /*-------------------------*/
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.gift-cards-page-buy-cards-text-btn:hover {
    background-color: #1a55c4;
}

.gift-cards-page-buy-cards-text-all-services-wrapper {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}

.gift-cards-page-buy-cards-text-info-icon {
    font-size: 24px;
    /* Розмір іконки */
    color: #1c60dd;
    /* Колір іконки */
    margin-right: 5px;
    /* Відступ від тексту */
}

.gift-cards-page-buy-cards-text-all-services {
    color: #333;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.gift-cards-page-buy-cards-image-wrapper {
    width: 50%;
}

.gift-cards-page-buy-cards-image {
    width: 100%;
}

.gift-cards-page-simple-steps-wrapper {
    background-color: #F7F8FB;
    position: relative;
    z-index: 0;
    padding: 80px 0px;
}

.gift-cards-page-container {
    padding: 0;
}

.gift-cards-toggle {
    margin: 50px 0px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.gift-cards-toggle-title {
    font-size: 60px;
    line-height: 65px;
}

.gift-cards-toggle-subtext {
    color: #22273D;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.16px;
    width: 686px;
}
.toggle-switch {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    overflow: hidden;
    width: 200px;
    height: 40px;
    background-color: #DADFF0;
    position: relative;
}

.toggle-btn {
    flex: 1;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border: none;
    background: none;
    color: #1E2F47;
    border-radius: 25px;
    font-weight: bold;
}

.toggle-btn.active {
    border-radius: 25px;
    background: #1F3763;
    color: white;
    font-weight: bold;
}

.toggle-btn:not(.active):hover {
    color: #007bff;
}

@media screen and (max-width: 1279px) {
    .gift-cards-toggle-title {
        font-size: 55px;
    }
}

@media screen and (max-width: 991px) {
    .gift-cards-toggle-title {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -0.01em;
    }
}

@media screen and (max-width: 767px) {
    .gift-cards-toggle-subtext {
        width: 460px;
    }
}

@media screen and (max-width: 477px) {
    .gift-cards-toggle-title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: unset;
    }
    .gift-cards-toggle-subtext {
        width: 300px;
        font-size: 14px;
    }
}

@media (max-width: 1440px) {
    .gift-cards-page-container {
        padding: 0;
    }

    .gift-cards-page-simple-steps-wrapper {
        position: relative;
        z-index: -2;
    }

    .gift-cards-page-buy-cards-wrapper,
    .gift-cards-page-simple-steps-inner-wrapper,
    .gift-cards-page-select-your-country-wrapper {
        max-width: 900px;
    }

    .gift-cards-page-buy-cards-text {
        width: 50%;
    }

    .gift-cards-page-buy-cards-image-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .gift-cards-page-container {
        padding: 0;
    }

    .gift-cards-page-simple-steps-wrapper {
        background-color: #f1f1f1;
        position: static;
    }

    .gift-cards-page-buy-cards-wrapper,
    .gift-cards-page-simple-steps-inner-wrapper,
    .gift-cards-page-select-your-country-wrapper {
        max-width: 700px;
    }

    .gift-cards-page-buy-cards-text {
        width: 50%;
    }

    /* .gift-cards-page-buy-cards-text-title-1 {
        font-size: 40px;
        line-height: 44px;
    } */

    .gift-cards-page-buy-cards-text-title-2 {
        font-size: 40px;
    }

    /* .gift-cards-page-buy-cards-text-subtext {
        font-size: 18px;
        width: 100%;
    } */

    .gift-cards-page-buy-cards-text-all-services {
        text-align: left;
        font-size: 14px;
    }

    .gift-cards-page-buy-cards-image-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;
    }
}

@media (max-width: 768px) {
    .gift-cards-page-container {
        padding: 0;
    }

    .gift-cards-page-simple-steps-wrapper {
        background-color: #f1f1f1;
        position: static;
    }

    .gift-cards-page-buy-cards-wrapper,
    .gift-cards-page-simple-steps-inner-wrapper,
    .gift-cards-page-select-your-country-wrapper {
        max-width: 600px;
        margin: 0 auto;
    }

    .gift-cards-page-buy-cards-wrapper {
        flex-direction: column-reverse;
    }

    .gift-cards-page-buy-cards-text {
        width: 100%;
        text-align: center;
    }

    /* .gift-cards-page-buy-cards-text-title-1 {
        font-size: 40px;
        line-height: 44px;
    } */

    .gift-cards-page-buy-cards-text-title-2 {
        font-size: 40px;
    }

    /* .gift-cards-page-buy-cards-text-subtext {
        font-size: 18px;
        width: 100%;
    } */

    .gift-cards-page-buy-cards-text-all-services {
        text-align: left;
        font-size: 14px;
    }

    .gift-cards-page-buy-cards-image-wrapper {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .gift-cards-page-container {
        .gift-cards-page-buy-cards-wrapper,
        .gift-cards-page-simple-steps-inner-wrapper,
        .gift-cards-page-select-your-country-wrapper {
            max-width: 325px;
            margin: 0 auto;
        }
    }

    .gift-cards-page-buy-cards-wrapper {
        flex-direction: column-reverse;
    }

    .gift-cards-page-buy-cards-text {
        width: 100%;
        text-align: center;
    }

    /* .gift-cards-page-buy-cards-text-title-1 {
        font-size: 40px;
        line-height: 44px;
    } */

    .gift-cards-page-buy-cards-text-title-2 {
        font-size: 40px;
    }

    /* .gift-cards-page-buy-cards-text-subtext {
        font-size: 18px;
        width: 100%;
    } */

    .gift-cards-page-buy-cards-text-all-services {
        text-align: left;
        font-size: 14px;
    }

    .gift-cards-page-buy-cards-image-wrapper {
        width: 100%;
        align-items: center;
    }
    
    .gift-cards-page-buy-cards-image {
        width: 95%;
    }
}

/*-------------------------------------------------*/

.gift-cards-page-simple-steps-inner-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 0px 50px 0px;

}

.gift-cards-page-simple-steps-title-wrapper {
    margin: 0 auto;
    text-align: center;
}

.gift-cards-page-simple-steps-title-1 {
    color: #22273D;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.gift-cards-page-simple-steps-title-2 {
    color: #1C60DD;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.gift-cards-page-simple-steps-blocks-wrapper {
    margin-top: 60px;
    display: flex;
    justify-content: space-around;
}

.gift-cards-page-simple-steps-block-wrapper {
    line-height: normal;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 23%;
    box-shadow: -8px 8px 8px #1c60dd28, 6px 6px 6px #1c60dd28, 0 8px 8px #1c60dd28, 0 -2px 2px #1c60dd28;
    padding: 30px 20px 30px 20px;
    border-radius: 10px;
    position: relative;
    background-color: white;
}

/* .gift-cards-page-simple-steps-block-wrapper:hover {
    scale: 1.1;
    transition: .6s;
} */

.gift-cards-page-simple-steps-step-wrapper {
    display: flex;
    align-self: center;
    z-index: 2;
}

.gift-cards-page-simple-steps-block-wrapper-decor1:before {
    content: '';
    position: absolute;
    top: 80%;
    left: -70px;
    transform: translateY(-80%);
    width: 100px;
    height: 100px;
    background-image: url('../images/gift_card_images/cube1.svg');
    background-size: auto;
    background-repeat: no-repeat;
    z-index: 1;
}

.gift-cards-page-simple-steps-block-wrapper-decor2:after {
    content: '';
    position: absolute;
    top: -5%;
    right: -60px;
    transform: translateY(5%);
    width: 100px;
    height: 100px;
    background-image: url('../images/gift_card_images/ETH-cube.svg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.gift-cards-page-simple-steps-block-wrapper-decor3:before {
    content: '';
    position: absolute;
    top: 35%;
    right: -70px;
    transform: translateY(-35%);
    width: 100px;
    height: 100px;
    background-image: url('../images/gift_card_images/gift.svg');
    background-size: auto;
    background-repeat: no-repeat;
    z-index: -1;
}

.gift-cards-page-simple-steps-step-title-decor1:after {
    content: '';
    position: absolute;
    top: 52%;
    right: -70px;
    transform: translateY(-35%);
    width: 100px;
    height: 100px;
    background-image: url('../images/gift_card_images/cube1.svg');
    background-size: auto;
    background-repeat: no-repeat;
    z-index: 1;
}

.gift-cards-page-simple-steps-step-number {
    color: #1C60DD;
    font-size: 70px;
    font-weight: 300;
}

.gift-cards-page-simple-steps-step-number-arrow {
    text-align: center;
    color: #1C60DD;
    font-size: 60px;
    font-weight: 300;
    margin-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gift-cards-page-simple-steps-step-title-link {
    color: #1C60DD;
    text-decoration: underline;
    position: relative;
    z-index: 2;
}

.gift-cards-page-simple-steps-step-title {
    color: #22273D;
    font-size: 16px;
    font-weight: 500;
    margin: 15px 0px 15px 0px;
}

.gift-cards-page-simple-steps-step-text {
    color: #22273D;
    font-size: 16px;
    font-weight: 300;
    width: 85%;
    margin: 0 auto;
    line-height: 28px;
}

.gift-cards-page-simple-steps-blocks-swiper-wrapper {
    display: none;
}

div.swiper-button-prev {
    left: 0px;
}

div.swiper-button-next {
    right: 0px;
}

@media (max-width: 1440px) {
    .gift-cards-page-simple-steps-block-wrapper {
        margin: 0 auto;
        padding: 20px 10px 20px 10px;
    }

    .gift-cards-page-simple-steps-block-wrapper:hover {
        scale: 1;
    }
}

@media (max-width: 1024px) {
    .gift-cards-page-simple-steps-title-wrapper {
        text-align: center;
    }

    .gift-cards-page-simple-steps-blocks-wrapper {
        display: none;
    }

    .gift-cards-page-simple-steps-blocks-swiper-wrapper {
        margin-top: 50px;
        display: block;
    }

    .gift-cards-page-simple-steps-block-wrapper {
        width: 60%;
        height: 75%;
        margin: 0 auto;
        padding: 30px 20px 30px 20px;
        justify-content: center;
    }

    .gift-cards-page-simple-steps-block-wrapper:hover {
        scale: 1;
    }

    .swiper {
        width: 600px;
        height: 450px;
    }
}

@media (max-width: 768px) {
    .gift-cards-page-simple-steps-title-wrapper {
        text-align: center;
    }

    .gift-cards-page-simple-steps-title-1 {
        font-size: 30px;
    }

    .gift-cards-page-simple-steps-title-2 {
        font-size: 30px;
    }

    .gift-cards-page-simple-steps-blocks-wrapper {
        display: none;
    }

    .gift-cards-page-simple-steps-blocks-swiper-wrapper {
        display: block;
    }

    .gift-cards-page-simple-steps-block-wrapper {
        width: 65%;
        height: 75%;
        margin: 0 auto;
        padding: 30px 20px 30px 20px;
        justify-content: center;
    }

    .gift-cards-page-simple-steps-block-wrapper:hover {
        scale: 1;
    }

    .swiper {
        width: 400px;
        height: 400px;
    }
}

@media (max-width: 450px) {
    .gift-cards-page-simple-steps-title-wrapper {
        text-align: center;
    }

    .gift-cards-page-simple-steps-title-1 {
        font-size: 30px;
    }

    .gift-cards-page-simple-steps-title-2 {
        font-size: 30px;
    }

    .gift-cards-page-simple-steps-blocks-wrapper {
        display: none;
    }

    .gift-cards-page-simple-steps-blocks-swiper-wrapper {
        display: block;
    }

    .gift-cards-page-simple-steps-block-wrapper {
        width: 70%;
        height: 90%;
        margin: 0 auto;
        padding: 30px 20px 30px 20px;
        justify-content: center;
    }

    .gift-cards-page-simple-steps-block-wrapper:hover {
        scale: 1;
    }

    .gift-cards-page-simple-steps-step-number {
        /*font-size: 45px;*/
    }

    .gift-cards-page-simple-steps-step-number-arrow {
        /*font-size: 40px;*/
        font-weight: 200;
    }

    .gift-cards-page-simple-steps-step-title {
        font-size: 14px;
        font-weight: 500;
    }

    .gift-cards-page-simple-steps-step-text {
        font-size: 14px;
        line-height: 24px;
    }

    .swiper {
        width: 300px;
        height: 400px;
    }
}

/*-------------------------------------------------*/

.gift-cards-page-select-your-country-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 80px 0px 80px 0px;
}

.gift-cards-page-select-your-country-title-wrapper {
    margin: 0 auto;
}

.gift-cards-page-select-your-country-title-1 {
    color: #22273D;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.36px;
}

.gift-cards-page-select-your-country-title-2 {
    color: #1C60DD;
    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.36px;
}

.gift-cards-page-select-your-country-select-wrapper {
    margin-top: 50px;
    text-align: center;
}

.gift-cards-page-select-your-country-select {
    width: 400px;
    height: 36px;
}

.gift-cards-page-select-your-country-grid-container {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
    /* Налаштуйте розмір проміжків на свій розсуд */
}

.gift-cards-page-select-your-country-grid-item {
    padding: 20px;
    /* Внутрішні відступи для кожного елемента */
    text-align: center;
    /* Центрування тексту всередині елементів */
    border-radius: 5px;
    /* Кути заокруглення для кожного елемента */
    box-shadow: -8px 8px 8px #1c60dd17, 6px 6px 6px #1c60dd17, 0 8px 8px #1c60dd17, 0 -2px 2px #1c60dd17;
}

.gift-cards-page-select-your-country-grid-item-text {
    font-weight: 700;
    padding-top: 20px;
}

.gift-cards-page-select-your-country-grid-item-img {
    width: 100%;
}

.gift-cards-page-select-your-country-show-more-wrapper {
    margin-top: 60px;
    text-align: center;
}

.gift-cards-page-select-your-country-show-more-btn {
    border-radius: 25px;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    color: #22273D;
    border: 1px solid #22273D;
    font-size: 14px;
    background-color: white;
}

.gift-cards-page-select-your-country-show-more-btn:hover {
    color: #1c60dd;
    border: 1px solid #1c60dd;
}

@media (max-width: 1440px) {
    .gift-cards-page-select-your-country-title-wrapper {
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .gift-cards-page-select-your-country-grid-container {
        grid-template-columns: repeat(2, 1fr);
        /* Два стовпці на середніх екранах */
        grid-template-rows: repeat(3, auto);
    }

    .gift-cards-page-select-your-country-title-wrapper {
        text-align: center;
    }

    .gift-cards-page-select-your-country-wrapper {
        padding: 50px 0px 50px 0px;
    }
}

/* Адаптивність для екранів шириною до 768 пікселів */
@media (max-width: 768px) {
    .gift-cards-page-select-your-country-title-wrapper {
        text-align: center;
    }

    .gift-cards-page-select-your-country-title-1 {
        font-size: 30px;
    }

    .gift-cards-page-select-your-country-title-2 {
        font-size: 30px;
    }

    .gift-cards-page-select-your-country-select {
        width: 200px;
    }

    .gift-cards-page-select-your-country-wrapper {
        padding: 50px 0px 50px 0px;
    }
}

@media (max-width: 450px) {
    .gift-cards-page-select-your-country-title-wrapper {
        text-align: center;
    }

    .gift-cards-page-select-your-country-title-1 {
        font-size: 30px;
    }

    .gift-cards-page-select-your-country-title-2 {
        font-size: 30px;
    }

    .gift-cards-page-select-your-country-select {
        width: 200px;
    }

    .gift-cards-page-select-your-country-wrapper {
        padding: 50px 0px 50px 0px;
    }
}

/*-------------------------------------------------*/

.gift-cards-page-prepaid-cards-container {
    background-color: #1C60DD;
}

.gift-cards-page-buy-prepaid-cards-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 80px 0px 80px 0px;
    max-width: 1200px;
    margin: 0 auto;
}

.gift-cards-page-buy-prepaid-cards-text {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gift-cards-page-buy-prepaid-cards-text-title-1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px;
    text-transform: uppercase;
}

.gift-cards-page-buy-prepaid-cards-text-title-2 {
    color: #A8FBFD;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px;
    text-transform: uppercase;
}

.gift-cards-page-buy-prepaid-cards-text-subtext {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.gift-cards-page-buy-prepaid-cards-text-btn {
    border-radius: 30px;
    background-color: #52BCBE;
    border: none;
    padding: 13px 45px;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.18px;
    cursor: pointer;
    margin-top: 20px;
    /*-------------------------*/
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.gift-cards-page-buy-prepaid-cards-text-btn:hover {
    background-color: #4cb1b3;
}

.gift-cards-page-buy-prepaid-cards-image-wrapper {
    width: 50%;
}

.gift-cards-page-buy-prepaid-cards-image {
    width: 100%;
}

.gift-cards-page-buy-prepaid-cards-image-sm-screens {
    display: none;
    width: 100%;
}

@media (max-width: 1440px) {
    .gift-cards-page-buy-prepaid-cards-wrapper {
        max-width: 900px;
    }

    .gift-cards-page-buy-prepaid-cards-image-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .gift-cards-page-buy-prepaid-cards-wrapper {
        max-width: 600px;
        padding: 50px 10px 50px 10px;
    }

    .gift-cards-page-buy-prepaid-cards-text-title-1 {
        font-size: 40px;
        line-height: 44px;
    }

    .gift-cards-page-buy-prepaid-cards-text-title-2 {
        font-size: 40px;
    }

    .gift-cards-page-buy-prepaid-cards-text-subtext {
        font-size: 16px;
        line-height: 32px;
        margin-top: 40px;
    }

    .gift-cards-page-buy-prepaid-cards-image-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .gift-cards-page-buy-prepaid-cards-image {
        display: none;
    }

    .gift-cards-page-buy-prepaid-cards-image-sm-screens {
        display: block;
    }

    .gift-cards-page-buy-prepaid-cards-wrapper {
        max-width: 600px;
        padding: 50px 10px 50px 10px;
    }

    .gift-cards-page-buy-prepaid-cards-text {
        width: 100%;
    }

    .gift-cards-page-buy-prepaid-cards-text-title-1 {
        font-size: 40px;
        line-height: 44px;
        text-align: center;
    }

    .gift-cards-page-buy-prepaid-cards-text-title-2 {
        font-size: 40px;
    }

    .gift-cards-page-buy-prepaid-cards-text-subtext {
        font-size: 16px;
        line-height: 32px;
        text-align: center;
        width: 100%;
        margin-top: 40px;
    }

    .gift-cards-page-buy-prepaid-cards-image-wrapper {
        display: none;
    }

    .gift-cards-page-buy-prepaid-cards-text-btn-wrapper {
        text-align: center;
    }
}

@media (max-width: 450px) {
    .gift-cards-page-buy-prepaid-cards-image {
        display: none;
    }

    .gift-cards-page-buy-prepaid-cards-image-sm-screens {
        display: block;
    }

    .gift-cards-page-buy-prepaid-cards-wrapper {
        max-width: 300px;
    }

    .gift-cards-page-buy-prepaid-cards-text {
        width: 100%;
    }

    .gift-cards-page-buy-prepaid-cards-text-title-1 {
        font-size: 40px;
        line-height: 44px;
        text-align: center;
    }

    .gift-cards-page-buy-prepaid-cards-text-title-2 {
        font-size: 40px;
    }

    .gift-cards-page-buy-prepaid-cards-text-subtext {
        font-size: 16px;
        line-height: 32px;
        text-align: center;
        width: 100%;
        margin-top: 40px;
    }

    .gift-cards-page-buy-prepaid-cards-image-wrapper {
        display: none;
    }
    
    .gift-cards-page-buy-prepaid-cards-text-btn-wrapper {
        text-align: center;
    }
}

/*-------------------------------------------------*/

.gift-cards-page-step-b-step-vid-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 80px 0px 120px 0px;
    background-image: url('../images/gift_card_images/video-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 90% calc(100% + 350px);
}

.gift-cards-page-step-b-step-vid-title-wrapper {
    text-align: center;
}

.gift-cards-page-step-b-step-vid-title-1 {
    color: #22273D;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; 
}

.gift-cards-page-step-b-step-vid-title-2 {
    color: #1C60DD;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}

.gift-cards-page-step-b-step-vid-subtext-wrapper {
    color: #333;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    width: 70%;
    margin: 0 auto;
    padding-top: 20px;
}

.gift-cards-page-step-b-step-vid {
    margin-top: 50px;
    align-self: center;
    width: 750px;
    height: 420px;
}

@media (max-width: 1024px) {
    .gift-cards-page-step-b-step-vid-subtext-wrapper {
        width: 100%;
    }

    .gift-cards-page-step-b-step-vid {
        width: 650px;
        height: 420px;
    }

    .gift-cards-page-step-b-step-vid-wrapper {
        background-position: 90% calc(100% + 320px);
    }
}

@media (max-width: 768px) {
    .gift-cards-page-step-b-step-vid-title-1 {
        font-size: 30px;
    }

    .gift-cards-page-step-b-step-vid-title-2 {
        font-size: 30px;
    }

    .gift-cards-page-step-b-step-vid-subtext-wrapper {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
    }

    .gift-cards-page-step-b-step-vid {
        width: 420px;
        height: 300px;
    }

    .gift-cards-page-step-b-step-vid-wrapper {
        background-position: 90% calc(100% + 220px);
    }
}

@media (max-width: 450px) {
    .gift-cards-page-step-b-step-vid-title-1 {
        font-size: 30px;
    }

    .gift-cards-page-step-b-step-vid-title-2 {
        font-size: 30px;
    }

    .gift-cards-page-step-b-step-vid-subtext-wrapper {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
    }

    .gift-cards-page-step-b-step-vid {
        width: 300px;
        height: 180px;
    }

    .gift-cards-page-step-b-step-vid-wrapper {
        background-position: 90% calc(100% + 100px);
    }
}

.coinpayments-footer {
    text-align: left;
}

.v2-gift-cards-page-select-your-country-btn-wrapper {
    text-align: center;
    margin-top: 40px;
}