
@media only screen and (min-width:0px) and (max-width:767px) {

    /* Global Style Start */
    section {
        padding: 50px 0px;
    }
    .d2c_title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    p {
        font-size: 14px;
    }
    .d2c_global_content::before {
        display: none;
    }
    .d2c_btn {
    font-size: 13px;
    padding: 7px 24px 6px;
    }
    /* Global Style End */

    /* Navbar Start */
    .d2c_navbar  {
        border-bottom: 1px solid rgb(255 87 94 / 10%);
    }
    .navbar-toggler {
        padding: 5px 10px 6px;
    }
    .d2c_navbar .navbar-nav .nav-item:last-child{
        margin-top: 15px;
    }
    .d2c_navbar .navbar-nav .nav-item {
        margin: 0px 15px;
    }
    /* Navbar End */

    /* Hero Start */
    .d2c_hero_wrapper {
        height: 100%;
    }
    h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .d2c_stoke_text {
        padding: 1px 12px;
    }
    .d2c_hero_wrapper p {
        margin-bottom: 20px;
    }
    .d2c_hero_btn {
        margin-left: 10px;
    }
    /* Hero End */

    /* Partner Start */
    .d2c_partner_wrapper {
        padding: 50px 0px;
    }
    /* Partner End */

    /* NFT Start */
    .d2c_nft_card {
        padding: 35px 30px;
    }
    .d2c_nft_img_wrapper {
        height: 308px;
    }
    /* NFT End */

    /* Team Start */
    .slick-slide {
        padding: 0px 12px;
        margin: 0px 12px;
    }
    .d2c_team_card img {
        margin-bottom: 25px;
    }
    .d2c_team_title {
        margin-bottom: 5px;
    }
    /* Team End */

    .d2c_footer_wrapper {
        overflow-x: hidden;
    }
    .d2c_footer_nav {
        flex-direction: column;
    }

    /* Scroll btn */
    #scrollBtn a i {
        bottom: 7%;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {

    /* Global Style Start */
    section {
        padding: 60px 0px;
    }
    .d2c_title {
        font-size: 26px;
    }
    p {
        font-size: 14px;
    }
    .d2c_btn {
    font-size: 13px;
    padding: 7px 24px 6px;
    }
    /* Global Style End */

    /* Navbar Start */
    .navbar-toggler {
        padding: 5px 10px 6px;
    }
    .d2c_navbar .navbar-nav .nav-item:last-child{
        margin-top: 15px;
    }
    .d2c_navbar .navbar-nav .nav-item {
        margin: 0px 15px;
    }
    /* Navbar End */

    /* Hero Start */
    .d2c_hero_wrapper {
        height: 100%;
    }
    h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .d2c_hero_wrapper p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .d2c_hero_btn {
        margin-left: 10px;
    }
    /* Hero End */

    /* Partner Start */
    .d2c_partner_wrapper {
        padding: 60px 0px;
    }
    /* Partner End */
    
    /* NFT Start */
    .d2c_nft_card {
        padding: 35px 30px;
    }
    .d2c_nft_img_wrapper {
        height: 300px;
    }
    /* NFT End */

    /* Newsletter Start */
    .form-control {
        padding: 10px !important;
    }
    /* Newsletter End */

    /* Footer Start */
    .list-group-item a {
        font-size: 16px;
        padding: 0px 5px !important;
    }
    /* Footer End */
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    /* Global Style Start */
    section {
        padding: 70px 0px;
    }
    .d2c_title {
        font-size: 27px;
    }
    p {
        font-size: 16px;
    }
    .d2c_btn {
        font-size: 14px;
        padding: 8px 26px 7px;
    }
    /* Global Style End */

    /* Navbar Start */
    .d2c_navbar .navbar-nav .nav-item {
        margin: 0px 12px;
    }
    /* Navbar Start */

    /* Hero Start */
    .d2c_hero_wrapper {
        height: 100%;
    }
    h1 {
        font-size: 32px;
        margin-bottom: 22px;
    }
    .d2c_stoke_text {
        padding: 3px 14px;
    }
    .d2c_hero_wrapper p {
        padding-bottom: 25px;
    }
    .d2c_hero_wrapper img {
        height: 240px;
    }
    /* Hero End */

    /* Partner Start */
    .d2c_partner_wrapper {
        padding: 70px 0px;
    }
    /* Partner End */

    /* Team Start */
    .slick-slide {
        padding: 0 5px;
    }
    .d2c_team_card img {
        height: 340px;
        margin-bottom: 20px;
    }
    .d2c_team_title {
        margin-bottom: 5px;
    }
    .d2c_team_content {
        font-size: 16px;
    }
    /* Team End */

    /* Footer Start */
    .d2c_social_icon {
        padding: 0px 16px !important;
    }
    /* Footer End */
}

@media only screen and (min-width:1200px) and (max-width:1400px) {

    /* Global Style Start */
    section {
        padding: 80px 0px;
    }
    /* Global Style End */

    /* Navbar Start */
    .d2c_navbar .navbar-nav .nav-item {
        margin: 0px 12px;
    }
    /* Navbar End */

    /* Hero Start */
    .d2c_hero_wrapper {
        height: 100%;
    }
    /* Hero End */

    /* Partner Start */
    .d2c_partner_wrapper {
        padding: 80px 0px;
    }
    /* Partner End */

    /* NFT Start */
    .d2c_nft_img_wrapper {
        height: 300px;
    }
    /* NFT End */

    /* Team Start */
    .slick-slide {
        padding: 0 7px;
    }
    .d2c_team_card img {
        height: 300px;
    }
    /* Team End */

    /* Newsletter Start */
    .d2c_newsletter_wrapper {
        padding: 50px 0px 0px;
    }
    /* Newsletter End */

    /* Fotter Start */
    .d2c_footer_wrapper {
        padding: 50px 0px 0px;
    }
    .d2c_social_icon {
        padding: 0px 16px !important;
    }
    /* Fotter End */

    /* Copy Right Start */
    .d2c_copyright_wrapper {
        padding: 25px 0px 46px;
    }
    /* Copy Right End */
}


/*
    Template Name: {{Dimigistics}}
    Template URL: {{https://www.designtocodes.com/product/dimigistics-nft-one-page-bootstrap-website-template}}
    Description: {{Make your NFT project stand out with Dimigistics – a modern One Page Bootstrap template. It's designed to help you display your digital assets online in a stylish way. Dimigistics is easy to use and lets you create a great-looking website for your NFT collection without any technical skills.}}
    Author: DesignToCodes
    Author URL: https://www.designtocodes.com
    Text Domain: {{ Dimigistics }}
*/