@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Milonga&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');

:root {
 
    --clr-btn: #96c560;
    --clr-white: #fff;
      --clr-yellow: #f6ef29;
  --clr-grey-light: #f0f0f0;
  --clr-green: #5b842c;	
  --clr-red: #794134;
  --clr-orange: #ec8a22;
  --clr-black: #000;
      --clr-grey: #5a5a5a;
  --clr-grey-light2: #d0d0d0;
  --clr-milkywhite:#fdffcc;
      --clr-blacktxt:#2c2f30;
  --clr-yellow2: #d8ca6d;
  --clr-lightblue:#d1fffa;
  --clr-darkblue:#333a65	;	
  --clr-navyblue:#212f63	;	
  --base-font:14px; /* 12px (usually) */
--title1-font: 20px; /* 24px */
--small-viewport-rem: 30; /* 480px */
--large-viewport-rem: 50; /* 800px */
  }


  body {
	margin: 0px;
	padding: 0px;
	font-family: "Poppins", sans-serif;
	background-color: var(--clr-white);
    font-size: var(--base-font)!important;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}


@keyframes showup {
  0% {opacity:0;}
  20% {opacity:0.2;}
  80% {opacity:0.5;}
  100% {opacity:1;}
}

@keyframes slidein {
  0% { margin-left:-800px; }
  20% { margin-left:-800px; }
  35% { margin-left:0px; }
  100% { margin-left:0px; }
}

@keyframes reveal {
  0% {opacity:0;width:0px;}
  20% {opacity:1;width:0px;}
  30% {width:355px;}
  80% {opacity:1;}
  100% {opacity:0;width:355px;}
}

h1,h2,h3 {
	font-family: "Milonga", serif;
}
.text-right {
    text-align: right;
}
.mr-20 {
    margin-right: 20px!important;
}
.btn-orange {
  background-color: var(--clr-orange);
  color: var(--clr-white);
  font-size: var(--base-font);
  border-radius: 0px;
  padding:8px 15px ;
}
.btn-orange:hover {
  background-color: var(--clr-black);
  color: var(--clr-white);
  font-size: var(--base-font);
  border-radius: 0px;
  padding:8px 15px ;
}
.btn-white_bo {
  background-color: var(--clr-white);
  color: var(--clr-black)!important;
  font-size: var(--base-font);
  border-radius: 0px;
  padding:10px 25px ;
  border:solid 1px;
  border-color: var(--clr-grey);
  font-weight: 400!important;
}
.btn-white_bo:hover {
  background-color: var(--clr-black);
  color: var(--clr-white)!important;
  font-size: var(--base-font);
  border-radius: 0px;
  padding:10px 25px ;
  border:solid 1px;
  border-color: var(--clr-black);
}
.btn-orange2 {
  background-color: var(--clr-white);
  color: var(--clr-black)!important;
  font-size: var(--base-font);
  border-radius: 0px;
  padding:10px 25px ;
  border:solid 1px;
  border-color: var(--clr-grey);
  font-weight: 400!important;
}
.btn-orange2:hover {
  background-color: var(--clr-orange);
  color: var(--clr-white)!important;
  font-size: var(--base-font);
  border-radius: 0px;
  padding:10px 25px ;
  border:solid 1px;
  border-color: var(--clr-black);
}
.video-container {
  position: relative;
  width: 100vw;
  height: 100vh; /* Full screen height */
  background: black;
}
#player {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* Aspect ratio 16:9 */
  max-height: 100vh;
  max-width: 177.78vh;
  transform: translate(-50%, -50%);
}
.controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
button {
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
}
.black {
  background-color: var(--clr-black);
}
.video-container {
  position: relative;
  width: 100%;
  height: 75vh;
  background: black;
  opacity: 0.4;
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
}
.vbutton {
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  background: var(--clr-orange);
  color: white;
  border: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.vbutton:hover {
  background: var(--clr-black);
}
i {
  font-size: 20px;
}
.image_res img {
width: 100%;
height: auto;
}

.rightimage {
	padding: 0px 15px 0px 50px;
	min-height: 650px;
	object-fit: cover;

  }
.rightimage img{
 width: 100%;
 height: 650px;
 object-fit: cover;
 object-position:center;
}
.title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.inner h3 {
	font-size: 35px;
    line-height: 1.5;
    color: var(--clr-navyblue);
}
.inner h3:before {
	content: '';
	width: 120px;
	height: 1px;
	background-color: var(--clr-orange);
	margin: auto;
	position: absolute;
	margin-top: 90px;
  }
  
  .leftimage {
	
	margin-top: 50px;
	max-height: 250px;
	object-fit: cover;
  }
  .leftimage img {
	max-height: 350px;
	object-fit: cover;
  }
  img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.inner p {
  color: var(--clr-blacktxt);
}
.imgres img {
  width: 100%;
  height: auto;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.imgfluid img {
  width: 100%;
  height: auto;
}


.img-wrapper img{
  width: 100%; 
  animation: 1s .5s loaded cubic-bezier(.49,0,.5,1) forwards;
  transform: scale(0.8);
  opacity:0;
  display:block;
}

@keyframes loaded { 
  from { 
    transform: scale(0.8);
    opacity: 0;
  } 
  to { 
    transform: scale(1); 
    opacity: 1;
  }  
} 
@keyframes overlay { 
  0% { 
    transform: scaleX(0);
  } 
  55% { 
    transform: scaleX(1); 
  }  
  100%{
    transform: translateX(-100%);
  }
}
.zoom img {
  transition-duration: 4s;
  margin: 0 auto;
  display: block;
}
.zoom img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  z-index: 0;
}
.image-container {
  position: relative;
  overflow: hidden;
  height: 100%!important;
}

.image-container img {
  width: 100%;
  display: block;
  height: 100%!important;
}

.home_product {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;

  color: white;
  padding: 20px;
  text-align: right;
  transform: translatex(1%);
  transition: transform 0.4s ease-in-out;
}

.image-container:hover .home_product {
  transform: translatex(-10px); /* Move up on hover */
}

.home_product h5, .home_product p, .home_product a {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.image-container:hover .home_product h5,
.image-container:hover .home_product p,
.image-container:hover .home_product a {
  opacity: 1; /* Fade in text on hover */
}

.home_product a {

  color:var(--clr-white);
  text-decoration: none;
  font-weight: bold;
  border-radius:0px;
}

.home_product a:hover {
  color:var(--clr-white);
}
.home_product p {
  font-size: var(--base-font);
}
.products h4 {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--clr-yellow);
}
.products h3 {
  color: var(--clr-white);
  font-size: var(--title1-font);
  font-size: 35px;
}
.products {
  background-color: #30343e;
  background-image: url(../images/h6_bg-2.png);
  background-size: cover;
  background-position: center;
}
.home_producttitle h5 a {
  display: inline;
  background-image: -webkit-linear-gradient(45deg, currentColor,currentColor);
  background-image: linear-gradient(45deg, currentColor,currentColor);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: right 100%;
  padding-bottom: 5px!important;
  font-weight: 400;
  line-height: 32px;
}
.home_producttitle h5 a:hover {
  background-size: 80% 2px;
}
.clr_white {
  color: var(--clr-white);
}

.chooseus {
  position:relative;
  display:block;
}
.chooseus::before {
  content:"";
  background: url(../images/choose_us_bg.jpg);
  background-size: cover;
  background-position: left top;
  opacity:1;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  width:auto;
  height:auto;
  z-index:-3;
}
.chooseus h4 {

  font-size:30px;
  font-family: "Milonga", serif;
}
.clr-black {
  color: var(--clr-black);
}
.text-left {
  text-align: left;
}
.whychoose li {
  list-style: none;
  border-bottom: solid 1px #95918b;
}
.whychoose h5 {
  font-family: "Milonga", serif;
  padding-bottom: 10px;
  font-size:22px!important;
}
.whychoose h5 span {
  background-color: var(--clr-orange);
  color: var(--clr-white);
  padding: 8px;
  margin-right: 8px;
  border-radius: 5px;
}
.mar_auto {
  margin: 0px auto;
}
footer {
  background: #f8f7f7;
  background-image: url(../images/footer_logo.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.address p {
  line-height: 30px;
}
.socialmedia a {
  color: var(--clr-black);
  padding: 5px 20px;
}
.socialmedia a:hover {
  color: var(--clr-orange);
}
.productslinks ul {
  margin: 0px;
  padding: 0px;
}
.productslinks li {
  list-style: none;
  padding: 5px 0px;
  margin: 0px;
}
.productslinks li a {
  color: var(--clr-black);
  text-decoration: none;
}
.productslinks li a:hover {
  color: var(--clr-orange);
}
.copyright {
  display: flex;
  justify-content: space-between;
  border-top:solid 1px #5c5544;
  padding: 15px 5% 0px 5%;
  font-size: 13px;
  font-weight: 400;
}
.copyright a {
  color: var(--clr-black);
}
.copyright a:hover {
  color: var(--clr-orange);
}


/*  scroll css section here*/
a#scroll {
  width: 50px;
    height: 50px;
    background-color:var(--clr-orange);
    display: inline-block;
    position: fixed;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    z-index: 10000;
}
#scroll span {
    position: absolute;
    top: 50%;
    right: 50%;
    height: 0;
    width: 0;
    margin-left: -9px;
    margin-top: -5px;
    border-bottom: 10px solid #fff;
    left: 50%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
#scroll:hover {
  background-color:var(--clr-black);
}

.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:100px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
	background: #00ff00;
}

.my-float{
	margin-top: 9px;
  font-size: 34px;
}
.services h4 {
	font-size: 34px;
}
.ser_icon {
  border-radius: 100px;
  border:solid 1px #000;
  width: 60px;
  height: 60px;
  padding: 20px;
  margin-right: 15px;
 
  
}
.services_item:hover .ser_icon {
  background-color: var(--clr-black);
  color: #fff;
}
.services_item {
  border-bottom: solid 1px #95918b;


}
.servicemain {
  background: url(../images/services_bg.jpg);
  background-size: cover;
  background-position: right top;
}
.facility {
  position: absolute;
  z-index: 10;
  width: 100%;
  height:60%;
  text-align: center;
  color: var(--clr-white);
}
.facility h3 {
  padding-top: 10%;
}
.sociallinks {
  display: flex;
}
.sociallinks li {
  display: flex;

}
.sociallinks li a {
  display: flex;
  padding: 0px 8px;
}
.py-4_m {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.services_item{

  transform: translatex(1%);
  transition: transform 0.4s ease-in-out;
}

.services_item:hover  {
  transform: translatex(-10px); /* Move up on hover */
}
.whychoose li{

  transform: translatex(1%);
  transition: transform 0.4s ease-in-out;
}

.whychoose li:hover  {
  transform: translatex(-10px); /* Move up on hover */
}
@media (min-width: 200px) and (max-width: 768px) {

  .rightimage {
    padding: 15px 15px 0px 15px;
    min-height: 450px;
    object-fit: cover;
  
    }
  .rightimage img{
   width: 100%;
   height: 450px;
   object-fit: cover;
   object-position:center;
  }
  .whychoose h5 {

    line-height: 38px;
  }
  .sociallinks li {
    display: flex;
    padding-bottom: 20px;
  
  }
  .py-4_m {
    padding-top: 0rem !important;
    padding-bottom:0rem !important;
  }
  .chooseus::before {
    content:"";
    background: url(../images/choose_us_bg.jpg);
    background-size: cover;
    background-position: left top;
    opacity:0.4;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    width:auto;
    height:auto;
    z-index:-3;
  }
  .facility h3 {
    padding-top: 40%;
  }
  .copyright {
    display: flex;
    justify-content: space-between;
    border-top:solid 1px #5c5544;
    padding: 15px 5% 0px 5%;
    font-size: 13px;
    font-weight: 400;
    flex-direction: column;
    text-align: center;
  }
}

.innerbanner {

 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 min-height: 400px;
}

.babywipe {
  background-image: url(../images/choose_us_bg.jpg);

 }
.Feminine_hygiene {
  background-image: url(../images/innnerbanner_Feminine_hygiene.jpg);

 }
 .Adult_wipes {
  background-image: url(../images/Adult_wipes.jpg);

 }
 .Refreshing_wipes {
  background-image: url(../images/Refreshing_wipes.jpg);

 }
 .Makeupremover_wipes {
  background-image: url(../images/Makeupremover_wipes.jpg);

 }
 .Sunscreen_Wipes {
  background-image: url(../images/Sunscreen_Wipes.jpg);

 }
 .Shoe_wipes {
  background-image: url(../images/Shoe_wipes.jpg);

 }
 .Pet_wipes {
  background-image: url(../images/Pet_wipes.jpg);

 }
 .Kitchen_wipes {
  background-image: url(../images/Kitchen_wipes.jpg);

 }
 .Single_Wipe {
  background-image: url(../images/Single_Wipe.jpg);

 }
 .aboutus_banner {
  background-image: url(../images/aboutus_banner.jpg);

 }

.innerbanner h4 {
  padding-top:10%;
  font-size: 40px;
  font-weight: 600;
}
.breadcrumb2 {
  padding-top: 10px;
  text-transform: uppercase;
  text-align: center!important;
}
.breadcrumb2 a {
  color: var(--clr-black);
  text-decoration: none;
}
.breadcrumb2 a:hover {
  color: var(--clr-orange);

}
.breadcrumb-default-delimiter {
  padding: 0px 10px;
}
.breadcrumb-default-delimiter::before {
  content: "";
  background-color: currentColor;
  display: inline-block;
  height: 10px;
  opacity: 1;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 1px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);

}
.aboutus img {
  width: 100%;
  height: auto;
} 
.iso {

  background-image: url(../images/facili_bg.png);
  background-repeat: repeat;
 
  
}
.iso_overlay {
  background-color: rgba(248,240,227,0.2);
  min-height: 500px;

}
.iso_overlay h4 {
  padding-top: 5%;
}
.iso_overlay p {
  line-height: 30px;
}
.isoicons {
  display: flex;
  justify-content: space-between;
}
.isoicons div {
  border: solid 1px #000;
}
.isoicons div + div {
  border-left: 0;
}
.isomain {
  margin: 0px auto;
  width: 80%;
}
.aboutus img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  transform-origin: 0 60%;
  -webkit-transition: transform .8s cubic-bezier(.39,.58,.57,1);
  transition: transform .8s cubic-bezier(.39,.58,.57,1);
}
.aboutus img:hover {
  -webkit-transform: scale(1);
  transform: scale(1);

}
.image-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  max-width: 400px; /* Adjust as needed */
  border-radius: 0px; /* Optional rounded corners */
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease-in-out;
}

.image-container:hover img {
  transform: scale(1.1); /* Zoom-in effect */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.image-container:hover .overlay {
  opacity: 1;
}

.overlay-text {
  text-align: center;
  font-size: 20px;
  transform: translateY(20px);
  transition: transform 0.5s ease-in-out;
  opacity: 0;
}

.image-container:hover .overlay-text {
  transform: translateY(0);
  opacity: 1;
}
.about2 {
  background:#fcf7ee;
}
.about2 p {
  line-height: 24px;
}
.about2 h4 {
  font-size: 20px;
}
.product-description p {
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
}
.bullets div {
  padding: 3px 0px;
}
  @media (min-width: 200px) and (max-width: 768px) {
    .isoicons {
      display: flex;
     
      flex-direction: column;
    }
    .isoicons div {
      border: solid 1px #000;
    }
    .isoicons div + div {
      border-left: solid 1px #000;
      border-top:0;
    }
    .isomain {
      margin: 0px auto;
      width:60%;
    }
  }


  
/*  productPage css*/



.card {
  background-color: #fff;
  padding: 14px;
  border: none
}
#lightSlider li{}

.demo {
  width: 100%
}

ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0
}


img {
  display: block;
  height: auto;
  width: 100%
}

.stars i {
  color: #f6d151
}

.stars span {
  font-size: 13px
}

hr {
  color: #d4d4d4
}

.badge {
  padding: 5px !important;
  padding-bottom: 6px !important
}

.badge i {
  font-size: 10px
}

.profile-image {
  width: 35px
}

.comment-ratings i {
  font-size: 13px
}

.username {
  font-size: 12px
}

.comment-profile {
  line-height: 17px
}

.date span {
  font-size: 12px
}

.p-ratings i {
  color: #f6d151;
  font-size: 12px
}

.btn-long {
  padding-left: 35px;
  padding-right: 35px
}

.buttons {
  margin-top: 15px
}

.buttons .btn {
  height: 46px
}

.buttons .cart {
  border-color: #ff7676;
  color: #ff7676
}

.buttons .cart:hover {
  background-color: #e86464 !important;
  color: #fff
}

.buttons .buy {
  color: #fff;
  background-color: #ff7676;
  border-color: #ff7676
}

.buttons .buy:focus,
.buy:active {
  color: #fff;
  background-color: #ff7676;
  border-color: #ff7676;
  box-shadow: none
}

.buttons .buy:hover {
  color: #fff;
  background-color: #e86464;
  border-color: #e86464
}

.buttons .wishlist {
  background-color: #fff;
  border-color: #ff7676
}

.buttons .wishlist:hover {
  background-color: #e86464;
  border-color: #e86464;
  color: #fff
}

.buttons .wishlist:hover i {
  color: #fff
}

.buttons .wishlist i {
  color: #ff7676
}

.comment-ratings i {
  color: #f6d151
}

.followers {
  font-size: 9px;
  color: #d6d4d4
}

.store-image {
  width: 42px
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px
}

.bullet-text {
  font-size: 14px
}
.nav-tabs .nav-link {
  border-radius: 0px!important;
}

.my-color {
  margin-top: 10px;
  margin-bottom: 10px
}

label.radio {
  cursor: pointer
}

label.radio input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none
}

label.radio span {
  border: 2px solid #8f37aa;
  display: inline-block;
  color: #8f37aa;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-transform: uppercase;
  transition: 0.5s all
}

label.radio .red {
  background-color: red;
  border-color: red
}

label.radio .blue {
  background-color: blue;
  border-color: blue
}

label.radio .green {
  background-color: green;
  border-color: green
}

label.radio .orange {
  background-color: orange;
  border-color: orange
}

label.radio input:checked+span {
  color: #fff;
  position: relative
}

label.radio input:checked+span::before {
  opacity: 1;
  content: '\2713';
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  left: 4px
}

.card-body {
  padding: 0.3rem 0.3rem 0.2rem
}
.table tr td{
  background-color: var(--clr-white)!important;
  color: var(--clr-black);
}
.table tr th{
  background-color: var(--clr-darkblue)!important;
  color: var(--clr-white);
}
.table i {
  font-size: 10px;
  padding-right: 5px;
}

.bg_grey {

  padding: 5% 5%;
 }
 .contactsec h4 {
  font-size: 16px;
  padding-top: 12px;
  font-weight: 400;
  }
  .contactsec img {
  width:auto ;
  }
  .uncode_text_column h4 {
  font-size: 14px;
  padding-top: 12px;
  font-weight: 500;
  }
  .uncode_text_column p {
  font-size: 14px;
  line-height: 20px!important;
  font-weight: 300;
  margin-bottom: 0px;
  }
  .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 13px;
  }
  .form-control {
    background-color: var(--clr-white);
  }
 .form-control:focus {
  background-color: var(--clr-white);
 }

 /* Opacity #2 */
.hover12  {
	background: #000;
  margin: 0px;
 
}
.hover12 img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12:hover img {
	opacity: 0.4;
}
.productslink h5 {
  font-size: 16px!important;
}
.productslink a{
  color: var(--clr-black);
  text-decoration: none;
  
}


  /* CSS ne servant qu'à la décoration, inutile pour le fonctionnement */
  .portfolio-menu{
    text-align:center;
  }
  .portfolio-menu ul li{
    display:inline-block;
    margin:0;
    list-style:none;
    padding:10px 15px;
    cursor:pointer;
    -webkit-transition:all 05s ease;
    -moz-transition:all 05s ease;
    -ms-transition:all 05s ease;
    -o-transition:all 05s ease;
    transition:all .5s ease;
  }
  
  .portfolio-item{
    /*width:100%;*/
  }
  .portfolio-item .item{
    /*width:303px;*/
    float:left;
    margin-bottom:10px;
  }
  .captcha {
    padding-left: 0px;
    font-size: 16px;
  }
  
  #portfolio {  
      margin: 1rem 0;
      -webkit-column-count: 4; 
      -moz-column-count: 4;
      column-count: 4;
      -webkit-column-gap: 1rem;
      -moz-column-gap: 1rem;
      column-gap: 1rem;
      -webkit-column-width: 33.33333333333333%;
      -moz-column-width: 33.33333333333333%;
      column-width: 33.33333333333333%;
  }


  .carousel-item{
    transform: scale(1);
    max-height: 100vh;
    min-height: calc(100vh-180px);
    overflow: hidden;
  
  }
  .sliderTitle{
    font-family: Roboto;
    font-size: 50px;
    display: none;
    top: calc(50vh - height);
    left: -10vw;
    color:white;
    position: absolute;
    transition: all 0.5s;
    background-color: rgba(0,0,0,0.3);
    padding: 5px 15px;
    z-index: 1000;
  }
  .active .sliderTitle{
    display: block;
    top: 50vh;
    left: 10vw;
    z-index: 1000;
  }
  .sliderSubtitle{
    display: none;
    top: 50vh;
    left: -10vw;
    color:white;
    position: absolute;
    transition: all 0.5s;
    background-color: rgba(0,0,0,0.3);
    padding: 5px 15px;
  }
  .active .sliderSubtitle{
    display: block;
    top: 50vh;
    margin-top: 100px;
    left: 10vw;
  }
  #carouselExampleIndicators{
    position: relative;
    min-height: 100vh;
  
  }
  .containerVideobg {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -2;
    padding: 0 !important;
    max-height: 90vh;
    overflow: hidden;
  }
  .videoSliderBackground{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    min-width: 100vh;
    min-height: 100vh;
  }
  .videoSlider{
    margin-left: auto;
    margin-right: auto;
    margin-top: 180px;
    width: 40%;
    transition: all 0.5s;
    border: 10px solid var(--primary);
    background-color: var(--primary);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
  }
  .elVideo{
    width: 100%;
    height: 100%;
  }
  .active {
    
  }
  .active .videoSlider{
    margin-top: 0;
    width: 100%;
    border: none;
    box-shadow: none;
  }
.slide {
  margin-top: -20px;
}
.slidercontent {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  width: 100%;
  height: 100vh;
}
.slidercaption {
  margin-top: 20%;
  margin-left: 5%;
}
.slidercaption h6 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  
}
.slidercaption h4 {
  font-size: 30px;
 
  color: #fff;
  padding: 10px 0px;
}

@media (min-width: 200px) and (max-width: 768px) {
#carouselExampleIndicators{
  position: relative;
  min-height: auto;

}
.slidercaption {
  margin-top: 0%;
  margin-left: 5%;
}
.inner h3 {
  font-size: 28.4px;
}
}