 .logo1 {
     width: 70%;
     height: 100%;
     padding-left: 0px;
     margin-left: -22px;

 }

 .logo2 {
     width: 220px;
     padding-left: 0px;
     margin-left: 0px;
     display: flex;
 }



 #container {
     /*  background-color: rgba(0, 0, 0, 0.5); */
     height: 100%;
     width: 100%;
     position: absolute;
     top: 0;
     left: 0;
 }

 .wrapper {
     position: relative;
     width: 100%;
     height: 100vh;
     background-position: center center;
     background-size: cover;
     background-repeat: no-repeat;

 }


 #background-video {
     height: 100%;
     width: 100%;
     object-fit: cover;
     position: relative;
     background: url('/img/file.mp4');
     background-attachment: fixed;
     z-index: 0;
 }

 .card {
     transition: 0.5s;
     cursor: pointer;
 }

 .card:hover {
     transform: scale(1.05);
     box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
 }

 .card::before,
 .card::after {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     transform: scale3d(0, 0, 1);
     transition: transform .3s ease-out 0s;
     background: rgba(255, 255, 255, 0.1);
     content: '';
     pointer-events: none;
 }

 .card::before {
     transform-origin: left top;
 }

 .card::after {
     transform-origin: right bottom;
 }

 .card:hover::before,
 .card:hover::after,
 .card:focus::before,
 .card:focus::after {
     transform: scale3d(1, 1, 1);
 }

 @media only screen and (max-width: 600px) {

     .carousel-caption2 {
         position: absolute;
         right: 0;
         bottom: 22rem;
         left: 7px;
         padding-top: 1.25rem;
         padding-bottom: 1.25rem;
         color: #fff;
         text-align: left;
         z-index: 2;
         font-size: 1rem !important;
     }

     .carousel-caption1 {
         position: absolute;
         right: 0;
         bottom: 26.25rem;
         left: 4px;
         padding-top: 1.25rem;
         padding-bottom: 1.25rem;
         color: rgb(253 93 20);
         text-align: left;
         z-index: 2;
         font-size: 2rem !important;
     }

     .carousel-caption3 {
         position: absolute;
         right: 0;
         bottom: 24.5rem;
         left: 5px;
         padding-top: 1.25rem;
         padding-bottom: 1.25rem;
         color: rgb(253 93 20);
         text-align: left;
         z-index: 2;

     }

     .wrapper {
         position: relative;
         width: 100%;
         height: 100%;
         background-position: center center;
         background-size: cover;
         background-repeat: no-repeat;
     }
 }



 video {
     object-fit: cover;
     width: 100%;
     height: 100vh;
     position: relative;
     top: 0;
     left: 0;
     z-index: 0;
     background-color: rgba(255, 255, 255, 0) !important;
 }

 .carousel-caption1 {
     position: absolute;
     right: 0;
     bottom: 10.25rem;
     left: 60px;
     padding-top: 1.25rem;
     padding-bottom: 1.25rem;
     text-align: left;
     color: rgb(19, 249, 141);
     font-size: 5rem;
     z-index: 2;

 }

 .carousel-caption2 {
     position: absolute;
     right: 0;
     bottom: 9rem;
     left: 60px;
     padding-top: 1.25rem;
     padding-bottom: 1.25rem;
     color: #fff;
     text-align: left;
     z-index: 23;
     font-size: 2rem !important;
 }

 .carousel-caption3 {
     position: absolute;
     right: 0;
     bottom: 15rem;
     left: 60px;
     padding-top: 1.25rem;
     padding-bottom: 1.25rem;
     color: rgb(253 93 20);
     text-align: left;
     z-index: 2;
     font-size: 2rem !important;
 }

 @media only screen and (max-width: 600px) {

     .carousel-caption2 {
         position: absolute;
         right: 0;
         bottom: 22rem;
         left: 7px;
         padding-top: 1.25rem;
         padding-bottom: 1.25rem;
         color: #fff;
         text-align: left;
         z-index: 23;
         font-size: 1rem !important;
     }

     .carousel-caption1 {
         position: absolute;
         right: 0;
         bottom: 24rem;
         left: 4px;
         padding-top: 1.25rem;
         padding-bottom: 1.25rem;
         color: rgb(3, 117, 155);
         text-align: left;
         z-index: 2;
         font-size: 2rem !important;
     }

     .carousel-caption3 {
         position: absolute;
         right: 0;
         bottom: 25.80rem;
         left: 5px;
         padding-top: 1.25rem;
         padding-bottom: 1.25rem;
         color: rgb(253 93 20);
         text-align: left;
         z-index: 2;

     }

     .wrapper {
         position: relative;
         width: 100%;
         height: 100%;
         background-position: center center;
         background-size: cover;
         background-repeat: no-repeat;
     }


     .logo1 {
         width: 100%;
         height: 75%;
         /* position: fixed; */
         padding-left: 0px;
         margin-left: -22px;
         display: flex;
     }
 }




 .section-ajeet-title {
     position: relative;
     font-size: 30px;
     font-weight: 600;
     font-family: "Poppins", sans-serif;
     margin: 0 0 35px;
 }

 .gallery-sec {
     padding: 90px 0 40px;
 }

 .gf-column {
     float: left;
     display: none;
     /* Hide all elements by default */
 }

 /* The "show" class is added to the filtered elements */
 .show {
     display: block;
 }

 .filter {
     padding: 20px 2px 10px;
     text-align: center;
     max-width: 1050px;
     margin: auto;
     object-fit: cover;
 }

 .gf-btn {
     padding: 10px 20px;
     margin: 5px 4px 4px 0;
     display: inline-block;
     color: #000;
     background: #fff;
     font-size: 18px;
     font-weight: 500;
     border: 1px solid #f93;
     text-decoration: none;
     transition: all 0.2s;
     border-radius: 9px;
     cursor: pointer;
 }

 .gf-btn:hover,
 .gf-btn-active {
     background: #f93;
     color: #fff;
     -webkit-transform: translateY(3px);
     -ms-transform: translateY(3px);
     transform: translateY(3px);
 }

 .gallery1 {
     display: flex;
     justify-content: center;
     width: fit-content;
     max-width: 1320px;
     flex-wrap: wrap;
     margin: 25px auto;
     /* gap: 14px; */
 }

 .gallery1 img {
     width: 200px;
     height: 260px;
     object-fit: cover;
     /* background: center center/cover no-repeat #ddd; */
     transition: 0.3s ease-in-out;
     border-radius: 12px;
     overflow: hidden;
     margin: 10px 10px;
 }

 .gallery1 img:hover::after {
     content: "E";
 }

 .gallery1 img:hover,
 video:hover {
     transform: scale(1.1);
 }

 .butonsSection {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 7px 15px;
     gap: 15px;
 }

 .closeBtn {
     font-size: 22px;
     letter-spacing: 2px;
     color: white;
     transition: all 0.4s linear;
     padding: 10px 50px;
     border-radius: 25px;
     background: red;
     border: 0;
     outline-offset: -5px;
     outline: 2px solid #fff;
 }

 .closeBtn:hover {
     cursor: auto;
     background: white;
     color: black;
     padding: 8px 46px;
     outline-offset: 4px;
     outline: 2px solid #fff;
 }

 .openDiv {
     width: 100%;
     height: 100vh;
     background: #000000e7;
     position: fixed;
     top: 0;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     left: 0;
     z-index: 9999;
 }

 .imgPreview {
     width: 70%;
     object-fit: scale-down;
     max-height: 70vh;
     height: auto;
 }

 .sets .hide,
 .sets .pophide {
     width: 0%;
     opacity: 0;
 }

 .all-btn {
     text-align: center;
     background-color: #0e2e50;
     border-radius: 30px;
     margin: -15px auto 0;
     font-size: 1.1rem;
     width: 100%;
     max-width: 300px;
     padding: 5px 10px;
     letter-spacing: 1px;
     cursor: pointer;
 }

 .all-btn:active {
     transform: translateY(2px);
 }


 /* Responsive css Code Start */

 @media (max-width: 767px) {
     .gallery1 img {
         margin: 8px 8px;
         width: 175px;
     }

     .closeBtn {
         padding: 8px 25px;
     }
 }


 @media (max-width: 575px) {
     .gallery1 img {
         margin: 8px 6px;
         width: 155px;
     }

     .gf-btn {
         font-size: 15px;
     }

     .closeBtn {
         font-size: 18px;
         padding: 8px 25px;
         border-radius: 15px;
     }

     .imgPreview {
         width: 95%;
         /* max-height: 50vh; */
         height: auto;
     }
 }