html,
body {
    min-width: 320px;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
    padding-bottom: 4vw !important;
}

.navbar {
    z-index: 100 !important;
}

body {
    overflow-y: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

body::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
    margin-left: -1vw !important;
}

.no-margin-bottom {
    margin-bottom: 0.3vw !important;
}

.modal a {
    color: #212529;
}

.modal a:hover {
    color: #212529;
}

.pd {
    padding-left: 7vw !important;
    padding-right: 7vw !important;
    padding-left: 16vw !important;
    padding-right: 11vw !important;
}

.br {
    border: 2px solid red;
}

.bgr {
    border: 2px solid green;
}

.carousel-inner img {
    width: 60%;
    height: 70%;
}

.carousel-inner {
    text-align: center;
}

.carousel-control-next,
.carousel-control-prev {
    top: -13vw !important;
}

header {
    padding-top: 3vh !important;
}

.arrow-down {
    display: none;
}

.carousel {
    /* height: 35vw; */
    height: 25.6vw;
    background-color: #eee;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 2vw;
    height: 2vw;
    margin-top: 6vw;
}

.carousel-indicators li {
    width: 2.5vw;
    height: 0.4vw;
    margin-right: 0.2vw;
    margin-left: 0.2vw;
}

.content {
    /* margin-top: 22vw; */
    margin-top: 8vw;
    padding-left: 3vw;
    padding-right: 3vw;
}

.content .blueprint {
    width: 30vw;
}

.custom-size-blueprint {
    width: 15vw !important;
}

.custom-size-blueprint2 {
    width: 13vw !important;
}

.description .row {
    /* margin: 0 0 1vw 0 !important; */
    margin: -1.1vw 0 1vw 0 !important;
}

.carousel-caption {
    display: none !important;
}

#desc_modal .modal-dialog {
    width: 58vw !important;
    max-width: 58vw !important;
}

.heading img {
    /* width: 2.4vw; */
    width: 1.8vw;
    display: inline-block;
    margin-left: 1vw;
    /* margin-top: -1.5vw; */
    margin-top: -1vw;
}

.heading p {
    display: inline-block;
    font-weight: 800;
    /* font-size: 3.5vw; */
    font-size: 2.5vw;
}

.content label {
    font-size: 0.8vw;
    /* font-size: 1vw; */
    text-transform: uppercase;
    position: absolute;
    bottom: -0.3vw !important;
}

.content span {
    /* font-size: 1.4vw; */
    font-size: 1.1vw;
}

.custom-rotate {
    transform: rotate(90deg);
    margin-top: -6vw;
}

.content span a {
    font-style: italic;
    color: #888888;
    text-decoration: underline;
}

#desc_modal .modal-body {
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 2.7vw !important;
    padding-left: 3.7vw !important;
    padding-right: 3.7vw !important;
    padding-bottom: 7vw !important;
}

#desc_modal .modal-body img {
    position: absolute;
    width: 2vw;
    left: 52vw;
    top: 0vw;
}

#desc_modal .modal-body h1 {
    font-size: 2.7vw;
    font-weight: bold;
}

#desc_modal .modal-body h5 {
    margin-top: -0.3vw;
    font-style: italic;
    color: #888888;
    font-weight: normal;
    font-size: 1vw;
    margin-bottom: 2vw;
}

#desc_modal .modal-body p {
    text-align: justify;
    font-size: 1.12vw;
    font-weight: normal;
    margin-bottom: 1.3vw;
}

#designers_modal a img {
    position: absolute;
    width: 2vw;
    left: 53vw;
    top: 0vw;
}

#designers_modal .main-description {
    padding: 0.3vw !important;
}

#designers_modal .modal-content {
    border-radius: 0vw !important;
}

#designers_modal .modal-dialog {
    width: 57vw !important;
    max-width: 90vw !important;
}

#designers_modal .img-container img {
    width: 100% !important;
    height: auto;
}

#designers_modal .modal-body h1 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2vw;
    margin-top: 1vw;
}

#designers_modal .modal-body p {
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.85vw;
}

.custom-mt-2 {
    margin-top: 2vw;
}

.arrow-btn {
    display: none;
}

@media only screen and (min-width: 2560px) {
    .content label {
        bottom: 0vw !important;
    }
    #designers_modal .modal-body p {
        font-size: 0.88vw;
    }
    #designers_modal .main-description {
        padding: 1vw !important;
    }
    .custom-mt-2 {
        margin-top: 1vw;
    }
    #designers_modal .main-description .custom-padding {
        padding-left: 1vw !important;
        padding-right: 1vw !important;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 1024px) {
    header {
        padding-top: 1vh !important;
    }
    .pd {
        padding-left: 13vw !important;
        padding-right: 13vw !important;
    }
    .custom-pd {
        padding-left: 6vw !important;
        padding-right: 8vw !important;
    }
    .content span {
        font-size: 1vw;
    }
    #designers_modal .modal-body p {
        font-size: 0.8vw;
    }
    .custom-fs p {
        font-size: 0.9vw !important;
    }
}

@media only screen and (max-width: 1024px) and (min-height: 600px) and (max-height: 1366px) {
    .heading img {
        margin-top: -1.1vw;
    }
    header {
        padding-top: 2vh !important;
    }
}

@media only screen and (max-width: 800px) and (min-height: 1280px) {
    header {
        padding-top: 7vh !important;
    }
    .content .blueprint {
        height: 80% !important;
        width: 80% !important;
    }
}

@media only screen and (max-width: 800px) {
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
    }
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        height: 5vw !important;
        width: 5vw !important;
    }
    .carousel {
        height: 41vw !important;
    }
    .carousel-inner img {
        width: 100% !important;
        height: 100% !important;
    }
    .custom-rotate {
        transform: rotate(90deg);
        margin-top: 2vw !important;
    }
    .carousel-control-next,
    .carousel-control-prev {
        top: 0vw !important;
    }
    .arrow-btn {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
    .custom-mb {
        margin-bottom: -23vw !important;
    }
    .custom-rotate {
        transform: rotate(90deg);
    }
    .heading {
        text-align: center !important;
    }
    .blueprint-container {
        text-align: center !important;
        z-index: -2 !important;
    }
    /* custom columns */
    .description {
        padding-left: 5vw !important;
        /* margin-bottom: 20vw !important; */
        margin-bottom: 0vw !important;
    }
    .description .row div {
        padding: 0 !important;
    }
    .content label {
        float: left;
        margin-left: 4vw;
        /* font-size: 3.3vw !important; */
        font-size: 2.8vw !important;
    }
    .content span {
        float: left;
        font-size: 3vw !important;
        /* font-size: 4.4vw !important; */
        margin-left: 4vw;
    }
    .col-3 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-9 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    /* end of custom columns */
    .content label {
        position: relative;
    }
    .pd {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .content {
        margin-top: 15vw !important;
        padding-left: 0vw;
        padding-right: 0vw;
    }
    #desc_modal .modal-body {
        padding-left: 7.7vw !important;
        padding-right: 7.7vw !important;
        padding-bottom: 7vw !important;
        padding-top: 7vw !important;
    }
    #desc_modal .modal-dialog {
        max-width: 100vw;
        width: 70vw;
    }
    #desc_modal .modal-body h1 {
        font-size: 5.7vw;
        font-weight: bold;
    }
    #desc_modal .modal-body h5 {
        margin-top: -0.3vw;
        font-style: italic;
        color: #888888;
        font-weight: normal;
        font-size: 2vw;
        margin-bottom: 5vw;
    }
    #desc_modal .modal-body p {
        text-align: justify;
        font-size: 2.5vw;
        font-weight: normal;
        margin-bottom: 3vw;
    }
    #desc_modal .modal-body img {
        position: absolute;
        width: 7vw;
        left: 84vw;
        top: -0.2vw;
    }
    .heading img {
        width: 5.4vw;
        display: inline-block;
        margin-left: 1vw;
        margin-top: -3.5vw;
    }
    #desc_modal .modal-dialog {
        max-width: 100vw !important;
        width: 96vw !important;
    }
    .content label {
        /* font-size: 4.1vw; */
        text-transform: uppercase;
        font-weight: bold !important;
    }
    #designers_modal .img-container img {
        width: 100% !important;
        height: auto;
        margin-top: 2vw;
    }
    #designers_modal .modal-dialog {
        width: 96vw !important;
        max-width: 100% !important;
    }
    #designers_modal a img {
        width: 8vw;
        left: 83vw;
        z-index: 1;
    }
    #designers_modal .modal-body h1 {
        font-size: 5.4vw;
        margin-top: 5vw;
        margin-bottom: 3vw;
    }
    #designers_modal .modal-body p {
        font-size: 3.2vw;
        margin-top: 4vw;
    }
    .content span {
        /* font-size: 4.4vw; */
        text-transform: capitalize;
    }
    .content .blueprint {
        height: 80% !important;
        width: 80% !important;
    }
    /* .content {
        text-align: center;
    } */
    .description .row {
        margin: 2vw 0 2vw 0 !important;
    }
    .heading p {
        display: inline-block;
        font-weight: 800;
        font-size: 7vw;
        margin-left: 6.4vw;
        margin-top: 4vw;
    }
    .content .custom-size {
        width: 30% !important;
        height: 80% !important;
    }
}

@media only screen and (max-width: 480px) {
    header {
        /* padding-top: 13vh !important; */
        padding-top: 0vh !important;
    }
    #desc_modal .modal-body img {
        position: absolute;
        width: 7vw;
        left: 84vw;
        top: -0.2vw;
    }
    #desc_modal .modal-body h1 {
        font-size: 5.7vw;
        font-weight: bold;
    }
    #desc_modal .modal-body h5 {
        margin-top: -0.3vw;
        font-style: italic;
        color: #888888;
        font-weight: normal;
        font-size: 3vw;
        margin-bottom: 5vw;
    }
    #desc_modal .modal-body p {
        text-align: justify;
        font-size: 3.12vw;
        font-weight: normal;
    }
    .carousel {
        height: 43vw !important;
    }
    .carousel-indicators {
        padding-top: 10vw !important;
        bottom: 0 !important;
    }
    .heading p {
        display: inline-block;
        font-weight: 800;
        font-size: 6.5vw;
        margin-left: 6.4vw;
    }
    .content label {
        font-size: 5.1vw;
        text-transform: uppercase;
        font-weight: bold !important;
    }
    .content span {
        font-size: 5.4vw;
        text-transform: capitalize;
    }
    .heading img {
        width: 6vw;
        display: inline-block;
        margin-left: 1vw;
        margin-top: -2.5vw;
    }
    .content .blueprint {
        height: 100%;
        width: 100%;
    }
    /* .content {
        text-align: center;
    } */
    .description .row {
        margin: 2vw 0 2vw 0 !important;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 5vw !important;
        height: 5vw !important;
        margin-top: 0vw !important;
    }
    .content .custom-size {
        width: 27% !important;
    }
}