/*-------------------------------------
 ================ sec-1 starts =============
 -------------------------------------- */

.sec-1 > .container {
    max-width: unset;
    width: 90%;
    background-color: #007aff;
    border-radius: 20px;
}
.sec-1 .action-btns {
    padding: 2rem;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    position: relative;
}
.action-btns::before {
    position: absolute;
    content: '';
    background: transparent;
    width: 38px;
    height: 38px;
    left: -38px;
    bottom: 0;
    border-radius: 50%;
    box-shadow: 17px 18px white;
}
.action-btns::after {
    position: absolute;
    content: '';
    background: transparent;
    width: 38px;
    height: 38px;
    right: -38px;
    bottom: 0;
    border-radius: 50%;
    box-shadow: -18px 17px white;
}

@media (max-width: 991px) {
    .getStart {
        background-color: white !important;
        color: #007aff !important;
    }
    .demoFirstCta {
        color: white !important;
        border: 1px solid white !important;
    }
    .app-game {
        padding: 2rem !important;
    }

    .action-btns {
        display: none !important;
    }
    .hero-row {
        padding: 1rem !important;
    }
}
@media (min-width: 992px) {
    .app-game {
        padding: 5rem !important;
    }
}

@media (max-width: 344px) {
    .allBtns {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

/*-------------------------------------
 ================ sec-1 ends =============
 -------------------------------------- */

/*-----------------------------------------
   =============== sec-2 start ===============
   ------------------------------------------*/
.sec-2 .card {
    border: 1px solid var(--colorBlue);
}

/*-----------------------------------------
=============== sec-2 end ===============
------------------------------------------*/
/*-----------------------------------------
   =============== sec-3 start ===============
   ------------------------------------------*/

.sec-3 {
    background-color: #007aff;
    background-image: url('https://cdn.transactbridge.com/gaming-server/background-img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sec-3 .container {
    backdrop-filter: blur();
    background: rgba(255, 255, 255, 0.3);
    border-radius: 19px;
}
.sec-3 .material-symbols-outlined {
    background-color: green;
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
}
/*-----------------------------------------
=============== sec-3 end ===============
------------------------------------------*/
/*-----------------------------------------
   =============== sec-4 start ===============
   ------------------------------------------*/
.sec-4 .card {
    border: 1px solid var(--colorBlue);
    padding: 2rem;
    background-color: #f8f8f8;
}

.sec-4 .icon-bg {
    font-size: 31px;
    border-radius: 50%;
    min-width: 27px;
    width: 54px;
    display: flex;
    min-height: 43px;
    height: 48px;
    align-items: center;
    justify-content: center;
    color: white;
    background: var(--colorBlue);
}

@media (min-width: 992px) {
    .sec-4 .card {
        width: 426px;
    }
}
.gameDevCard {
    background-color: white;
    border-radius: 8px;
}
/*-----------------------------------------
=============== sec-4 end ===============
------------------------------------------*/

/*-----------------------------------------
=============== sec-5 starts ===============
------------------------------------------*/

@media (min-width: 992px) {
    .carousel-container {
        padding-left: 11rem;
        padding-right: 11rem;
    }

    .carousel-caption {
        right: 52% !important;
        left: 12% !important;
        bottom: 2.25rem !important;
    }

    .carousel-control-prev {
        left: auto !important;
        /* right: 151px !important; */
    }
    .carousel-control-next {
        right: 151px !important;
    }
    .carousel-caption {
        padding-bottom: 0 !important;
    }
}

.carousel-caption {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 992px) {
    .carousel-caption {
        right: auto !important;
        left: 12% !important;
        bottom: 2.25rem !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
}

/*-----------------------------------------
=============== sec-5 end ===============
------------------------------------------*/

/*-----------------------------------------
=============== sec-6 start ===============
------------------------------------------*/
.sec-6 .card {
    border: 1px solid var(--colorBlue);
    padding: 2rem;
}

.morIcons {
    margin-bottom: 5rem !important;
}

/*-----------------------------------------
=============== sec-6 end ===============
------------------------------------------*/

/*-------------------------------------
================ sec-7 starts =============
-------------------------------------- */
.sec-7 .expanding-card {
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: unset;
    background: var(--colorBlue);
    transition: none;
    border: 1px solid var(--colorBlue);
    cursor: pointer;
}

.sec-7 .expanding-card .icon-bg {
    font-size: 40px;
    border-radius: 50%;
    min-width: 60px;
    width: 60px;
    display: flex;
    min-height: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    background: var(--bs-white);
}

.sec-7 .expanding-card .visible-content {
    display: none;
}

.sec-7 .expanding-card .hidden-content {
    display: flex;
    flex: 1;
}

.sec-7 .expanding-card a {
    display: flex;
    align-items: center;
}

.sec-7 .expanding-card a .material-symbols-outlined {
    font-size: 18px;
    margin-left: 5px;
}

a.visible-content > .material-symbols-outlined {
    color: var(--colorBlue);
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .sec-7 .expanding-card.active,
    .sec-7 .expanding-card:hover,
    .sec-7 .expanding-card {
        width: calc(50% - 0.25rem);
    }
}

@media (min-width: 992px) {
    .sec-7 .expanding-card {
        width: 80%;
        transition: 0.3s ease-in-out;
        height: 290px;
        border: 1px solid var(--bs-gray-400);
        background: var(--bs-white);
    }

    .sec-7 .expanding-card .icon-bg {
        background: var(--bg-input-inside-block);
    }

    .sec-7 .expanding-card .visible-content {
        display: block;
    }

    .sec-7 .expanding-card a.visible-content {
        display: flex;
    }

    .sec-7 .expanding-card .hidden-content {
        display: none;
        height: 100%;
        overflow: hidden;
    }

    .sec-7 .expanding-card.active,
    .sec-7 .expanding-card:hover {
        width: 160%;
        background: var(--colorBlue);
        border: 1px solid var(--colorBlue);
        transition: 0.3s ease-in-out;
    }

    .sec-7 .expanding-card.active .icon-bg,
    .sec-7 .expanding-card:hover .icon-bg {
        background: var(--bs-white);
    }

    .sec-7 .expanding-card.active .visible-content,
    .sec-7 .expanding-card:hover .visible-content {
        display: none;
    }

    .sec-7 .expanding-card.active .hidden-content,
    .sec-7 .expanding-card:hover .hidden-content {
        display: flex;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
    .sec-7 .expanding-card {
        width: 70%;
        height: 315px;
    }

    .sec-7 .expanding-card,
    .sec-7 .expanding-card {
        width: 190%;
    }
}

@media (min-width: 1281px) {
    .sec-7 .expanding-card {
        height: 320px;
    }
}

@media (min-width: 1400px) {
    .sec-7 .expanding-card {
        height: 300px;
    }
}

@media (min-width: 1537px) {
    .sec-7 .expanding-card {
        height: 320px;
    }
}

/*-------------------------------------
================ sec-7 ends =============
-------------------------------------- */

/*-------------------------------------
=============== Sec-8 start ===============
--------------------------------------*/
.sec-8 .bg-wrapper {
    background-image: url('https://cdn.transactbridge.com/gaming-server/banner.png');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    border-radius: 0 0 8px 8px;
}

.sec-8 .bg-img-container {
    max-height: 400px;
    height: 70vh;
}

@media (min-width: 576px) {
    .sec-8 .bg-img-container {
        max-height: unset;
        height: unset;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .sec-8 .bg-wrapper {
        border-radius: 0 8px 8px 0;
    }
}

@media (min-width: 992px) {
    .sec-8 .container .row {
        height: 350px;
    }

    .sec-8 .container .row .content {
        height: 100%;
    }

    .sec-8 .content-text {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .sec-8 .bg-wrapper {
        background-image: url('https://cdn.transactbridge.com/gaming-server/banner.png');
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        border-radius: 0 8px 8px 0;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .finalCTA {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
}

/*--------s---------------------------------
=============== Sec-8 end ===============
------------------------------------------*/
