.buttons_outer {
    display: flex;
    gap: 15px;
    position: relative;
    z-index: 10;
    background: url(./btns-bg.png) no-repeat;
    background-size: cover;
    padding: 0;
    max-width: 80%;
}

.buttons_outer .btn {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 0px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transform: skew(-10deg, 0deg);
}

.buttons_outer .btn-save {
    background: #000000;
}

.buttons_outer .btn span {
    transform: skew(10deg, 0deg);
    display: flex;
    gap: 8px;
    font-size: clamp(0.75rem, 0.6477rem + 0.4545vw, 1rem);
    align-items: center;
}

.buttons_outer .btn-call {
    background: linear-gradient(135deg, #D85D27 23.02%, #D83F27 122.3%);
}

.buttons_outer .btn-dwn {
    background-color: #ffffff;
    color: #D85D27;
    border: 1px solid;
    white-space: nowrap;
}

.future_idea_outer {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    box-sizing: border-box;
    background: #FFFBF7;
    border-radius: 16px;
    position: relative;
    border: 1px solid #FFEFE0;
    max-width: 1000px;
}


.contacts-way-2 {
    position: relative;
}

.contact-grid-idea {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 12px;
    padding: 0;
}

.contact-grid-idea a {
    text-align: center;
    text-decoration: none;
    color: #374151;
    font-size: 12px;
    font-weight: 600;
    transition: background 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-grid-idea a .img-wrapper {
    width: 96px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/actions-bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.contact-grid-idea a span {
    font-size: clamp(0.75rem, 0.6477rem + 0.4545vw, 1rem);
    margin-top: 10px;
}

.contact_detail_wrap::after {
    content: "";
    clip-path: polygon(calc(100% - 0px) calc(100% - 0px), 0px calc(100% - 0px), 0px 49.548px, 90.992px 0px, calc(100% - 0px) 0px, calc(100% - 0px) calc(100% - 0px));
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    isolation: isolate;
    background: linear-gradient(179.37deg, #FFFFFF 3.84%, #FFD6C4 112.15%);
}

.future_idea_inn {
    position: relative;
    z-index: 9;
    width: 100%;
}

.contact_detail_wrap {
    position: relative;
    padding: 20px 0;
}

.contact_inn_wrap {
    position: relative;
    z-index: 9;
}

.social-links {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.social_outer {
    position: absolute;
    top: 40px;
    right: 30px;
    width: auto;
    padding: 0;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: #FFF1EA;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid #FFA781;
}

.social-links a img {
    max-width: 24px;
}

.idea_inn {
    padding: 40px 30px 10px;
}

.idea_detail h1 {
    color: #D85D27;
    font-weight: bold;
    font-size: clamp(3.5rem, 2.8352rem + 2.9545vw, 5.125rem);
    text-transform: inherit;
    letter-spacing: -2px;
    line-height: 1;
}

.idea_detail p {
    font-size: clamp(0.75rem, 0.6477rem + 0.4545vw, 1rem);
}

.game_img {
    position: absolute;
    bottom: -70px;
    right: -100px;
    z-index: 9;
}

.mob_img {
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 10px;
}

.future_wrapper {
    position: relative;
}

.vr_bg_img {
    top: -80px;
    position: absolute;
    left: 25%;
}

.game_bg_img {
    top: -100px;
    position: absolute;
    right: 10%;
}

.btn-link-dwn{
    color: #171717;
}

.fig_img {
    position: absolute;
    left: -5%;
    top: 35%;
}

.photoshop_img {
    position: absolute;
    right: -5%;
    top: 35%;
}

.bCard-footer-wrapper {
    position: relative;
    z-index: 9;
}

.bCard-footer {
    text-align: center;
    padding: 10px 0 10px;
    position: relative;
}

.bCard-footer::before {
    content: "";
    background: url(../images/footer-line.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: auto;
    height: 2px;
    width: 45%;
    margin: auto;
}

.bCard-footer::after {
    content: "";
    background: url(../images/footer-line.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 20px;
    left: auto;
    right: 0;
    height: 2px;
    width: 45%;
    margin: auto;
    transform: rotate(180deg);
}

.bCard-footer p {
    font-size: 14px;
    color: #171717;
    width: fit-content;
    margin: auto;
    position: relative;
    padding-inline: 50px;
    font-weight: 300;
}

.bCard-footer p a {
    text-decoration: none;
    color: #171717;
}

body {
    background-image: url(../images/bg_android.jpg);
    background-size: cover;
}

.mob_img img {
    max-width: 140px;
}

.btn.btn-download {
    display: inline-flex;
    background: #fff;
    border: 1px solid #D85C27;
    min-height: 38px;
    color: #D85C27;
    font-size: 14px;
}

.min-dvh-100 {
    min-height: 100dvh;
}

.portfolio-wrap::before {
    content: "";
    background-image: url(../images/line1.png);
    height: 100%;
    position: absolute;
    background-size: 100% 100%;
    width: 25px;
    left: 20px;
    top: 0px;
    bottom: 0px;
}

.portfolio-wrap::after {
    content: "";
    background-image: url(../images/line2.png);
    height: 100%;
    position: absolute;
    background-size: 100% 100%;
    width: 27px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.idea-modal .modal-body {
    padding: 30px;
}

.checkbox_wrap {
    background-color: #FFF8EF;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.idea-modal .modal-lg {
    max-width: 580px;
}

.idea-modal .modal-content {
    outline: 10px solid rgba(255, 255, 255, 0.2);
    border: none;
}

.form-check-input:checked {
    background-color: #d83d27;
    border-color: #d84227;
}

.form-check-input:focus {
    border-color: #d84227;
    box-shadow: 0 0 0 .25rem rgb(216 61 39 / 7%);
}

.btn-sm {
    min-width: 120px;
    min-height: 36px;
    font-size: 14px;
}

.idea-modal button.btn-close {
    height: 30px;
    width: 30px;
    background-color: #E4E4E4;
    border-radius: 100px;
    position: absolute;
    right: -10px;
    opacity: 1;
    top: -10px;
    background-size: 12px;
    cursor: pointer;
    z-index: 99;
}
.logo_wrap {
display: inline-flex;
}
.future_wrapper_thank{
width: 100%;
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
}
.thanks_wrap {
text-align: center;
flex: 1;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 30px;
}
.thanks_wrap img{
max-width: 250px;
}
.dwn_details h2{
font-family: "Inter", sans-serif;
font-size: clamp(0.875rem, 0.0621rem + 3.4682vw, 2.75rem);
font-weight: bold;
text-transform: inherit;
margin: 0;
}
.dwn_details p{
font-size:clamp(0.875rem, 0.5499rem + 1.3873vw, 1.625rem);
color: #1D1D1B;
opacity: 0.6;
}
a.btn-link-dwn{
color: #F43131;
font-size: clamp(0.875rem, 0.6311rem + 1.0405vw, 1.4375rem);
font-weight: bold;
}

.visit_learn p {
font-size: clamp(0.875rem, 0.6311rem + 1.0405vw, 1.4375rem);
color: #171717;
}
.btn-visit {
gap: 10px;
}
.btn-visit img{
max-width: 30px;
}
.social_outer_thank p {
font-size: clamp(0.875rem, 0.6311rem + 1.0405vw, 1.4375rem);
margin-top: 20px;
margin-bottom: 0;
}
.thank_inner_wrap {
position: relative;
display: flex;
flex-direction: column;
height: 100%;
}
.cross-icon-mob {
height: 40px;
width: 40px;
background: #E4E4E4;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100px;
position: absolute;
right: 0;
top: 0;
}
.thank_card .container-new {
padding: 20px 50px;
}
.logo_thank img{
max-width: 140px;
}
@media(max-height: 714px) {
    .contact-grid-idea a .img-wrapper {
        width: 72px;
        height: 56px;
    }
}
@media(max-width: 1200px){
    .thank_logo img {
        max-width: 180px;
    }
    .logo_wrap img
        {
            max-width: 110px;
        }
}

@media(max-width: 991.98px) {
    .contact-grid-idea a .img-wrapper {
        width: 72px;
        height: 56px;
    }

    .game_img img {
        max-width: 300px;
    }

    .mob_img img {
        max-width: 90px;
    }
    .future_wrapper_thank{
        padding: 0;
    }
}

@media(max-width: 767.98px) {
    .thank_card .container-new{
        padding: 20px 30px;
    }

    .contact-grid-idea {
        justify-content: space-between !important;
    }

    .idea_detail p {
        max-width: 220px;
        margin: 0 auto 20px;
    }

    .contact_detail_wrap {
        flex: 1;
        padding: 20px 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .future_idea_inn {
        min-height: 100svh;
        display: flex;
        flex-direction: column;
    }

    .logo_wrap {
        text-align: center;
    }

    .logo_wrap img {
        max-width: 90px;
        margin: 0 auto;
    }

    .future_idea_outer {
        background: none;
        border: none;
    }

    .idea_inn {
        padding: 30px 0px 10px;
        text-align: center;
    }

    .buttons_outer {
        max-width: 100%;
    }

    .container-new {
        padding: 0;
    }

    .portfolio-wrap::after {
        background-image: url(../images/footer-bottom.svg);
        width: 100%;
        bottom: 0;
        height: 15px;
        top: auto;
        z-index: 99;
        background-size: cover;
    }

    .portfolio-wrap::before {
        background-image: url(../images/top_line.svg);
        width: 100%;
        bottom: auto;
        height: 20px;
        top: 8px;
        left: 0;
    }

    .card_main {
        max-width: 475px;
        margin: 0 auto;
        background-image: url(../images/bg_android_mob.jpg);
        background-size: cover;
        background-position: center;
    }

    .contact_detail_wrap::after {
        clip-path: polygon(calc(100% - 0px) calc(100% - 0px), 0px calc(100% - 0px), 0px 49.548px, 48.992px 0px, calc(100% - 0px) 0px, calc(100% - 0px) calc(100% - 0px));
    }

    .social_outer {
        position: static;
    }

    .game_img {
        right: -50px;
    }

    .fig_img {
        left: auto;
        right: 20px;
        top: 260px;
    }

    .fig_img img {
        max-width: 30px;
    }

    .photoshop_img {
        right: 20px;
        top: 300px;
    }

    .photoshop_img img {
        max-width: 47px;
    }

    .game_bg_img_mob img {
        width: 80px;
    }

    .game_bg_img_mob {
        position: absolute;
        top: 200px;
        right: 7%;
    }

    .vr_bg_img_mob img {
        max-width: 88px;
    }

    .vr_bg_img_mob {
        position: absolute;
        left: 0;
        top: 200px;
    }

    .ai_mob {
        position: absolute;
        top: 280px;
    }

    .idea-modal .modal-lg {
        width: 90%;
        margin: 0 auto;
    }

    .checkbox_wrap {
        padding: 15px;
        gap: 3px;
    }

    .idea-modal .modal-body {
        padding: 30px 20px;
    }
    .future_wrapper_thank {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px 0 20px;
    }
    .thank_inner_wrap .logo_wrap {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .thank_logo  > img {
        max-width: 150px;
    }
}

@media(min-width: 767px) and (max-width: 991px) {
    .idea_detail h1 {
        font-size: 60px;
    }
}