@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&family=Poiret+One&family=Poppins:wght@500&family=Roboto&family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&family=Poiret+One&family=Poppins:wght@500&family=Roboto+Condensed&display=swap');

:root{
    --primary : #216ca9;
}


body{
    color: rgb(92, 92, 92);
}

.text-primary{
    color: var(--primary) !important;
}

.bg-primary{
    background: linear-gradient(90deg, rgba(31,52,101,1) 0%, rgba(33,108,169,1) 100%);
}

.btn-primary{
    border: 1px solid var(--primary) !important;
    color: var(--primary);
    background: none !important;
    border-radius: 2px !important;
    transition: all linear 0.2s;
}

.btn-primary:hover{
    border: 1px solid var(--primary) !important;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(31,52,101,1) 0%, rgba(33,108,169,1) 100%) !important;
}

.text-secondary{
    color: #1f3465 !important;
}

.bg-secondary{
    background-color: #1f3465 !important;
}

.btn-secondary{
    background-color: #1f3465 !important;
}

.btn{
    border-radius: 0px;
    border: 0px;
}

a, p, small, div{
    font-family: 'Roboto', sans-serif;
}


h1, h2, h3, h4, h5, .display-5, .display-6{
    font-family: 'Poiret One', cursive;
    font-weight: bold;
}

/* description start */

.description{
    min-height: 80vh;
    max-width: 100vw;
    background-image: url('../images/sl-1.webp');
    background-size: cover;
    color: white !important;
    overflow-x: hidden;
}



/* description end */


/* products start */

.products{
    min-height: 80vh;

}

.products .card{
    background-color: rgba(255, 255, 255, 0);
}

.products .card .card-image-top{
    height: 30vh;
    object-fit: cover;
}



/* products end */


/* granite-box start */

.granite-box .images{
    margin-top: 100px;
}

.granite-box .images p{
    padding-top: 70px;
}

.granite-box img{
    width: 200px;
    height: 200px;
    rotate: 45deg;
    margin: 0px auto;
}


/* granite-box end */


/* pro-details start */

.pro-details div{
    min-height: 50vh;
}

.pro-details .granites{
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, white 50%), url(../images/bg-2.webp);
    background-size: cover;
    background-position: bottom;
}

.pro-details .marbles{
    background-image: linear-gradient(90deg, white 50%, rgba(255, 255, 255, 0) 65%), url(../images/bg-5.webp);
    background-size: cover;
    background-position: bottom;
}

.pro-details .monuments{
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, white 50%), url(../images/bg-7.webp);
    background-size: contain;
    background-position: center;
}

.pro-details .sandstones{
    background-image: linear-gradient(90deg, white 50%, rgba(255, 255, 255, 0) 65%), url(../images/card-12.webp);
    background-size: cover;
    background-position: bottom;
}

/* pro-details end */


/* pro-details-mobile end */

.pro-details-mobile .granites{
    background-image: linear-gradient(90deg, rgb(0, 0, 1), rgba(0, 0, 0, 0.279)), url(../images/bg-2.webp);
    background-size: cover;
    background-position: bottom;
}

.pro-details-mobile .marbles{
    background-image: linear-gradient(90deg, rgb(0, 0, 1), rgba(0, 0, 0, 0.136)), url(../images/bg-5.webp);
    background-size: cover;
    background-position: bottom;
}

.pro-details-mobile .monuments{
    background-image: linear-gradient(90deg, rgb(0, 0, 1), rgba(0, 0, 0, 0.18)), url(../images/bg-7.webp);
    background-size: cover;
    background-position: center;
}

.pro-details-mobile .sandstones{
    background-image: linear-gradient(90deg, rgb(0, 0, 1), rgba(0, 0, 0, 0.18)), url(../images/card-12.webp);
    background-size: cover;
    background-position: center;
}


/* pro-details-mobile end */



/* footer start */

.footer{
    min-height: 30vh;
    color: rgb(63, 62, 62);
    
}

.footer a{
    text-decoration: none !important;
    color: rgb(63, 62, 62) !important;
    font-weight: bold;
}

.footer h4{
    font-weight: bold;
    text-decoration: underline;
}

/* footer end */



/* gallery */

.gallery{
    min-height: 30vh;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.gallery::before{
    content: '';
    position: absolute;
    z-index: 2;
    width: 150px;
    height:100%;
    background: linear-gradient(90deg, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0));
}

.gallery::after{
    content: '';
    position: absolute;
    right: 0;
    z-index: 2;
    width: 150px;
    height:100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgb(255, 255, 255));
}

.gallery .gallery-images{
    display: flex;
    gap: 25px;
    position: relative;
    animation: image-scroll infinite linear 15s;
}

.gallery .gallery-images img{
    width: 110px;
    height: 110px;
}

@keyframes image-scroll{
    from{
        left: 0;
    }
    to{
        left: -100%;
    }
}

.gallery .gallery-images:hover{
    animation-play-state: paused;
}

.gallery .gallery-images .images{
    position: relative;
}

.gallery-title{
    text-align: center;
    font-size: 12px;
    width: 100%;
}


/* gallery */


/* why-us */



.why-us .box{
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffffd3;
    filter: invert();
}

.why-us .box img{
    max-width: 40%;
}

.why-us .box p{
    font-size: 30px;
}

/* why-us */



.top-btn{
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 1000;
    width: 35px;
    height: 35px;
    background-color:#1595df;
    cursor: pointer;
    visibility: hidden;
    animation: btn-ani infinite linear 1s;
    animation-direction: alternate;
}


@keyframes btn-ani{
    from{
        bottom: 100px;
    }
    to{
        bottom: 120px;
    }
}

.top-btn.show{
    visibility: visible;
}

