.open-section{
    width: 100%;
    height: 750px;
    margin-bottom: 40px;
}
.theme-btn{
    border: 1px solid var(--primary);
    color: white;
    background: var(--primary);
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 2px;
    font-size: 16px;
    cursor: pointer;
}
.center-button{
    display: flex;
    justify-content: center;
    width: 100%;
}
.breadcurmb{
    margin-top: 70px;
    height: 400px;
}
.breadcurmb img{
    object-fit: cover;
    object-position: center;
}
@media (max-width: 800px){
    .breadcurmb{
        margin-top: 70px;
        height: 200px;
    }
}

/* about page start */
.about-landing-section{
    display: grid;
    grid-template-columns: .75fr 1fr;
    height: 100%;
    width: 100%;
    align-items: center;
    background-image: url('/assets/Images/about/landing-background.jpg');
    background-position: bottom;
}
.about-landing-section img{
    width: 100%;
    object-fit: cover;
}
.about-landing-section .about-landing-text{
    padding: 0 0 0 110px;
    margin-top: 80px;
}
.about-landing-section .about-landing-text h1{
    font-size: 45px;
}
.about-landing-section .about-landing-text p{
    width: 85%;
    padding: 20px 0 0;
    line-height: 28px;
}
.prolite-introduction{
    text-align: center;
    margin-bottom: 85px;
}
.prolite-introduction p{
    /* color: black; */
    font-weight: 500;
    letter-spacing: .5px;
    word-spacing: 2px;
    margin-bottom: 25px;
}
.about-section-1{
    display: grid;
    grid-template-columns: .6fr 1fr;
    height: 100%;
    width: 100%;
    margin-bottom: 45px;
}
.about-section-1 h2{
    /* color: var(--primary); */
    margin: 0;
    font-size: 26px;
    text-transform: none;
    text-align: right;
    padding-right: 95px;
    text-transform: capitalize;
}
.about-section-1-div{
    padding: 0 0 0 20px;
}
.about-section-1-div .title{
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 3px;
    border-bottom: 3px solid var(--primary);
    margin-bottom: 25px;
    width: fit-content;
}
.about-section-1-div p{
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
.about-section-1 .about-section-1-div a{
    color: var(--primary);
    text-decoration: underline;
}

@media (width < 800px){
    .open-section{
        height: fit-content;
    }
    .about-landing-section{
        grid-template-columns:1fr;
        align-items: normal;
        height: fit-content;
    }
    .about-landing-section .about-landing-text {
        padding:0 25px ;
        margin-top: 20px;
    }
    .about-landing-section .about-landing-text h1 {
        font-size:24px;
        margin-top: 25px;
    }
    .about-landing-section img {
        height: 230px;
    }
    .open-section{
        margin-bottom: 0;
    }
    .prolite-introduction{
        margin-bottom: 45px;
    }
    .about-section-1 {
        grid-template-columns: 1fr;
        margin-bottom: 5px;
    }
    .about-section-1 h2 {        
        font-size: 18px !important;
        text-align: left;
        padding-right: 0;
        margin-bottom: 12px;
    }
}
/* about page end */

/* service page start */
.services .all-services{
    margin-top: 60px;
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 35px;
    row-gap: 30px;
    box-sizing: border-box; */
}
.services .all-services .service-card{
    margin-bottom: 30px;
}
.services .all-services .service-card img{
    height: 220px;
}
.services .all-services .service-card-text{
    padding: 25px 25px 45px;
    background: #ffffff;
    margin: -60px 20px 0;    
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    z-index: 2;
    position: relative;
}
.service-card-text .title{
    font-weight: 700;
    letter-spacing: .3px;
    word-spacing: 1px;
    font-size: 18px;
    line-height: 33px;
    color: var(--secondary);
    margin-bottom: 16px;    
}
@media (width < 800px){
    .services .all-services{
        margin-top: 10px;        
    }
}
/* service page end */


/* contact page start */
.contact-page{
    margin-top: 50px;
}
.contact-page .contact-details{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 35px;
}
.contact-page .detail-card{
    display: flex;
    column-gap: 25px;
    align-items: center;
}
.contact-page .detail-card img{
    width: 50px;
    height: 50px;
    filter: brightness(0) saturate(100%) invert(17%) sepia(88%) saturate(3626%) hue-rotate(348deg) brightness(94%) contrast(95%);
}
.contact-page .detail-card .card-title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact-page .detail-card p{
    font-size: 14px;
    margin-bottom: 12px;
}
.contact-page .detail-card a{
    color: var(--secondary);
}
.contact-page .detail-card a:hover{
    text-decoration:underline;
}
.contact-page .contact-text{
    text-align: center;
    margin: 80px 0;
}
.contact-page .contact-text p{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.contact-page form{
    max-width: 800px;
    width: 100%;
    margin: 65px auto 0;
}
.contact-page form button{
    width: fit-content;
    margin: auto auto;
    
}
.contact-page form .form-group{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 35px;
}
input{
    width: 100%;
    font-size: 16px;
    outline: none;
    border: 0;
    border-bottom: 2px solid #ddd;
    color: #222;
    font-weight: 400;
    padding: 12px 0 12px;
    height: 50px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
input:focus{
    border-color: var(--primary);
}
textarea{
    width: 100%;
    outline: none;
    border: 0;
    border-bottom: 2px solid #ddd;
    font-weight: 400;
    color: #222;
    display: block;
    padding: 12px 0 3px;
    max-width: 100%;
    margin-bottom: 30px;
    height: 150px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-size: 16px;
}
textarea:focus{
    border-color: var(--primary);
}
.contact-page .form-element{
    border: none;
    border-bottom: 1px solid
}
.contact-page .form-element:hover{
    border: none;
    border-bottom: 1px solid;
    box-shadow: none;
}
.contact-page .form-element:focus{
    outline: none;
    box-shadow: none;
}
.contact-page .form-item{
    max-width: 700px;
    width: 100%;
    margin: 12px auto;
}
.contact-page .form-submit{
    width: fit-content;
}

@media (width < 800px){
    .contact-page{
        margin-top: 100px;
    }
    .contact-page .contact-details {
        grid-template-columns: 1fr;
        row-gap: 35px;
    }
    .contact-page .detail-card {
        flex-direction: column;
    }
    .contact-page .detail-card .card-content{
        text-align: center;
    }
}
/* contact page end */

/* product/shop page starts*/
.shop-background-with-img{
    /* background-image: url('/assets/bg_img/green-paint-brush-textured-background.jpg'); */
    /* background: url('/assets/bg_img/SeekPng.com_holi-colour-splash-png_299204.png'); */
    /* background-size: cover; */
    /* background-color: rgba(255,192,203, .3); */
}
.shop{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;    
    /* padding-top: 150px; */
}
.shop .all-product-cards {
    margin: 45px 0;

}
.shop .product-card{
    /* margin-bottom: 35px; */
    background-color: white;
    display: grid;
    grid-template-columns: 150px 1fr;
    column-gap: 25px;
    align-items: center;
    justify-content: start;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 25px;
    overflow: hidden;
    box-shadow: rgba(227, 30, 36, .5) 0px 4px 8px;
}
.shop .product-card .product-card-img{
    position: relative;
    height: 250px;
    width: 150px;
    overflow: hidden;
}
.shop .product-card .product-card-img img{
    object-fit: contain;
    object-position: center;
    height: 100%;
    
}
.shop .product-card .product-button{
    width: 100px;
    background-color: var(--secondary);    
    color: white;
    padding: 6px 0;
    text-align: center;
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);   
    margin-top: 25px; 
}
.shop .product-card .product-button a{
    color: white;
}

.shop .product-card .product-details{
    padding: 0 10px;
}
.shop .product-card .product-details .title{
    font-size: 18px;
    padding-top: 25px;    
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary);   
}
/* .shop .product-card .product-details .title a{
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary);    
} */
.product-details .title a:hover{
    color: #888;
}
/* product/shop page ends*/

/* product-single page start*/
.single-product{
    display: grid;
    grid-template-columns: .5fr 1fr;
    align-items: center;
    column-gap: 45px;
    margin: 50px auto;
}
.single-product .single-product-image{
    height: 320px;
}
.single-product .single-product-image img{
    object-fit: contain;
}
.single-product .single-product-details .title{
    margin: 0;
}
@media (width < 800px){
    .shop .product-card{
        grid-template-columns:1fr;
    }
    .shop .product-card .product-card-img{        
        height: 200px;
        margin: 0 auto;
    }
}
/* product-single page end*/

/* gallery section start */
.gallery-page{
    /* margin-top: 70px; */
    max-width: 1100px;
}
.gallery-section{
    height: 700px;
    margin: 75px 0;
}
.gallery-section .swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}
.gallery-section .swiper-slide-container {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height:100%;    
    width: 100%;
    margin:auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.gallery-section .swiper-slide-container img{
    object-fit: cover;
    object-position: center;
}
.gallery-section .gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-section .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-section .gallery-thumbs .swiper-slide {
    width: 20%;
    min-height: 100px;
    opacity: 0.4;
    cursor: pointer;
}
.gallery-section .gallery-thumbs .swiper-slide:hover{
    opacity: 1;
}
.gallery-section .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.gallery-section .swiper-button-nav{
    background-color: transparent;
    border-color: transparent;    
}
.gallery-section .swiper-button-next, .gallery-section .swiper-button-prev{
    filter: brightness(0) saturate(100%);
    background-size: 30px 30px !important;
}
@media (width < 800px) {
    .gallery-section{
        height: 400px;
    }
    .swiper-container.gallery-top{
        height: 80%;
    }
    .swiper-container.gallery-top .swiper-slide {
        min-height: 0;
        height: 100%;
    }
    .swiper-container.gallery-top .swiper-slide img{        
        height: auto;
        object-fit: contain;
    }
    /* .swiper-container .gallery-thumb .swiper-slide {
        min-height: 0;
        height: 200px;
    } */
}
/* gallery section end */

/* clients section start */
.clients-page .clients-list{
    margin: 55px 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 55px;    
}
.clients-list .client-logo{
    border: 3px solid rgba(0,0,0,.1);
    border-radius: 12px;
    padding: 12px;
    text-align: center;    
    /* width: 200px; */
    aspect-ratio: 1/1;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.clients-list .client-logo:hover{
    filter: grayscale(0);    
    border-color: transparent;
}
.clients-list .client-logo img{
    object-fit: contain;
}
@media (width < 800px){
    .clients-page .clients-list{
        grid-template-columns: repeat(2, 1fr);
    }
}
/* clients section end */

.custom-login-page{
    height: 100dvh;
    width: 100%;   
    background-color: black; 
}
.custom-login-page .login-container{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.login-page{
    background-color: black;
}
.siddharth{
    background-color: black !important;
}