a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.detail_section {
    padding: 100px 0;
    color: #fff;
}

.detailImgOuter {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 16px;
    background-color: #01091A;
}

.detailImgOuter img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_info h3,
.pro_title {
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px;
}

.pro_price {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 16px;
}

.pro_price span {
    font-size: 32px;
    font-weight: 600;
}

.paymentMethod {
    margin-bottom: 20px;
}

.pay_title {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px;
}

.mw-275 {
    min-width: 275px;
}

.style2 {
    border-radius: 16px;
    font-size: 28px;
}

.pay_method {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px;
    border-radius: 50px;
    background-color: #01091A;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    min-width: 272px;
}

.pay_method .pay_icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pay_method .pay_amount {
    margin-left: auto;
}

.more_detail,
.detail_section .details_banner_heading {
    padding-top: 100px;
}

.detail_head {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #818295;
}
.dasboard_sec .direct_data {
	border-radius: 0 !important;
	background: transparent !important;
	padding: 16px 0 !important;
}
.detail_head .title {
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
}

.detail_body h4,
.detail_title {
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}

.detail_body p,
.detail_dec {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
}

.detail_body .leftPart {
    max-width: 670px;
}

.treeOuter {
    width: 50%;
    margin: auto;
    aspect-ratio: 1/1;
    border-radius: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.treeOuter img.treeImg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nft-placeholder-block {
    padding: 42px;
    /* border-radius: 35px;
    border: 1px solid #11458a;
    background: #0a192d; */
    margin: 30px auto;

    border-radius: 22px;
border: 2px solid rgba(255, 255, 255, 0.09);
background: rgba(0, 13, 94, 0.24);
}

.nft-placeholder-h1 {
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    margin: -10px auto 30px;
    text-transform: uppercase;
}

.nft-placeholder-flex {
    /* display: flex;
    gap: 23px; */
    margin: 0 0 35px;
}

.nft-placeholder-no {
    width: 100%;
    border: 1px solid #11458a;
    border-radius: 20px;
    color: #84b2fd;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}

.nft-placeholder-no.active {
    background: #4f93f4;
    color: #fff;
    border: 1px solid #4f93f4;
}

.placeholder-container {
    max-width: 1090px;
    margin: 50px auto
}

.nft-placeholder-block.theme2 {
    /* border: 1px solid #2b3077;
    background: #130f31; */


}

.nft-placeholder-block.theme2 .buttonone {
    /* background: linear-gradient(90deg, #281C75 0%, #534BAA 100%); */
    background-color: #1AA2E7;
    color: white;
}
.nft-placeholder-block.theme2 .buttonone:hover {
     background-color: #240091;
 }

.nft-placeholder-block.theme2 .nft-placeholder-no {
    border: 1px solid #6855ee;
    color: #bab2ed;
    border: 1px solid #524aa9;
}

.nft-placeholder-block.theme2 .nft-placeholder-no.active {
    background: #524aa9;
    color: #fff;
}

.subText {
    text-align: left;
    color: #fff;
    font-size: 14px;
    margin-bottom: 30px;
}

.subText p {
    margin-bottom: 6px;
}

@media (min-width:768px) and (max-width: 991.98px) {
    .nft-placeholder-no {
        height: 210px;
        font-size: 62px;
    }

    .placeholder-container {
        margin: 10px auto 50px;
    }
}



@media (min-width: 992px) {
    .nft-placeholder-block .buttonone {
        width: 186px;
        height: 68px;
        margin: 0 auto;
        font-size: 26px;
        text-align: center;
    }

    .nft-placeholder-no {
        height: 300px;
        font-size: 100px;
    }

    /* .nft-placeholder-no {
        width: 230px;
        min-width: 230px;
        height: 230px;
        font-size: 100px;
        line-height: 230px;

    } */
}



@media (max-width: 1199.98px) {
    .dasboard_sec.p-md-0 {
        padding: 0 15px 40px 15px !important;
    }

    .pro_info h3,
    .pro_title {
        font-size: 30px;
    }

    .pro_price,
    .pay_title,
    .pay_method,
    .detail_body p,
    .detail_dec {
        font-size: 16px;
    }

    .pro_price span,
    .detail_head .title {
        font-size: 26px;
    }

    .style2,
    .detail_body h4,
    .detail_title {
        font-size: 24px;
    }

    .more_detail,
    .detail_section .details_banner_heading {
        padding-top: 80px;
    }

    .detail_head {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
}


@media (min-width:992px) and (max-width: 1199.98px) {
    .placeholder-container {
        max-width: 932px;
        margin: 0 auto 40px;
    }

    .nft-placeholder-no {
        font-size: 62px;
    }

    .placeholder-container {
        margin: 10px auto 50px;
    }
}

@media (max-width: 991.98px) {
    .placeholder-container {
        max-width: 709px;
    }

    .nft-placeholder-block {
        padding: 30px;
    }



    .nft-placeholder-h1 {
        font-size: 22px;
        margin: -8px auto 25px;
    }

    .mb-55 {
        margin: 0 0 34px !important;
    }

    .pro_info h3,
    .pro_title {
        font-size: 26px;
    }

    .pro_price,
    .pay_title,
    .pay_method,
    .detail_body p,
    .detail_dec {
        font-size: 15px;
    }

    .pro_price span,
    .detail_head .title {
        font-size: 20px;
    }

    .style2,
    .detail_body h4,
    .detail_title {
        font-size: 18px;
    }

    .more_detail,
    .detail_section .details_banner_heading {
        padding-top: 60px;
    }

    .detail_section {
        padding: 60px 0;
    }

    .detail_head {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
}

@media (max-width: 767.98px) {

    .placeholder-container {
        margin: 0 auto 30px;
    }

    .nft-placeholder-flex {
        margin: 0 0 25px;
    }

    .nft-placeholder-block {
        border-radius: 20px;
        margin: 15px auto;
    }

    .detailImgOuter {
        max-height: 400px;
    }

    .detailImgOuter img {
        object-fit: contain;
    }

    .nft-placeholder-no {
        border-radius: 15px;
        font-size: 32px;
        height: 160px;
    }

    .dasboard_sec .form-control.noborder {
        padding: 9px 10px !important;
        font-size: 14px;
    }

    .subText {
        font-size: 12px;
    }

    .primaryBtn.style2.mw-275 {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        min-width: 210px;
    }

    .paymentMethod {
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .nft-placeholder-block {
        padding: 30px 16px;
    }

    .nft-placeholder-flex .row {
        margin-right: 0;
        margin-left: 0;
    }

    .nft-placeholder-flex .row>* {
        padding-right: 6px;
        padding-left: 6px;
    }

    .nft-placeholder-no {
        border-radius: 10px;
        font-size: 32px;
        height: 110px;
    }
}

.navbar.headerFixed {
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: fixed !important;
}

@media (max-width: 767.98px) {
    .navbar.headerFixed {
        top: 0 !important;
  }
}

.flex-back {
	display: flex;
	gap: 15px;
}

.backLinkText a {
	text-align: center;
	margin: 0 auto;
	border: 1px solid transparent;
	border-radius: 6px;
	padding: 3px 20px;
	color: rgba(255,255,255,0.77);
	height: 36px;
	display: inline-block;
	background: rgba(255,255,255,0.1);
}
.backLinkText a:hover {
	border: 1px solid rgba(255,255,255,0.5);	
}
.backLinks {
	display: inline-block;
    cursor: pointer;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: rgba(255,255,255,0.11);
	text-align: center;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.1);
	line-height: 38px;
    flex: 0 0 45px;
}
.backLinks:hover {
	border: 1px solid rgba(255,255,255,2);
}
.dashboard .backLinks {
	display: inline-flex;
	cursor: pointer;
  width: auto;
  height: auto;
	border-radius: 40px;
	background: rgba(255,255,255,0.11);
	text-align: center;
	color: #fff;
	line-height: 38px; 
	background: rgba(2, 9, 32, 0.04);
	backdrop-filter: blur(20px);
	border: 2px solid rgba(255, 255, 255, 0.09);
	padding: 7px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.form-control.form-style1, .form-control:focus {
	background: transparent;
	color: #fff !important;
	background-color: transparent !important;
	border-color: #fff !important;
}

.form-control.form-style1::placeholder {
    color: #fff !important;
}
.no-box-shadow {
	box-shadow: none;
}

@media (min-width:576px) and (max-width: 1199.98px) {
.backLinks {
	width: 39px;
	height: 39px;
	line-height: 32px;
    flex: 0 0 39px;
}
}
@media (max-width: 575.98px) {
.backLinks {
	width: 36px;
	height: 36px;
	line-height: 32px;
    flex: 0 0 36px;
}
.backLinks svg {
	width: 15px;
}
}

