:root {
    --theme-blue: #3D8BD3;
    --dark-black: #333333;
    --theme-font: 'Open Sans', sans-serif;
    --light-blue: #DFECF5;
}

@media (max-width: 1569px) {
    h1 {
        font-size: 60px;
        line-height: 78.5px;
    }
    
    .custom-container-fluid {
        padding-left: 90px;
        padding-right: 90px;
    }

    .heading-inner-space {
        padding-left: 177px;
    }

    .header-space {
        margin-top: 200px;
    }

    .banner-heading::before {
        width: 200px;
        height: 200px;
        margin-left: 100px;
    }
}


@media (max-width: 1533px) {
    .header-space {
        margin-top: 200px;
    }

    header .brand-maker-header .brand-maker-nav .navbar .navbar-nav .nav-item .nav-link {
        font-size: 16px !important;
    }
}

@media (max-width: 1494px) {
    .project-slide .project-text h4{
        font-size: 20px;
    }
}

@media (max-width: 1399px) {

    h2 {
        font-size: 28px;
    }
    
    .project-wrapper .project-slide-wrapper{
        max-width: 80% !important;
    }

    .service-text h4 {
        font-size: 22px;
    }

    .project-slide .project-text h4{
        font-size: 18px;
    }
}

@media (max-width: 1267px) {
    h1 {
        font-size: 55px;
        line-height: 64.5px;
    }

    .phone-icon {
        width: 50px;
        height: 50px;
    }

    header .brand-maker-header .brand-maker-nav .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        padding: 0 16px;
    }

    .project-slide .project-text {
        padding: 24px;
        margin-bottom: -30px !important;
    }

    .project-slide-wrapper .slick-list {
        padding-bottom: 50px;
    }

    .custmized-gift-wrapper {
        padding: 60px 0;
    }
}

@media (max-width: 1199px) {
    .banner-heading::before {
        margin-left: 40px;
    }

    .service-text h4 {
        font-size: 17px;
    }
}

@media (max-width: 992px) {
    .custom-container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }

    .navbar-toggler {
        padding: 14px;
        border-radius: 0;
        display: flex;
        align-items: center;
        margin-right: 30px;
        justify-content: center;
        font-weight: 500;
        color: var(--bs-white);
        border: 1px solid var(--bs-white);
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler img {
        width: 15px ;
    }

    .navbar-collapse {
        position: fixed;
        left: -220px;
        width: 220px;
        z-index: 999;
        background-color: #fff;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        top: 0;
        transform: none !important;
        display: block !important;
        transition: all 400ms ease-in-out 0s;
        -o-transition: all 400ms ease-in-out 0s;
        -ms-transition: all 400ms ease-in-out 0s;
        -moz-transition: all 400ms ease-in-out 0s;
        -webkit-transition: all 400ms ease-in-out 0s;
    }

    .navbar-collapse.show {
        left: 0  !important;
    }

    .service-card {
        margin-top: 24px;
    }

    .large-heading {
        width: 50%;
    }

    .brand-nav-wraper {
        justify-content: end;
    }

    .about-para {
        margin-top: 30px; 
        padding-bottom: 30px;
    }

    .about-img-wrapper {
        margin-top: 50px;
    }

    .phone-number-wrapper {
        margin-top: 30px;
    }

    .project-slide-wrapper .slick-prev {
        margin-right: -110px;
    }

    .project-slide-wrapper .slick-next {
        margin-right: -160px;
    }

    header .brand-maker-header .brand-maker-nav .navbar .navbar-nav .nav-item .nav-link {
        color: var(--dark-black);
        padding: 12px 16px;
    }

    header .brand-maker-header .brand-maker-nav .navbar .navbar-nav .nav-item .nav-link:hover {
        color: var(--bs-white);
        background-color: var(--theme-blue);
    }

    .custmized-gift-wrapper .row .col-lg-4:nth-child(5) {
        margin-bottom: 0;
    }

    .custmized-gift-wrapper .row .col-lg-4:nth-child(6) {
        margin-bottom: 0;
    }

    .contact-form-wrapper::before {
        width: 30%;
        height: 40%;
    }

    .footer-heading {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .banner-heading::before {
        margin-left: -20px;
        top: -65px;
    }

    .heading-inner-space {
        padding-left: 0;
    }

    .banner-heading h1 {
        text-align: center;
    }
    .heading-right-space {
        padding-left: 0;
    }

    .banner-paragraph {
        text-align: center;
        width: 100% !important;
    }

    .banner-btn {
        margin-top: 25px;
        text-align: center !important;
        width: 100% !important;
    }
    .banner-content {
        display: block !important;
    }

    .large-heading {
        width: 100%;
        margin-bottom: 20px;
    }

    .heading-wrapper {
        display: block !important;
    }

    .project-slide .project-text h4 {
        font-size: 16px;
    }

    .custmized-gift-wrapper .row .col-lg-4:nth-child(5) {
        margin-bottom: 25px;
    }

    .custmized-gift-wrapper {
        padding: 60px 0 30px;
    }

    .contact-img-wrapper {
        padding-left: 0;
        margin-top: 40px;
    }

    .contact-form-wrapper {
        padding: 60px 0 80px;
    }

    .project-slide-wrapper .slick-prev {
        margin-right: -50px;
    }

    .project-slide-wrapper .slick-next {
        margin-right: -100px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 50px;
        line-height: 55px;
    }

    .banner-heading::before {
        width: 130px;
        height: 130px;
        top: -45px;
        margin-left: 0;
    }
}

@media (max-width: 480px) {

    h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .custom-container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    #videobg {
        padding-bottom: 70px;
    }
}

@media (max-width: 380px) {
    
}