/*
    Global styles
 */

 /*@import url('/../../fonts/Calibri_Regular.ttf');*/
 @import url('https://fonts.cdnfonts.com/css/calibri-light');

 @import url('//fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
 /* @import url('//fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap'); */
 * {
   box-sizing: border-box;
    font-family: 'Calibri Light', sans-serif;
   overflow: -moz-scrollbars-none;
   /*scrollbar-width: none;*/
   color: rgb(166, 166, 166);
 }

 body {
   padding: 0px;
   margin: 0px;
 }

 .container {
   max-width: 1920px;
   padding: 15px 41px 42px;
   /* background: #ddd; */
   min-height: 100vh;
   height: 100%;
 }

 .row {
   display: flex;
   flex-direction: row;
   justify-content: space-around;
 }
.subscribe-button{
    justify-content: left;
    margin-bottom: 9px;
    margin-top: 9px;
}
.row.subscribe-button input[type="checkbox"] {
    margin-left: 0;
}


.row.subscribe-button label{
    margin-left: 8px;
}
 .grid-1 {
   /* width: 468px; */
 }

 .grid-2 {
   /* width: 718px; */
 }

 .grid-3 {
   /* width: 417px; */
   /* height: 100%; */
 }

 .p-relative {
   position: relative;
 }

 .text-center {
   text-align: center;
   font-weight: 500;
 }

 .pl-45 {
   padding-left: 45px;
 }

 .navigation .logo p a {
    text-decoration: none;
}

 /*
     Header Design
 */

 h2.company-name {
   margin: 0px;
   font-size: 31.5px;
   text-transform: uppercase;
   word-spacing: 999px;
   font-weight: 100;

 }

 h2.company-name a {
     font-family: 'Quicksand', sans-serif;
     text-decoration: none;

 }

 .mt-header {
   margin-top: 37px;
   display: flex;
   justify-content: start;
 }

 /*
     Menu Sidebar
 */

 ul.main-menu {
   list-style: none;
   margin: 0;
   padding: 0px;
   margin-top: 35px;
   height: calc(100vh - 183px);
   overflow: hidden;
   overflow-y: scroll;
   -moz-overflow: hidden;
   -moz-overflow-y: scroll;
     scrollbar-width: none;
 }

 li.sub-menu {
   position: relative;
   padding-bottom: 3px;
 }

 ul.main-menu li a {
   text-decoration: none;
   font-size: 26px;
   display: block;
   font-weight: 100;
   text-transform: uppercase;

   font-family: 'Quicksand', sans-serif;
 }

 ul.main-menu ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
   padding-left: 13px;
   display: none;
   margin-bottom: 24px;
 }

 ul.main-menu ul li a:hover, ul.main-menu li a.active {
   color: #94c145;
 }

 ul.main-menu ul li a {
   font-size: 19px;
 }

 .social {
   /* position: absolute; */
   /* bottom: 140px; */
 }

 .grid-1.left-menu {
   /* height: calc(100vh - 84px); */
   position: relative;
 }

 .sticky {
   position: fixed;
   height: 100vh;
   width: 310px;
   left: 77px;
 }

.mobile_menu_toggler {
    position: absolute;
    top: 1px;
    color: rgb(151, 151, 151);
    font-size: 1.3rem;
    cursor: pointer;
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px;
    width: 53px;
    height: 53px;
    background: transparent;
    right: 0px;
}
 .social ul {
   list-style: none;
   margin: 0px;
   left: 0px;
   padding: 0px;
   display: inline-block !important;
   padding-left: 0px !important;
   margin-top: 150px !important;
 }

 .social ul li {
   display: inline-block;
 }

 .social ul li a {
   font-size: 20px;
   margin-right: 4px;

 }
.navigation .logo p {
    font-size: 26px;
}
 /*
     Home page
 */

 .home-banner img {
   max-width: 1000px;
 }

 /*
     Gallery
 */

 /* chnage description */
 .description {
   overflow-y: scroll;
   -moz-overflow-y: scroll;
     scrollbar-width: none;
   max-height: 460px;
   scroll-behavior: smooth;
 }
 .gallery {
   right: 0px;
   display: grid;
   column-gap: 30px;
   row-gap: 30px;
   right: 0;
   top: 0;
   grid-template-columns: 1fr 1fr 1fr;
 }

 .gallery-wrapper {
   position: relative;
   margin-top: 0px;
   left: 50px;
 }

 div#lightboxed--container {
   background: #fff;
 }

 div#lightboxed--thumbs {
   display: none !important;
   height: 0px !important;
 }

 .description {
   text-align: justify;
 }
.gallery-description {
    max-height: 460px;
    width: 100%;
    /* display: flex; */
    /* align-items: end; */
    /* flex-direction: column; */
    position: relative;
}
 .description p:nth-child(4) {
   margin-bottom: 2px;
 }

.gallery-description .main {
    position: absolute;
    /*bottom: 0px;*/
    max-height: 440px;
    padding-right: 15px;
        margin-top: 34px;
}
.gallery-container {
    margin-top: 75px;
}
 .grid-display-3 {
   display: grid;
   /* grid-template-columns: 30% 45% 25%; */

   /* change grid-template-columns  */
   grid-template-columns: 24% 35% 40%;
 }

 .middle-grid {
   padding-top: 81px;
   text-align: right;
   padding-right: 40px;
 }

 .grid-last {
   display: flex;
   padding-top: 60px;
 }

 .content-last-grid {
   font-size: 17px;
   text-align: justify;
 }

 /* Change  */
 .content-last-grid p:nth-child(2) {
   margin-bottom: 2px;
 }

 .grid-last img {
 }

 .grid-2-input {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 20px;
 }

 .input-group label {
   display: block;
   padding-bottom: 6px;

 }

 .from-control {
   width: 100%;
   padding: 4px 7px;
   background: #dddddd42;
   border: 1px solid #ddd;

 }

 p.form-name {
   margin: 0;
   margin-bottom: 6px;

 }

 .input-group {
   margin-bottom: 5px;
 }

 .from-control:focus-visible {
   outline: none;
 }

 .input-group span {

 }

 .contract-form {
   /* padding-right: 34px; */
   text-align: left;
 }

.custom-btn {
    padding: 6px 27px;
    color: rgb(166, 166, 166);
    border: 1px solid #ddd;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
}

 .contract-info p {
   margin: 0;
   font-size: 17px;
   line-height: 25px;
 }

.contract-info {
    padding-top: 17px;
    text-align: center;
}

 .grid-display-4 {
   display: grid;
   /* grid-template-columns: 36% 34% 30%; */
   /* change grid-template-columns  */
   grid-template-columns: 16% 57% 30%;
 }

 /* ================mobile menu================= */

 .toggle img {
   width: 33px;
 }

 header.navigation {
   display: flex;
   justify-content: space-between;
   align-items: center;
   position: fixed;
   top: 0;
   background: #fff;
   left: 0px;
   right: 10px;
   z-index: 9;
   padding: 0px 30px;
   width: 100%;
   /*box-shadow: 0px 1px 3px #ddd;*/
 }

 .home-banner img {
   height: 460px;
 }

 .grid-exhibition {
   display: grid;
   /* grid-template-columns: 23% 51% 26%; */
   /* change  */
   grid-template-columns: 27% 47% 23%;
   gap: 0px;
   width: 100%;
   min-height: 600px;
 }

 .index-grid-2 {
   display: grid;
   grid-template-columns: 27% 45% 27;
 }

 .mobile-menu {
   width: 300px;
   position: fixed;
   right: -110%;
   height: 100vh;
   padding: 20px;
   box-shadow: -5px 1px 20px 1px #0000001c;
   transition: 0.3s;
   background: #fff;
   top: 0px;
   /* change  */
   z-index: 9;
 }
 .gallery img {
   width: 150px;
   height: 100%;
   cursor: pointer;
   overflow: hidden;
   -moz-overflow: hidden;
   filter: grayscale(1);
   transition: .3s cubic-bezier(0.25, 0.1, 0.27, 0.86);
 }

 .gallery img:hover {
 transform: scale(1.05);
 filter: grayscale(0);
 }

 .mobile-menu.active {
   right: 0;
 }

 .mobile-nav {
   display: none;
 }

 .middle-grid img {
 }

 @media(max-width: 1880px) {
    .grid-exhibition {
        grid-template: repeat(1, 1fr)/repeat(3, 1fr);
        gap: 30px;
    }
    .gallery-description {
        width: 100%;
    }
 }

@media(max-width: 1600px) {
   .container {
        max-width: 1920px;
        min-height: 100vh;
        height: 100%;
    }
    .sticky {
        left: 51px;
    }
    .gallery img {
    }
}

@media only screen and (max-width: 1650px) and (min-width: 1600px)  {
    .gallery img {
        width: 235px;
        height: 235px;
    }
    .gallery-description {
        width: 100%;
        max-height: 490px;
    }
}
@media only screen and (max-width: 1500px)  {
    .gallery img {
    }
    .gallery-description {
        width: 100%;
        max-height: 600px;
    }
    .sticky {
        width: 241px;
    }
}
 @media screen and (max-width: 1400px) {
   .gallery {
   }
   .index-grid-2 {
     display: grid;
     grid-template-columns: 30% 60%;
     width: 100%;
   }
   .sticky {
        width: 275px;
    }
    .gallery-description {
        max-height: 470px;
    }

 }

 @media screen and (max-width: 1300px) {
    .gallery img {
        width: 200px;
        height: 200px;
    }
    .gallery-description {
        max-height: 470px;
    }
 }

 @media screen and (max-width: 1200px) {
   .grid-3 {
     display: none;
   }
    .grid-1 {
        width: 217px;
    }
   .grid-display-3 {
     display: grid;
     grid-template-columns: 24% 40% 36%;
   }
   .grid-display-4 {
     display: grid;
     grid-template-columns: 22% 38% 40%;
   }

   .gallery img {
        width: 150px;
        height: 150px;
    }
    .gallery-container {
        margin-top: 75px;
    }


 }

 @media screen and (max-width: 992px) {
     .mobile-nav {
       display: block;
       background: white;
       position: relative;
        z-index: 11;
     }
      .left-menu {
          display: none;
      }
   .grid-exhibition {
     grid-template-columns: 100%;
     min-height: unset;
     gap: 15px;
   }
   .index-grid-2 {
     display: grid;
     grid-template-columns: 100%;
   }
   .mt-header {
     margin-top: 30px;
     display: block;
   }

   .grid-display-3 {
     display: grid;
     grid-template-columns: 100%;
   }
   .middle-grid img {
     width: 100%;
   }
   .middle-grid {
     padding-right: 0;
   }
   .grid-display-4 {
     display: grid;
     gap: 1rem;
     grid-template-columns: 50% 53%;
   }

    a.close-btn {
        position: fixed;
    }
    .gallery-container {
        margin-top: 66px;
    }
    .gallery {
        gap: 25px;
    }
    .gallery img {
        width: 100%;
        height: 100%;
    }
    ul.main-menu {
         height: unset;
    }
    .gallery-description {
        width: 100%;
    }
 }

 @media screen and (max-width: 768px) {
     .gallery-wrapper {
    position: relative;
    margin-top: 0px;
    left: 0;
    padding: 5px 10px;
}
   .grid-2 {
     width: 100%;
   }
   .grid-display-4 {
     display: grid;
     grid-template-columns: 100%;
   }
   .container {
     padding: 10px;
   }
   .mt-header {
     margin-top: 50px;
   }
   .grid-last {
     margin-top: 30px;
   }
   .contract-form {
     padding-right: 0px;
     margin: 0 auto;
     padding: 30px;
     padding-left: 70px;
   }
   .gallery-container {
        margin-top: 117px;
    }
    .gallery-description .main {
        position: unset;
        bottom: 0px;
        max-height: 400px;
        padding: 0px 10px 10px 10px;
        margin: 0px;
        text-align: center;
    }
    figcaption.dimbox-caption{
        padding: 10px !important;
    }
    .dimbox-container {
        padding: 56px 0px !important;
    }
    .mt-header {
        margin-top: 0px;
    }
    .grid-last.contact {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
 }

 /* width */
 ::-webkit-scrollbar {
   width: 2px;
 }

 /* Track */
 ::-webkit-scrollbar-track {
   background: #fff;
 }

 /* Handle */
 ::-webkit-scrollbar-thumb {
   background: #fff;
 }

 /* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
   background: #fff;
 }
 .contact img {
    height: 465px;
    margin-top: 24px;
    width: auto;
}
::placeholder {
  color: rgb(166, 166, 166);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgb(166, 166, 166);
}

::-ms-input-placeholder {
  color: rgb(166, 166, 166);
}
.home-banner {
    text-align: center;
    /* margin-left: 47px; */
    max-width: 614px;
}
.home-message p {
    margin: 0px;
}

/* style for lightbox animation */
.gallery-lightbox__popup--content {
  transition: transform 0.3s ease;
  transform: translateX(0);
}

.gallery-lightbox__popup--content.slide-from-right {
  transform: translateX(100%);
}

.gallery-lightbox__popup--content.slide-from-left {
  transform: translateX(-100%);
}


.custom-checkbox {
    display: block;
}
.custom-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.custom-checkbox label {
    position: relative;
    cursor: pointer;
}
.custom-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #ddd;
    padding: 5.5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 13px;
}
.custom-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6.5px;
    left: 4.6px;
    width: 2px;
    height: 5px;
    border: solid #a6a6a6;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/*new home page style css start from here */

h2.company-name {
            margin: 0px !important;
            font-size: 31.5px !important;
            text-transform: uppercase !important;
            word-spacing: 999px !important;
            font-weight: 100 !important;
            padding-top: 13.5px !important;
        }

        ul.main-menu li a {
            text-decoration: none !important;
            font-size: 23.4px !important;
            display: block !important;
            font-weight: 100 !important;
            text-transform: uppercase !important;
            font-family: 'Quicksand', sans-serif !important;
        }

        .sticky {
            position: fixed !important;
            height: 100vh !important;
            width: 310px !important;
            left: 45px !important;
            padding-top: 13.5px !important;
        }

        .home-message p {
            margin: 0px !important;
            font-size: 14.4px !important;
        }

        ul.main-menu {
            list-style: none !important;
            margin: 0 !important;
            padding: 0px !important;
            margin-top: 30px !important;
            height: calc(100vh - 183px) !important;
            overflow: hidden !important;
            overflow-y: scroll !important;
            -moz-overflow: hidden !important;
            -moz-overflow-y: scroll !important;
            scrollbar-width: none !important;
        }

        .social ul {
            list-style: none !important;
            margin: 0px !important;
            left: 0px !important;
            padding: 0px !important;
            display: inline-block !important;
            padding-left: 0px !important;
            margin-top: 95px !important
        }

        .container {
            padding: 0 !important;
        }

        @media (max-width: 700px) {
            .home-banner {
                margin-top: 126px !important;
            }
        }

        .carousel-container {
            position: relative;
            width: 100vw;
            height: 100vh;
            overflow: hidden;
        }

        .carousel-item {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0;
            transition: opacity 1s ease-in-out, transform 1.5s ease-in-out;
            height: 100vh;
        }

        .carousel-item.active {
            opacity: inherit !important;
        }

        .carousel-item.zoom-out {
            /* transform: scale(0.9); */
        }

        .grid-2 {
            z-index: 10;
        }

        .home-message {
            color: rgb(166, 166, 166);
        }

        /*.mt-header {*/
        /*    position: absolute;*/
        /*    top: 40%;*/
        /*    left: 50%;*/
        /*    transform: translate(-50%, -50%);*/
        /*    bottom: 0%;*/
        /*}*/

        .zoom-out {
            animation: zoomOutEffect 15s ease-out infinite;
        }

        @keyframes zoomOutEffect {
            0% {
                transform: scale(1.2);
                /* Initial size of the background image */
            }

            100% {
                transform: scale(1);
                /* Final zoomed-out state */
            }
        }

        .text-capitalize {
            text-transform: capitalize;
        }

        .slider-title-container {
            position: absolute;
            top: 45%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: rgb(166, 166, 166);
            width: 100%;
        }

        .slider-title {
            font-size: 35px;
            text-transform: uppercase;
            font-family: 'Quicksand', sans-serif;
            font-weight: 100;
            margin: 0;
            line-height: 1.2;
            color: rgb(166, 166, 166);
        }

        .mt-4 {
            margin-top: 4rem !important;
        }
        
        ul.main-menu ul li a i {
            font-size: 19px;
        }
