.page-template-home-page{
    background-color: #151725;
    .heading-section{
        color: #fff;
    }
    .content-section{
        color: #9FA2B9;

        p{
            color: inherit;
        }
    }
    .hero-section{
        position: relative;
        .slider{
            .slider-wrapper{
                .slider-item{
                    height: 100vh;
                    position: relative;
                }
                .slider-item-overlay{
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    background: #000;
                    opacity: 0.3;
                    z-index: 1;
                }
                .slider-item-wrap{
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    background-size: cover;
                    background-position: center;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                .slider-item-content{
                    max-width: 60%;
                    width: 100%;
                    margin-left: auto;
                    margin-right: 0;
                    position: relative;
                    z-index: 9;
                    text-align: right;
                }
                .slider-item-heading{
                    position: relative;
                    margin-bottom: 20px;
                    font-family: $barlow-font;
                    font-size: 64px;
                    text-transform: uppercase;
                    line-height: 1.35em;
                    color: #fff;
                    font-weight: 400;
                    letter-spacing: 3px;
                }
                .slider-item-sub-heading{
                    font-size: 18px;
                    line-height: 1.75em;
                    margin-bottom: 0;
                    color: #fff;
                    padding-right: 15px;
                }
            }
        }

        .hero-corner{
            position: absolute;
            width: 70px;
            height: 70px;
            z-index: 21;
            border-color: #b19777 !important;

            &.corner-top-right{
                top: 50px;
                right: 50px;
                border-top: 1px solid;
                border-right: 1px solid;
            }
            &.corner-bottom-right{
                bottom: 50px;
                right: 50px;
                border-bottom: 1px solid;
                border-right: 1px solid;
            }
        }

        @media screen and (max-width: $break-lg) {

            .slider{
                .slider-wrapper{
                    .slider-item-heading{
                        font-size: 40px;
                    }
                }
            }

            .hero-corner{
                display: none;
            }
        }

        @media screen and (max-width: $break-md) {
            .slider{
                .slider-wrapper{
                    .slider-item-content{
                        max-width: 100%;
                        margin-right: auto;
                    }
                    .slider-item-heading{
                        font-size: 30px;
                        margin-bottom: 15px;
                    }
                    .slider-item-sub-heading{
                        font-size: 15px;
                        padding-right: 10px;
                    }
                }
            }
        }

    }

    .about-section{
        .wrapper{
            padding-bottom: 30px;
        }
    }

    .projects-section{
        .wrapper{
            margin-bottom: 30px;
        }
    }

    .our-stone-section{
        .wrapper{
            text-align: center;
            background-color: #1E2137;
            padding: 60px 40px 40px;
            border-radius: 0;
            margin-bottom: 30px;
            h2{
                font-weight: 500;
                font-size: 28px;
                text-transform: uppercase;
                color: #fff;
                letter-spacing: 3px;
                margin-bottom: 20px;
            }
            .des-section{
                font-size: 16px;
                font-weight: 400;
                line-height: 1.75em;
                color: #9FA2B9;
                margin-bottom: 20px;
            }

            .cta-button-wrap{
                text-align: center;
            }
        }

        @media screen and (max-width: $break-sm) {
            .wrapper{
                padding: 60px 30px 40px;
            }
        }
    }

    .blog-section{
        .wrapper{
            margin-bottom: 30px;
        }
    }

}

.tdg-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;

    .tdg-item{
        padding-bottom: 30px;
        margin-bottom: 30px;

        .tdg-item-wrap{
            text-align: center;
            position: relative;
            background: #000;
            min-height: 15vw;
        }
        
        .tdg-item-img{
            position: relative;
            padding-bottom: 56%;
            background: rgba(255, 255, 255, 0.05);
            img{
                position: absolute;
                height: 100%;
                width: 100%;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                object-fit: cover;
            }
            &::before{
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                height: 0;
                width: 100%;
                background-color: #151725;
                opacity: 0.7;
                visibility: hidden;
                z-index: 1;
                -webkit-transition: all ease 0.4s;
                transition: all ease 0.4s;
            }
        }
        .tdg-item-icon{
            line-height: 0;
            img{
                // filter: brightness(0.8) contrast(1.2) saturate(1.5) hue-rotate(90deg);
                width: 60px;
                color: #fff;
                margin-bottom: 20px;
            }
        }
        .tdg-item-content{
            position: absolute;
            left: 0;
            right: 0;
            top: 45%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            padding: 20px 15px;
            margin-top: 50px;
            opacity: 0;
            visibility: hidden;
            z-index: 9;
            -webkit-transition: all ease 0.4s;
            transition: all ease 0.4s;
            a.tdg-item-button.cta-button{
                span{
                    color: #fff;
                }
            }
        }
        .tdg-item-title-box{
            position: absolute;
            left: 40px;
            right: 40px;
            bottom: -30px;
            z-index: 2;
            background-color: #1E2137;
            padding: 20px 10px;
            opacity: 1;
            visibility: visible;
            margin-bottom: 0;
            color: #fff;
            -webkit-transition: all ease 0.4s;
            transition: all ease 0.4s;
            .tdg-item-title{
                margin-bottom: 0;
                color: #fff;
            }
        }
        .tdg-item-title{
            font-size: 16px;
            line-height: 26px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 3px;
            margin-bottom: 15px;
        }
        .tdg-item-button{

        }

        &:hover{
            .tdg-item-img{
                &::before{
                    height: 100%;
                    visibility: visible;
                }
            }
            .tdg-item-content{
                opacity: 1;
                visibility: visible;
                -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;
                margin-top: 1px;
            }
            .tdg-item-title-box{
                opacity: 0;
                visibility: hidden;
                margin-bottom: 80px;
            }
        }

    }

    @media screen and (max-width: $break-xl) {
        .tdg-item{
            .tdg-item-img{
                padding-bottom: 66%;
            }
        }
    }

    @media screen and (max-width: $break-md) {
        .tdg-item{
            .tdg-item-img{
                padding-bottom: 80%;
            }
        }
    }

    @media screen and (max-width: $break-sm) {
        grid-template-columns: 1fr;
    }
}
