.whitelabel_nft {
	margin-top: 5rem;
}
.whitelabel_nft .nft_sprites {
	background-image: url('https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2024/10/28143952/nft_whitelabel_sprites.webp');
	background-size: 920px;
	background-repeat: no-repeat;
}
.whitelabel_nft .whitelabel_banner_section {
	padding: 60px 0 80px;	
	background-color: #080808;
}
.whitelabel_nft .whitelabel_banner_section .bannerImg {
	position: absolute;
	left: calc(100% - 50% + 80px);
	top: 50%;
	transform: translate(0%, -50%);
	width: fit-content;
	height: 80%;
}
.whitelabel_nft .whitelabel_banner_grid {
	grid-template-columns: 510px 1fr;
	grid-column-gap: 2.5rem;
}
.whitelabel_nft .whitelabel_banner_grid .banner_tagline {
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: 10px 16px;
	border: 1px solid #454545;
	border-radius: 100px;
	display: inline-flex;
	margin-bottom: 6px;
}
.whitelabel_nft .whitelabel_banner_grid .banner_heading {
	font-size: 54px;
	font-weight: 700;
	line-height: 66px;
	color: #FFF;
}
.whitelabel_nft .whitelabel_banner_grid .banner_heading span {
	background: linear-gradient(91deg, #FB7000 41.37%, #9B51E0 70.24%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.whitelabel_nft .whitelabel_banner_grid .banner_summary {
	color: rgba(255, 255, 255, 0.80);
	font-size: 14px;
	font-weight: 400;
	line-height: 170%; /* 23.8px */
}
.whitelabel_nft .whitelabel_banner_grid .banner_listing p {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 8px;
	padding-left: 32px;
}
.whitelabel_nft .whitelabel_banner_grid .banner_listing p::before {
	content: '';
	background-image: url('https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2024/10/28143952/nft_whitelabel_sprites.webp');
	background-size: 920px;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	background-position: -458px -30px;
}
.whitelabel_nft .whitelabel_banner_grid .banner_button a {
	font-size: 14px;
	font-weight: 700;
	line-height: 140%;
	padding: 14px 30px;
	border-radius: 4px;
}
.whitelabel_nft .whitelabel_banner_grid .banner_button .primaryBtn {
	border: 1px solid #9B51E0;
	background: #9B51E0;
	color: #fff;
}
.whitelabel_nft .whitelabel_banner_grid .banner_button .primaryBtn:hover {
	background: #A761EB;
	border-color: #A761EB;
}
.whitelabel_nft .whitelabel_banner_grid .banner_button .secondaryBtn {
	border: 1px solid #5D5D5D;
	background: transparent;
	color: #D1D1D1;
}
.whitelabel_nft .whitelabel_banner_grid .banner_button .secondaryBtn:hover {
	color: #fb7000;
}

/* Carousel container */
.whitelabel_nft .carousel {
	position: relative;
	max-width: 100%;
	margin: auto;
	overflow: hidden;
}

/* Images in the carousel */
.whitelabel_nft .carousel-images {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.whitelabel_nft .carousel-image {
	max-width: 100%;
	display: none;
}

/* Active image */
.whitelabel_nft .carousel-image.active {
	display: block;
}

/* Dots container */
.whitelabel_nft .carousel-dots {
	position: absolute;
	top: 0;
	left: 70px;
	border-radius: 56px;
	background: rgba(61, 61, 61, 0.30);
	padding: 13px 16px;
}

/* Dots */
.whitelabel_nft .dot {
	height: 14px;
	width: 14px;
	margin: 0 3px;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	transition: background-color 0.6s ease;
}
.whitelabel_nft .dot:nth-child(1) {
	background-color: #018786;
}
.whitelabel_nft .dot:nth-child(2) {
	background-color: #1661D9;
}
.whitelabel_nft .dot:nth-child(3) {
	background-color: #9B2153;
}
.whitelabel_nft .dot:nth-child(4) {
	background-color: #903EF5;
}

/* Active dot */
.whitelabel_nft .dot.active {
	margin: 3px 8px;
}
.whitelabel_nft .dot.active::after {
	content: '';
	width: 24px;
	height: 24px;
	border: 1.5px solid;
	background-color: transparent;
	position: absolute;
	top: -6.5px;
	left: -6.5px;
	border-radius: 50%;
}
.whitelabel_nft .dot:nth-child(1).active:after {
	border-color: #018786;
}
.whitelabel_nft .dot:nth-child(2).active:after {
	border-color: #1661D9;
}
.whitelabel_nft .dot:nth-child(3).active:after {
	border-color: #9B2153;
}
.whitelabel_nft .dot:nth-child(4).active:after {
	border-color: #903EF5;
}

/* Services */
.whitelabel_nft .crypto-service {
	background: #FAF6FE;
	border-radius: 20px;
}
.whitelabel_nft .crypto-service .crypto-service-img {
	background: #F3EAFD;
	height: 220px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.whitelabel_nft .crypto-service .crypto-service-img.brandImg img {
	max-width: 350px;
}
.whitelabel_nft .crypto-service .crypto-service-img img {
	object-fit: contain;
}
.whitelabel_nft .crypto-service h4 {
	color: #080808;
	font-size: 24px;
	font-weight: 800;
	line-height: 140%;
}
.whitelabel_nft .crypto-service p {
	color: #454545;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
}

/* Nft industries styels here */
.whitelabel_nft .nft_industries_details {
	display: none;
}
.whitelabel_nft .nft_industries_details h2 {
	color: #080808;
	font-size: 32px;
	font-weight: 800;
	line-height: 140%; /* 44.8px */
}
.whitelabel_nft .nft_industries_details p {
	color: #5D5D5D;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%; /* 27px */
}
.whitelabel_nft .nft_industries_section .nft_industries_tabs > div {
	color: #454545;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	background: #F6F6F6;
	padding: 1rem 2rem;
	margin: 0 .5rem;
	cursor: pointer;
}
.whitelabel_nft .nft_industries_section .nft_industries_tabs > div:hover,
.whitelabel_nft .nft_industries_section .nft_industries_tabs > div.active {
	background: #9B51E0;
	color: #ffffff;
}
.whitelabel_nft .nft_industries_section .nft_industries_tabs > div.active { 
	font-weight: 700;
}
.whitelabel_nft #nft_industries_tools {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	color: #454545;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background-color: #fff;
	width: 400px;
	height: 52px;
	margin: 0 auto;
	background-position: 100%;
	background-repeat: no-repeat;
	border: 1px solid #D1D1D1;
	padding: 0.75rem;
	border-radius: 10px;
	outline: none;
	background-image: url(https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2024/06/25124647/selectArrow.png);
}

/* NFT features section styles here */ 
.whitelabel_nft .features_section .nft_services_empty {
	background-color: #F5F7F9;
}
.whitelabel_nft .features_section .nft_services_empty .nft_services_click {
	background-color: #E7E7E7;
}
.whitelabel_nft .features_section .nft_services_empty .nft_services_click .add_icon {
	background-position: -92px -30px;
}
.whitelabel_nft .features_section .nft_features_icon_1 {
	background-position: -498px -27px;
}
.whitelabel_nft .features_section .nft_features_icon_2 {
	background-position: -546px -27px;
}
.whitelabel_nft .features_section .nft_features_icon_3 {
	background-position: -595px -27px;
}
.whitelabel_nft .features_section .nft_features_icon_4 {
	background-position: -642px -27px;
}
.whitelabel_nft .features_section .nft_features_icon_5 {
	background-position: -690px -27px;
}
.whitelabel_nft .features_section .nft_features_icon_6 {
	background-position: -738px -27px;
}
.whitelabel_nft .features_section .nft_features_icon_7 {
	background-position: -786px -27px;
}
.whitelabel_nft .features_section .nft_features_icon_8 {
	background-position: -834px -27px;
}
.whitelabel_nft .features_section .nft_features_icon_9 {
	background-position: -16px -86px;
}
.whitelabel_nft .features_section .nft_features_icon_10 {
	background-position: -64px -86px;
}
.whitelabel_nft .features_section .nft_features_icon_11 {
	background-position: -113px -86px;
}
.whitelabel_nft .features_section .nft_features_icon_12 {
	background-position: -160px -86px;
}
.whitelabel_nft .features_section .nft_features_icon_13 {
	background-position: -208px -86px;
}
.whitelabel_nft .features_section .nft_features_icon_14 {
	background-position: -256px -86px;
}
.whitelabel_nft .features_section .nft_features_icon_15 {
	background-position: -304px -86px;
}
.whitelabel_nft .features_section .nft_features_icon_16 {
	background-position: -352px -86px;
}

/* Image compare styles here */
.whitelabel_nft .compare_section {
	background-image: url('https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2024/10/28144153/comparisionBg.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.whitelabel_nft .compare_section .theme-text {
	max-width: 900px;
	margin: 0 auto 0.75rem;
}
.whitelabel_nft .compare_section .theme-text p {
	color: #B0B0B0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 132%; /* 21.12px */
	text-transform: capitalize;
}
.whitelabel_nft .compare_section .lightIcon {
	background-position: -16px -31px;
}
.whitelabel_nft .compare_section .darkIcon {
	background-position: -56px -31px;
}
.whitelabel_nft .compare_section .img-comp-container {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	height: 600px; /*should be the same height as the images*/
}

.whitelabel_nft .compare_section .img-comp-img {
	position: absolute;
	overflow: hidden;
}

.whitelabel_nft .compare_section .img-comp-img img {
	display: block;
	vertical-align: middle;
	width: auto;
	height: 600px;
	max-width: unset;
	max-height: unset;
}

.whitelabel_nft .compare_section .img-comp-slider {
	position: absolute;
	z-index: 9;
	cursor: ew-resize;
	width: 66px;
	height: 66px;
	background-image: url(https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2024/10/28143644/compareSlider.svg);
	border-radius: 50%;
}

/* Testimonials styles here */
.whitelabel_nft .testimonials_section .testimonials_details .avatar_1 {
	background-position: -128px -16px;
}
.whitelabel_nft .testimonials_section .testimonials_details .avatar_2 {
	background-position: -198px -16px;
}
.whitelabel_nft .testimonials_section .testimonials_details .avatar_3 {
	background-position: -268px -16px;
}
.whitelabel_nft .testimonials_section .testimonials_details .quotes_icon {
	background-position: -338px -31px;
}

/* customized nft grid */
.whitelabel_nft .customized-nft-grid {
	grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
}

.whitelabel_nft .customized-nft-grid > div {
	height: 155px; /* Set height */
	display: flex; /* Use flexbox for centering */
	align-items: center; /* Vertically center */
	justify-content: center; /* Horizontally center */
	border: 1px solid #D1D1D1; /* Optional border */
	filter: grayscale(100); /* For image greyscale*/
}

.whitelabel_nft .customized-nft-grid .opensea {
	width: 145px;
	height: 41px;
	background-position: -16px -132px;
}
.whitelabel_nft .customized-nft-grid .rarible {
	width: 142px;
	height: 42px;
	background-position: -174px -132px;
}
.whitelabel_nft .customized-nft-grid .foundation {
	width: 148px;
	height: 34px;
	background-position: -330px -137px;
}
.whitelabel_nft .customized-nft-grid .superrare {
	width: 140px;
	height: 36px;
	background-position: -494px -137px;
}
.whitelabel_nft .customized-nft-grid .zora {
	width: 130px;
	height: 31px;
	background-position: -648px -138px;
}
.whitelabel_nft .customized-nft-grid .mintable {
	width: 112px;
	height: 24px;
	background-position: -792px -142px;
}
.whitelabel_nft .customized-nft-grid .knownorigin {
	width: 215px;
	height: 27px;
	background-position: -14px -198px;
}
.whitelabel_nft .customized-nft-grid .nifty {
	width: 110px;
	height: 40px;
	background-position: -246px -194px;
}

/* FAQ */
.whitelabel_nft #wpsm_accordion_9027 {
	margin-bottom: 0 !important;
}

/* CTA Section styles here */
.whitelabel_nft .cta-section {
	background-color: #f9f9f9;
}
.whitelabel_nft .cta-section .cta-grid {
	grid-template-columns: 1fr 1fr;
	grid-gap: 3.75rem;
}
.whitelabel_nft .cta-section .cta-info {
	background-color: #F3EAFD;
}
.whitelabel_nft .cta-section .cta-info p {
	color: #454545;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%; /* 24px */
}
.whitelabel_nft .cta-section h2 {
	color: #080808;
	font-size: 32px;
	font-weight: 800;
	line-height: 130%; /* 41.6px */
}
.whitelabel_nft .cta-section h3 {
	color: #080808;
	font-size: 24px;
	font-weight: 700;
	line-height: 150%; /* 36px */
}
.whitelabel_nft .cta-section .callIcon {
	background-position: -418px -31px;
}
.whitelabel_nft .cta-section .mailIcon {
	background-position: -378px -31px;
}

.whitelabel_nft #wpforms-9044 {
	margin-bottom: 0;
}
.whitelabel_nft #wpforms-9044 .wpforms-field  {
	position: static;
}

.whitelabel_nft #wpforms-9044 .wpforms-field-label {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	color: #888888;
	margin-bottom: 6px;
}

.whitelabel_nft #wpforms-9044 .wpforms-form input[type="text"],
.whitelabel_nft #wpforms-9044 .wpforms-form input[type="email"] {
	height: 52px;
	border-radius: 8px;
}

.whitelabel_nft #wpforms-9044 .wpforms-form input[type="text"],
.whitelabel_nft #wpforms-9044 .wpforms-form input[type="email"],
.whitelabel_nft #wpforms-9044 .wpforms-form textarea {
	border: 1px solid #b0b0b0;
	outline: none;
	border-radius: 8px;
	background-color: transparent;
}

.whitelabel_nft #wpforms-9044 .wpforms-form textarea {
	height: 110px;
	resize: none;
}

.whitelabel_nft #wpforms-9044 .wpforms-form button[type="submit"] {
	width: fit-content !important;
	border-radius: 4px !important;
	border: 1px solid #9b51e0 !important;
	background-color: #9b51e0;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding: 10px 30px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.whitelabel_nft #wpforms-9044 .wpforms-form button[type="submit"]:hover {
	background-color: #A761EB;
	border: 1px solid #A761EB;
	cursor: pointer;
}

.whitelabel_nft #wpforms-9044 .wpforms-form button[type="submit"]:hover::after {
	background-position: -216px -6px;
}

.whitelabel_nft #wpforms-9044 .wpforms-form button[type="submit"]::after {
	content: "";
	display: inline-flex;
	width: 20px;
	height: 20px;
	margin: 0 0 0 8px;
	background-image: url(https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2024/04/18114311/arrowIcons.svg);
	background-position: -188px -7px;
	transition: all 0.5s ease;
}
.whitelabel_nft #wpforms-9044 .wpforms-error {
	margin-top: 4px;
}
.whitelabel_nft #wpforms-9044 .wpforms-submit-spinner {
	margin: 6px auto !important;
	display: block;
}

.whitelabel_nft .demo_video_section {
	background: url('https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2024/11/27063313/WalletDemoBg.png'), #191919;
	background-position: bottom;
    background-size: cover;
}
.whitelabel_nft .demo_video_section video {
	width: 100%;
	margin-bottom: -4px;
}