.btn:focus {
    box-shadow: none !important;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.mr-5 {
    margin-right: 3rem !important;
}

.container.auto-close {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 1000000;
    top: 10px;
}

#designer {
    margin-top: 80px;
}

#designer .designerDes {
    font-size: 12pt;
    padding: 0 20px;
}

.bg-ededed {
    background-color: #ededed !important;
}

/*imgGrid*/
#imgGrid .section {
    display: none;
    padding: 5rem 1rem 0 1rem;
}
#imgGrid .section h2 {
    margin-bottom: 25px;
    width: fit-content;
    border-bottom: 2px solid #c00;
    padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
    #imgGrid .section {
        padding: 6rem 0 0 0;
    }
}
@supports (display: grid) {
    #imgGrid .section {
        display: block;
    }
}

#imgGrid h1 {
    font-size: 2rem;
    margin: 0 0 1em;
}

#imgGrid .grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    grid-auto-rows: 150px;
    grid-auto-flow: row dense;
}

#imgGrid .grid .gridA {
    display: contents;
}

#imgGrid .item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    background: #0c9a9a;
    color: #fff;
    grid-column-start: auto;
    grid-row-start: auto;
    color: #fff;
    background: url("/images/home/hooral.jpg");
    background-size: cover;
    background-position: center;
    box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    counter-increment: item-counter;
}
#imgGrid .gridA:nth-of-type(2n) .item {
    background-image: url("/images/home/window.jpg");
}
#imgGrid .gridA:nth-of-type(3n) .item {
    background-image: url("/images/home/door.jpg");
}
#imgGrid .gridA:nth-of-type(4n) .item {
    background-image: url("/images/home/hooral.jpg");
}
/*#imgGrid .item:nth-of-type(4n) {*/
/*    background-image: url("https://images.unsplash.com/photo-1490914327627-9fe8d52f4d90?dpr=2&auto=format&fit=crop&w=1500&h=2250&q=80&cs=tinysrgb&crop=");*/
/*}*/
/*#imgGrid .item:nth-of-type(5n) {*/
/*    background-image: url("https://images.unsplash.com/photo-1476097297040-79e9e1603142?dpr=2&auto=format&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb&crop=");*/
/*}*/
/*#imgGrid .item:nth-of-type(6n) {*/
/*    background-image: url("https://images.unsplash.com/photo-1464652149449-f3b8538144aa?dpr=2&auto=format&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb&crop=");*/
/*}*/
#imgGrid .item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    transition: opacity 0.3s ease-in-out;
}
#imgGrid .item:hover {
    transform: scale(1.02);
}
#imgGrid .item:hover:after {
    opacity: 0;
}
#imgGrid .item--medium {
    grid-row-end: span 2;
}
#imgGrid .item--large {
    grid-row-end: span 3;
}
#imgGrid .item--full {
    grid-column-end: auto;
}

@media screen and (max-width: 470px) {
    #imgGrid .grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media screen and (min-width: 768px) {
    #imgGrid .item--full {
        grid-column: 1/-1;
        grid-row-end: span 2;
    }
}
#imgGrid .item__details {
    position: relative;
    z-index: 1;
    padding: 15px;
    background: #fff;
    letter-spacing: 1px;
    color: #828282;
}
/*#imgGrid .item__details:before {*/
/*    content: counter(item-counter);*/
/*    font-weight: bold;*/
/*    font-size: 1.1rem;*/
/*    padding-right: 0.5em;*/
/*    color: #444;*/
/*}*/

/*imgGrid*/

/*Projects*/
#projects {
    margin-top: 80px;
}

#projects h2 {
    margin-bottom: 25px;
    width: fit-content;
    border-bottom: 2px solid #c00;
    padding-bottom: 10px;
}

.c-heroImageGrid {
    position: relative;
    overflow: hidden;
    height: 50vw;
    background: #fff;
    margin-bottom: 60px;
    direction: ltr;
}

.c-heroImageGrid .container1 {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: -20vw;
    left: -8vw;
    transform: rotateZ(45deg);
    height: 100vw;
    width: 107vw;
}

.c-heroImageGrid .container1 .column {
    overflow: hidden;
    position: relative;
}

.c-heroImageGrid .container1 .column:nth-of-type(1) {
    border-right: 8px solid white;
    width: 25%;
    height: 66vw;
}

.c-heroImageGrid .container1 .column:nth-of-type(1):hover {
    opacity: 0.75;
    cursor: pointer;
}

.c-heroImageGrid .container1 .column:nth-of-type(2) {
    display: flex;
    flex-direction: column-reverse;
    width: 75%;
    height: 109.1vw;
}

.c-heroImageGrid .container1 .column:nth-of-type(2) .row {
    border-top: 8px solid #fff;
}

.c-heroImageGrid .container1 .column:nth-of-type(2) .row:nth-of-type(1) {
    position: relative;
    overflow: hidden;
    height: 50vw;
}

.c-heroImageGrid .container1 .column:nth-of-type(2) .row:nth-of-type(1):hover {
    opacity: 0.75;
    cursor: pointer;
}

.c-heroImageGrid .container1 .column:nth-of-type(2) .row:nth-of-type(2) {
    display: flex;
    height: 40.5vw;
}

.c-heroImageGrid .container1 .column:nth-of-type(2) .row:nth-of-type(3) {
    border-top: none;
}

.c-heroImageGrid .container1 .column:nth-of-type(2) .row:nth-of-type(2) div:nth-of-type(1) {
    overflow: hidden;
    width: 30%;
    position: relative;
    /*background-color: #8B8B8A;*/
}

.c-heroImageGrid .container1 .column:nth-of-type(2) .row:nth-of-type(2) div:nth-of-type(1) .text {
    width: 100%;
    height: 100%;
    overflow: visible;
    transform: rotateZ(-45deg);
    position: relative;
}

.c-heroImageGrid .container1 .column:nth-of-type(2) .row:nth-of-type(2) div:nth-of-type(1) .text h6 {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.35vw;
    width: 20vw;
    top: 16vw;
    left: 7vw;
    line-height: 1.55vw;
}

.c-heroImageGrid .container1 .column:nth-of-type(2) .row:nth-of-type(2) div:nth-of-type(1) .text p {
    text-align: right;
    position: absolute;
    color: #fff;
    font-size: 0.9vw;
    width: 18vw;
    top: 23.5vw;
    left: -3.5vw;
}

.c-heroImageGrid .container1 .column:nth-of-type(2) .row:nth-of-type(2) div:nth-of-type(2) {
    position: relative;
    width: 70%;
    border-left: 8px solid white;
    overflow: hidden;
}

.c-heroImageGrid .container1 .column:nth-of-type(2) .row:nth-of-type(2) div:nth-of-type(1):hover {
    opacity: 0.75;
    cursor: pointer;
}

.c-heroImageGrid .container1 .column:nth-of-type(2) .row:nth-of-type(2) div:nth-of-type(2):hover {
    opacity: 0.75;
    cursor: pointer;
}

.c-heroImageGrid .container1 .column:nth-of-type(2) .row:nth-of-type(3) {
    position: relative;
    height: 24.9vw;
    overflow: hidden;
}

.c-heroImageGrid .container1 .column:nth-of-type(2) .row:nth-of-type(3):hover {

}

.c-heroImageGrid .container1 .column:nth-of-type(2) .row:nth-of-type(3) div:nth-of-type(1) {
    overflow: hidden;
    background-color: #ededed;
}
/*Projects*/

#customers,#Brands {
    margin-top: 80px !important;
    margin-bottom: 40px !important;
}

#customers h2,#Brands h2 {
    margin-bottom: 25px;
    width: fit-content;
    border-bottom: 2px solid #c00;
    padding-bottom: 10px;
    text-align: right;
}

#Brands .item {
    height: 220px;
}

#customers .splide__track {
    direction: ltr;
}

#customers .splide__track .splide__slide {
    text-align: center;
    position: relative;
}

#customers .splide__track .splide__slide .splide__slide__title {
    display: none;
    position: absolute;
    top: 80%;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

#customers .splide__track .splide__slide .splide__slide__icon {
    display: none;
    position: absolute;
    top: 65%;
    width: 100%;
    font-size: 14pt;
}

#customers .splide__track .splide__slide .splide__slide__icon i {
    margin: 0 5px;
}

#customers .splide__track .splide__slide .splide__slide__icon a {
    color: #fff;
}

#customers .splide__track .splide__slide .splide__slide__icon a:hover {
    color: #cc0000;
}

#customers .splide__track .splide__slide .splide__slide__icon a:hover i {
    transform: scale(1.3);
    transition: ease-in-out 0.3s;
}

@media screen and (max-width: 450px){
    #customers .splide__track .splide__slide {
        height: 250px !important;
    }
}

#customers .splide__track .splide__slide:hover {
    background-color: rgba(0, 0, 0, 0.54);
    transition: ease-in-out 0.5s;
}

#customers .splide__track .splide__slide:hover .splide__slide__title {
    display: block;
}

#customers .splide__track .splide__slide:hover .splide__slide__icon {
    display: block;
}

#customers .splide__track .splide__slide img {
    width: 45%;
    height: auto;
    margin-top: 40px;
}
