@font-face {
    font-family: 'bebas-neue';
    src: url('../fonts/bebas-neue.regular.ttf') format('truetype');
}

.flex_center_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_center_column_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.space_between_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text_center {
    text-align: center;
}

.flex_column {
    flex-direction: column;
}

.header_nav li {

    transition: 400ms;
}

.header_nav li:hover {
    transform: translateY(-5px);
}

.nav_active {
    background-color: #ff4e00;
}

.header_nav li a {
    display: block;
    color: #ff4e00;
    height: 36px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: 'bebas-neue';
    letter-spacing: 1px;
}

.nav_active {
    color: white !important;
}

header {
    transition: 400ms;
}

.scrolled {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);

}

.line_height_18 {
    line-height: 1.8 !important;
}

.about_hr {
    background-color: #ff0080;
}

.index_do_bg {
    background-image: url("../images/index_do_bg.jpg");
}

.text_white {
    color: #fff;
}

.footer_logo {
    width: 70px;
}

.index_contact_bg {
    background-image: url("../images/index_contact_bg.jpg");
    height: 488px;
    background-size: cover;
}

.gradient_text {
    background: linear-gradient(to right, #ff0080, #fea20d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.gradient_title {
    background: linear-gradient(to right, #ff0080, #fea20d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    font-size: 42px;
}

.common_button {
    background-color: #fff;
    border: none;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.text_icon {
    font-size: 1.8rem;
}

.footer_color {
    background-color: #ff007f;
}

.footer_nav li a {
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}

.common_hr {
    background-color: #edf1f5;
    height: 2px;
    width: 100%;
    margin: 0;
}

.lang_btn {
    height: 36px;
    padding: 0 10px;
    font-size: 24px;
    font-family: 'bebas-neue';
    letter-spacing: 1px;
    margin-left: 48px;
}

.lang_btn span,
.lang_btn i {
    color: #ff4e00;
}

@media (max-width: 768px) {
    .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .phone_banner_title {
        font-size: 40px !important;
        margin-bottom: 20px !important;
    }

    .py-28,
    .py-24 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .phone_index_title {
        font-size: 36px !important;
        margin-bottom: 20px !important;
    }

    .index_contact_bg {
        height: auto;
    }

    .phone_big_logo {
        margin-bottom: 0 !important;
    }
    .phone_flex{
        flex-direction: column;
    }
    .footer_nav{
        gap: 1rem !important;
    }
    .footer_logo {
        display: none;
    }
}