.magic_finger .pancake_parent {
    display: flex;
    flex-wrap: wrap;
}

p.owner {
    font-size: 3rem;
    font-weight: 900;
}

.magic_finger .pancake_child {
    flex: 1 1 150px;
    /* stretching: */
}

.magic_finger .pancake_child img {
    width: 100%;
    /* stretching: */
}

.vertical-center {
    padding: 30px;
}


.general_button {
    padding: 5px 15px;
    border-radius: 5px;
    text-decoration: none !important;
    font-size: 2rem;
    background: linear-gradient(90deg, #FC466B 0%, #3F5EFB 100%);
    font-weight: 800;
    color: white !important;
}

.general_button:hover {
    padding: 5px 15px;
    border-radius: 5px;
    text-decoration: none !important;
    font-size: 2rem;
    background: linear-gradient(90deg, #3F5EFB 0%, #FC466B 100%);
    font-weight: 800;
    color: white !important;
    cursor: pointer;
}


.blue_button {
    padding: 5px 15px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    font-size: 1.5rem !important;
    background: blue !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    color: white !important;
}

.blue_button_nav {
    padding: 5px 15px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    font-size: 17px !important;
    background: blue !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    color: white !important;
}


.blue_highlight {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(13, 13, 46, 1) 30%, rgba(9, 9, 107, 1) 55%, rgba(0, 37, 255, 1) 100%);
    color: white;
}

.red_highlight {
    background: rgb(50, 28, 28);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 23%, rgba(10, 5, 5, 1) 55%, rgba(0, 0, 0, 1) 100%);
    color: white;
}

p.bold_text {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    p.bold_text {
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.2;
    }
}

p.black_text {
    font-size: 200px;
    font-weight: 900;
    line-height: 0.8;
}

p.black_text_sm {
    font-size: 4vh;
    font-weight: 900;
    line-height: 0.8;
    text-align: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    p.black_text {
        font-size: 15vw;
        font-weight: 900;
        line-height: 0.8;
    }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 800px) and (-webkit-min-device-pixel-ratio: 2) {
    p.black_text {
        font-size: 15vw;
        font-weight: 900;
        line-height: 0.8;
    }
}

.carousel_space {
    height: 60wh;
    margin: 0 auto;
    overflow: hidden;
}

.carousel_space p {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.programmes_button {
    padding: 5px 15px;
    border: none;
    border-radius: 0px;
    width: auto;
    text-decoration: none !important;
    font-size: 1rem;
    float: right;
    background: rgba(0, 0, 255, 0.726);
    font-weight: 700;
    color: white !important;
}


.subscribe {
    align-items: center;
    min-height: auto;
    padding-top : 2rem;
    padding-bottom : 2rem;
    width: 100%;
    background-color: rgb(5, 5, 5);
    margin-top: 1rem;
}

.subscribe p {
    text-align: center;
    color: white;
    font-size: 3rem;
    font-weight: 900;
}

.subscribe .contain {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.subscribe .input_field {
    border-top: none;
    border-left: none;
    border-right: none;
    padding-bottom: 10px;
    color: black !important;
    font-weight: 700;
    padding: 10px
}


.programmes {
    display: grid;
    place-items: center;
    width: 80%;
    margin: 0 auto;
    gap: 30px;
    margin-bottom: 4em;
}

.programmes .container {
    width: 100vw;
    height: auto;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.258);
    background-color: white;
    display: grid;
}

.programmes h4 {
    font-size: 20px;
    font-weight: 700;
}

.programmes .title {
    font-size: 100px;
    font-weight: 900;
    line-height: 1;
}

.programmes .description {
    font-size: 40px;
    font-weight: 500;
}

.programmes .price {
    font-size: 55px;
    font-weight: 700;
}

.programmes button {
    margin-top: 1em;
    background-color: black;
    color: white;
    font-size: 35px;
    padding: 20px;
    font-weight: bold;
    border-radius: 10px;
    float: left;

}

.form {
    margin: 1rem;
    padding: 1rem !important;
    padding-top: 1rem !important;
}

.input_name_text {
    font-size: 12px;
    color: rgb(14, 14, 14);

}

.form .error {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    border-radius: 0px !important;
    max-width: 400px;
    text-align: center;
    margin-bottom: 1.5rem;
}

.modal_image {
    width: 100px;
    max-width: 150px;
    align-items: center;
}

.offer_modal_parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
}

.offer_modal_child {
    flex: 1 1 150px;
    margin: 5px;
    height: auto;
}

.form .error_close_button {
    cursor: pointer;
    text-align: center;
    display: flex;
    float: right;
    font-weight: 600;
}

.form .header {
    font-size: 25px;
    font-weight: 800;
    padding-top: 1rem !important;
    padding-bottom: 0.1rem !important;
    text-align: center;
}

.telegram_card {
    /* background-color: #62B3F4 !important; */
    background-image: url("../images/telegram_backdrop.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.telegram_card p {
    color: white;
}
.telegram_card button {
    padding: 5px 15px;
    border: none;
    border-radius: 0px;
    width: auto;
    text-decoration: none !important;
    font-size: 1rem;
    float: right;
    background: white;
    font-weight: 700;
    color: #62B3F4 !important;
}


.imga {
    max-width: 100%;
    max-height: 100%;
}

.portrait {
    height: 80px;
    width: 30px;
}

.landscape {
    height: 30px;
    width: 80px;
}

.square {
    height: 75px;
    width: 75px;
}