/**
Theme Name: Astra Child theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-theme
Template: astra
*/

/* custom template css 5 march*/


body{
    font-family: GoudyHandtooled BT, "Times New Roman", sans-serif;
}

img.logo {
    width: 42%;
    max-width: 42% !important;
    display: block;
    margin: auto;
    padding-top:10px;
}
img.design-logo {
    width: 28%;
    display: block;
    margin: auto;
}
/*header#masthead {*/
/*    display: none;*/
/*}*/

p.footer-content-para {
    margin-top: 6px;
    color: rgb(207, 46, 46);
font-size: 22px;
font-family: "Times New Roman", sans-serif !important;
    line-height: 12px;
    letter-spacing: -1px;
    margin: 0px;
    font-weight: 500;
}
p.footer-copyright-para {
    font-size: 18px;
    color: rgb(128, 128, 128);
    font-family: Arial, sans-serif !important;
    font-weight: 700;
    margin-bottom: 0px !important;
        line-height: 25px;
        text-align: left;
}

/*  popup for logo*/


/* Style for the image */
    .image-container img {
      width: 300px; /* Adjust the size as needed */
      cursor: pointer;
          width: 43%;
    cursor: pointer;
    margin: auto;
    display: block;
    }

    /* The Modal (background) */
    .modal {
      display: none; /* Hidden by default */
      position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      /*background-color: rgba(0, 0, 0, 0.8); */
      /* Semi-transparent black background */
      
    }

  

    /* Close button */
  
    h1.popup-heading {
    text-align: center;
}
    
    /* grid style */
    .gallery {
            display: grid;
            grid-template-columns: repeat(5, 1fr); /* 5 columns */
            grid-gap: 10px;
            justify-items: center;
           
        }

        /* Style for each gallery item */
        .gallery-item img {
            width: 100%; /* Make images responsive */
            height: auto;
            border-radius: 0px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out;
        }

        /* Hover effect for images */
        .gallery-item img:hover {
            transform: scale(1.05);
        }

        /* Adjust grid for small screens (e.g., 2 columns on mobile) */
        @media (max-width: 768px) {
         
			
			li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-417 {
    display: none;
}
           
            			
               
        }
    
    
    
    a.menu-link {
    color: #cf2e2e !important;
    font-weight: 600;
    font-family: GOUDHNDN, "Times New Roman", sans-serif;
       color: #cf2e2e !important;
    font-size: 20px;
    letter-spacing: -1px !important;
}
    
    /*06 march*/
    
.image-gallery {
    display: grid;
    grid-template-columns: repeat(10, 1fr); /* 10 columns */
   gap: 2px;
   max-width: 100%;    margin: auto;
    justify-content: center;
}

.gallery-item {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1; /* Ensures perfect square images */
    overflow: hidden;
    border-radius: 0px;
    transition: transform 0.3s ease-in-out;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures consistent size */
    display: block;
    border-radius: 0px;
    transition: transform 0.3s ease-in-out;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* .site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {*/
/*    max-width: 1240px;*/
/*}*/
div#content .ast-container {
    max-width: 100% !important;
    margin: 0px;
    padding: 0px;
        
}

@media only screen and (min-width: 767px) {

 
h2.about-main-para.fifth-row-elements.design-elements-text.second-heading-slider {
    display: none;
}
}
@media only screen and (min-width: 3000px) {
.scroller-wrapper {
    /* height: 65%; */
    height: 100%;
    overflow-y: scroll;
    width: 20% !important;
    padding-right: 0px !important;

    
}   
}

@media only screen and (min-width: 2200px) {
 .site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
    max-width: 2200px !important;
}
/*img.alignnone.size-medium.wp-image-102 {*/
/*    width: 500px !important;*/
/*}   */

    #next-images img {
        width: 50% !important;
        height: 50% !important;
        object-fit: cover;
        cursor: pointer;
    }
    h3#popup-title {
    color: #e00000;
    font-size: 30px !important;
    margin-bottom: 0px !important;
    font-weight: 700 !important;
}
p#popup-description {
    color: black;
    font-size: 30px !important;
    margin-bottom: 0px !important;
    font-weight: 700 !important;
}
span#close-popup {
    padding: 0px 10px;
    font-size: 60px !important;
    color: #E00000;
    cursor: pointer;
}
/*img.custom-logo {*/
/*   width: 400px !important;*/
/*    max-width: 400px !important;*/
/*}*/




}



@media only screen and (max-width: 2000px) and (min-width: 1600px){


    .scroller img {
              width: 100px;
    height: 100px !important;
    cursor: pointer;
    border: 0px;
    transition: border 0.3s;
    object-fit: cover !important;
}
}
@media only screen and (max-width: 2500px) and (min-width: 2001px){

/*img.alignnone.size-medium.wp-image-102 {*/
/*    width: 300px !important;*/
/*}*/
.scroller img {
              width: 100px;
    height: 100px !important;
    cursor: pointer;
    border: 0px;
    transition: border 0.3s;
    object-fit: cover !important;
}

}


.site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
    max-width: 90% !important;
  
}

.ast-builder-grid-row.ast-grid-center-col-layout {
    grid-template-columns: 33% 33% 33%;
}


img.alignnone.size-medium.wp-image-165 {
  
    padding-bottom: 0px !important;
}

@media only screen and (max-width: 768px){
    
 
    
    /* 04 september */
    .site-branding.ast-site-identity {
    padding: 0px !important;
    padding-bottom: 0px !important;
}
    
    
    .page-template-about img.fade-image {
   top: 45px !important;
    margin-bottom: 50px !important;
}
    div#column2 img.fade-image {
    margin-bottom: 0px !important;
}
    
    
    /* 28 august*/
        .page-template-Drawing-template-php .title-column {
        top: -1% !important;
       max-width: 500px;
       /*width: 100% !important;*/
    } 
    
/*    .gallery-item.gallery-item-two {*/
/*    height: 34vh;*/
/*}*/
    
    .page-template-Sculpture-New-page div#secondModal .scroller-wrapper {
    margin-bottom: 1%;
    height: 90%;
    margin-top: 0% !important;
}
    
    .page-id-131 div#secondModal .scroller-wrapper {
    margin-top: 0% !important;
}
    
    /* 26 august */
    
  
    
        .page-template-Sculpture-New-page-php .title-column {
        top: 0% !important;
    }
    
        .page-template-Sculpture-New-page-php .modal-content {
        display: flex !important;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
    
    
    .page-template-Sculpture-New-page-php .modal-column.scroller-column {
    margin-top: 0px !important;
}
        .page-template-Sculpture-New-page-php div#secondModal .modal-content {
        
        margin-top: 25px !important;
        
    }
    
    .page-template-Sculpture-New-page img#mainImage {
    height: 70vh !important;
    object-fit: fill !important;
}
    
    
    .page-id-131 .modal-column.title-column {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    width: 100%;
    gap: 5px;
    max-width: 380px !important;
}
    
    /* second popup */
    div#secondModal .modal-column.image-column {
    margin-top: -51px;
    height: 1106px !important;
}
    button.second-next{
        display: none;
    }
    button.second-prev{
        display: none;
    }
    video {
            width: 330px !important;
        height: 258px;
}
    div#secondModal .modal-content {
   display: flex !important;
        flex-direction: column;
        margin-top: 100px;
        height: 100% !important;
        overflow: visible !important;
}
div#secondModal {
    overflow-y: scroll;
    height: 99vh !important;
}
div#secondModal .modal-column.title-column {
    width: 332px !important;
            max-width: 332px !important;
}
div#secondModal .scroller {
    display: flex;
    flex-direction: row;
    gap: 3px;
    height: auto;
    width: 100% !important;
}
div#secondModal .scroller-wrapper {
   
    overflow-x: scroll;
    width: auto;
        overflow-y: hidden;
    padding-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
    div#secondModal .modal-column.scroller-column {
display: flex !important;
        justify-content: flex-start;    
        
    }
img#secondImage {
  height: 100vh !important;
        object-fit: cover !important;
        top: 0vh !important;
        object-position: center;
}



/* second popup layout on mobile ends here*/
    
    /* 24 july */
    .page-template-54 .sculpture-detail-container {
       
        margin-top: 200px !important;
    }
    
    .detial-close-button {
        
    top: 27.5% !important;
}
    
    
    
    
    
    
    
    /* 18 july */
.sculpture-detail-container {
    display: flex !important;
    gap: 10px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 0px 20px !important;
    margin-top: 170px !important;
    height: auto !important;
    flex-direction: column !important;
}
    .sculpture-detail-prev, .sculpture-detail-next{
        display:none !important;
    }
    .sculpture-detail-scroller {
  display: flex !important;
        flex-direction: row !important;
        overflow-x: scroll;
        width: 338px;
        overflow-y: clip;
        margin-left: 3px;
}
.sculpture-detail-column.sculpture-detail-title p{
    margin-bottom: 0px !important;
       font-size: 16px !important;
    text-align: center;
    color: #000;
    line-height: 20px !important;

}
    
    div::-webkit-scrollbar {
    width: -1px !important;
}
.small-title-div {
    max-width: 350px !important;
}

img.mian-logo-detail-page {
    display: block !important;
}
.page-template-sculpture-52-php #ast-mobile-header {
    display: none;
}
    
    .page-template-sculpture-52-php .sculpture-detail-container {
   
    margin-top: 5px !important;
    
}
    
    


.home #page .site-content {
    flex-grow: 0;
    height: 81vh !important;
}
div#column2 {
    margin-top: -8%;
}

i.fa.fa-pinterest {
    padding-right: 0px;
}
col-md-4.about-section-main-image {
    padding: 0px;
    padding-bottom: 16px;
}
h2.about-main-para.fifth-row-elements {
    margin-top: 10px;
}
.col-md-4.about-section-main-image {
    padding: 0px !important;
    padding-bottom: 14px !important;
    padding-top: 14px !important;
}

p.about-main-para {
   
    margin-bottom: 0px;
}
.page-template-Drawing-template .modal-column.image-column {
    height: 83% !important;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-260.current_page_item.menu-item-271 a.menu-link {
padding-left: 0px !important;

}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-271 a.menu-link {
    padding-left: 0px !important;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-269 a.menu-link {
padding-right: 0px !important;

}

div#drawing-popup .image-column img {
    position: absolute;
    margin-top:  0% !important;
    width: 100% !important;
    height: 100vh !important;
}
    
    p.footer-copyright-para {
    margin-top: -2px;
}
    a.home-tab {
    display: none;
}
a.design-tab {
    padding-left: 0px !important;
}
    .current-menu-item .menu-link, .menu-item .menu-link {
    font-size: 16px !important;
    padding: 5px 30px;
}
    
    
    a.login-tab {
    display: none;
}
a.design-tab {
    padding: 0px;
}
header#masthead {
    margin-top: 0% !important;
}

/*.page-id-131 .gallery {*/
/*        padding-top: 52% !important;*/
/*    }*/
    .page-template-Drawing-template .modal {
 top: 20% !important;

}

/*20 may*/
.row.about-section-row.section-first {
    display: flex !important;
    flex-direction: column-reverse  !important;
    padding-top: 26px  !important;
  padding-bottom: 0px;
}
.row.about-section-row.second-row {
    padding-bottom: 0px !important;
}

.col-md-8.about-main-para-section {
    padding: 0px 5px;
   
}
.col-md-8.about-section-main-image.second-section-image {
    padding: 0px 5px !important;
    
}
.container-fluid.about-first-section {
    background-color: #0d0101;
    padding: 0px !important;
    padding-bottom: 6% !important;
}

.col-md-4.about-main-para-section.second-section-para {
        padding: 0px !important;
        padding-top: 20px !important;
        padding-bottom: 16px !important;
}
.col-md-12.about-main-para-section.third-section-para {
  padding: 0px !important;
        padding-top: 20px !important;
        padding-bottom: 16px !important;
       
}
.col-md-12.about-section-main-image.second-section-image {
    padding: 0px 5px;
}
.row.about-section-row.third-row.fourth-row {
    display: flex !important;
    flex-direction: column-reverse !important;
}
.col-md-4.fourth-image-section {
        padding: 0px !important;
               padding-bottom: 16px !important;
        padding-top: 20px !important;
    
}
.row.about-section-row.third-row {
    padding-bottom: 0px !important;
}

.row.about-section-row.fifth-row {
    display: none !important;
}
.image-columns.animation-images {
    display: flex !important;
    flex-direction: column !important;
    padding: 0px !important;
            padding-top: 20px !important;
}
.image-column-one {
    width: 100% !important;
    height: 650px !important;
   
}

div#column1 {
    height: 635px !important;
}

h1.contact-page-heading {
    font-size: 16px !important;
    text-align: center !important;
}
.row.contact-section-first {
    padding: 40px 0px !important;
}
.col-md-6.contact-column-first p {
    text-align: center !important;
}
i.fa.fa-map-marker {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}
span.visit-text {
    padding-top: 15px !important;
}
.page-template-about .ast-main-header-wrap.main-header-bar-wrap {
    margin-top: 3px;
}
  
.col-md-8.fourth-para-section {
    padding: 0px 5px;
}
.map-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.col-md-6.contact-column-first {
    padding: 10px !important;
}
span.address-text {
    padding: 0px !important;
    line-height: 5px;
}
i.fa.fa-envelope {
    padding: 0px;
}
i.fa.fa-phone {
    padding: 0px;
}
i.fa.fa-map-marker {
    padding: 0px;
}
.icon-section {
    padding-top: 40px !important;
}
.follow-us-section {
    padding-top: 12%;
    border-top: 1px solid #80808026;
    display: flex;
    flex-direction: column;
    align-items: center;
}
p.drop-heading {
    font-size: 16px !important;
    text-align: center;
        margin-bottom: 0px;
}
p.red-text-contact-heading {

    font-size: 18px !important;
    text-align: center;
}
a.button-for-contactus {
    margin-left: 15px;
}
.container-fluid.map-row {
     margin-bottom: 16% !important;
}
    .page-template-Contact .ast-main-header-wrap.main-header-bar-wrap {
    margin-top: 1%;
}



li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-268 a.menu-link {
    display: none;
}
.main-navigation.ast-inline-flex {
    padding-top: 6px !important;
}
/*.page-template-Drawing-template .gallery {*/
/*    margin-top: 2px !important;*/
/*}*/
.ast-primary-header-bar.ast-primary-header.main-header-bar.site-primary-header-wrap.site-header-focus-item.ast-builder-grid-row-layout-default.ast-builder-grid-row-tablet-layout-default.ast-builder-grid-row-mobile-layout-default {
 padding: 0px !important;

}
    
    .footer-section .menus {
    padding-bottom: 20px;
}
    .design-logo-image {
    padding-top: 10%;
}
    .title-column {
 
    top: -6% !important;
}
    
    .page-id-131 header .custom-logo-link img {
    width: 100% !important;

        
}
    
    .modal-content {
    display: flex !important;
    align-items: center !important;
     top: 2% !important;
}
    
    
    h2#imageTitle {
    color: #cf2e2e;
    font-size: 16px !important;
    text-align: center;
}
    
/*mobile responsive*/
.popup-container {
    display: flex !important;
    flex-direction: column !important;
    align-content: center !important;
    justify-content: center !important;
        align-items: flex-start !important;
}
.ast-header-break-point .main-navigation ul .menu-item .menu-link {
     padding: 0px 14.5px; 
	 /*padding: 0 18px;*/
    display: inline-flex;
 align-items: flex-end;
align-content: flex-end;

    width: 100%;
    height: 17px;
    border: 0;
    text-align: right;
    border-bottom-width: 0px;
    border-color: transparent ;
    font-size: 16px;
    font-weight: 900;   
}

.popup-column {
    width: 100% !important;
    display: flex !important;
    box-sizing: border-box;
    height: auto !important;
}
div#next-images {
    display: flex;
    flex-direction: row;
    gap: 1px;
}

div#next-images {
    margin-top: 10px !important;
}
.popup-column.description-para {
    width: 100% !important;
    display: flex !important;
    box-sizing: border-box;
    height: auto !important;
    margin: 10px 0px;
}
.popup-column.main-image {
    width: 100% !important;
    display: flex !important;
    box-sizing: border-box;
    height: auto !important;
}
div#next-images {
    width: 100% !important;
    display: flex !important;
    box-sizing: border-box;
    height: auto !important;
}
.ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-builder-grid-row-no-center {
    /*margin-top: -5px !important;*/
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
/*header .custom-logo-link img {*/
/*    max-width: 330px !important;*/
/*    width: 330px;*/
/*}*/


}



/*header image */
header .custom-logo-link img {
    width: 100% !important;
   
}
span.site-logo-img {
    width: 100% !important;
    max-width: 100% !important;
}
.site-branding.ast-site-identity {
    width: 100% !important;
}
.ast-builder-layout-element.ast-flex.site-header-focus-item {
    width: 100% !important;
    max-width: 100% !important;
}




/*test css*/

.custom-gallery {
    display: grid;
    grid-template-columns: repeat(10, 1fr); /* Adjust columns as needed */
    grid-gap: 2px;
    justify-content: center;
    padding-bottom: 20px;
    width: 100%; /* Ensure the gallery takes up the full width of the container */
}

.custom-gallery .gallery-item {
    display: block;
    width: 100%; /* Full width for each item */
    /* height: 150px; Set a fixed height for each gallery item */
    overflow: hidden; /* Hide any overflow */
    border-radius: 0px;
    background: #fff;
    position: relative; /* For positioning purposes */
}

.custom-gallery .gallery-item img {
    width: 100%;  /* Make the image fill the width of the item */
    height: 100%; /* Make the image fill the height of the item */
    object-fit: cover; /* Ensure images fill the space without distortion */
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.custom-gallery .gallery-item img:hover {
    transform: scale(1.1);
    border-color: #0073aa;
}
img.alignnone.size-medium.wp-image-27 {
    width: 100% !important;
    height: 100% !important;
}



.page-id-67 .menus {
    display: none;
}
.home header#masthead {
    display: none;
}
 span#close-popup {
     display: none;
    position: absolute;
    top: 0;
    left: auto !important;
    right: 0 !important;
}

/* Responsive Styles for Smaller Screens */
@media (max-width: 1200px) {
    .custom-gallery {
        grid-template-columns: repeat(10, 1fr); /* Reduce number of columns on medium screens */
    }
    
}

@media (max-width: 768px) {
  
    
    /* 27 august*/
        .page-template-Sculpture-New-page .close {
        position: absolute;
        top: 34.5px !important;
        
        }
    
        .page-id-131 .modal-content {
        top: 2% !important;
    }
    
    a.design-tab {
    padding-left: 0px !important;
}
    
    
.page-id-260 .close{
    top: 205px !important;
    right: 3px !important;
}
    
    .page-id-131 .close {
        top: 218px !important;
}

        .page-template-Custom-template #mainImage {
        margin-top: -7% !important;
        height: 60vh !important;
       
    }
        .page-template-Custom-template .title-column {
        top: -7% !important;
    }
    
    li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-home.menu-item-417 a.menu-link {
    display: none;
}
    
    ul.main-header-menu.ast-menu-shadow.ast-nav-menu.ast-flex.submenu-with-border.stack-on-mobile {
    background-color: transparent !important;
    padding-bottom: 10px;
    
}
    
    .image-column {
   display: flex !important;
    position: relative !important;
    text-align: center !important;
    align-items: flex-start !important;
    align-content: flex-start !important;

    width: 100% !important;
    height: 83% !important;
    object-fit: cover !important;
}
    
    div#ast-hf-menu-1 {
    padding-bottom: 0px !important;
}
    .menus a {
  
    padding-left: 15px;
    font-size: 15px !important;
    
}
a.home-tab {
    padding-left: 0px !important;
}
  
    .prev, .next {
    display: none;
    }
    
    .ast-desktop .ast-primary-header-bar.main-header-bar, .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
    padding-top: 0px;
    margin: 0px !important;
    margin-top: 0px !important;
}
    .image-column img {
      width: 100%;
    /*max-height: 100%;  */
    max-height: 100% !important;
   height: 100% !important;
   object-fit: fill !important;
   top: 0vh !important;
      
    }
 /* Aashish Start*/
   #mainImage{
       margin-top: 1% !important;
         width: 100% !important;
    /*height: 64vh !important;    */
    object-fit: fill !important;
    object-position: center;
   }
   .image-column{
       /*margin : 13% auto !important;*/
   }
   
   
   .custom-page-content.homepage {
    background-color: #fff !important;
    margin: 0px !important;
}
   
   /* Aashish End */
/*   .close {*/
/*    position: absolute;*/
/*    top: 26% !important;*/
/*    right: 2px !important;*/
/*    font-size: 17px !important;*/
/*    cursor: pointer;*/
/*    color: #fff;*/
/*    background-color: #cf2e2e;*/
/*    border-radius: 100px;*/
/*    padding: 0px 3px !important;*/
/*    width: 18px !important;*/
/*    height: 18px !important;*/
/*    line-height: 18px !important;*/
/*    font-weight: 900 !important;*/
/*    z-index: 99999 !important;*/
/*    transition: 0.3s;*/
/*}*/


    
    .modal {
    display: none;
    position: fixed;
    top: 22% !important;
    
    }
    .modal-column.scroller-column {
    display: none !important;
}
    .modal-content {
    height: 75vh !important;
        display: flex !important;
        flex-direction: column-reverse;
        padding: 0px !important;
        border-radius: 0px !important;
        width: 89% !important;
        gap: 12px !important;
  
} 
    .gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2px;
    padding-top: 37% !important;
}
    .home div#content {
    display: flex;
    align-items: flex-start;
            height: 82vh;
}

.logo-image img {
    width: 100%;
    max-width: 95% !important;
    margin: auto;
    display: block;
}
  
 span#close-popup {
     display: block !important;
    position: absolute;
    top: 0;
    left: auto !important;
    right: 0 !important;
}
span#close-popup {
    padding: 0px 8px !important;
    font-size: 30px !important;
    width: 33px;
    height: 33px;
    line-height: 29px;
    cursor: pointer;
    background: red !important;
    color: white !important;
    font-weight: 900 !important;
    border-radius: 90px;
}
   .page-id-18 div#content {
    display: flex;
    justify-content: space-between;
}
#popup-image {
    max-width: 85% !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    object-fit: contain !important;
    height: -webkit-fill-available !important;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 80% !important;
        top: 20% !important;
}
.logo-image img {
    width: 100%;
    max-width: 90% !important;
    margin: auto;
    display: block;
}
.design-logo-image img {
    width: 100%;
    max-width: 50% !important;
    margin: auto;
    display: block;
}
    .site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section {
    width: 100%;
       height: auto !important;
    background-color: transparent !important;
        
}
.ast-header-break-point .main-navigation .stack-on-mobile li {
    width: auto;
}
ul.main-header-menu.ast-menu-shadow.ast-nav-menu.ast-flex.submenu-with-border.stack-on-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.ast-logo-title-inline .site-logo-img {
    padding-right: 0px !important;
}
p.footer-content-para {
    color: rgb(207, 46, 46);
    font-size: 17px;
    font-family: "Times New Roman", sans-serif !important;
    line-height: 27px;
    letter-spacing: -1px;
    margin: 0px;
    font-weight: 500;
    text-align: left;
}
p.footer-copyright-para {
    font-size: 16px;
    color: rgb(128, 128, 128);
    font-family: Arial, sans-serif !important;
    font-weight: 700;
   line-height: 10px;
    padding-bottom: 10px;
    text-align: center !important;
}
.footer-section {
      display: flex;
    justify-content: space-between;
    align-content: center !important;
    align-items: center !important;
    padding: 30px 10px !important;
    
    background-color: #fff !important;
    flex-direction: column-reverse;
}
    
    
    .custom-gallery {
        grid-template-columns: repeat(5, 1fr); /* Reduce columns for mobile devices */
    }
    div#next-images {
    display: none !important;
}
div#custom-popup {
    height: auto !important;
}
div#custom-popup {
    margin: 0px !important;
    width: 100% !important;
}
.popup-container {
    display: flex !important;
    flex-direction: column-reverse !important;
}
.popup-column.main-image {
    padding-top: 46px;
}
button.mfp-close {
    display: none;
}
.popup-container {
    padding: 30px 0px;
}
.popup-column.description-para {
    padding-top: 20px;
}


}


@media (max-width: 480px) {
    .custom-gallery {
        grid-template-columns: repeat(2, 1fr); /* Further reduce columns for very small screens */
    }
    .page-template-Drawing-template .modal {
    top: 22% !important;
  }
  .page-id-260 .close {
    top: 225px !important;
    right: 3px !important;
  }
  .gallery {
    padding-top: 40% !important;
  }
  .page-template-Drawing-template .gallery {
  margin-top: 0 !important;
}
.page-id-131 .close {
    top: 225px !important;
  }
  
}





/* Popup container layout */
.popup-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* Individual column styling */
.popup-column {
       width: 30%;
    display: flex;
    /* padding: 10px; */
    box-sizing: border-box;
    height: 80vh !important;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/* Style the next images container */
#next-images {
  display: flex;
    flex-direction: column;
    overflow-y: auto;
    /* height: auto !important; */
    /* overflow: auto; */
    align-content: flex-end;
    align-items: flex-end;
}

/* Styling for images in the next images column */
#next-images img {
    width: 50%;
    margin-bottom: 2px;
    cursor: pointer;
}

/* Centering the main image */
#popup-image {
    max-width: 100%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    object-fit: contain !important;
    height: -webkit-fill-available !important;
}

div#custom-popup {
    background-color: white;
        height: 80vh;
    overflow: auto;
        width: 80%;
    margin: auto;
    /*margin-top: 40px;*/
}
.popup-column.main-image {
    width: 100%;
}


/* 07 march*/

div::-webkit-scrollbar-thumb {
    background: #cf2e2e;
    border-radius: 10px;
}
div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
div::-webkit-scrollbar {
    width: 5px;
  
}

.popup-column.description-para {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
p#popup-description {
    color: black;
    font-size: 17px ;
    margin-bottom: 0px !important;
    font-weight: 700 !important;
}
h3#popup-title {
    color: #e00000;
    font-size: 18px;
    margin-bottom: 0px !important;
    font-weight: 700 !important;
}


  .close-popup {
        position: absolute;
        top: 10px;
        right: 10px;
        background: transparent;
        border: none;
        font-size: 24px;
        color: #000;
        cursor: pointer;
    }

    .popup-container {
        position: relative;
        /* Your existing styling */
    }

    /* Optional: Style for the scrollable next images section */
    #next-images {
        /*overflow-x: scroll;*/
        display: flex;
        gap: 2px;
    }

    #next-images img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        cursor: pointer;
    }
    span#close-popup {
    padding: 0px 10px;
    font-size: 27px;
    color: #E00000;
    cursor: pointer;
}


/* 11 march*/
.site-branding.ast-site-identity{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
img.alignnone.size-medium.wp-image-28 {
    width: 60% !important;
}
span.site-logo-img {
    text-align: center;
}

span#close-popup {
    position: absolute;
    top: 0;
    left: 0;
}

/* 12 march */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
     background: none !important; 
    opacity: .8;
}
/*.mfp-container {*/
/*    background-color: white;*/
/*}*/
.mfp-wrap {
    top: 144px;
    left: 0;
}
.mfp-content {
    position: unset;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
    background-color: #f00;
    border-radius: 100px;
    padding: 0px;
}
.mfp-close {
    width: 26px !important;
    height: 25px !important;
    line-height: 28px !important;
}
.logo-image img {
    width: 100%;
    max-width: 34%;
    margin: auto;
    display: block;
}
.page-id-18 header#masthead {
    display: none;
}


.design-logo-image img {
    width: 100%;
    max-width: 18%;
    margin: auto;
    display: block;
}
.footer-section {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start;
    padding: 0px 20px;
    background-color: #fff !important;
}

.menus a {
    padding-left: 17px;
    color: #cf2e2e;
    font-size: 22px;
    font-weight: 700;
    font-family: GoudyHandtooled BT, "Times New Roman", sans-serif;
    line-height: 5px;
}


/* 17 march */
.custom-page-content.homepage {
    background-color: #fff !important;
    margin: -100px 0px 0px 0px
}
body.home {
    background-color: #fff !important;
}

/* popup slider*/


      /* Gallery Grid */
.gallery {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 2px;
    /*padding: 0px !important;*/
    /*padding-top:  clamp(30px, 5vw, 8vh); */
    /*padding-bottom: 5%;*/
}
div#ast-desktop-header {
    margin-top: 0px;
}
.gallery-item img {
    width: 100%;
    cursor: pointer;
    transition: transform 0.3s;
}
.gallery-item img:hover {
    transform: scale(1.05);
}

/* Modal Popup */
.modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #fff;
    justify-content: center;
    align-items: flex-start;
   
}
.modal-content {
    display: grid;
    top: 0;
    grid-template-columns: 1fr 2fr 1fr;
    background: #fff;
    /*padding: 0px 20px;*/
    padding: 0px 10px;
    gap: 20px;
    max-width: 100%;
    /*height: 95vh;*/
    height: 100vh;
    max-height: 100%;
    overflow: inherit !important;
    position: relative;
    align-content: center;
    align-items: center;
    width: 95%;
    
}

/* First Column: Title */
.title-column {
display: flex;
    justify-content: flex-start;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 9%;
    max-width: 230px;
    flex-direction: column;
}

/* Second Column: Image Slider */
.image-column {
     display: flex;
    position: relative;
    text-align: center;
    align-items: center;
    width: 100%!important;
    margin: 0;
   
}
.image-column img {
    /*width: 100%;*/
    /*max-height: 100%;  */
    /*max-height: 500px;*/
    object-fit: contain;
    
        position: absolute;
    top: -22vh;
    height: 80vh;
    width: 100% !important;
}
button.next:hover {
    background: #e00000;
    color: white;
}
.prev, .next {
    z-index: 9999999;
 position: absolute;
    top: 50%;
    transform: translateY(8vh);
    background: #cf2e2e;
    color: white;
    border: none;
    padding: 0px;
    /*font-size: 15px;*/
    font-size: 10px;
    /*width: 25px !important;*/
    width: 18px !important;
    cursor: pointer;
    font-weight: 900;
    border-radius: 200px;
    /*height: 25px;*/
    height: 18px;
    line-height: 5px;
}
.prev { left: 10px; }
.next { right: 10px; }

/* Third Column: Scroller */
.scroller-column {
    margin-top:6vh;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    overflow-y: auto;
    height: 100vh;
    justify-content: flex-end;
    align-content: center;

}
.scroller-wrapper {
    /*height: 65%;*/
    height: 74%;
    overflow-y: scroll;
    /*width: 28%;*/
    width: 100px;
    padding-right: 10px;
    margin-bottom: 12%;
    margin-top : 55%;
}
.scroller {
    display: flex;
    flex-direction: column;
    gap: 3px;
    /*height: 65%;*/
    height: 100%;
    
    
}
.scroller img {
    /*    width: 100px;*/
    /*height: 100px !important;*/
    /*cursor: pointer;*/
    /*border: 0px;*/
    /*transition: border 0.3s;*/
    /*object-fit: cover !important;*/
}
.scroller img:focus {
    border: 2px solid transparent !important;
}

/* Close Button */
/*.close {*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    right: 30px;*/
/*    color: #fff;*/
/*    font-size: 30px;*/
/*    cursor: pointer;*/
/*}*/



/* Gallery Item - Add Hover Effect */
.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    transition: opacity 0.3s ease-in-out;
}

/* Title & Alt Text Overlay */
.image-hover-info {
position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    color: #cf2e2e;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: flex !important;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/* Hover Effects */
.gallery-item:hover img {
    opacity: 0.2; /* Fades Image */
}

.gallery-item:hover .image-hover-info {
    opacity: 1; /* Show Title & Alt */
    z-index: -1;
}


.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
    display: none;
}
/*.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {*/
/*    background-color: #fff !important;*/
/*}*/


.close {
   /*position: absolute;*/
   position: fixed;
    top: 30%;
    right: 2px;
    /*font-size: 28px;*/
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    background-color: #cf2e2e;
    border-radius: 100px;
    padding: 2px 0px;
    /*width: 27px;*/
    width: 18px;
    text-align: center;
    /*height: 27px;*/
    height: 18px;
    line-height: 14px;
    font-weight: 900 !important;
}

/*.page-id-131 .menus {*/
/*    display: none;*/
/*}*/

/* 18 march */

header#masthead {
    
    right: 0;
    /*height: 125px;*/
    left: 0;
        z-index: 999999 !important;
        position: -webkit-sticky;
        position: fixed !important;
    top: 0px !important;
}

/*.container-fluid.image-gallery-section {*/
/*        margin-top: 120px;*/
/*}*/
.main-header-bar-wrap {
    position: relative;
    margin-top: 0px;
}
html {
    margin-right: 0px;
    overflow: visible !important;
}
ul.main-header-menu.ast-menu-shadow.ast-nav-menu.ast-flex.submenu-with-border.stack-on-mobile {
    background-color: transparent !important;
    
}

h2#imageTitle {
   color: #cf2e2e;
    font-size: 20px;
    text-align: center;
    letter-spacing: -1px !important;
    line-height: 24px;
    font-weight: 500;
    font-family: GOUDHNDN, "Times New Roman", sans-serif;
}
p#imageAlt {
    color: #000;
    font-size: 24px;
    text-align: center;
    letter-spacing: -1px !important;
    line-height: 24px;
    font-weight: 600;
    font-family: GOUDHNDN, "Times New Roman", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
}

/*22march*/
.page-template-Custom-template .mfp-bg.mfp-ready {
    display: none !important;
}
.page-template-Custom-template .mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
    display: none !important;
}
.page-template-Custom-template .mfp-container.mfp-s-error.mfp-inline-holder {
    display: none;
}


/* 25 march */

.site-content .ast-container {
    display: flex;
    flex-direction: column;
}



.next{
        right: -15% !important;
}

.prev{
        left: -15% !important;
}

.site-header-primary-section-left-center.site-header-section.ast-flex.ast-grid-left-center-section {
    display: none;
}
.site-header-primary-section-right-center.site-header-section.ast-flex.ast-grid-right-center-section {
    display: none;
}
.ast-builder-layout-element.ast-flex.site-header-focus-item {
    width: 100% !important;
    max-width: 100% !important;
    display: flex
;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-right: 0px;
    padding-left: 0px;
}
.header-main-layout-1 .ast-main-header-bar-alignment {
    margin-left: inherit;
}
.ast-builder-grid-row {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    grid-column-gap: 0px !important;
    overflow-wrap: anywhere;
    justify-content: center !important;
}
.ast-builder-html-element p:last-child {
    margin-bottom: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/*#page .site-content {*/
/*    flex-grow: unset !important;*/
/*}*/



/* 31 march*/
.ast-builder-menu .main-navigation {
    padding: 0;
    
}

button.prev:hover {
    background-color: #cf2e2e;
    border-color: #cf2e2e;
}
button.next:hover {
    background-color: #cf2e2e;
    border-color: #cf2e2e;
}


button:focus, .menu-toggle:hover, button:hover, .ast-button:hover, .ast-custom-button:hover .button:hover, .ast-custom-button:hover, input[type=reset]:hover, input[type=reset]:focus, input#submit:hover, input#submit:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover, form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus, body .wp-block-file .wp-block-file__button:hover, body .wp-block-file .wp-block-file__button:focus, .woocommerce-js a.button:hover, .woocommerce button.button:hover, .woocommerce .woocommerce-message a.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce button.button.alt.disabled:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover, [CLASS*="wc-block"] button:hover, .woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping):hover, .woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout:hover, .woocommerce button.button.alt.disabled.wc-variation-selection-needed:hover, [CLASS*="wc-block"] .wc-block-components-button:hover, [CLASS*="wc-block"] .wc-block-components-button:focus {
    color: #ffffff;
    background-color: #cf2e2e !important;
    border-color: #cf2e2e !important;
}


/*Aashish css */
#mainImage{
    margin-top: -7vh;
    width: 100%;
    height: 76vh;      
  /*height: auto ;       */
  object-position: center;
  object-fit: contain;
  
  
}
.menu-link{
    line-height : 1rem ;
}

.current-menu-item .menu-link , .menu-item .menu-link{
    font-size: 20px;
    padding: 5px 10px;
}


.page-id-131 .menus {
    display: none;
}
.scroller-image-tag{
    width : 80px!important;
    height: 80px!important;
}
.scroller-image-tag img{
    /*object-fit: cover!important;*/
    width:  80px!important;
    height: 80px!important;
    cursor: pointer;
}

#page .site-content {
    flex-grow: 0;
}

.footer-section{
    /*padding: 142px 25px 0px 25px;*/
    position: relative;
	padding-top:20px;
    width: 100%;
    bottom: 0;
}



@media (min-width: 1025px) and (max-width: 1440px) {
    
 

.page-template-Sculpture-New-page header#masthead {

    top: 2px !important;
}

    img.alignnone.wp-image-757.size-medium {
    width: 44%;
}
 
.page-id-131 .container-fluid.image-gallery-section {
margin-top: 12% !important;

}
.container-fluid.about-first-section {
    background-color: #0d0101;
    padding: 5px;
    padding-bottom: 6%;
    padding-top: 16px;
}
.page-template-about .main-header-bar-wrap {
    position: relative;
    margin-top: 40px;
}
.page-template-Drawing-template .gallery {
    margin-top: 11%;
}
    .page-template-Drawing-template .main-header-bar-wrap {
    position: relative;
    margin-top: 0px;
}

/*.sculpture-detail-column.sculpture-detail-title h4 {*/
/*    font-size: 28px !important;*/
/*}*/
/*.sculpture-detail-column.sculpture-detail-title h2 {*/
/*    font-size: 20px !important;*/
/*            padding-bottom: 10px;*/
/*}*/

}
@media (min-width: 768px) and (max-width: 1025px) {
.page-id-131 .container-fluid.image-gallery-section {
margin-top: 12%;
}
.small-title-div {
    max-width: 250px !important;
  
}
}

@media (min-width: 1026px) and (max-width: 1340px) {
.small-title-div {
    max-width: 250px !important;
   
}
.site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
    max-width: 90% !important;
    margin-top: 0% !important;
}
}
@media (min-width: 1440px) and (max-width: 1640px) {
    .gallery{
        display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 3px;
    justify-items: stretch;
    
    }
    
    
    .page-template-Sculpture-New-page header#masthead {
    top: 11px !important;
}

    
    
    img.alignnone.wp-image-757.size-medium {
    width: 55%;
}
    
    
       .sculpture-detail-container { 
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 40px;
    margin-top: 175px !important;
    
}
.small-title-div {
    max-width: 330px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.page-id-131 .container-fluid.image-gallery-section {
margin-top: 12%;
}
.page-template-Drawing-template .gallery {
    margin-top: 185px !important;
}
.page-template-about .main-header-bar-wrap {
    position: relative;
    margin-top: 0px;
}
    .page-template-Drawing-template .main-header-bar-wrap {
    position: relative;
    margin-top: 0px;
}
.page-template-Custom-template .main-header-bar-wrap {
    position: relative;
    margin-top: 0px;
}



}

@media (min-width: 1640px) and (max-width: 1740px) {
.page-template-Drawing-template .gallery {
    margin-top: 215px !important;
}
.page-id-131 .container-fluid.image-gallery-section {
    margin-top: 13%;
}
.page-template-about .main-header-bar-wrap {
    position: relative;
    margin-top: 36px;
}
.gallery {
  gap: 3px;
}

     .sculpture-detail-container { 
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 40px;
    margin-top: 190px !important;
    
}
.page-template-Sculpture-New-page .container-fluid.image-gallery-section {
    margin-top: 235px;
}
img.alignnone.wp-image-757.size-medium {
    width: 63%;
}
.page-template-Sculpture-New-page header#masthead {
    top: -4px !important;
}

}


@media (min-width: 1740px) and (max-width: 1840px) {
   .gallery {
   
    gap: 3px;
 }
    
    img.alignnone.wp-image-757.size-medium {
    width: 63%;
}
.page-template-Drawing-template .gallery {
    margin-top: 212px !important;
}

    .page-template-Drawing-template .main-header-bar-wrap {
    position: relative;
    margin-top: 0px;
}
    .page-id-131 .container-fluid.image-gallery-section {
    margin-top: 218px;
}
     .sculpture-detail-container { 
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 40px;
    margin-top: 210px !important;
    
}


}

@media (min-width: 1840px) and (max-width: 1940px) {
    
    img.alignnone.wp-image-757.size-medium {
    width: 68% !important;
}
    
.page-template-Drawing-template .gallery {
    margin-top: 230px !important;
}
       .page-template-Drawing-template .main-header-bar-wrap {
    position: relative;
    margin-top: 0px;
}
   .page-id-131 .container-fluid.image-gallery-section {
    margin-top: 234px;
}

     .sculpture-detail-container { 
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 40px;
    margin-top: 185px !important;
    
}

    
}



@media (min-width: 1740px) and (max-width: 1940px) {


/*.page-id-131 .container-fluid.image-gallery-section {*/
/*    margin-top: 209px;*/
/*}*/
.page-template-about .main-header-bar-wrap {
    position: relative;
    margin-top: 0px;
}
.page-template-Contact .main-header-bar-wrap {
    position: relative;
    margin-top: 0px;
}

     .sculpture-detail-container { 
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 40px;
    margin-top: 234px !important;
    
}




}
@media (min-width: 1940px) and (max-width: 2200px) {
    
      img.alignnone.wp-image-757.size-medium {
    width: 70% !important;
}
    .page-template-Sculpture-New-page .gallery {
    margin-top: 266px !important;
}
    
.page-template-Drawing-template .gallery {
    margin-top: 236px !important;
}
.page-id-131 .container-fluid.image-gallery-section {
    margin-top: 263px;
}
header#masthead {
    top: 0px !important;
}
.page-template-about .main-header-bar-wrap{
    position: relative;
    margin-top: 21px;
}
.page-template-Contact .main-header-bar-wrap {
    position: relative;
    margin-top: 22px;
}
     .sculpture-detail-container { 
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 40px;
    margin-top: 230px !important;
    
}

.gallery {
display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 3px;
    justify-items: stretch;

}

}



@media (min-width: 2200px) and (max-width: 2500px) {
    
         .sculpture-detail-container { 
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 40px;
    margin-top: 230px !important;
    
}
.page-id-131 .container-fluid.image-gallery-section .gallery {
margin-top: 299px !important;
}
.gallery {
    padding-top: 0% !important;
}
.page-template-Drawing-template .gallery {
    margin-top: 300px !important;
}
header#masthead {
    margin-top: -9px;
}
.page-template-about .main-header-bar-wrap {
    position: relative;
    margin-top: 15px;
}
.container-fluid.about-first-section {
    padding-top: 13px !important;
}
.page-template-Contact .main-header-bar-wrap {
    position: relative;
    margin-top: 16px;
}
.page-template-Contact .container-fluid {

    padding-top: 18px !important;
}




}


@media (min-width: 2500px) and (max-width: 2860px) {
    
      /* 04 sep*/
       .page-template-Sculpture-New-page .gallery {
    margin-top: 352px !important;
}
    
    
    img.alignnone.wp-image-757.size-medium {
    width: 85%;
}
    
.page-id-131 .container-fluid.image-gallery-section .gallery {
margin-top: 319px !important;
}
.gallery {
    padding-top: 0% !important;
        display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 4px;
    justify-items: stretch; /* or center */

}
.page-template-Drawing-template .gallery {
    margin-top: 320px !important;
}
header#masthead {
    margin-top: 0px;
}
.page-template-about .main-header-bar-wrap {
    position: relative;
    margin-top: 12px;
}
.container-fluid.about-first-section {
    padding-top: 18px !important;
}
.page-template-Contact .main-header-bar-wrap {
    position: relative;
    margin-top: 13px;
}
.container.contact-page {
    padding-top: 60px;
}



}


@media (min-width: 2860px) and (max-width: 3060px) {
    img.alignnone.wp-image-757.size-medium {
    width: 97%;
}
    
    
.page-id-131 .container-fluid.image-gallery-section .gallery {
margin-top: 362px !important;
}
.gallery {
    padding-top: 0% !important;
}
.page-template-Drawing-template .gallery {
   margin-top: 363px !important;
   gap: 3px;
}
header#masthead {
    margin-top: -20px;
}
.page-template-about .main-header-bar-wrap {
    position: relative;
    margin-top: 5px;
}
.container-fluid.about-first-section {
    padding-top: 24px !important;
}
.page-template-Contact .main-header-bar-wrap {
    position: relative;
    margin-top: 5px;
}
.page-template-Contact .container.contact-page {
    padding-top: 80px;
}






}

@media (min-width: 3060px) and (max-width: 5060px) {
      /* 04 sep*/
       .page-template-Sculpture-New-page .gallery {
    margin-top: 552px !important;
}
    
    
.page-id-131 .container-fluid.image-gallery-section .gallery {
margin-top: 482px !important;
}
.gallery {
    padding-top: 0% !important;
        display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 6px;
    justify-items: stretch; /* or center */

}
.page-template-Drawing-template .gallery {
    margin-top: 486px !important;
}
header#masthead {
    margin-top: 0px;
}
.page-template-about .main-header-bar-wrap {
    position: relative;
    margin-top: -85px;
}
.container-fluid.about-first-section {
    padding-top: 46px !important;
}

.page-template-Contact .main-header-bar-wrap {
    position: relative;
    margin-top: -85px;
}
.container.contact-page {
    padding-top: 100px !important;
}
.container-fluid.map-row {
    margin: 3% 0px !important;
    margin-bottom: 2% !important;
}






}



@media (min-width: 5060px) and (max-width: 7060px) {
.page-id-131 .container-fluid.image-gallery-section .gallery {
margin-top: 13% !important;
}
.page-id-131 .gallery {
    padding-top: 0% !important;
}
    .page-template-Drawing-template .gallery {
        margin-top: 742px !important;
    }
header#masthead {
    margin-top: 0px;
}

.page-template-about .main-header-bar-wrap {
    position: relative;
    margin-top: -127px;
}
.container-fluid.about-first-section {
    padding-top: 90px !important;
}
.page-template-Contact .main-header-bar-wrap {
    position: relative;
    margin-top: -128px;
}
.container.contact-page {
    padding-top: 145px !important;
}
.container-fluid.map-row {
    margin: 3% 0px !important;
    margin-bottom: 2% !important;
}

.gallery{
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 8px;
    justify-items: stretch; /* or center */

}


}


@media (min-width: 7060px) and (max-width: 9060px) {
.page-id-131 .container-fluid.image-gallery-section .gallery {
margin-top: 13% !important;
}
.page-id-131 .gallery {
    padding-top: 0% !important;
}
    .page-template-Drawing-template .gallery {
        margin-top: 1000px !important;
        gap: 8px;
    }
header#masthead {
    margin-top: -124px;
}

.page-template-about .main-header-bar-wrap {
    position: relative;
    margin-top: -168px;
}
.container-fluid.about-first-section {
    padding-top: 132px !important;
}
.page-template-Contact .main-header-bar-wrap {
    position: relative;
    margin-top: 22px;
}




}


.home .custom-page-content.homepage {
    background-color: #fff !important;
    margin: 0px;
}
.page-id-18 .custom-page-content.homepage.thisisilkasjdfj {
    margin: 0px;
}

#ast-scroll-top{
    display: none!important;
}
.page-template-Drawing-template .gallery {
    margin-top: 12%;
}

.footer-section .menus {
    display: none;
}

.home .footer-section .menus {
    display: block;
}

.page-template-home .footer-section .menus {
    display: block !important;
} 

.mfp-container.mfp-s-error.mfp-inline-holder {
    display: none;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
    display: none;
}

.mfp-bg.mfp-ready {
    display: none;
}

.gallery-item.gallery-item-two {
    aspect-ratio: auto;
}


/* 12 may */
.drawing-images {
    margin-top: 0vh !important;
    width: 100%;
    height: 72vh !important;
}

/*div#drawing-popup .title-column {*/
/*    display: flex;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    position: relative;*/
/*    top: 9%;*/
/*    align-items: center !important;*/
/*    justify-content: center !important;*/
/*}*/

div#drawing-popup {
    width: 85%;
   
    margin-top: -11px;
}


div#drawing-popup .prev {

 left: -8% !important;

}

div#drawing-popup .next {
 right: -8% !important;

}


/* About page css*/
.page-template-about header#masthead {
    z-index: 0 !important;
    position: unset !important;
}
p.about-main-para {
    font-size: 22px;
    line-height: 25px;
    font-family: "Times New Roman", sans-serif !important;
    color: #a1a1a1;
}
.container-fluid.about-first-section {
    background-color: #0d0101;
    padding: 5px;
}
.container-fluid.custom-page-content.about-template {
    padding: 0px !important;
      
}
.col-md-4.about-section-main-image img {
    display: block;
    margin: auto;
}
.row.about-section-row {
    display: flex;
    align-items: center;
}
.container-fluid.about-first-section {
    background-color: #0d0101;
    padding: 5px;
    padding-bottom: 6%;
}
.row.about-section-row.second-row {
    padding-bottom: 30px;
}
.col-md-12.about-main-para-section.third-section-para {
    padding-bottom: 20px;
}
.page-template-about .footer-section {
    background-color: #0d0101 !important;
}

.fourth-para{
     font-size: 22px;
    line-height: 25px;
    font-family: "Times New Roman", sans-serif !important;
    color: #a1a1a1;
}
.fifth-row{
    margin:10px 0px 0px ;
}
h2.about-main-para.fifth-row-elements {
      color: #cf2e2e !important;
    text-align: center !important;
    font-family: GOUDHNDN, "Times New Roman", sans-serif;
    font-weight: 500;
    text-decoration: underline;
}

.row.about-section-row.third-row.fourth-row
 {
   padding-bottom: 50px;
}


div#drawing-popup .image-column img {
  
    position: absolute;
    top: -23vh;
  
}


/* 15 may */
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px !important;
    }
}



/*4534534534534*/
.image-columns {
    display: flex;
    gap: 15px;
    justify-content: center;
   
}

.image-column-one {
   width: 33%;
    position: relative;
    height: 500px;
    overflow: hidden;
}

/*.image-column-one img {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: fit-content;*/
/*    object-fit: contain;*/
/*    top: 0;*/
/*    left: 0;*/
/*    opacity: 0;*/
/*    transition: opacity 1s ease-in-out;*/
/*}*/

.image-column-one img.active {
    opacity: 1;
    z-index: 2;
}
.row.about-section-row.fifth-row {
    max-width: 1230px !important;
    display: flex;
    margin: auto;
}
.page-template-about header#masthead {
    position: sticky !important;
    top: 0px !important;
    z-index: 999 !important;
}
span {
    font-family: GOUDHNDN, "Times New Roman", sans-serif;
}
.page-id-264 header#masthead {
    position: unset !important;
}
h1.contact-page-heading {
    font-size: 62px;
    font-family: GOUDHNDN, "Times New Roman", sans-serif;
    color: #000;
}
p.contact-main-para {
    font-family: GOUDHNDN, "Times New Roman", sans-serif;
    color: #cf2e2e;
    font-size: 22px;
    font-weight: 600;
    padding-top:10px;
}
span.visit-text {
    font-size: 16px;
    color: #cf2e2e;
    font-weight: 600;
}
span.address-text {
    font-family: GOUDHNDN, "Times New Roman", sans-serif;
    color: #585b53;
    font-size: 16px;
    font-weight: 600;
    padding-left: 18px;
}
i.fa.fa-map-marker::before {
    font-size: 19px;
    color: #cf2e2e;
}

i.fa.fa-phone::before {
   font-size: 19px;
    color: #cf2e2e; 
}
i.fa.fa-envelope::before {
     font-size: 15px;
    color: #cf2e2e; 
}


.icon-section-first {
    padding-top: 30px;
    
    
}
.icon-section {
    padding-top: 25px;
    
}

.container.contact-page {
    max-width: 1240px !important;
}
.map-row{
    padding: 0px !important;
}

.page-template-Contact .container-fluid {
    padding: 0px !important;
}
.container-fluid.map-row {
   margin: 5% 0px;
    margin-bottom: 5%;
}
.container.contact-page {
    padding-top: 30px;
}
.page-template-Contact header#masthead {
    position: sticky !important;
    top: 0px !important;
    z-index: 999 !important;
}

/* 19 may */
p.drop-heading {
    font-family: Unna, serif;
    font-size: 32px;
    line-height: 42px;
    color: #000;
}
p.red-text-contact-heading {
    font-family: Unna, serif;
    font-size: 25px;
    line-height: 33px;
    color: #cf2e2e;
    font-weight: 600;
    letter-spacing: -1px;
        margin-bottom: 25px;
}
.col-md-6.contact-column-first {
    border-right: 1px solid #bbbbbb47;
        padding-right: 0px;
}
.follow-us-section {
    padding-top: 8%;
    border-top: 1px solid #80808026;
}
i.fa {
       font-size: 25px;
    padding-right: 20px;
    color: #000;
}
p.follow-us-heading {
    font-family: Unna, serif;
    font-size: 15px;
    line-height: 19px;
    color: #000;
    font-weight: 700;
}
.icon-section.email-icon {
    padding-bottom: 8%;
}
a.button-for-contactus {
    color: #fff;
    background: #cf2e2e;
    padding: 12px 32px;
    text-decoration: none;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}
i.fa.fa-map-marker {
    padding-bottom: 10px;
}
i.fa.fa-phone {
    padding-bottom: 10px;
}
i.fa.fa-envelope {
    padding-bottom: 10px;
}

#page {
    display: flex;
    flex-direction: column;
    min-height: 100% !important;
    justify-content: space-between !important;
    height: 99vh !important;
}

/*.home #page {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    min-height: 100vh !important;*/
/*}*/

/*23 may*/
.page-template-Drawing-template .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: fill !important;
    display: block;
    border-radius: 0px;
}

div#drawing-popup .scroller-image-tag img {
    object-fit: fill !important;
}

/* 27 may */
.page-template-Drawing-template .image-hover-info {
    font-size: 14px !important;
}


/* 05 june */

    .page-id-131 .scroller-column {
    margin-top: 0vh !important;
    height: 107vh;
}

.page-id-131 #mainImage {
    margin-top: -4vh;
    width: 100%;
    height: 74vh;
    /* height: auto; */
    object-position: center;
    object-fit: contain;
    cursor: pointer;
}

.page-id-131 .scroller-wrapper {
    margin-top: 60%;
}



/* 09 june*/

/*.page-id-131 .close {*/
/*    top: 6.5%;*/
/*}*/


@media (min-width: 922px) {
  .only54template{
	padding-top:12%;
}
	.modal-content{
	margin:auto;
}

}
@media (min-width: 768px) and (max-width: 921.98px) {
   .only54template{
	padding-top:24%;
}
	.modal-content{
	margin:auto;
}

}


/*h2#imageTitle span:nth-child(3) {*/
   
/*    text-transform: capitalize !important;*/
/*}*/



/*.home #page {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    min-height: 100vh !important;*/
/*	overflow: hidden !important;*/
/*	}*/





/* 24 june */


.sculpture-thumb-play {
  position: absolute;
  top: 6px;
  left: 6px;
  background: rgba(0,0,0,0.6);
  color: white;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 3px;
  display: none;
}
.fade-animation {
  animation: fade 0.3s ease;
}
@keyframes fade {
  from { opacity: 0; transform: scale(0.98); }
  to { opacity: 1; transform: scale(1); }
}



.sculpture-detail-scroller {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-right: 15px;
}

.sculpture-thumb-wrapper
 {
    position: relative !important;
    float: right !important;
    width: 80px !important;
    height: 80px !important;
}

/* 25 june */



.sculpture-detail-container { 
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 40px;
    margin-top: 152px;
    height: 68vh;
    
}
.sculpture-detail-column { flex: 1; }
.sculpture-detail-title {text-align: left;
text-align: left;
    /*padding-right: 200px;*/
   display: flex;
   justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
    /*max-width: 572px;*/
}
.sculpture-detail-media { text-align: center; position: relative; max-width: 600px; height: 71vh;}
.sculpture-detail-media img, .sculpture-detail-media iframe { 
      /*max-width: 100%;*/
    margin-top: 0vh;
    width: auto;
        height: -webkit-fill-available;
    object-position: center;
    cursor: pointer;
    border-radius: 0px;
    background-size: cover !important;
    object-fit: contain;
}
.sculpture-detail-prev, .sculpture-detail-next { position: absolute; top: 50%; transform: translateY(-50%); background: #fff; padding: 8px; cursor: pointer; border-radius: 50%; font-size: 20px; z-index: 10; }
.sculpture-detail-prev { 
  left: -100px;
    background: #CF2E2E;
    width: 18px;
    height: 18px;
    color: white;
    line-height: 0px;
    font-size: 11px;
    padding-left: 4px;
}
.sculpture-detail-next { 
    right: -100px;
    background: #CF2E2E;
    width: 0px;
    height: 19px;
    color: white;
    line-height: 1px;
    font-size: 11px;
    padding-right: 13px;
    padding-left: 6px;
}
.sculpture-detail-thumbs { max-height: 71vh; overflow-y: auto; margin-right: 1%;}
.sculpture-detail-thumbs img { margin-bottom: 0px; border-radius: 0px; cursor: pointer; border: 0px solid transparent; 
    width: 100% !important;
    height: 100%;
        object-fit: cover;
}
.sculpture-detail-thumbs .active img {
    border-color: transparent;
    width: 80px !important;
    height: 80px;
    
}
.sculpture-thumb-wrapper { position: relative; }
.sculpture-thumb-play { position: absolute; top: 8px; left: 8px; background: rgba(0, 0, 0, 0.6); color: white; font-size: 12px; padding: 2px 4px; border-radius: 4px; }


.sculpture-detail-next:hover {
    
    color: white !important;
    
}

.sculpture-detail-prev:hover {
    
    color: white !important;
    
}
video {
    width: 500px;
    margin: auto;
}
.sculpture-detail-column.sculpture-detail-title h4 {
    font-size: 18px !important;
    text-align:center;
    font-weight: 500;
}
.sculpture-detail-column.sculpture-detail-title h2 {
    font-size: 20px !important;
     text-align:center;
     font-weight: 600;
     color: #000 !important;
     text-transform: uppercase;
}
.sculpture-detail-column.sculpture-detail-title p {
       font-size: 18px;
    text-align: center;
    color: #000;
    line-height: 22px;
}

/* 26 june */
.home #page .site-content {
    flex-grow: 0;
    height: 91vh;
}
.small-title-div {
    max-width: 270px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
/* 30 june */
.detial-close-button{
    position: fixed;
    top: 25.5%;
    right: 2px;
  font-size: 17px;
    font-weight: 900 !important;
    color: white !important;
    border-radius: 200px;
    background: #cf2e2e;
    cursor: pointer;
    z-index: 10000;
    width: 18px;
    height: 18px;
    line-height: 18px;
    padding-left: 4.5px;
}
   


/* 02 july */
div#close-button a {
    color: white;
}


.second-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: flex;
  justify-content: center;
  align-items: center;
}

.second-lightbox-inner {
  display: flex;
  background: #fff;
  max-width: 90%;
  max-height: 90%;
  padding: 20px;
  position: relative;
  gap: 20px;
}

.second-lightbox-left img,
.second-lightbox-left video {
  max-height: 80vh;
  width: auto;
  max-width: 100%;
}

.second-lightbox-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  max-height: 80vh;
}

.second-lightbox-right img,
.second-lightbox-right video {
  width: 100px;
  height: auto;
  cursor: pointer;
  object-fit: cover;
}

.second-lightbox-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}



/* 09 july */
.page-id-131 .modal-column.title-column {
   display: flex !important;
    flex-direction: column !important;
    align-items: center;
    width: 290px;
    gap: 5px;
}


.tooltip-text {
      visibility: hidden;
      width: 160px;
      background-color: #fff;
      color: #000;
      text-align: center;
      padding: 5px;
      position: absolute;
      z-index: 1;
      bottom: 10%; /* Position above image */
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      transition: opacity 0.3s;
      font-size: 14px;
      white-space: nowrap;
    }
    
    
    .image-column:hover .tooltip-text {
      visibility: visible;
      opacity: 1;
    }
    
  
/* 18 july */
img.mian-logo-detail-page {
    display: none;
}

/* 28 july */
h2#secondTitle {
    text-align: center !important;
    font-size: 20px !important;

    font-weight: 600;
    color: #000 !important;
    text-transform: uppercase;
}
p#secondAlt {
    text-align: center !important;
    font-size: 18px;
    color: #000;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0px;
}

button.second-next {
   position: absolute;
    right: 10px;
    top: 50%;
     transform: translateY(370%);
    z-index: 10;
    padding: 0px !important;
    /*padding-right: 2px !important;*/
    border-radius: 100px;
    width: 18px;
    height: 18px;
    font-weight: 900;
    font-size: 9px;
    line-height: 11px;
    background-color: #CF2E2E;
}
button.second-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(370%);
    z-index: 10;
    padding: 0px 2px !important;
    /*padding-right: 2px !important;*/
    border-radius: 100px;
    width: 18px;
    height: 18px;
    font-weight: 900;
    font-size: 9px;
    line-height: 11px;
    background-color: #CF2E2E;
}

h3#secondSclTitle {
    font-size: 18px !important;
    text-align: center;
    font-weight: 500;
}
div#secondScroller img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    cursor: pointer;
}
div#secondScroller img:nth-child(1) {
    display: none;
}
#secondScroller video{
    width:80px !important;
    height:80px;
    margin: 0px;
        object-fit: cover;
}
.video-thumb {
    width: 80px !important;
    height: 80px;
    margin: 0px;
    object-fit: cover;
}

.video-thumb {
  position: relative;
  display: inline-block;
}

.video-thumb::after {
  content: '▶'; /* Unicode Play icon */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: white;
  text-shadow: 0 0 5px black;
  pointer-events: none; /* allows click to pass through to video */
}

/* 30 july */
textarea {
    width: 100% !important;
}
input {
    width: 100% !important;
}


.page-id-766 .gallery{
    margin-top: 220px;
}

@media (min-width: 1040px) and (max-width: 1740px) {
    
  
    
    .page-id-766 .gallery{
    margin-top: 180px;
}
}


@media (min-width: 1440px) and (max-width: 1740px) {
  /* 04 sep*/
       .page-template-Sculpture-New-page .gallery {
    margin-top: 192px !important;
}
    
}



@media only screen and (max-width: 767px) {
.page-id-766 .gallery{
     margin-top: 0px;
}



#page {
    height: 97vh !important;
}

}



/* 26 august*/
div#secondModal .modal-content {
    display: grid;
    top: -40px;
}

 div#secondModal .image-column img {
    height: 72vh;
    position: absolute;
    top: -21vh;
   
}
/* .page-template-Sculpture-New-page div#secondModal .image-column img {*/
/*    height: 72vh;*/
/*    position: absolute;*/
/*    top: -21vh;*/
/*    object-fit: contain !important;*/
/*}*/

.page-template-Sculpture-New-page div#secondModal .scroller-wrapper {
   margin-bottom: 1%;
    height: 90%;
    margin-top: 55%;
}
div#secondModal button.second-next {
    position: absolute;
    right: -90px;
    transform: translateY(740%);
}

div#secondModal button.second-prev {
    position: absolute;
    left: -90px;
    transform: translateY(740%);
}

.page-template-Sculpture-New-page #mainImage {
    object-fit: contain !important;
    margin-top: -4vh;
    height: 73vh;
}
.page-template-Sculpture-New-page .scroller-wrapper {
   
    margin-top: 47%;
}

.page-id-131 div#secondModal .scroller-wrapper {
    margin-top: 70%;
}






#secondImage {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
#secondImage.slide-left {
  transform: translateX(-30px);
  opacity: 0.7;
}
#secondImage.slide-right {
  transform: translateX(30px);
  opacity: 0.7;
}


/* 04 september */
.page-template-about img.fade-image {
    height: -webkit-fill-available !important;
    object-fit: fill !important;
    aspect-ratio:  8.5 / 11;
}




.fade-image {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: absolute; /* if stacking */
}

.fade-image.active {
  opacity: 1;
}

img#logo-column-image {
    display: none;
}

 /*30 sep */
 
 
@media screen and (orientation: landscape) and (min-width: 768px) and (max-width: 991px) {
    
    /*26 november*/
        .page-template-Drawing-template-php .title-column {
     top: 0% !important;
        height: 90% !important;
        display: flex;
        width: 60%;
        justify-content: space-evenly;
        gap: 0px;
        align-items: flex-start;
        flex-direction: column;
    }

/* Nov 21 */
.page-id-131 header#masthead,
.page-id-766 header#masthead,
/*.page-id-262 header#masthead,*/
.page-id-264 header#masthead,
.page-id-266 header#masthead {
    display: none !important;
}
.page-id-131 .scroller-wrapper {
    margin-top: 0%;
    height: 88%;
    margin-bottom: 25px;
}
.page-id-131 img#mainImage {
    top: auto;
    height: 93vh;
    margin-top: 0px;
}
.page-id-131 .modal-column.title-column {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start;
    width: 81%;
    height: 80%;
    gap: 5px;
    align-content: flex-start;
}
 p.footer-copyright-para {
    font-size: 14px !important;
    
    }
    p.footer-content-para {
    margin-top: 6px;
    color: rgb(207, 46, 46);
    font-size: 15px !important;
    
    }
    .menus a {
    padding-left: 5px !important;
    color: #cf2e2e;
    font-size: 14px !important; 
    }
.logo-image img {
   
    margin-top: 15px;
}


  .page-id-260 .gallery, .page-id-766 .gallery  {
  
      margin-top: 0px !important;
  }
    
    .page-id-260 header#masthead {
    display: none !important;
}
   /*.page-id-260 */
   .container-fluid.image-gallery-section {
    margin-top: 0px !important;
   }
   
   /* 08 Oct */
   img#logo-column-image {
           display: block !important;
        width: 95%;
        margin: 0px auto;
        margin-left: 0px;
}

div#drawing-popup .prev {
    left: -16% !important;
}

div#drawing-popup .next {
    right: -16% !important;
}
.scroller-wrapper{

width: 40% !important;

}

.scroller-image-tag{

width: 60px !important;

height: 60px !important;

}

.scroller-image-tag img{

width: 60px !important;
height: 60px !important;

}


   
   
   /* 03 oct*/
 
   
   
   .scroller {
    gap: 1px;
   }
   
 div#drawing-popup {
    width: 97%;
    margin-top: 0px;
    margin-left: 0px;
    
}

div#drawing-popup .image-column img {
   position: absolute;
   top: unset;
        width: 100% !important;
        height: 100% !important;
        aspect-ratio: 1 / 1.3 !important;
        padding: 40px 0px 32px 0px;
        margin: auto !important;
        /*object-fit: fill;*/
}

.title-column {
            display: flex;
        justify-content: space-around;
        font-size: 18px;
        font-weight: bold;
        position: relative;
        top: 0%;
        align-items: flex-start;
        align-content: flex-start;
        height: 100vh;
        gap: 67px;
   
}

.scroller-wrapper {
    height: 94%;
    width: 100px;
    margin-top: 21%;
    margin-bottom: 10px;
}

.close {
    position: fixed;
    top: 6.5%;
    right: 9px;
    z-index: 9999999999999;
    }
 
 .scroller-column {
    margin-top: 0vh;
 }
   h2#imageTitle {
    color: #cf2e2e;
    font-size: 20px;
    text-align: left;
    line-height: 16px;
    margin-top: 20%;
   }
   
   .prev, .next {
    z-index: 9999999;
    position: absolute;
    top: auto;
    transform: translateY(0vh);
   }
   
   h2#imageTitle span {
    font-size: 14px !important;
}
   div#drawing-popup .image-column {
    width: 100% !important;
    margin: auto;
    height: 100%;
}
   
}





@media screen and (min-width: 769px) and (max-width: 921px) {
/*    #ast-desktop-header {*/
/*        display: block !important;*/
/*    }*/
/*    .ast-header-break-point #ast-mobile-header {*/
/*    display: none;*/
/*}*/
/*    .site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {*/
/*    max-width: 100% !important;*/
/*    padding: 0px;*/
/*}*/
/*.gallery {*/
/*    margin-top: 195px;*/
/*}*/

.ast-desktop .ast-primary-header-bar.main-header-bar, .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
        margin-top: 0px;
    }

    
}




/* Mobile devices in landscape orientation */
@media screen and (max-width: 767px) and (orientation: landscape) {
    /* Nov 21 */
.page-id-131 header#masthead {
    display: none !important;
}
.page-id-131 .scroller-wrapper {
    margin-top: 0%;
        height: 79%;
        margin-bottom: 35px;
}
.page-id-131 img#mainImage {
    top: auto;
    height: 100vh;
    margin-top: 0px;
}
    .page-id-131 .gallery {
        padding-top: 0px !important;
    }
    .page-id-131 .modal-column.title-column {
    display: flex !important;
    align-items: flex-start;
    width: 130px;
    gap: 5px;
    height: 70%;
    justify-content: space-between;
}

.image-column {
height: 100% !important;
        width: 100% !important;
        margin: 0;
        display: flex !important;
        justify-content: center;
}
    .page-template-Custom-template #mainImage {
        margin-top: 0% !important;
        height: 100vh !important;
         width: 65% !important;
       /*object-fit: fill !important;*/
        padding: 15px 0px;
    }
    .page-id-131 .scroller-column {
 margin-top: 0vh !important;
        height: 100vh;
        width: 100%;
        display: flex !important;
}
    .page-id-131 .modal-content {
        top: 0% !important;
        gap: 30px !important;
    }
        .page-id-131 .close {
        top: 14px !important;
    }
        .page-id-131 h2#imageTitle {
      
        padding-right: 15px;
    }
        .page-template-Custom-template .title-column {
        top: 0% !important;
    }
    p.footer-copyright-para {
    font-size: 14px !important;
    
    }
    p.footer-content-para {
    margin-top: 6px;
    color: rgb(207, 46, 46);
    font-size: 15px !important;
    
    }
    .menus a {
    padding-left: 5px !important;
    color: #cf2e2e;
    font-size: 14px !important; 
    }
    .logo-image img {
   
    margin-top: 15px;
}
    
 
     .gallery {
        display: grid;
        grid-template-columns: repeat(10, 1fr) !important;
     }
     
/*        .page-id-260 header#masthead {*/
/*    display: none !important;*/
/*}*/

/* 11 nov */
.page-template-Drawing-template .modal-column.image-column {
        height: 85% !important;
        margin-bottom: 15px;
    }
      
    
    

/* 14 oct*/


.scroller {
    gap: 1px;
   }
   
 h2#imageTitle {
    color: #cf2e2e;
    font-size: 20px;
    text-align: left;
    line-height: 20px;
     margin-top: 15%;
   }
   

  h2#imageTitle span {
    font-size: 14px !important;
}
.page-template-Drawing-template .gallery {
        margin-top: 0px !important;
    }
    
.gallery{
    padding-top: 0% !important;
}
.page-template-Drawing-template .gallery {
    margin-top: 0%;
}
.page-template-Drawing-template .modal {
        top: 0% !important;
    }
    .modal{
        top: 0% !important;
    }
    
div#drawing-popup {
    
    margin-top: 0px !important;
    display: flex !important;
        flex-direction: row;
        gap: 30px !important;
}
        .modal-column.scroller-column {
        display: flex !important;
    }
    
    div#drawing-popup .image-column img{
                margin-top: 0% !important;
                height: 100% !important;
                object-fit: contain !important;
                
                
    }
    
    .scroller-column{
             margin-top: 0vh;
             overflow-y: visible;
    }
    .scroller-wrapper {
    height: 90%;
    margin-bottom: 18%;
    margin-top: 0%;
}
    .modal-content {
        height: 100% !important;
        top: 0% !important;
   width: 94% !important;
   display: grid !important;

}

 img#logo-column-image {
    display: block !important;
    width: 90%;
    /*margin: 0px auto;*/
    margin-left: -5px;

     
 }

    .page-template-Drawing-template-php .title-column {
     top: 0% !important;
        height: 75% !important;
        display: flex;
        width: 26%;
        justify-content: space-around;
        /*padding: 100px 0px;*/
    }
    
.prev, .next {
        display: block;
        top: 36%;
    }
 
div#drawing-popup .prev {         
    left: -6% !important;
}
div#drawing-popup .next {
    right: -6% !important;
}
    .page-id-260 .close {
        top: 5% !important;
    }
   
#mainImage{
    object-fit: contain !important;
}


}


@media (min-width: 994px) and (max-width: 2000px) {
   /*27 november*/
   
    .ast-builder-menu-1 .menu-item > .menu-link {
    font-size: 16px !important;
    padding: 5px !important;
}

}

@media screen and (min-device-width: 850px) and (max-device-width: 921px) {
    
.ast-builder-grid-row {
    grid-template-columns: max-content;
}
.ast-header-break-point .main-navigation .stack-on-mobile li {
    width: auto;
    margin-bottom: 10px;
    margin-bottom: 5px;
    padding: 5px 0;
}
.ast-header-break-point .main-navigation ul .menu-item .menu-link {
 
    border-bottom-width: 0px;
}
    
    
}
@media screen and (min-device-width: 769px) and (max-device-width: 849px) { 
   
.menu-link {
    border: none !important;
}   
   
.ast-builder-grid-row {
    grid-template-columns: max-content;
}
.ast-header-break-point .main-navigation .stack-on-mobile li {
    width: auto;
    margin-bottom: 10px;
    margin-bottom: 5px;
    padding: 5px 0;
}
header .custom-logo-link img {
    width: 100% !important;
    max-width: 50% !important;
}
.page-template-Drawing-template .gallery {
    margin-top: 25%;
}

}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 

.page-template-Drawing-template .modal {
    top: 25% !important;
  }
.page-id-260 .close {
    top: 280px !important;
    right: 3px !important;
  }
.page-template-Drawing-template .gallery {
  margin-top: 0;
}
.gallery {
    padding-top: 30% !important;
  }
 .page-id-131 .modal-content {
    top: 7% !important;
    width: 350px !important;
  } 
  .page-id-131 .close {
    top: 272px !important;
  } 
}






