/* Global Style Start */:root{/* Font */ --primary_font: 'Raleway', sans-serif; --secondary_font: 'Inter', sans-serif; /* Color */ --primary_color: #22C1C5; --secondary_color: #09121D; --default_color: #FFFFFF; --text_color: #F0F0F0; --footer_bg: #091520; --placeholder_color: #B6B6B6; /* Shade */ --primary_shade: rgba(34, 193, 197, 0.05); --secondary_shade: rgba(252, 251, 254, 0.04); /* Border */ --primary_border: rgba(255, 255, 255, 0.05); --secondary_border: rgba(255, 255, 255, 0.08); --primary_border_radius: 8px; --secondary_border_radius: 4px; /* Shade Background */ --primary_shade_bg: rgba(34, 193, 197, 0.10);}/* Typography Start */h1,h2,h3,h4,h5{color: var(--text_color); font-family: var(--primary_font); text-transform: capitalize;}h2{font-size: 48px; font-weight: 600; margin-bottom: 20px;}h2 span{color: var(--primary_color); transition: 0.4s all;}p{color: var(--text_color); font-family: var(--secondary_font); font-size: 18px; font-weight: 400; margin-bottom: 40px; transition: 0.4s all;}/* Typography End *//* Custom Style Start */html{scroll-behavior: smooth;}body{background: var(--secondary_color); background-image: url(../images/section_bg.png); background-position: center; background-size: contain; background-repeat: repeat; overflow-x: hidden;}/* selection */::selection{color: var(--default_color); background: var(--primary_color);}/* selection */section{padding: 100px 0px;}a{font-family: var(--primary_font); text-decoration: none; color: var(--text_color); transition: 0.4s all;}a:focus{outline: 0;}img{object-fit: cover;}/* Button */.btn{color: var(--secondary_color); font-family: var(--primary_font); font-size: 16px; font-weight: 600; text-transform: capitalize; background: var(--primary_color); padding: 9px 32px 8px; border: 1px solid var(--primary_color); border-radius: 3px; transition: 0.4s all;}.btn:hover{background: var(--primary_shade); color: var(--primary_color); border: 1px solid var(--primary_color); transition: 0.4s all;}.btn:active{background: var(--secondary_color) !important; color: var(--text_color) !important;}/* Card */.d2c_card{border-radius: 8px; border: 1px solid var(--primary_border); background: var(--secondary_color); transition: 0.4s all;}.d2c_card_body{padding: 20px;}.d2c_card_img{height: 100%; padding: 20px; background: var(--secondary_shade);}.d2c_card_title{color: var(--text_color); font-family: var(--secondary_font); font-size: 18px; font-weight: 600; text-transform: capitalize; margin-bottom: 5px;}.d2c_card_text{color: var(--text_color); font-family: var(--secondary_font); font-size: 14px; font-weight: 400; margin-bottom: 15px;}/* Card Social Link */.d2c_card_social_link{background: rgba(9, 18, 29, 0.80); position: absolute; inset: 0; display: flex; justify-content: center; align-items: center; margin-top: 280px; transition: 0.4s all;}.d2c_card_social_link a{width: 46px; height: 46px; background: var(--primary_shade_bg); border-radius: var(--secondary_border_radius); display: flex; justify-content: center; align-items: center; opacity: 0; transition: 0.4s all;}.d2c_card_social_link a i{font-size: 20px; color: var(--primary_color); transition: 0.4s all;}.d2c_card_social_link a:hover{background: var(--primary_color); transition: 0.4s all;}.d2c_card_social_link a:hover i{color: var(--text_color); transition: 0.4s all;}#trending .d2c_card_btn{font-size: 12px; font-weight: 500; padding: 5px 16px 4px;}.d2c_heart{color: var(--primary_color); transition: 0.4s all;}a .d2c_heart:last-child{display: none; transition: 0.4s all;}a:hover .d2c_heart:last-child{display: block; transition: 0.4s all;}a:hover .d2c_heart:first-child{display: none; transition: 0.4s all;}/* Dropdown Start */.dropdown-menu{transform: translate(-34px, 20px) !important;}.d2c_dropdown_btn{background: transparent; border: 0;}.dropdown-menu{min-width: 100px !important; background: #0C242E; padding: 4px 0px; border: 1px solid var(--primary_shade); border-radius: 0;}.dropdown-item{color: var(--text_color); font-family: var(--primary_font); font-size: 16px; font-weight: 600; text-transform: capitalize;}.dropdown-item:hover{background: var(--primary_shade); color: var(--primary_color);}.dropdown-item:active{background: var(--primary_shade);}/* Dropdown End *//* Global Style End *//* Preloader End */.preloader{display: flex; justify-content: center; align-items: center; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--secondary_color); z-index: 9999; transition: opacity 2.5s ease; opacity: 1;}.preloader.hide{opacity: 0; pointer-events: none;}.preloader img{max-width: 120px; max-height: 50px;}/* Preloader End *//* Navbar Start */.navbar-brand{max-width: 135px;}.d2c_navbar{padding: 10px 0px; background: var(--secondary_color);}.d2c_navbar .navbar-nav .nav-item{margin: 0px 21px; display: flex; align-items: center;}.d2c_navbar .navbar-nav .nav-item:last-child{margin-right: 0;}.d2c_navbar .navbar-nav .nav-link{color: var(--text_color); font-family: var(--secondary_font); font-weight: 500; font-size: 18px; transition: .4s all ease; padding: 10px 0px;}.d2c_navbar .navbar-nav .nav-link:hover{color: var(--primary_color); transition: .4s all ease;}.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{color: var(--primary_color) !important;}.d2c_navbar .d2c_nav_btn.active{background: var(--secondary_color); color: var(--primary_color); border: 1px solid var(--primary_color); transition: 0.4s all;}/* Nav Item Show from Side */body .d2c_mobile_view{position: fixed; height: 100vh; inset: 0; opacity: 1;}.navbar.d2c_mobile_view_body .navbar-nav{width: 100%;}.navbar.d2c_mobile_view_body .nav-item{margin-right: 0;}.d2c_mobile_view .show_width{max-width: 14.625rem; width: 100%; height: 100vh; position: absolute; right: -380px; top: 0; transition: 0.5s; padding: 20px 15px; background-color: #021616; overflow: scroll; z-index: 9999; box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);}.d2c_mobile_view.show .show_width{right: 0; transition: 0.5s;}.hide_width{max-width: 15.625rem; width: 100%; height: 100vh; position: absolute; right: -380px !important; top: 0; transition: 0.5s !important; padding: 20px 15px; background-color: #021616; overflow: scroll; z-index: 9999;}.navbar-toggler:focus{box-shadow: none;}.navbar-toggler{border: 1px solid var(--primary_shade); color: var(--text_color); padding: 7px 10px; width: 44px; margin-left: 10px; transition: .4s all ease;}.navbar-toggler:hover{background: var(--primary_color); transition: .4s all ease;}.d2c_cross_btn{width: auto; border: none;}@media only screen and (min-width:991px){body .d2c_mobile_view{opacity: 0; transition: .5s;}}/* Navbar End *//* Hero Section Start */.d2c_hero_wrapper{padding: 100px 0px; height: 90vh; background: linear-gradient(0deg, rgba(9, 18, 29, 0.70) 0%, rgba(9, 18, 29, 0.70) 100%), url(../images/hero_bg.png), lightgray -2px 0px / 100.26% 100% no-repeat; background-position: center; background-size: cover;}.d2c_hero_wrapper h2 span:hover{cursor: pointer; border-bottom: 1px solid var(--primary_color); transition: 0.4s all;}/* Hero Section End *//* About Section Start */.d2c_about_wrapper .d2c_img_wrapper{width: 556px; height: 424px; border-radius: var(--primary_border_radius); z-index: 1;}.d2c_about_wrapper .d2c_img_wrapper::before{content: url(../images/about_line_one.png); position: absolute; top: -20px; left: -20px; z-index: -1;}.d2c_about_wrapper .d2c_img_wrapper::after{content: url(../images/about_line_two.png); position: absolute; bottom: -20px; right: -20px; z-index: -1;}.d2c_about_wrapper h6{color: var(--primary_color); font-family: var(--primary_font); font-size: 16px; font-weight: 600; border-radius: var(--secondary_border_radius); background: var(--primary_shade); padding: 8px 24px; display: inline-block; margin-bottom: 10px;}.d2c_about_wrapper h2{margin-bottom: 40px;}/* About Section End *//* Trending NFT Section Start */.d2c_nft_card:hover{box-shadow: 3px 3px 25px 0px rgba(34, 193, 197, 0.05); transition: 0.4s all;}.d2c_nft_card:hover .d2c_card_social_link{margin-top: 0px; transition: 0.4s all;}.d2c_nft_card:hover .d2c_card_social_link a{opacity: 1; transition: 0.4s all;}.d2c_nft_img_wrapper{height: 275px;}/* Card Body */.d2c_nft_author_wrapper{margin-bottom: 35px;}.d2c_nft_author_wrapper a:first-child img{margin-left: 0 !important;}.d2c_nft_author_wrapper img{max-width: 26px; max-height: 26px; border: 2px solid var(--primary_color); margin-left: -12px;}.d2c_nft_author_wrapper h3{font-size: 16px; display: inline-block; margin-left: 30px; margin-bottom: 0;}.d2c_nft_author_wrapper::after{width: 100%; content: ''; border-bottom: 1px solid var(--secondary_border); position: absolute; bottom: -20px; left: 0;}/* Trending NFT Section End *//* Explore Product Section Start */.d2c_explore_wrapper h2{margin-bottom: 0;}.d2c_explore_wrapper .tab-content{margin-top: 40px;}.d2c_explore_wrapper .nav-tabs{border-bottom: 0;}.d2c_explore_wrapper .nav-item{padding: 0px 20px;}.d2c_explore_wrapper .nav-link{color: var(--text_color); font-family: var(--primary_font); font-size: 18px; font-weight: 600; padding: 0; border-radius: 0; border: 0; transition: 0.4s all;}.d2c_explore_wrapper .nav-link:hover{color: var(--primary_color); background: transparent; border-bottom: 1px solid var(--primary_color); transition: 0.4s all;}.d2c_explore_wrapper .nav-link.active{color: var(--primary_color); background: transparent; border-bottom: 1px solid var(--primary_color); transition: 0.4s all;}/* Card */.d2c_explore_img_wrapper{height: 275px;}.d2c_explore_card:hover{box-shadow: 3px 3px 25px 0px rgba(34, 193, 197, 0.05); transition: 0.4s all;}.d2c_explore_card:hover .d2c_card_social_link{margin-top: 0px; transition: 0.4s all;}.d2c_explore_card:hover .d2c_card_social_link a{opacity: 1; transition: 0.4s all;}/* Card Body */.d2c_explore_author_wrapper{margin-bottom: 35px;}.d2c_explore_author_wrapper a:first-child img{margin-left: 0 !important;}.d2c_explore_author_wrapper img{max-width: 26px; max-height: 26px; border: 2px solid var(--primary_color); margin-left: -12px;}.d2c_explore_author_wrapper h3{font-size: 16px; display: inline-block; margin-left: 30px; margin-bottom: 0;}.d2c_explore_author_wrapper::after{width: 100%; content: ''; border-bottom: 1px solid var(--secondary_border); position: absolute; bottom: -20px; left: 0;}/* Explore Product Section End *//* Top Action Section Start */.d2c_action_wrapper{overflow-x: hidden;}.d2c_action_wrapper .slick-slide{padding: 0px 12px;}.d2c_action_wrapper .d2c_card{margin-top: 0; transition: 0.4s all;}.d2c_action_wrapper .d2c_card:hover{box-shadow: 3px 3px 25px 0px rgba(34, 193, 197, 0.05); margin-top: -20px; transition: 0.4s all;}.d2c_action_wrapper .d2c_card_img{height: 275px;}.slick-list{margin-bottom: 50px; padding-top: 40px;}.slick-dots li{width: 16px; height: 16px;}.slick-dots li button:before{width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; font-size: 16px; color: var(--primary_color); opacity: 1; border: 2px solid var(--primary_color); border-radius: 50px; transition: 0.4s all;}.slick-dots li.slick-active button:before{color: transparent; opacity: 1; border: 2px solid var(--primary_color); transition: 0.4s all;}/* Top Action Section End *//* Trending Creator Section Start */.d2c_creator_wrapper .d2c_card:hover{cursor: pointer; border: 1px solid var(--primary_color); transition: 0.4s all;}.d2c_creator_card_img{padding: 30px 52px 0px;}.d2c_creator_card_img img{max-width: 95px; max-height: 95px;}.d2c_creator_wrapper .d2c_card_text span{color: var(--primary_color);}/* Trending Creator Section End *//* Contact Section Start */.d2c_contact_wrapper .d2c_card_img{padding: 40px; height: 580px;}.d2c_overlay{background: linear-gradient(0deg, rgba(9, 18, 29, 0.51) 0%, rgba(9, 18, 29, 0.51) 100%); border-radius: 8px; position: absolute; inset: 0;}.d2c_contact_card{padding: 35px; background: rgb(19 27 38);}.form-label{color: var(--text_color); font-family: var(--primary_font); font-size: 18px; font-weight: 600; margin-bottom: 10px;}.form-control{background: var(--secondary_color); color: var(--text_color) !important; font-family: var(--secondary_font); font-size: 14px; font-weight: 400; padding: 10px; border: 1px solid var(--primary_border); margin-bottom: 20px;}.form-control:focus{background: var(--secondary_color); box-shadow: none; border: 1px solid var(--primary_border); color: var(--text_color);}.d2c_contact_wrappper .form-control::placeholder{color: var(--placeholder_color); font-family: var(--secondary_font); font-size: 14px; font-weight: 400; padding: 10px;}textarea{margin-bottom: 25px !important;}/* Contact Section End *//* Footer Section Start */.d2c_footer_wrapper{padding: 100px 0px 40px; background: var(--footer_bg);}.d2c_footer_wrapper p{margin-bottom: 20px;}.d2c_footer::after{content: ''; width: 100%; border-bottom: 1px solid var(--primary_shade_bg); position: absolute; bottom: -40px; left: 0;}.d2c_footer_wrapper img{max-width: 278px; margin-bottom: 40px;}.d2c_footer_social .list-group{list-style-type: none;}.d2c_footer_social .list-group li{padding: 0px 8px;}.d2c_footer_social .list-group li:first-child{padding-left: 0;}.d2c_footer_social .list-group li a i{width: 40px; height: 40px; border-radius: var(--secondary_border_radius); border: 1px solid var(--primary_shade_bg); background: transparent; display: flex; justify-content: center; align-items: center; font-size: 18px; color: var(--primary_color); transition: 0.4s all;}.d2c_footer_social .list-group li a:hover i{color: var(--secondary_color); background: var(--primary_color); border: 1px solid var(--primary_color); transition: 0.4s all;}.d2c_footer_wrapper h3{color: var(--primary_color); font-size: 20px; font-weight: 600; margin-bottom: 26px;}.d2c_footer_wrapper ul{list-style-type: none; padding-left: 0;}.d2c_footer_wrapper ul li{margin-bottom: 17px;}.d2c_footer_link{color: var(--text_color); font-family: var(--secondary_font); font-size: 18px; font-weight: 400; transition: 0.4s all;}.d2c_footer_link:hover{color: var(--primary_color); transition: 0.4s all;}.d2c_footer_wrapper .form-control{border-right: 0;}#newsletter_btn{height: 100%; background: var(--primary_shade); color: var(--primary_color); border: 1px solid var(--primary_border); border-left: 0; transition: 0.4s all;}#newsletter_btn:hover{background: var(--primary_color); color: var(--secondary_color); transition: 0.4s all;}/* Footer Section End *//* Copy Section Start */.d2c_copy_wrapper{background: var(--footer_bg); padding: 30px 0px;}.d2c_copy_wrapper p{font-weight: 600;}.d2c_copy_wrapper a{color: var(--text_color); font-family: var(--secondary_font); font-size: 18px; font-weight: 600; transition: 0.4s all;}.d2c_copy_wrapper a:hover{color: var(--primary_color); transition: 0.4s all;}/* Copy Section End *//* Scroll Button Start */#scrollBtn{display: none; position: fixed; bottom: 20px; right: 20px; z-index: 9999;}#scrollBtn.show{display: block;}#scrollBtn a i{background: var(--primary_color); font-size: 20px; color: var(--secondary_color); border-radius: 4px; width: 35px; height: 35px; position: fixed; z-index: 9999; bottom: 3%; right: 5%; transition: all ease 0.4s; display: flex; align-items: center; justify-content: center; border: 2px solid var(--primary_color);}#scrollBtn a i:hover{color: var(--primary_color); background: var(--secondary_color); border: 2px solid var(--primary_color); transition: all ease 0.4s;}/* Scroll Button End *//* Template Name:{{NFTDesignVault - Free Bootstrap NFT Website Template}}Template URL:{{https://www.designtocodes.com/product/nftdesignvault-free-bootstrap-nft-website-template}}Description:{{Are you looking to create an NFT art template or an NFT project template? This free website template has got you covered! It stands out among free NFT templates, making the process of building your digital presence a breeze. From an NFT drawing template to an NFT gallery template, the possibilities are endless! Don’t let the idea of building a site daunt you. Whether you need an NFT HTML template, an NFT portfolio website template, or any other NFT design template, NFTDesignVault is your go-to solution.}}Author: DesignToCodes Author URL: https://www.designtocodes.com Text Domain:{{NFTDesignVault}}*/