* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body.ibcookingwork {
    background: url(../images/bg_photo.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.ibcookingwork_page {
    padding: 40px 0;
}
.ibcookingwork_page .container {
    max-width: 1000px;
}
.ibcookingwork_page .top_logo_sec {
    text-align: center;
    margin-bottom: 70px;
}
.ibcookingwork_page .top_logo_sec .logo {
    display: block;
    width: 18%;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
}
.ibcookingwork_page .top_logo_sec .logo img {
    width: 100%;
}
.ibcookingwork_page .top_logo_sec .title {
    font-size: 74px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}
.ibcookingwork_page .top_logo_sec .des {
    font-size: 20px;
    color: #7b879d;
}
.ibcookingwork_page .top_logo_sec  .register {
    display: inline-block;
    background: #171a2680;
    padding: 14px 23px;
    border-radius: 25px;
    color: #0ddff2;
    text-shadow: 0 0 10px #0ddff299, 0 0 30px #0ddff24d;
    /* font-weight: 700; */
    font-size: 16px;
}
.ibcookingwork_page .top_logo_sec .register span {
    margin-right: 12px;
}
.ibcookingwork_page .top_logo_sec .register span.time {
    margin-right: 0;
}

.btn-custom {
    display: block;
    width: 300px;
    margin: 19px auto;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.btn-custom:hover {
    text-decoration: none;
    color: #fff;
}

/* Register Button */
.btn-register {
    background: linear-gradient(90deg, #5f6cff, #a855f7);
}

.btn-register:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.6);
}

/* Login Button */
.btn-login {
    background: linear-gradient(90deg, #06b6d4, #3b82f6);
}

.btn-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.6);
}

.marketing-box {
    max-width: 50%;
    margin: 60px auto;
    padding: 55px 15px;
    border-radius: 16px;
    text-align: center;
    color: #fff;
    background: rgba(15, 15, 30, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(168, 85, 247, 0.3);
    box-shadow: 0 0 25px rgba(168, 85, 247, 0.3);
    transition: 0.3s ease;
}
.marketing-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.marketing-box p {
    font-size: 16px;
    margin: 6px 0;
    opacity: 0.85;
}

/* Highlight text */
.marketing-box .highlight {
    color: #22d3ee;
    font-weight: 600;
}

/* Button */
.telegram-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 18px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    background: linear-gradient(135deg, rgb(42 109 244), #8c3cdd);
    box-shadow: 0 0 20px rgb(42 109 244 / 50%), 0 0 50px rgb(42 109 244 / 20%);
    transition: all .3s ease;
}

.telegram-btn:hover {
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.6);
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
}

/* Features Content */
.features_content {
    background: #171a2680;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid #2a2f464d;
    text-align: center;
    height: 100%;
    padding: 30px;
    border-radius: 8px;
}
.features_content .text_content .feature_title {
    color: #fff;
    font-size: 14px;
    margin: 0 0 5px;
}

.features_content .text_content  .des {
    margin: 0;
    color: #7b879d;
    font-size: 14px;
}

.features_content .features_icon {
    width: 30px;
    margin: 0 auto 20px;
}

.features_content .features_icon svg {
    width: 100%;
    height: auto;
    color: #0ddff2;
}

.features_content .features_icon.game svg {
    color: #2a6df4;
}
.features_content .features_icon.mobile svg {
    color: #fff;
}
/* Features Content */


.support_portal {
    justify-content: center;
    display: flex;
    margin: 70px auto;
}
.support_portal .support {
    background: #171a2680;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid #2a2f464d;
    box-shadow: 0 0 15px #0ddff266, 0 0 40px #0ddff226, inset 0 0 15px #0ddff20d;
    padding: 19px 40px;
    display: inline-block;
    margin: 0 14px;
    color: #0ddff2;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}
.support_portal .support.portal {
    color: #2a6df4;
    box-shadow: 0 0 15px #2a6df466, 0 0 40px #2a6df426, inset 0 0 15px #2a6df40d;
}

.support_portal .support:hover {
    transform: translateY(-2px);
}
.disclaimer_sec {
    background: #171a2680;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid #2a2f464d;
    padding: 15px;
    border-radius: 7px;
    width: 70%;
    margin: auto;
}

.disclaimer_sec .disclaimer_title {
    color: #7b879d;
    font-size: 14px;
}

.disclaimer_sec .des {
    color: #7b879d;
    font-size: 14px;
    margin: 0;
}

/* Footer Sec */
.footer_sec {
    border-top: 1px solid #161616;
    text-align: center;
    padding: 30px;
}
.footer_sec .des {
    margin: 6px auto 2px;
    font-size: 12px;
    color: #7b879d;
}


.footer_sec .f_menu {
    margin-bottom: 20px;
}

.footer_sec .f_menu a {
    color: #7b879d;
    font-size: 14px;
    margin: 0 6px;
}
.footer_sec .f_menu a:hover {
    color: #0ddff2;
    text-decoration: none;
}
.footer_sec .ads {
    margin: 2px 0 0;
    font-size: 12px;
    color: #7b879d80;
}
/* Footer Sec */


/*1400px */
@media only screen and (max-width: 1400px) {
    .ibcookingwork_page .container {
        max-width: 800px;
    }
    .ibcookingwork_page .top_logo_sec .title {
        font-size: 68px;
    }
    .ibcookingwork_page .top_logo_sec .title {
        font-size: 54px;
    }
    .ibcookingwork_page .top_logo_sec {
        margin-bottom: 60px;
    }
    .marketing-box {
        max-width: 70%;
    }
}

/*767px */
@media only screen and (max-width: 767px) {
    .ibcookingwork_page .top_logo_sec .logo {
        width: 30%;
    }
    .ibcookingwork_page .top_logo_sec .title {
        font-size: 38px;
        margin-top: 20px;
    }
    .ibcookingwork_page .top_logo_sec .des {
        font-size: 16px;
    }
    .marketing-box {
        max-width: 90%;
    }
    .support_portal {
        margin: 50px auto;
        flex-direction: column;
    }
    .support_portal .support {
        margin-bottom: 18px;
    }
    .disclaimer_sec {
        width: 100%;
    }
    .footer_sec .f_menu a {
        font-size: 12px;
        margin: 0 6px;
    }
}
/*480px */
@media only screen and (max-width: 480px) {
    .footer_sec .f_menu a {
        margin: 0 3px;
    }
}