

 
section {
    padding: 0 0;
}


.exchage_sec_1 {
    background-image: url(../mgp_images/mgp_main_bg.jpg); 
}





.mgp_row {
    background: #F5EDEF;
    border-radius: 0 0 80px 80px;
}

.mgp_card {
    padding: 50px;
    border-radius: 40px;
    border: 1px solid #1668E2;
}

.mgp_card h2 { 
    color: #000; 
    font-size: 35px; 
    font-weight: 700; 
    margin-bottom: 24px;
}

.mgp_card p{ 
    color: #000; 
    font-size: 16px; 
    font-weight: 500; 
}

.mgp_abour .fe_sec_title h2{
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.mgp_abour .fe_sec_title, 
.mgp_abour .fe_sec_title p {
    max-width: 100%;
}





.mgp_service {
    margin-top: 80px;
    background: linear-gradient(90deg, #363636 0%, #47484a 34.32%, #29292a 66.53%, #000000 101.38%);
}





.gaming_card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

.card_gaming_box {
    padding: 15px;
    background: #ffffff00;
    border-radius: 40px;
    text-align: center;
    max-width: calc(20% - 25px);
    backdrop-filter: blur(10px);
    transition: 0.3s;
}
.card_gaming_box:hover {
    background: #ffffff29;
}
.card_gaming_box h3 {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0 10px;
}



.mgp_page .sm_sec2 .program_swiper2 img {
    filter: invert(1);
    max-width: 40px;
}

.mgp_page .sm_sec2 .c-type-box-1 h2{
    font-size: 18px;
}

.mgp_page .sm_sec2 .program_swiper2 .swiper-slide.swiper-slide-active img {
    filter: invert(0);
}


.pt-80{
	padding-top:70px;
}
.mb-80{
	margin-bottom:70px;
}
.hmd_card {
    border-radius: 40px;
    background-color: #FFF;
    padding: 60px 20px;
    background-image: url(../mgp_images/gmd_bg.png);
    background-position: bottom right;
    background-size: 100%; 
    box-shadow: 0px 12px 27.6px 0px rgba(0, 0, 0, 0.01);
}

.hmd_card .btn{
    margin-left: auto;
    margin-right: auto;
}

 .hmd_sec {
    padding-bottom: 80px;
}




/*Unparalleled Sec*/



.unparalleled_card {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px !important;
    justify-content: flex-start;
    margin: 0;
    width: 100%;
    box-shadow: none;
    border-radius: 10px;
}

.unparalleled_card img {
    width: 80px;
    height: 80px;
    object-fit: scale-down;
    margin-right: 30px;
}

.unparalleled_card p {
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 0;
    min-height: 66px;
}
.unparalleled_card h4 {
    margin: 0 0 0.7rem;
}
.nft_title p {
    position: relative;
}
.unparalleled_sec {
    position: relative;
    padding: 100px 0;
}
.unparalleled_sec:before {
    content: "";
    background: #333;
    height: 385px;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg, #818283 -9.34%, #000000 123.93%);
}
.unparalleled_sec .nft_title * {
    color: #fff !important;
}
.unparalleled_sec .nft_title *:after {
    background: #fff !important;
}















.development_phases_sec {
    display: flex;
    padding-top: 30px;
    padding-bottom: 6px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-bottom: 80px;
}
.development_phases_part {
    width: 32%;
}
 

.development_phases_sec::before {
    content: '';
    position: absolute;
    border-bottom: 2px dashed #0f1632;
    bottom: 97px;
    width: 68%;
    height: 2px;
    left: 50%;
    transform: translate(-50%,0);
    opacity: .2;
}


.development_phases_partition:first-child {
    margin-top: 0;
}


.development_phases_partition {
    background: #fff;
    border-radius: 10px;
    position: relative;
    margin-top: 80px;
}



.development_phases_partition::before {
    content: '';
    position: absolute;
    width: 2px;
    opacity: .2;
    border-left: 2px dashed #0f1632;
    height: 60%;
    left: 50%;
    transform: translate(-50%,0);
    top: 100%;
}

.development_phases_partition_numbers {
    position: absolute;
    top: -22.5px;
    width: 45px;
    height: 45px;
    left: 50%;
    transform: translate(-50%,0);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 1px solid rgb(8 8 8 / 15%);
    background: #FFF;
    box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 15%);
}


.multigaming_heading_fourth {
    font-weight: 500;
    color: #0f1632;
    padding: 15px 5px;
    text-align: center;
    min-height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-weight: 600;
}

.development_phases_partition_text {
    /* position: relative; */
    /* overflow: hidden; */
    border-radius: 15px;
    border: 1px solid rgb(0 0 0 / 15%);
    background-color: #FFF;
    box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 15%);
}



.development_phases_part_mobile {
    position: relative;
    /* height: 470px; */
    /* overflow: hidden; */
    margin: 0 auto  0;
}


.development_phases_part_mobile img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    box-shadow: -8px 7px 50.3px 0px rgba(0, 0, 0, 0.17);
    border-radius: 23px;
}





/* responsive */  



@media only screen and (min-width: 320px) and (max-width: 767px){

 
    .mgp_page  .exchage_sec_1 {
        padding: 42px 10px 47px;
        border-radius: 0 0 30px 30px;
        margin-bottom: 0;
    }

    .mgp_abour .typ-img img {
        margin-top: 20px;
    }

    .mgp_service {
        margin-top: 60px;
        padding-bottom: 60px;
    }
    .gaming_card { 
        gap: 15px;
    }
    .card_gaming_box {
        padding: 14px; 
        background: #ffffff1a;
        border-radius: 25px;
        max-width: calc(50% - 15px); 
    }
    .card_gaming_box h3 {
        color: #FFF;
        font-size: 16px;
        font-weight: 500;
        padding: 14px 0 10px;
    }

    .mgp_page .sm_sec {
        margin: 60px 0; 
    }

    .hmd_sec {
        padding-bottom: 60px;
    }

    .mgp_page .unparalleled_sec { 
        padding: 50px 0;
    }






    .development_phases_sec {
        flex-direction: column;
        gap: 40px 0;
    }
    .development_phases_part {
        width: 100%;
    }

    .development_phases_partition { 
        margin-top: 45px;
    }

    .development_phases_part .development_phases_partition:nth-child(3):before{
        display: none;
    }

    .development_phases_sec { 
        padding-bottom: 20px;
    }

    .mgp_row { 
        border-radius: 0 0 40px 40px;
        padding-bottom: 40px;
    }








    


}





@media only screen and (min-width: 768px) and (max-width: 991px){

 
    .mgp_page  .exchage_sec_1 {
        padding: 42px 10px 47px;
        border-radius: 0 0 30px 30px;
        margin-bottom: 0;
    }

    .mgp_abour .typ-img img {
        margin-top: 20px;
    }

    .mgp_service {
        margin-top: 60px;
        padding-bottom: 60px;
    }
    .gaming_card { 
        gap: 15px;
    }
    .card_gaming_box {
        padding: 14px; 
        background: #ffffff1a;
        border-radius: 25px;
        max-width: calc(25% - 15px); 
    }
    .card_gaming_box h3 {
        color: #FFF;
        font-size: 16px;
        font-weight: 500;
        padding: 14px 0 10px;
    }

    .mgp_page .sm_sec {
        margin: 60px 0; 
    }

    .hmd_sec {
        padding-bottom: 60px;
    }

    .mgp_page .unparalleled_sec { 
        padding: 50px 0;
    }






    .development_phases_sec {
        flex-direction: column;
        gap: 40px 0;
    }
    .development_phases_part {
        width: 100%;
    }

    .development_phases_partition { 
        margin-top: 45px;
    }

    .development_phases_part .development_phases_partition:nth-child(3):before{
        display: none;
    }

    .development_phases_sec { 
        padding-bottom: 20px;
    }

    .mgp_row { 
        border-radius: 0 0 40px 40px;
        padding-bottom: 40px;
    }








    


}







































