
body {
  font-family: "Poppins", sans-serif;
}

.layout_padding {
  padding: 5px 0;
}

.layout_padding2 {
  padding: 90px 0;
}

.layout_padding2-top {
  padding-top: 60px;
}

.layout_padding2-bottom {
  padding-bottom: 60px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.long_section {
  padding-left: 15px;
  padding-right: 15px;
  
}
/* Menu Dropdown */
  .cf:before,
  .cf:after {
      content: " ";
      display: table;
  }

  .cf:after {
      clear: both;
  }

  .cf {
      *zoom: 1;
  }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease-in-out; /* Add a smooth transition for background change */
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.logo-container {
  margin-left: 120px; /* Push the logo to the right */
}


.menu {   
   margin: 25px auto;
   width: 800px;   
   width: -moz-fit-content;
   width: -webkit-fit-content;
   width: fit-content; 
  }

  .menu > li {
   background-color: rgba(0, 0, 0, 0.2);
   float: right;
   position: relative;
   transform: skewX(25deg);
  }

.menu a {
   display: block;
   color: #fff;
   text-transform: uppercase;
   text-decoration: none;
   font-family: Arial, Helvetica;
   font-size: 14px;
  }  

.menu li:hover {
   background: #FF54E7;
  }  

.menu > li > a {
   transform: skewX(-25deg);
   padding: 1em 2em;
  }
/* Add this CSS for the sticky navigation bar */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  
  
}

.menu a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Arial, Helvetica;
  font-size: 14px;
  padding: 1em 2em;
}

.menu li:hover {
  background: #FF54E7;
}

.menu > li > a {
  transform: skewX(-25deg);
}

/* Add a class to change background color when scrolled */
.header.scrolled {
  background: #000; /* Change the background color when scrolled */
}

  /**/

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}

/*end header section*/
/*section*/

.img2-box {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.img2-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img33-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.img33-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/**/
.img332-box {
  position: relative; /* Set position to relative for z-index to work */
  overflow: hidden;
  margin-top: 90px;
   opacity: 0; /* Initially set the opacity to 0 */
    transform: translateY(-20px); /* Move the element up by 20px */
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  
}

.img332-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/**/

.img333-box {
  position: relative; /* Set position to relative for z-index to work */
  overflow: hidden;
  
  
}

/*commission section*/
.commission_section .img333-box {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1; /* Allow the image box to take remaining vertical space */
}

.commission_section .img333-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Use cover to fully fit the image within the container */
    display: block;
    margin-top: 20px; /* Set the desired margin on top */
    max-width: 100%; /* Ensure the image doesn't exceed its natural width */
    max-height: 100%; /* Ensure the image doesn't exceed its natural height */
}

/* If you want the container to take up the full viewport height */
.container h3 {
	text-align: center;
	color: #ffffff;
    margin-bottom: 20px; /* Set the desired margin below the header */
	font-family: 'Bubblegum Sans', cursive;
	font-size: 40px;
}
.commission_section h2 {
    color: #ffffff;
    margin-bottom: 20px; /* Set the desired margin below the header */
	font-family: 'Bubblegum Sans', cursive;
	font-size: 40px;
}

.commission_section {
    text-align: center;
    margin-top: 40px;
}
.commission_section {
    transition: transform 0.8s ease-in-out; /* Add transition for smooth animation */
}

.scrolled-up {
    transform: translateY(-5%); /* Move the section up by its height */
}
.scrolled2-up {
    transform: translateY(-20%); /* Move the section up by its height */
}
/*commission section*/




/*about section*/
.about_section {
     
  background-color: #AF81FF;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  width: 70%;
  float: left;
}
.about_section .img-box1 img {
  position: absolute;
  top: 0;
  right: 0;
  /* or use left: 0; for the top-left corner */
  max-width: 10%; /* Ensures the image doesn't exceed the container's width */
  max-height: 10%; /* Ensures the image doesn't exceed the container's height */
}
.about_section .img-box2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about_section .img-box {
  width: 90%;
  float: left;
}
.about_section .imag-box {
  display: flex-end;
  justify-content: flex-end;
  align-items: center;
  margin-left:200px;
}

.about_section .imag-box img {
  width: 50px;
  height: auto;
}
.about_section .detail-box p {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}
.about_section .detail-box h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
  text-align: right;
  font-family: 'Bubblegum Sans', cursive;

  color: #ffffff;
  font-size: 60px;
}
.about_section {
    transition: transform 0.8s ease-in-out; /* Add transition for smooth animation */
}
/*section2 about*/
.about_section2 {
     
  background-color: #FF75EF;
  padding-top: 15px;
  padding-bottom: 55px;
}
.about_section2 .detail2-box p {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.about_section2 .detail222-box {
  margin-top: 100px;
  margin-bottom: 10px;
  text-align: left;
}
.about_section2 .detail222-box h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  font-family: 'Bubblegum Sans', cursive;

  color: #ffffff;
  font-size: 40px;
}
.about_section2 .detail2-box p {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.about_section2 .detail2-box h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  font-family: 'Bubblegum Sans', cursive;

  color: #ffffff;
  font-size: 40px;
}
.about_section2 .detail22-box h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  font-family: 'Bubblegum Sans', cursive;
  margin-left:-100px;

  color: #ffffff;
  font-size: 40px;
}
.about_section2 .detail22-box p {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  margin-left:-100px;
}
.about_section2 .img11-box img {
  width: 70%;
  float: right;
}
.about_section2 .img1111-box img {
  width: 30%;
  float: right;
  margin-right:140px;
}
.about_section2 .img11-box {
  width: 90%;
  float: right;
}
 .about_section2 .img121-box img {
    width: 90%;
  }
  .about_section2 .img121-box {
    width: 70%;
  float: right;
  }
.img121-box {
  position: relative; /* Set position to relative for z-index to work */
  overflow: hidden;
  margin-top: 10px;
   opacity: 0; /* Initially set the opacity to 0 */
    transform: translateX(-20px); /* Move the element up by 20px */
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  
}
/*section2 about end */
/*end about section*/
/*exp*/
.exp_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.exp_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 10, 255, 0.4);;

  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 70px;
  padding: 40px 20px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 100, 0, 0.60);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.60);
		  
}

.exp_section .box .detail-box {
	color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.exp_section .box .detail-box .name h6 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Bubblegum Sans', cursive;
  margin-bottom: 20px;
}

/*blog*/
.blog_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.blog_section .box {
  margin-top: 55px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.blog_section .box .img-box {
  position: relative;
}

.blog_section .box .img-box img {
  width: 100%;
}

.blog_section .box .detail-box {
  padding: 25px;
}

.blog_section .box .detail-box h5 {
  font-weight: bold;
}

.blog_section .box .detail-box p {
  font-size: 15px;
  color: #444;
}

.blog_section .box .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #6bb7be;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #6bb7be;
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: 1;
}

.blog_section .box .detail-box a:hover {
  background-color: transparent;
  color: #6bb7be;
}
.blog_section {
    transition: transform 0.8s ease-in-out; /* Add transition for smooth animation */
}

.info_section {
  padding-top: 10px;
  padding-bottom: 5px;
  transform: translateX(-90px);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;

}

.info_section .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  text-align: center;
}

.info_section .contact_nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
.info_section .contact-info 
.info_section .contact_nav a i {
  font-size: 28px;
}

.info_section .contact_nav a:hover {
  color: #EF88BE;
}

.info_section .info_top {
  padding: 45px 0;
}

.info_section h4 {
  text-transform: uppercase;
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 100px;
}

.info_section .info_links .info_links_menu {
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin-left: 120px;
	flex-direction: column;
}

.info_section .info_links .info_links_menu a {
  color: #ffffff;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
	  
}

.info_section .info_links .info_links_menu a:hover, .info_section .info_links .info_links_menu a.active {
  color: #EF88BE;
}


.info_section .info_post .post_box .img-box {
		display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
		  height: 10%;
}

.info_section .info_post .post_box .img-box img {
  max-width: 100%;
  max-height: 100%;
}

.info_section .info_post .post_box p {
  margin: 0;
}

.info_section .info_post .post_box:not(:nth-last-child(1)) {
  margin-bottom: 15px;
}

.info_section .info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_section .info_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #D65BB1;
  color: #ffffff;
  border-radius: 0px;
  border: 1px solid #D65BB1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.info_section .info_form button:hover {
  background-color: transparent;
  color: #D65BB1;
}

.info_section .info_form .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.info_section .info_form .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  border: 1px solid #D65BB1;
  color: #D65BB1;
  font-size: 18px;
  margin-right: 10px;
}

.info_section .info_form .social_box a:hover {
  color: #f89646;
  border-color: #f89646;
}

/* footer section*/
.footer_section {
	background-color: #3690E8;
  position: relative;
  text-align: center;
}
.img111-box img {
    max-width: 100px;
    margin-bottom: 10px;
  }
.imag11-box img {
    max-width: 50px;
    margin-bottom: 10px; 
  }
.footer_text {
    text-align: center;
  }
.footer_section p {
  padding: 35px 0;
  margin: 0;
}
/*# sourceMappingURL=style.css.map */
/*gallery*/
.gallery_section .gallery-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
}

.gallery_section .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 800px;
    padding: 20px;
	display: -webkit-box;
  background-image: rgba(0, 10, 255, 0.4);;;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 100, 0, 0.60);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.60);
		  
}

.gallery_section .img-container {
    position: relative;
}

.gallery_section .img-container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    cursor: pointer;
}

.gallery_section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.gallery_section .overlay:hover {
    opacity: 1;
}

.gallery_section .overlay img {
    width: 80%;
    height: auto;
    border-radius: 8px;
}
.gallery_section .wip-container {
    text-align: center;
    margin-top: 40px;
}

.wip-container h2 {
    color: #333;
	position: relative;
  font-weight: bold;
  text-transform: uppercase;
}
.gallery-section {
    text-align: center;
    margin-top: 40px;
}

.gallery-section h2 {
    color: #333;
  position: relative;
  font-family: 'Bubblegum Sans', cursive;
  font-weight: bold;
  font-size: 20px;
}
/* Center the gallery sections */
.gallery_section .gallery-section {
    text-align: center;
    margin: 40px auto;
    max-width: 800px;
}

.gallery_section .gallery-section h2 {
    color: #ffffff;
}
.gallery_section .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
    margin-top: 20px;
}

.gallery_section .img-container {
    position: relative;
}

.gallery_section .img-container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    cursor: pointer;
}

.gallery_section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.gallery_section .overlay:hover {
    opacity: 1;
}

.gallery_section .overlay img {
    width: 80%;
    height: auto;
    border-radius: 8px;
}
/* Add styling for the expanded state */
.gallery_section .img-container.expanded {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery_section .img-container.expanded img {
	 width: auto; 
    height: auto; 
	max-width: 100%; 
    max-height: 100%;
    border-radius: 8px;
    cursor: pointer;
}

/*end gallery*/
.pop-up {
    animation: popUpAnimation 0.8s ease-in-out;
}

@keyframes popUpAnimation {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.exp_section {
    transition: transform 0.8s ease-in-out; /* Add transition for smooth animation */
}
/*carousel*/

.carousel {
    margin-left: 1px;
    margin-right: 1px;
}

ul.slides {
    display: block;
    position: relative;
    height: 600px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

ul.slides input {
    display: none; 
}


.slide-container { 
    display: block; 
}

.slide-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all .7s ease-in-out;
}   

.slide-image img {
    width: auto;
    min-width: 100%;
    height: 100%;
}

.carousel-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    font-size: 100px;
    line-height: 600px;
    color: #fff;
}

.carousel-controls label {
    display: none;
    position: absolute;
    padding: 0 20px;
    opacity: 0;
    transition: opacity .2s;
    cursor: pointer;
}

.slide-image:hover + .carousel-controls label{
    opacity: 0.5;
}

.carousel-controls label:hover {
    opacity: 1;
}

.carousel-controls .prev-slide {
    width: 49%;
    text-align: left;
    left: 0;
}

.carousel-controls .next-slide {
    width: 49%;
    text-align: right;
    right: 0;
}

.carousel-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 999;
    text-align: center;
}

.carousel-dots .carousel-dot {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    margin: 10px;
}

input:checked + .slide-container .slide-image {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .carousel-controls label {
     display: block; 
}

input#img-1:checked ~ .carousel-dots label#img-dot-1,
input#img-2:checked ~ .carousel-dots label#img-dot-2,
input#img-3:checked ~ .carousel-dots label#img-dot-3,
input#img-4:checked ~ .carousel-dots label#img-dot-4,
input#img-5:checked ~ .carousel-dots label#img-dot-5,
input#img-6:checked ~ .carousel-dots label#img-dot-6 {
	opacity: 1;
}


input:checked + .slide-container .nav label { display: block; }

/* Image caption */
.gallery_section .img-container {
    position: relative;
    overflow: hidden;
}

.gallery_section .img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    padding: 28px 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    border-radius: 0 0 8px 8px;
    z-index: 2;
}

.gallery_section .img-container:hover .img-caption {
    opacity: 1;
}

.gallery_section .img-caption-title {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Bubblegum Sans', cursive;
    line-height: 1.2;
}

.gallery_section .img-caption-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3;
}

/* Keep caption visible in expanded view */
.gallery_section .img-container.expanded .img-caption {
    opacity: 1;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    min-width: 200px;
    max-width: 400px;
    text-align: center;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.75);
    padding: 10px 16px;
}
.gallery_section .img-caption-year {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
    margin-top: 1px;
}
