.custom_button_2 {
    height: 56px;
    border-radius: 40px;
    padding: 16px 20px;
    gap: 10px;
    color: #FFFFFF;
    background: linear-gradient(270deg, #0097D6 0%, #833ED4 100%);
    border: 1px solid #FFFFFF4D;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_button_2 h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.custom_button_2 i {
    background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.custom_button_2:hover {
    background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 100%);
}

.custom_button_2:hover h3,
.custom_button_2:hover i {
    background: linear-gradient(270deg, #0097D6 0%, #833ED4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}







.custom_button_3 {
    height: 40px;
    border-radius: 40px;
    padding: 10px 20px;
    gap: 10px;
    color: #FFFFFF;
    background: linear-gradient(270deg, #0097D6 0%, #833ED4 100%);
    border: 1px solid #FFFFFF4D;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_button_3 h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px !important;
}

.custom_button_3 i {
    background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.custom_button_3:hover {
    background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 100%);
}

.custom_button_3:hover h3,
.custom_button_3:hover i {
    background: linear-gradient(270deg, #0097D6 0%, #833ED4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}









.custom_button_4 {
    border-radius: 40px;
    padding: 12px 20px;
    gap: 10px;
    color: #FFFFFF;
    background: linear-gradient(270deg, #0097D6 0%, #833ED4 100%);
    border: 1px solid #FFFFFF4D;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_button_4 h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 22px;
    background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px !important;
}

.custom_button_4:hover {
    background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 100%);
}

.custom_button_4:hover h3 {
    background: linear-gradient(270deg, #0097D6 0%, #833ED4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.custom_button_4:hover .custom_button_4_icon_1 {
    display: none;
}

.custom_button_4_icon_2 {
    display: none;
}

.custom_button_4:hover .custom_button_4_icon_2 {
    display: block;
}












.header_button_1 {
    border-radius: 40px;
    padding: 12px 20px;
    gap: 10px;
    color: #FFFFFF;
    background: linear-gradient(270deg, #0097D6 0%, #833ED4 100%);
    border: 1px solid #FFFFFF4D;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_button_1 h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px !important;
}

.header_button_1:hover {
    background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 1px solid rgba(131, 62, 212, 1);
}

.header_button_1:hover h3 {
    background: linear-gradient(270deg, #0097D6 0%, #833ED4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header_button_2 {
    border-radius: 40px;
    padding: 12px 20px;
    gap: 10px;
    border: 1px solid #FFFFFF4D;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid rgba(131, 62, 212, 1);

}

.header_button_2 h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    background: linear-gradient(270deg, #0097D6 0%, #833ED4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px !important;
}

.header_button_2:hover {
    background: linear-gradient(270deg, #0097D6 0%, #833ED4 100%);
    border: 1px solid rgba(131, 62, 212, 1);
}

.header_button_2:hover h3 {
    background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}






@media (max-width: 992px) {
    .header_buttons {
        gap: 10px;
    }

    .header_button_1,
    .header_button_2,
    .custom_button_2,
    .custom_button_3,
    .custom_button_4 {
        padding: 8px 18px !important;
    }

    .header_button_1 h3,
    .header_button_2 h3,
    .custom_button_2 h3,
    .custom_button_3 h3,
    .custom_button_4 h3 {
        font-size: 14px !important;
    }
}



@media (max-width: 768px) {
    .header_buttons {
        gap: 10px;
    }

    .header_button_1,
    .header_button_2{
        padding: 8px 18px !important;
    }

    .header_button_1 h3,
    .header_button_2 h3{
        font-size: 14px !important;
    }
}