
our-video* {
  box-sizing: border-box;
  clear: both;
  margin: 0;
  padding: 0;

}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .55);
  font-weight: bolder;
  font-size: 16px;
  padding: 20px 0px;
}

.nav-link {
  padding: 20px 0px;
}

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}

.navbar {
  background-color: #ffffff;
}

.navbar .container {
  max-width: 1264px;
}
.menu-gg{
  text-decoration: none;
}

.navigation .nav-item a{
  text-decoration: none;
  color: #8199A3;
  font-weight: bold;

}
.navigation a.active {
  color: #01923F; /* Change this to the color you want for the active indicator */
  font-weight: bold; /* Optionally, you can apply additional styling */
  
}

.our {
  background-image: url(../img/leather-green-texture\ -\ Copy.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  padding: 12px 0;
}

.our-text h2 {
  padding-top: 35px;
  padding-bottom: 15px;
  font-weight: bolder;
}
 .pic p{
        font-weight: bolder;
    }
.our-pic {
  display: flex;

}

.our-pic .pic img {
  width: 35%;
  margin: auto;
}

.our-pic h3 {
  padding-bottom: 0px;
}
 
.miss-w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mission .m1 {
  padding-bottom: 35px;
}

.mission .m1 p,
.m2 p {
  padding-top: 15px;
  font-size: 15px;
}

.mission .m1 img {
  width: 18%;
  padding-bottom: 35px;
  padding-top: 20px;
}

.mission .m2 img {
  width: 18%;
  padding-bottom: 35px;
  padding-top: 20px;
}

.mission .m2 h2,
.m2 h5,
.m2 p {
  color: #ffffff;
}

.mission-1 h2 {
  font-weight: bold;
}

.mission .m2 h5,
.m1 h5 {
  font-size: 20px;
}

@media only screen and (max-width: 991px) {
  .mission {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 51%, #21b4e2 51%, #21b4e2 51%, #ffffff 51%, #050505 51%, #000000 100%);
  }
}

.the {
  background-color: #0d0805;
 color: white;
 padding-top: 35px;
}



/* ******home******* */
.video-gg {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

video {
  width: 100%;
  height: auto;
  display: block;
}

.mission-1 {
  padding: 35px 0px;
  text-align: center;
  background-color: #373737;
  color: white;
}

.mission-1 .m1 {
  padding-top: 3px;
  padding-bottom: 35px;
}

.mission-1 .m1 p,
.m2 p {
  padding-top: 15px;
}

.see-gg {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.photo-gg {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 35px 0px;
}

.photo-gg img {
  padding: 5px 5px;
}

.banner-2 {
  /* background-image: url(../img/bg-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  padding: 85px 0;
}
.bag-2{
  position: absolute;
  left: 45px;
  right: 0;
}
.bag-1{
  position: absolute;
  right: 60px;
}
.banner-2text {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.banner-2 h2 {
  font-weight: bold;;
}

.banner-2 h3 {
  padding-bottom: 10px;
}

.banner-2 p {
  text-align: center;
  width: 88%;
}

.see {
  background-image: url(../img/see.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 140px 0px;
}

.see h2 {
  padding-bottom: 15px;
  font-weight: bold;
}

.see p {
  width: 78%;
}


.pic-gg {
  position: relative;
  width: auto;
}

.pic_img {
  display: block;
  width: 100%;
}

.pic-gg h3 {
  position: relative;
  top: 50%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bolder;
  background-color: #000000a6;
  font-size: 18px;
  margin: -18px 36px;
  padding: 5px;
  border-radius: 5px;
  line-height: 27px;
}

.pic_overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
  text-align: center;

}

.pic_overlay--blur {
  backdrop-filter: blur(40px);
}

.pic_overlay>* {
  transform: translateY(20px);
  transition: transform 0.25s;
}

.pic_overlay:hover>* {
  transform: translateY(0);
}

.pic_overlay:hover {
  opacity: 1;
}

.overlay_text {
  font-size: 24px;
  font-weight: bold;
}

.img-p {
  font-size: 15px;
  margin-top: 0.25em;
  padding: 8px;
}


/* _________________ */
.foot {
  background-image: url(../image/leather-green-texture.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 33px;
}

.foot-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.foot-box1 img {
  width: 52%;
  padding-left: 47px;
  padding-bottom: 9px;
 
}

.foot-box1 p {
  font-size: 16px;
  padding-left: 50px;
  font-weight: bold;
  line-height: 25px;
}

.foot-box2 {
  padding-top: 13px;
  padding-left: 50px;
}

.foot-box2 h2 {
  font-weight: bolder;
}

.foot-box2 h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}

.foot-box2 p {
  font-weight: bold;
}

.foot-box3 {
  padding-top: 10px;
  padding-left: 90px;
}

.foot-box3 h2 {
  font-weight: bolder;
}

.foot-box3 p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}







/* General styling */
/* body {
  margin: 0;
  background: #484848;  
  user-select: none;
  font-family: 'Helvetica Neue', sans-serif; 
} */

/* Slider container */
#slider {
  position: relative;
  width: 50%;
  height: 32vw;
  margin: 0 auto;
  perspective: 1400px;
  transform-style: preserve-3d;
  margin-top: 126px;
  margin-bottom: 100px;
  border-radius: 12px;
  /* Rounded corners */
}

/* Radio buttons for slide control */
input[type=radio] {
  position: relative;
  top: 108%;
  left: 50%;
  width: 12px;
  /* Slightly larger */
  height: 12px;
  /* Slightly larger */
  /* margin: 0 15px 0 0; */
  background: #ccc;
  /* Light gray */
  border: 2px solid #ccc;
  /* Light gray */
  border-radius: 50%;
  /* Rounded corners */
  cursor: pointer;
  transform: translateX(-83px);
  transition: background 300ms ease, border 300ms ease;
  /* Smooth transition */
}

input[type=radio]:checked {
  background: #FF5A5F;
  /* Airbnb's coral red */
  border: 2px solid #FF5A5F;
  /* Airbnb's coral red */
}

/* Labels and images */
#slider label,
#slider label img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 12px;
  /* Rounded corners */
  transition: transform 400ms ease, opacity 400ms ease;
  /* Added opacity transition */
}

/* New addition for Zoom Effect */
.zoom-container {
  overflow: hidden;
  /* Hide the part of the image that extends outside the div */
}

/* Zoom effect */
.zoom-container:hover {
  cursor: default;
  /* Change cursor to zoom-in icon */
}

.zoom-container.can-zoom:hover img {
  transform: scale(1.1);
  /* Zoom level */
  transition: transform .5s ease-in-out;
}


/* Existing transition rules */
#s1:checked~#slide1,
#s2:checked~#slide2,
#s3:checked~#slide3,
#s4:checked~#slide4,
#s5:checked~#slide5,
#s6:checked~#slide6,
#s7:checked~#slide7,
#s8:checked~#slide8,
#s9:checked~#slide9,
#s10:checked~#slide10,
#s11:checked~#slide11 {
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  transform: translate3d(0%, 0, 0px);
}

#s1:checked~#slide2,
#s2:checked~#slide3,
#s3:checked~#slide4,
#s4:checked~#slide5,
#s5:checked~#slide6,
#s6:checked~#slide7,
#s7:checked~#slide8,
#s8:checked~#slide9,
#s9:checked~#slide10,
#s10:checked~#slide11,
#s11:checked~#slide1 {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: translate3d(20%, 0, -100px);
}


#s1:checked~#slide3,
#s2:checked~#slide4,
#s3:checked~#slide5,
#s4:checked~#slide6,
#s5:checked~#slide7,
#s6:checked~#slide8,
#s7:checked~#slide9,
#s8:checked~#slide10,
#s9:checked~#slide11,
#s10:checked~#slide1,
#s11:checked~#slide2 {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  transform: translate3d(40%, 0, -250px);
}

#s1:checked~#slide4,
#s2:checked~#slide5,
#s3:checked~#slide6,
#s4:checked~#slide7,
#s5:checked~#slide8,
#s6:checked~#slide9,
#s7:checked~#slide10,
#s8:checked~#slide11,
#s9:checked~#slide1,
#s10:checked~#slide2,
#s11:checked~#slide3 {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  transform: translate3d(-40%, 0, -250px);
}

#s1:checked~#slide5,
#s2:checked~#slide6,
#s3:checked~#slide7,
#s4:checked~#slide8,
#s5:checked~#slide9,
#s6:checked~#slide10,
#s7:checked~#slide11,
#s8:checked~#slide1,
#s9:checked~#slide2,
#s10:checked~#slide3,
#s11:checked~#slide4 {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: translate3d(-20%, 0, -250px);
}

#s1:checked~#slide6,
#s2:checked~#slide7,
#s3:checked~#slide8,
#s4:checked~#slide9,
#s5:checked~#slide10,
#s6:checked~#slide11,
#s7:checked~#slide1,
#s8:checked~#slide2,
#s9:checked~#slide3,
#s10:checked~#slide4,
#s11:checked~#slide5 {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: translate3d(-20%, 0, -250px);
}

#s1:checked~#slide7,
#s2:checked~#slide8,
#s3:checked~#slide9,
#s4:checked~#slide10,
#s5:checked~#slide11,
#s6:checked~#slide1,
#s7:checked~#slide2,
#s8:checked~#slide3,
#s9:checked~#slide4,
#s10:checked~#slide5,
#s11:checked~#slide6 {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: translate3d(-20%, 0, -250px);
}

#s1:checked~#slide8,
#s2:checked~#slide9,
#s3:checked~#slide10,
#s4:checked~#slide11,
#s5:checked~#slide1,
#s6:checked~#slide2,
#s7:checked~#slide3,
#s8:checked~#slide4,
#s9:checked~#slide5,
#s10:checked~#slide6,
#s11:checked~#slide7 {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: translate3d(-20%, 0, -250px);
}

#s1:checked~#slide9,
#s2:checked~#slide10,
#s3:checked~#slide11,
#s4:checked~#slide1,
#s5:checked~#slide2,
#s6:checked~#slide3,
#s7:checked~#slide4,
#s8:checked~#slide5,
#s9:checked~#slide6,
#s10:checked~#slide7,
#s11:checked~#slide8 {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: translate3d(-40%, 0, -250px);
}

#s1:checked~#slide10,
#s2:checked~#slide11,
#s3:checked~#slide1,
#s4:checked~#slide2,
#s5:checked~#slide3,
#s6:checked~#slide4,
#s7:checked~#slide5,
#s8:checked~#slide6,
#s9:checked~#slide7,
#s10:checked~#slide8,
#s11:checked~#slide9 {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: translate3d(-40%, 0, -200px);
}

#s1:checked~#slide11,
#s2:checked~#slide1,
#s3:checked~#slide2,
#s4:checked~#slide3,
#s5:checked~#slide4,
#s6:checked~#slide5,
#s7:checked~#slide6,
#s8:checked~#slide7,
#s9:checked~#slide8,
#s10:checked~#slide9,
#s11:checked~#slide10 {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: translate3d(-20%, 0, -100px);
}

.zoom-container img {
  filter: blur(5px);
}

.can-zoom img {
  filter: blur(0px);
}


/* _______Our Creations________ */
.our-video {
  background-image: url(../Ourimg/banner-3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-video video {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 71%;
  margin: 0px auto;
  padding: 12% 0 2% 0;
}

.our-video p {

  font-weight: bold;
  text-align: center;
  padding-bottom: 0%;
  border-radius: 10px;
  background-color: #b0bee46b;
  padding: 6px;
}

/* _____unpara______ */
/* .unpara{
  padding: 43px 0;
  text-align: center;
}
.unpara p{
  padding-bottom: 15px;
  padding-top: 7px;
}
.unpara h2{
  font-weight: bold;
} */



/* ______________ */
.PREM {
  overflow: hidden;
}
.rolling{
  height: 100px;
}
@keyframes roll{
  0% {
    transform: translateY(0);
    font-size: 12px;
  }
  20% {
    transform: translateY(-100%);
   ;
  }
  50% {
    transform: translateY(-200%);
    
  }
  70% {
    transform: translateY(-300%);
    
  }
  100% {
    transform: translateY(0);
   
  }
}

.prem-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  padding: 0px 0;
  margin: 0 12%;
  animation: roll 15s infinite;
  font-weight: bolder;
}

.prem-gg {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
}

.box-img {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}

.box-img img {
  width: 100px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
}

.box-img img:hover {
  width: 105px;
  display: flex;
  align-items: center;
  align-content: center;

}

.box-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  align-content: center;
  padding-left: 18px;
}

.box-text h2 {
  font-size: 20px;
  font-weight: bolder;
  line-height: 25px;
}

.box-text p {
  font-size: 15px;
  line-height: 2px;
}

/* _________________ */
.gallery-g {
  /* background-image: url(../Ourimg/banner-4.jpg); */
  background-color: #ddd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 74px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gall-g {
  padding-top: 12px;
  background-color: white;
  width: 1170px;
}

.gallery-g p {
  margin: 0;
  padding: 14px 0;
  font-weight: bold;
  font-size: 20px;
}


/* .bag2 img{
  position: absolute;
  width: 15%;
  top: 353%;
  left: 91%;
  right: 0%;
  bottom: 0;
}
.bag1 img{
  position: absolute;
  width: 21%;
  top: 446%;
  left: -11%;
  right: 0%;
  bottom: 0;
} */
/* .gallery-g .container {
  columns: 5 200px;
  column-gap: 14px;
  width: 100%;
  margin: 0 auto;
  div {
    width: 150px;
    margin: 0 0 4% 0;
    display: inline-block;
    width: 100%;
    border: solid 2px black;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    border-radius: 5px;
    transition: all .25s ease-in-out;
    &:hover img {
      filter: grayscale(0);
    }
    &:hover {
      border-color: coral;
    }
    img {
      width: 100%;
      filter: grayscale(0);
      border-radius: 5px;
      transition: all .25s ease-in-out;
    }
    p {
      margin: 5px 0;
      padding: 0;
      text-align: center;
      font-style: italic;
    }
  }
} */
.gallery-g .container {
  columns: 5 200px;
  /* column-gap: 14px; */
  width: 100%;
  margin: 0 auto;

  div {


    display: inline-block;
    width: 100%;


    border-radius: 5px;
    transition: all .25s ease-in-out;

    &:hover img {
      filter: grayscale(0);
    }

    &:hover {
      border-color: coral;
    }

    img {
      width: 100%;
      filter: grayscale(0);
      border-radius: 5px;
      transition: all .25s ease-in-out;
    }

    p {
      margin: 5px 0;
      padding: 0;
      text-align: center;
      font-style: italic;
    }
  }
}


.grid-item {
  position: relative;
  overflow: hidden;
}

/* Set up styles for the default state */
.grid-item img {
  /* width: 100%;
height: 100%; */
  transition: opacity 0.3s ease-in-out;
  padding-bottom: 5px;
  border-radius: 5px;
}

.hover-image img {
  /* width: 100%;
  height: 100%; */
  border-radius: 5px;
  transition: opacity 0.3s ease-in-out;
  padding-bottom: 5px;

}

/* Set up styles for the hover state */
.grid-itemr:hover img:first-child {
  opacity: 0;
  /* Hide the first image on hover */
}

.grid-item:hover img:last-child {
  opacity: 1;
  /* Show the second image on hover */
}

/* Hide the second image by default */
.grid-item img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.p-t {
  width: 100%;
  height: 333px;
}

/* __________little___________ */

.little-gg {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.little-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.little-box img {
  width: 75%;
}

.little-box1 img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.little-box1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: black;
}

.little-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  flex-wrap: nowrap;
}

.little-box1 .little-text {
  display: flex;
  flex-direction: column;
  margin-top: 50%;
  color: white;
  text-align: center;
  font-weight: bold;
  padding-left: 48px;
}

/* ____________________ */
.little-big {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.little-big img {
  width: 100%;
}

.little-big1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.big-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 90%;
}

.big-img img {
  width: 75%;
}

/* ____________________ */

.Social-photo {
  background-color: #b1b0b0;
  padding: 75px 0px;
}

.Social-photo .s-gg {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  padding: 4px 4px;
  width: 80%;
  margin: 0 auto;
}

.p-img img {
  width: 100%;
  height: 100%;
  padding: 4px;
}

.p-logo img {
  width: 45%;
  display: flex;
  margin: auto;
  padding: 30px 0;
}

.photo-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* ________Our Presence__________ */
.foot-box2 img {
  width: 10%;
  display: flex;
}

.foot-box3 img {
  width: 9%;
}


@media screen and (max-width: 1920px) and (min-width: 1350px) {
  .navbar .container {
    max-width: 90%;
    
  }

}

  @media (max-width: 1096px) {
    .banner-2text .bag-1, .bag-2{
      width: 211px;
    }
  }
  @media (max-width: 1016px) {
    .banner-2text .bag-1, .bag-2{
      display: none;
    }
  }



@media screen and (max-width: 1920px) and (min-width: 1550px) {
  .see {
    padding: 140px 0;
  }
}

@media screen and (max-width: 1920px) and (min-width: 1625px) {
  .see {
    padding: 160px 0;
  }
}

@media screen and (max-width: 1920px) and (min-width: 1825px) {
  .see {
    padding: 192px 0;
  }
}


.roll {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 50vh;
  display: flex;
  margin-left: 25%;
  align-items: center;
  /* flex-wrap: wrap; */
}

.box-h {
  position: relative;
  width: 250px;
  height: 10px;
  transform-style: preserve-3d;
  animation: animate 25s linear infinite;
}

@keyframes animate {
  0% {
      transform: perspective(1000px) rotateX(0deg);
  }
 
  100% {
      transform: perspective(1000px) rotateX(360deg);
  }
}

.box-h span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: rotateX(calc(var(--i) * 90deg)) translateZ(40px);
  
}

.box-h span img {
  position: absolute;
  top: 0;
  left: 0;
}
/* _______________________________________ */
/* General styles for larger screens */


@media (max-width: 480px) {
  .box-h {
    width: 100%;
  }

  .box-h span img {
    max-width: 100%;
  }
  .roll {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    min-height: 20vh;
    display: flex;
    margin-left: 0px;
    align-items: center;
    flex-wrap: wrap;
    max-width: 78%;
    margin: auto;
  }
  .our-video video{
    width: 60%;
    margin: 0px auto;
    padding: 20% 0 0% 0;
  }
}