*{
    padding: 0;
    margin:0;
    box-sizing: border-box;
  }
  body{
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-family: 'Montserrat', sans-serif;
    background-color: white;
  }
  body::-webkit-scrollbar{ 
   display: none;
 }
 .navbar{
    height: 100px;
    width: 100%;
    background-color: white;
    padding: 10px;
    /* position: fixed; */
 }
 .subnavbar{
    height: 100%;
    width: 100%;
    /* background-color: rebeccapurple; */
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 50px;
  z-index: 9999; /* Ensure it's above other content */
}

.whatsapp-icon img {
  width: 50px; /* Adjust size as needed */
  height: auto;
  border-radius: 50%; /* Makes it round */
  box-shadow:rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; /* Optional: Adds shadow */
}
.mobile-nav-container,.mobile-nav-icon{
  display: none
}
 .n1{
    height: 100%;
    width: 35%;
    /* background-color: white; */
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
 }
 .n1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 1.1s ease-in-out;
 }
 .n1 img:hover{
    transform: scale(1.1);
 }
 .n2{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 15%;
    /* background-color: red; */
 }
 .n2 p{
        font-family: "Lato", sans-serif;
        font-weight: 300;
        font-style: normal;
        color: black;
        font-size: 14px;
      }
.n2 i{  
    padding: 5px;
        font-size: 18px;
        color: rgb(214, 53, 53);
        /* color: gray; */
        /* background-color: gray; */
        /* border-radius: 190px; */
      }
      .n2 i:hover{
        color: gray;
        cursor: pointer;
      }




      #menuToggle
      {
        display: none;
        /* display: block; */
        position: relative;
        top: 50px;
        left: 50px;
        
        z-index: 1;
        
        -webkit-user-select: none;
        user-select: none;
      }
      
      #menuToggle a
      {
        text-decoration: none;
        color: #232323;
        
        transition: color 0.3s ease;
      }
      
      #menuToggle a:hover
      {
        color: tomato;
      }
      
      
      #menuToggle input
      {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        
        cursor: pointer;
        
        opacity: 0; /* hide this */
        z-index: 2; /* and place it over the hamburger */
        
        -webkit-touch-callout: none;
      }
      
      /*
       * Just a quick hamburger
       */
      #menuToggle span
      {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        
        background: #cdcdcd;
        border-radius: 3px;
        
        z-index: 1;
        
        transform-origin: 4px 0px;
        
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                    opacity 0.55s ease;
      }
      
      #menuToggle span:first-child
      {
        transform-origin: 0% 0%;
      }
      
      #menuToggle span:nth-last-child(2)
      {
        transform-origin: 0% 100%;
      }
      
      /* 
       * Transform all the slices of hamburger
       * into a crossmark.
       */
      #menuToggle input:checked ~ span
      {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #232323;
      }
      
      /*
       * But let's hide the middle one.
       */
      #menuToggle input:checked ~ span:nth-last-child(3)
      {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
      }
      
      /*
       * Ohyeah and the last one should go the other direction
       */
      #menuToggle input:checked ~ span:nth-last-child(2)
      {
        transform: rotate(-45deg) translate(0, -1px);
      }
      
      /*
       * Make this absolute positioned
       * at the top left of the screen
       */
      #menu
      {
        position: absolute;
        width: 300px;
        margin: -100px 0 0 -50px;
        padding: 50px;
        padding-top: 125px;
        
        background: #ededed;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        /* to stop flickering of text in safari */
        
        transform-origin: 0% 0%;
        transform: translate(-100%, 0);
        
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
      }
      
      #menu li
      {
        padding: 10px 0;
        font-size: 22px;
      }
      
      /*
       * And let's slide it in from the left
       */
      #menuToggle input:checked ~ ul
      {
        transform: none;
      }











 .links{
    height: 60px;
    width: 100%;
    background-color: rgba(29, 26, 26, 0.945);
    /* margin-top: 100px; */
    /* padding: 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: fixed; */
 }
 .sublinks{
    height: 100%;
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content:center;
 }
 .sublinks i{
    font-size: 16px;
    margin: 10px;
    color:gray;
 }

 #s1{
    text-decoration: none;
    /* color: white; */
    font-size: 16px;
    color: #d1d1d1;
    font-weight: 400;
    line-height: 62px;
    height: 100%;
    width: 150px;
    /* margin: 20px; */
    text-align: center;
    /* border-right:1px solid rgba(128, 128, 128, 0.603); */
    border-left:1px solid rgba(128, 128, 128, 0.603);
    /* background-color: red; */
 }
 #s2{
    text-decoration: none;
    /* background-color: red; */
    /* color: white; */
    font-size: 16px;
    color: #d1d1d1;
    font-weight: 400;
    line-height: 62px;
    height: 100%;
    width: 170px;
    /* margin: 20px; */
    text-align: center;
    /* border-right:1px solid rgba(128, 128, 128, 0.603); */
    border-left:1px solid rgba(128, 128, 128, 0.603);
 }
 #s3{
    text-decoration: none;
    /* background-color: red; */
    /* color: white; */
    font-size: 16px;
    color: #d1d1d1;
    font-weight: 400;
    line-height: 62px;
    height: 100%;
    /* margin: 20px; */
    width: 280px;
    text-align: center;
    /* border-right:1px solid rgba(128, 128, 128, 0.603); */
    border-left:1px solid rgba(128, 128, 128, 0.603);
 }
 #s4{
    text-decoration: none;
    /* color: white; */
    font-size: 16px;
    color: #d1d1d1;
    width: 150px;
    font-weight: 400;
    line-height: 62px;
    height: 100%;
    /* background-color: red; */
    /* margin: 20px; */
    text-align: center;
    /* border-right:1px solid rgba(128, 128, 128, 0.603); */
    border-left:1px solid rgba(128, 128, 128, 0.603);
 }
 #s5{
    text-decoration: none;
    /* color: white; */
    font-size: 16px;
    color: #d1d1d1;
    font-weight: 400;
    line-height: 62px;
    width: 170px;
    height: 100%;
    /* margin: 20px; */
    text-align: center;
    /* background-color: red; */
    border-right:1px solid rgba(128, 128, 128, 0.603);
    border-left:1px solid rgba(128, 128, 128, 0.603);
 }
 #s1:hover{
    color:white;
    background-color:rgb(175, 47, 47);
    /* text-transform: lowercase; */
   
}

 #s2:hover{
    color:white;
    background-color:rgb(175, 47, 47);
    /* background-color: firebrick; */
 }
 #s3:hover{
    color:white;
    background-color:rgb(175, 47, 47);
    /* background-color: firebrick; */
 }
 #s4:hover{
    color:white;
    background-color:rgb(175, 47, 47);
    /* background-color: firebrick; */
 }
 #s5:hover{
    color:white;
    background-color:rgb(175, 47, 47);
    /* background-color: firebrick; */
 }
 #s1:hover i{
    color: rgb(44, 43, 43);
    transform: scale(1.5);
 }
 #s2:hover i{
    color: rgb(44, 43, 43);
    transform: scale(1.5);
 }
 #s3:hover i{
    color: rgb(44, 43, 43);
    transform: scale(1.5);
 }
 #s4:hover i{
    color: rgb(44, 43, 43);
    transform: scale(1.5);
 }
 #s5:hover i{
    color: rgb(44, 43, 43);
    transform: scale(1.5);
 }
 
 .image-slideshow {
   /* max-width: 1000px; */
   position: relative;
   overflow: hidden;
   /* margin: auto; */
   height: 600px;
   width: 100%;
 }
 .fade img{
   width:100%;
   height:100%;
   object-fit:cover;
 }
 .fade {
   animation-name: fade;
   animation-duration: 0.8s;
 }
 @keyframes fade {
   from {opacity: .5}
   to {opacity: 1}
 }
 .carding{
   height: 200px;
   width: 100%;
   padding: 20px;
   /* background-color: blue; */
   background: #dc3e3f;
 }
 .ccard{
   height: 100%;
   width: 100%;
   /* background-color: red; */
   display: flex;
   align-items: center;
   justify-content: space-evenly;
 }
 .number1{
   height: 100%;
   width: 20%;
   /* background-color: aqua; */
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   /* padding: 20px; */
 }
 .mainnumber1{
   display: flex;
   align-items: center;
   justify-content: center;
   border-right:1px #d1d1d1 solid;
   padding-right: 25px;
 }
 .mainnumber1 h1{
   font-size: 66px;
   font-family: "Lato", sans-serif;
   color: white;
 }
 .number1 p{
   
    margin-bottom: 15px;
   font-family: "Lato", sans-serif;
   color: white;
   font-size: 15px;
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;

 }
 .mainnumber1 i{
   font-size: 50px;
   color: rgba(255, 255, 255, 0.841);
   font-weight:100;
   padding: 20px;
 }
 .box1 {
   width: 100%;
   height: 1000px;
   /* padding: 20px; */
   background-image:url('../img/fix.webp');
   /* object-fit: cover ; */
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   background-attachment: fixed;
   /* opacity: 0.3; */
 }
 .subbox1{
   height: 100%;
   width: 100%;
   /* display: block; */
   /* align-items: center; */
   position: relative;
   background-color: rgba(255, 253, 253, 0.63);
 }

 
 .sub{
   height: 100%;
   width: 100%;
   /* background-color: #f88030; */
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
 }
 .sub h1{
   font-size: 36px;
    font-size: 2.25rem;
    font-weight: 300;
    color: #dc3e3f;
    padding: 0 50px 35px;
    max-width: 980px;
    margin: 0 auto;
    font-family: "Lato", sans-serif;
 }
 .sub p{
   font-size: 22px;
    font-size: 1.35rem;
    line-height: 36px;
    line-height: 2.25rem;
    font-weight: 0.50;
    text-align: center;
    color: #424242d6;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 3.125rem;
    padding-bottom: 30px;
    font-family: "Lato", sans-serif;
 }
 .sub a{
   height: 40px;
   width: 220px;
   border: 1px solid #dc3e3f;
   text-align: center;
   padding-top:10px;
   text-decoration: none;
   color: #dc3e3f;
   font-family: "Lato", sans-serif;
   font-size: 14px;
   /* justify-content: center; */
 }
 .sub a:hover{
   background-color: #dc3e3f;
   color: white;
 }
 .imagesd{
   margin-top: 40px;
   /* padding-top: 190px; */
 }
 .imagesd img{
   height: 300px;
   width: 100%;
   /* transition: 1.1s ease-in; */
 }
 .sublanding{
  height: auto;
  width: 100%;
 }
 .landing
 {
  height: 300px;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  overflow: hidden;
}
 .landing img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  overflow: hidden;
  transition: 1.2s ease-in-out;
 }
 .landing img:hover{
  transform: scale(1.3);
 }
 .general{
  height: 700px;
  width: 100%;
  padding: 20px;
  background-color: white;
  overflow: hidden;
 }
 .subgenaral{
  height: 100%;
  width: 100%;
  background-color:white;
  overflow: hidden;
  display: grid;
    grid-template-columns: repeat(3, 1fr); /* Three equal columns */
    grid-auto-rows: auto; /* Automatically adjust row height */
    place-items: center;
 }
 @import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
 figure.snip1104 {
    font-family: "Lato", sans-serif;
   position: relative;
   overflow: hidden;
   border-radius: 25px;
   margin: 10px;
   min-width: 220px;
   max-width: 380px;
   max-height: 265px;
   height: 100%;
   width: 100%;
   background: #000000;
   color: #ffffff;
   text-align: center;
   box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
   /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
   /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
 }
 
 figure.snip1104 * {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   /* height: 100%; */
   /* width: 100%; */
 }
 
 figure.snip1104 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
   position: relative;
   opacity: 0.4;
   background-color: white;
 }
 
 figure.snip1104 figcaption {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
 }
 
 figure.snip1104 h2 {
   position: absolute;
   left: 40px;
   right: 40px;
   display: inline-block;
   background: #dc3e3f;
   -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
   transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
   padding: 12px 5px;
   margin: 0;
   top: 50%;
   text-transform: uppercase;
   font-weight: 300;
 }
 
 figure.snip1104 h2 span {
   font-weight: 800;
 }
 
 figure.snip1104:before {
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   content: '';
   background: #ffffff;
   position: absolute;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   -webkit-transform: rotate(110deg) translateY(-50%);
   transform: rotate(110deg) translateY(-50%);
   box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
   /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
 }
 
 figure.snip1104 a {
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   position: absolute;
   z-index: 1;
 }
 
 figure.snip1104.blue {
   background: #123851;
 }
 
 figure.snip1104.blue h2 {
   background: #0a212f;
 }
 
 figure.snip1104.red {
   background: #581a14;
 }
 
 figure.snip1104.red h2 {
   background: #36100c;
 }
 
 figure.snip1104.yellow {
   background: #7f5006;
 }
 
 figure.snip1104.yellow h2 {
   background: #583804;
 }
 
 figure.snip1104:hover img,
 figure.snip1104.hover img {
   opacity: 1;
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
 }
 
 figure.snip1104:hover h2,
 figure.snip1104.hover h2 {
   -webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
   transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
   /* box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; */
 }
 
 figure.snip1104:hover:before,
 figure.snip1104.hover:before {
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;  
   -webkit-transform: rotate(110deg) translateY(-150%);
   transform: rotate(110deg) translateY(-150%);
 }












 
 















 .option-swiper{
  height: 700px;
  width: 100%;
  /* background-color: orange; */
  display: flex;
  align-items: center;

}

.option-lists{
  height: 600px;
  width: 35%;
  /* background-color: rgb(255, 153, 0); */
  display: flex;
  flex-direction: column;
  /* grid-gap: 10px; */
}
.option-lists li{
  height: 17%;
  width: 100%;
  background-color: white;
  list-style: none;
  display: flex;
  place-items: center;
  justify-content: center;
  align-items: center;
  border-bottom: 1.2px #ca9c9cc5 solid;
  position: relative;
  z-index: 2;
  /* font-weight: 500; */
  font-family: "Lato", sans-serif;
    color: #dc3e3f;
    font-size: 18px;
    font-weight: 700;
}
.option-lists i{
  font-size: 58px;
  padding: 20px;
}
.option-lists li::before{
  content: '';
  position: absolute;
  top: 50%;
  height: 20px;
  width: 20px;
  background-color: #dc3e3f;
  transform: rotate(45deg) translateY(-50%);
  z-index: -1;
  transition: 0.3s;
}

.option-lists li::after{
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  height: 50px;
  width:50px;
  background-color: rgb(255, 255, 255);
  transform:  translateY(-50%);
  z-index: -1;    
}
.op-l::before{
  right: 10px;
}
.op-l::after{
  right: 0px;
}
.op-r::before{
  left: 10px;
}
.op-r::after{
  left:0px;
}
.option.hovered {
  background-color: #dc3e3f;
  color: white;
}
.option.hovered::after{
  background-color: #dc3e3f;
}
.op-l.hovered::before{
  right: -2px;
}
.op-r.hovered::before{
  left: -15px;

  /* background-color: white;/ */
}
.image-slider{
  height: 600px;
  width: 30%;
  /* background-color: rgb(36, 158, 5); */
  position: relative;
  z-index: 1;
}

.image-slider img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: -1;
}
.image-slider img.active{
  opacity: 1;
  z-index: 2;
}
  .heading{
    height: 220px;
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .heading h1{
    color: #dc3e3f;
      font-size: 52px;
      font-size: 3.25rem;
      font-weight: 300;
      padding-bottom: 10px;
      text-align: center;
  }
  .heading p{
    color: #999;
      font-size: 18px;
      /* font-size: 1.375rem; */
      line-height: 36px;
      line-height: 2.25rem;
      font-weight: 100;
  }
  

@import url(https://fonts.googleapis.com/css?family=Raleway);

.gal{
   height: 600px;
   width: 100%;
   background: #000000;
   overflow: hidden;
   display: grid;
   grid-template-columns: repeat(3, 1fr); /* Three equal columns */
   grid-row-gap: 0px;
   grid-column-gap: 0px;margin: 0px;
   /* grid-auto-rows: auto;  */
   
}

.main-title{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  /* padding: 0.7em 0; */
}

.containers{
  /* padding: 1em 0; */
  height: 300px;
  width: 400px;
  /* float: left; */
  width: 100%;
  margin: 0px;
}


.containers .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 100%;
  height: 100%;
  /* max-width: 400px; */
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
   height: 100%;
  width:100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}


/* testimonials */



.containergk{
  overflow: hidden;
  position: relative;
  padding: 20px;
  margin-top: 2em;
  background: rgba(0,0,0,.1)
}
.visuallyhidden {
  position: absolute;
  z-index: -1;
  right: 0;
  opacity: 0;
  
}

h1 {
  color: white;
  text-align: center;
  margin-top: 1em;
}



.card-carousel {
  --card-width: 80%;
  --card-max-width: 280px;
  --card-height: 350px;
  --carousel-min-width: 600px;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: var(--card-height);
  min-width: var(--carousel-min-width);
  transition: filter .3s ease;
}

@media screen and (max-width: 640px) {
  .card-carousel {
    margin-left: calc((100vw - var(--carousel-min-width) - 40px) / 2)
  }
}

.card-carousel.smooth-return {
  transition: all .2s ease;
}

.card-carousel .cardgk {
  background: whitesmoke;
  width: var(--card-width);
  max-width: var(--card-max-width);
  text-align: center;
  padding: 1em;
  min-width: 250px;
  height: var(--card-height);
  position: absolute;
  margin: 0 auto;
  color: rgba(0,0,0,.5);
  transition: inherit;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
  border-radius: 1em;
  filter: brightness(.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cardgk.highlight {
  filter: brightness(1)
}


.cardgk:nth-of-type(1) .image-container {
    background-image: url("https://static.addtoany.com/images/dracaena-cinnabari.jpg");
}
 
.cardgk:nth-of-type(2) .image-container {
  background-image: url("https://www.w3schools.com/w3css/img_lights.jpg")
}

.cardgk:nth-of-type(3) .image-container {
  background-image: url("https://images.pexels.com/photos/414612/pexels-photo-414612.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500")
}
.cardgk:nth-of-type(4) .image-container {
  background-image: url("https://images.pexels.com/photos/67636/rose-blue-flower-rose-blooms-67636.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500")
}
.cardgk:nth-of-type(5) .image-container {
  background-image: url("https://helpx.adobe.com/content/dam/help/en/stock/how-to/visual-reverse-image-search/jcr_content/main-pars/image/visual-reverse-image-search-v2_intro.jpg")
}



.image-container {
  width: 8em;
  height: 8em;
  position: relative;
  background-size: cover;
  margin-bottom: 2em;
  border-radius: 100%;
  padding: 1em;
  -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3);
box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3);
  
}

.image-container::after {
  content: "";
  display: block;
  width: 120%;
  height: 120%;
  border: solid 3px rgba(0,0,0,.1);
  border-radius: 100%;
  position: absolute;
  top: calc(-10% - 3px);
  left: calc(-10% - 3px);
}

h2 {
  padding: 1em;
  margin-top: 1em;
  background: rgba(0,0,0,.3);
  text-align: center;
  color: white;
  border-radius: .2em;
  display: inline-block;
  transform: translateX(calc((100vw - 100%) / 2))
}

h2 a {
  color: #f5b916
}
ul {
   margin: 0px;
   padding: 0px;
}
.footer-section {
 /* background: #711b1b; */
 background-image: url(../img/backh.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 /* opacity: 0.29; */
 position: relative;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 height: 600px;
 width: 100%;
 padding: 20px;
}

.footer-cta {
 border-bottom: 1px solid #373636;
 /* display: flex; */
 background-color: orange;
 align-items: center;
 /* justify-content: space-evenly; */
}

.single-cta i {
 color: #ff5e14;
 font-size: 30px;
 /* float: left; */
 /* margin-top: 8px; */
 /* padding-top: 20px; */
}
.cta-text {
  /* padding-top: -90px; */
 padding-left: 45px;
  /* margin-left: 100px; */
 display: flex;
 flex-direction: column;
}
.cta-text h4 {
 color: #fff;
 font-size: 20px;
 font-weight: 600;
 margin-bottom: 2px;
}
.cta-text span {
 color: #757575;
 font-size: 15px;
}
.footer-content {
 position: relative;
 z-index: 2;
 display: flex;
 align-items: center;
 justify-content: space-around;
}
.row{
   display: flex;
   align-items: center;
   justify-content: space-around;
}
.row1{
   display: flex;
   flex-direction: column;
  /* align-items: center; */
   justify-content: space-around;
   line-height: 25px;
}
.footer-pattern img {
 position: absolute;
 top: 0;
 left: 0;
 height: 330px;
 background-size: cover;
 background-position: 100% 100%;
}
.footer-logo {
 margin-bottom: 30px;
}
.footer-logo img {
   max-width: 200px;
   height: 100%;
   width: 100%;
   opacity: 0.29;
   border-radius: 100px;
   transition: 1.1s ease-in;
}
.footer-logo img:hover{
   opacity: 1;
   /* transform: scale(1.02); */
}
.footer-text p {
 margin-bottom: 14px;
 font-size: 14px;
     color: #7e7e7e;
 line-height: 28px;
}
.footer-social-icon span {
 color: #fff;
 display: block;
 font-size: 20px;
 font-weight: 700;
 font-family: 'Poppins', sans-serif;
 margin-bottom: 20px;
}
.footer-social-icon a {
 color: #fff;
 font-size: 16px;
 margin-right: 15px;
}
.footer-social-icon i {
 height: 40px;
 width: 40px;
 text-align: center;
 line-height: 38px;
 border-radius: 50%;
}
.facebook-bg{
 background: #3B5998;
}
.instagram-bg{
 background: #810a42;
}
.google-bg{
 background: #bb230f;
}
.whatsapp-bg{
  background: rgb(20, 102, 20);
}
.footer-widget{
   width: 30%;
}
.footer-widget-heading h3 {
 color: #fff;
 font-size: 20px;
 font-weight: 600;
 margin-bottom: 40px;
 position: relative;
}
.footer-widget-heading h3::before {
 content: "";
 position: absolute;
 left: 0;
 bottom: -15px;
 height: 2px;
 width: 50px;
 background: #ff5e14;
}
.footer-widget ul li {
 display: inline-block;
 /* float: left; */
 width: 60%;
 margin-bottom: 12px;
}
.footer-widget ul li a:hover{
 color: #ff5e14;
}
.footer-widget ul li a {
 color: #878787;
 text-transform: capitalize;
}

.copyright-area{
 background: #202020;
 padding: 25px 0;
 height: 50px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.copyright-text p {
 margin: 0;
 font-size: 14px;
 color: #878787;
}
.copyright-text p a{
 color: #ff5e14;
}
.footer-menu li {
 display: inline-block;
 margin-left: 20px;
}
.footer-menu li:hover a{
 color: #ff5e14;
}
.footer-menu li a {
 font-size: 14px;
 color: #878787;
}














































@media screen and (max-width:600px) {
  *{
    padding: 0;
    margin:0;
    box-sizing: border-box;
  }
  html{
    overflow-x: hidden;
  }
  body{
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    background-color: white;
    
  }
  body::-webkit-scrollbar{ 
    display: none;
  }
  /* navigation bar */
  .navbar{
    height: 80px;
    width: 100%;
    background-color: white;
    padding: 10px;
    /* position: fixed; */
    /* display: none; */
 }
 .subnavbar{
    height: 100%;
    width: 100%;
    /* background-color: rebeccapurple; */
    display: flex;
    align-items: center;
    justify-content: space-between  ;
}
 .n1{
    height: 100%;
    width: 70%;
    /* background-color: white; */
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
 }
 .n1 img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: 1.1s ease-in-out;
 }
 .n1 img:hover{
    transform: scale(1.1);
 }
 .n2{
  display: none;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 10%;
    /* background-color: red; */
 }
 .n2 p{
        font-family: "Lato", sans-serif;
        font-weight: 300;
        font-style: normal;
        color: black;
        font-size: 14px;
      }
.n2 i{  
    padding: 5px;
        font-size: 18px;
        color: rgb(214, 53, 53);
        /* color: gray; */
        /* background-color: gray; */
        /* border-radius: 190px; */
      }
      .n2 i:hover{
        color: gray;
        cursor: pointer;
      }

/* hamburger menu */


#menuToggle
{
  /* display: block; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 50px;
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
  background-color: #dc3e3f;
}

#menuToggle a
{
  text-decoration: none;
  color: #e6dddd;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: black;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 7px;
  left: 5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  /* margin-bottom: 5px; */
  position: relative;
  
  background: #ede9e9;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  /* padding-left: 10px; */
  opacity: 1;
  transform: rotate(45deg) translate(7px, -3px);
  background: #ffffff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(5px, 8px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 450px;
  /* margin: -100px 0 0 -50px; */
  top:165px;
  left: -330px;
  padding: 40px;
  padding-left: 55px;
  /* padding-top: 125px; */
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* justify-content: left; */
  /* background: #dc3e3e; */
  background: rgb(187,21,21);
background: linear-gradient(90deg, rgba(187,21,21,1) 0%, rgba(240,113,120,1) 48%, rgba(208,10,10,1) 100%, rgba(118,156,0,1) 100%);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  text-align: center;
  /* padding: 10px; */
  font-size: 22px;
  /* border:0.1px solid rgba(255, 255, 255, 0.375); */
  width: 400px;
  height: 40px;
  /* background-color: #dc3e3f; */
  border-radius: 10px;



  /* background: rgb(187,21,21); */
/* background: linear-gradient(90deg, rgba(187,21,21,1) 0%, rgba(240,113,120,1) 48%, rgba(208,10,10,1) 100%, rgba(118,156,0,1) 100%); */
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}



 .links{
    height: 60px;
    width: 100%;
    background-color: rgba(29, 26, 26, 0.945);
    display: none;
    /* margin-top: 100px; */
    /* padding: 20px; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    /* position: fixed; */
    
 }
 .sublinks{
    height: 100%;
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content:center;
 }
 .sublinks i{
    font-size: 16px;
    margin: 10px;
    color:gray;
 }

 #s1{
    text-decoration: none;
    /* color: white; */
    font-size: 16px;
    color: #d1d1d1;
    font-weight: 400;
    line-height: 62px;
    height: 100%;
    width: 150px;
    /* margin: 20px; */
    text-align: center;
    /* border-right:1px solid rgba(128, 128, 128, 0.603); */
    border-left:1px solid rgba(128, 128, 128, 0.603);
    /* background-color: red; */
 }
 #s2{
    text-decoration: none;
    /* background-color: red; */
    /* color: white; */
    font-size: 16px;
    color: #d1d1d1;
    font-weight: 400;
    line-height: 62px;
    height: 100%;
    width: 170px;
    /* margin: 20px; */
    text-align: center;
    /* border-right:1px solid rgba(128, 128, 128, 0.603); */
    border-left:1px solid rgba(128, 128, 128, 0.603);
 }
 #s3{
    text-decoration: none;
    /* background-color: red; */
    /* color: white; */
    font-size: 16px;
    color: #d1d1d1;
    font-weight: 400;
    line-height: 62px;
    height: 100%;
    /* margin: 20px; */
    width: 280px;
    text-align: center;
    /* border-right:1px solid rgba(128, 128, 128, 0.603); */
    border-left:1px solid rgba(128, 128, 128, 0.603);
 }
 #s4{
    text-decoration: none;
    /* color: white; */
    font-size: 16px;
    color: #d1d1d1;
    width: 150px;
    font-weight: 400;
    line-height: 62px;
    height: 100%;
    /* background-color: red; */
    /* margin: 20px; */
    text-align: center;
    /* border-right:1px solid rgba(128, 128, 128, 0.603); */
    border-left:1px solid rgba(128, 128, 128, 0.603);
 }
 #s5{
    text-decoration: none;
    /* color: white; */
    font-size: 16px;
    color: #d1d1d1;
    font-weight: 400;
    line-height: 62px;
    width: 170px;
    height: 100%;
    /* margin: 20px; */
    text-align: center;
    /* background-color: red; */
    border-right:1px solid rgba(128, 128, 128, 0.603);
    border-left:1px solid rgba(128, 128, 128, 0.603);
 }
 #s1:hover{
    color:white;
    background-color:rgb(175, 47, 47);
    /* text-transform: lowercase; */
   
}

 #s2:hover{
    color:white;
    background-color:rgb(175, 47, 47);
    /* background-color: firebrick; */
 }
 #s3:hover{
    color:white;
    background-color:rgb(175, 47, 47);
    /* background-color: firebrick; */
 }
 #s4:hover{
    color:white;
    background-color:rgb(175, 47, 47);
    /* background-color: firebrick; */
 }
 #s5:hover{
    color:white;
    background-color:rgb(175, 47, 47);
    /* background-color: firebrick; */
 }
 #s1:hover i{
    color: rgb(44, 43, 43);
    transform: scale(1.5);
 }
 #s2:hover i{
    color: rgb(44, 43, 43);
    transform: scale(1.5);
 }
 #s3:hover i{
    color: rgb(44, 43, 43);
    transform: scale(1.5);
 }
 #s4:hover i{
    color: rgb(44, 43, 43);
    transform: scale(1.5);
 }
 #s5:hover i{
    color: rgb(44, 43, 43);
    transform: scale(1.5);
 }
 .image-slideshow {
  /* max-width: 1000px; */
  position: relative;
  overflow: hidden;
  /* margin: -10px; */
  /* padding: -10px; */
  /* margin: auto; */
  height: 160px;
  width: 100%;
  

}
.fade img{
  padding: 0px;
  margin: 0px;
  width:100%;
  height:100%;
  object-fit:fill;
}
.fade {
  animation-name: fade;
  animation-duration: 2s;
}
@keyframes fade {
  from {opacity: .5}
  to {opacity: 1}
}
.carding{
  height: 140px;
  width: 100%;
  padding: 20px;
  /* background-color: blue; */
  background: #dc3e3f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ccard{
  height: 100%;
  width: 100%;
  /* background-color: red; */
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.number1{
  height: 100%;
  width: 100%;
  /* background-color: aqua; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  /* padding: 20px; */
}
.mainnumber1{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding-left: 20px;
  /* background-color: rebeccapurple; */

  border-right:1px #d1d1d1 solid;
  /* padding-right: 25px; */
}
.mainnumber1 h1{
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: white;
  text-align: center;
}
.number1 p{

   /* margin-bottom: 15px; */
  font-family: "Lato", sans-serif;
  color: white;
  font-size: 12px; 
   text-align:center;
   font-weight: 300;
   text-transform: uppercase;

}
.mainnumber1 i{
  font-size: 15px;
  color: rgba(255, 255, 255, 0.841);
  font-weight:100;
  padding: 0px;
}
.box1 {
  width: 100%;
  height: auto;
  /* padding: 20px; */
  background-image:url('../img/fix.webp');
  /* object-fit: cover ; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  /* opacity: 0.3; */
}
.subbox1{
  height: 100%;
  width: 100%;
  /* display: block; */
  /* align-items: center; */
  position: relative;
  background-color: rgba(255, 253, 253, 0.63);
}


.sub{
  height: 100%;
  width: 100%;
  /* background-color: #f88030; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sub h1{
  font-size: 22px;
   /* font-size: 2.25rem; */
   font-weight: 300;
   color: #dc3e3f;
   padding-top: 20px;
   /* padding: 0 50px 35px; */
   max-width: 980px;
   /* margin: 0 auto; */
   font-family: "Lato", sans-serif;
}
.sub p{
  font-size: 16px;
   /* font-size: 1.35rem; */
   /* line-height: 36px; */
   line-height: 2.0rem;
   font-weight: 0.50;
   text-align: center;
   color: #424242d6;
   max-width: 900px;
   margin: 0 auto;
   padding: 0 3.125rem;
   padding-bottom: 30px;
   font-family: "Lato", sans-serif;
}
.sub a{
  height: 40px;
  width: 140px;
  border: 1px solid #dc3e3f;
  text-align: center;
  padding-top:10px;
  text-decoration: none;
  color: #dc3e3f;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  /* justify-content: center; */
}
.sub a:hover{
  background-color: #dc3e3f;
  color: white;
}
.imagesd img{
  height: 200px;
  width: 100%;
  /* transition: 1.1s ease-in; */
}
.sublanding{
  height: auto;
  width: 100%;
 }
 .landing
 {
  height: 500px;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  overflow: hidden;
}
 .landing img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  overflow: hidden;
  transition: 1.2s ease-in-out;
 }
 .landing img:hover{
  transform: scale(1.3);
 }
.general{
 height: 500px;
 width: 100%;
 padding: 20px;
 background-color: white;
 overflow: hidden;
}
.subgenaral{
 height: 100%;
 width: 100%;
 background-color:white;
 overflow: hidden;
 display: grid;
   grid-template-columns: repeat(2, 1fr); /* Three equal columns */
   grid-auto-rows: auto; /* Automatically adjust row height */
   place-items: center;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
figure.snip1104 {
   font-family: "Lato", sans-serif;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  margin: 10px;
  min-width: 100px;
  max-width: 170px;
  max-height: 265px;
  height: 80%;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
}

figure.snip1104 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* height: 100%; */
  /* width: 100%; */
}

figure.snip1104 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  opacity: 0.4;
  background-color: white;
}

figure.snip1104 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

figure.snip1104 h2 {
  position: absolute;
  left: 40px;
  right: 40px;
  font-size: 8px;
  display: inline-block;
  background: #dc3e3f;
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  padding: 12px 5px;
  margin: 0;
  top: 50%;
  text-transform: uppercase;
  font-weight: 300;
}

figure.snip1104 h2 span {
  font-weight: 800;
}

figure.snip1104:before {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background: #ffffff;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(110deg) translateY(-50%);
  transform: rotate(110deg) translateY(-50%);
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
}

figure.snip1104 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1104.blue {
  background: #123851;
}

figure.snip1104.blue h2 {
  background: #0a212f;
}

figure.snip1104.red {
  background: #581a14;
}

figure.snip1104.red h2 {
  background: #36100c;
}

figure.snip1104.yellow {
  background: #7f5006;
}

figure.snip1104.yellow h2 {
  background: #583804;
}

figure.snip1104:hover img,
figure.snip1104.hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1104:hover h2,
figure.snip1104.hover h2 {
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
  /* box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; */
}

figure.snip1104:hover:before,
figure.snip1104.hover:before {
   box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;  
  -webkit-transform: rotate(110deg) translateY(-150%);
  transform: rotate(110deg) translateY(-150%);
}
.option-swiper{
 height: 500px;
 width: 100%;
 /* background-color: orange; */
 display: flex;
 align-items: center;
  justify-content: center;
}

.option-lists{
 height: 100%;
 width: 35%;
 /* background-color: rgb(255, 153, 0); */
 display: flex;
 flex-direction: column;
 /* grid-gap: 10px; */
}
.option-lists li{
 height: 17%;
 width: 100%;
 background-color: white;
 list-style: none;
 display: flex;
 flex-direction: column;
 place-items: center;
 justify-content: center;
 align-items: center;
 border-bottom: 1.2px #ca9c9cc5 solid;
 position: relative;
 z-index: 2;
 /* font-weight: 500; */
 font-family: "Lato", sans-serif;
   color: #dc3e3f;
   font-size: 8px;
   /* font-weight: 100; */
}
.option-lists i{
 font-size: 14px;
 /* padding: 20px; */
}
.option-lists li::before{
 content: '';
 position: absolute;
 top: 50%;
 height: 20px;
 width: 20px;
 background-color: #dc3e3f;
 transform: rotate(45deg) translateY(-50%);
 z-index: -1;
 transition: 0.3s;
}

.option-lists li::after{
 content: '';
 position: absolute;
 right: 0px;
 top: 50%;
 height: 50px;
 width:50px;
 background-color: rgb(255, 255, 255);
 transform:  translateY(-50%);
 z-index: -1;    
}
.op-l::before{
 right: 10px;
}
.op-l::after{
 right: 0px;
}
.op-r::before{
 left: 10px;
}
.op-r::after{
 left:0px;
}
.option.hovered {
 background-color: #dc3e3f;
 color: white;
}
.option.hovered::after{
 background-color: #dc3e3f;
}
.op-l.hovered::before{
 right: -2px;
}
.op-r.hovered::before{
 left: -15px;

 /* background-color: white;/ */
}
.image-slider{
 height:100%;
 width: 30%;
 /* background-color: rgb(36, 158, 5); */
 position: relative;
 z-index: 1;
}

.image-slider img{
 height: 100%;
 width: 100%;
 object-fit: contain;
 position: absolute;
 top: 0;
 left: 0;
 opacity: 0;
 transition: opacity 0.5s;
 z-index: -1;
}
.image-slider img.active{
 opacity: 1;
 z-index: 2;
}
 .heading{
   height: auto;
   width: 100%;
   background-color: white;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
 }
 .heading h1{
   color: #dc3e3f;
     font-size: 24px;
     /* font-size: 3.25rem; */
     font-weight: 300;
     padding-bottom: 10px;
     text-align: center;
 }
 .heading p{
  color: #1b1a1a;
     font-size: 14px;
     /* font-size: 1.375rem; */
     /* line-height: 36px; */
     /* line-height: 2.25rem; */
     text-align: center;
     font-weight: 100;
 }
 .heading1{
  height: auto;
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.heading1 h1{
  color: #dc3e3f;
    font-size: 24px;
    /* font-size: 3.25rem; */
    font-weight: 300;
    padding-bottom: 10px;
    text-align: center;
}
.heading1 p{
  color: #1b1a1a;
    font-size: 14px;
    /* font-size: 1.375rem; */
    line-height: 23px;
    /* line-height: 2.25rem; */
    font-weight: 100;
    text-align: center;
}
 

@import url(https://fonts.googleapis.com/css?family=Raleway);

.gal{
  height:auto;
  width: 100%;
  background: #000000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Three equal columns */
  
  place-items: center;
  /* grid-auto-rows: auto;  */
  
}

.main-title{
 color: #2d2d2d;
 text-align: center;
 text-transform: capitalize;
 /* padding: 0.7em 0; */
}

.containers{
 /* padding: 1em 0; */
 height: 150px;
 width: 310px;
 overflow: hidden;
 /* float: left; */
 width: 100%;
 /* margin: 0px; */
}


.containers .title{
 color: #1a1a1a;
 text-align: center;
 margin-bottom: 10px;
}

.content {
 position: relative;
 width: 100%;
 height: 100%;
 /* max-width: 400px; */
 margin: auto;
 overflow: hidden;
}

.content .content-overlay {
 background: rgba(0,0,0,0.7);
 position: absolute;
 height: 100%;
 width: 100%;
 left: 0;
 top: 0;
 bottom: 0;
 right: 0;
 opacity: 0;
 -webkit-transition: all 0.4s ease-in-out 0s;
 -moz-transition: all 0.4s ease-in-out 0s;
 transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
 opacity: 1;
}

.content-image{
  height: 100%;
 width:100%;
}

.content-details {
 position: absolute;
 text-align: center;
 padding-left: 1em;
 padding-right: 1em;
 width: 100%;
 top: 50%;
 left: 50%;
 opacity: 0;
 -webkit-transform: translate(-50%, -50%);
 -moz-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 -webkit-transition: all 0.3s ease-in-out 0s;
 -moz-transition: all 0.3s ease-in-out 0s;
 transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
 top: 50%;
 left: 50%;
 opacity: 1;
}

.content-details h3{
 color: #fff;
 font-weight: 500;
 letter-spacing: 0.15em;
 margin-bottom: 0.5em;
 font-size: 8px;
 text-transform: uppercase;
}

.content-details p{
 color: #fff;
 font-size: 8px;
}

.fadeIn-bottom{
 top: 80%;
}

.fadeIn-top{
 top: 20%;
}

.fadeIn-left{
 left: 20%;
}

.fadeIn-right{
 left: 80%;
}


/* testimonials */



.containergk{
  height: auto;
  width: 100%;
 overflow: hidden;
 position: relative;
 padding: 20px;
 margin-top: 2em;
 background: rgba(0,0,0,.1)
}
.visuallyhidden {
 position: absolute;
 z-index: -1;
 right: 0;
 opacity: 0;
 
}

h1 {
 color: white;
 text-align: center;
 margin-top: 1em;
}



.card-carousel {
 --card-width: 80%;
 --card-max-width: 280px;
 --card-height: 350px;
 --carousel-min-width: 600px;
 z-index: 1;
 position: relative;
 margin: 0 auto;
 width: 100%;
 height: var(--card-height);
 min-width: var(--carousel-min-width);
 transition: filter .3s ease;
}

@media screen and (max-width: 640px) {
 .card-carousel {
   margin-left: calc((100vw - var(--carousel-min-width) - 40px) / 2)
 }
}

.card-carousel.smooth-return {
 transition: all .2s ease;
}

.card-carousel .cardgk {
 background: whitesmoke;
 width: var(--card-width);
 max-width: var(--card-max-width);
 text-align: center;
 padding: 1em;
 min-width: 250px;
 height: var(--card-height);
 position: absolute;
 margin: 0 auto;
 color: rgba(0,0,0,.5);
 transition: inherit;
 -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
 -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
 box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
 border-radius: 1em;
 filter: brightness(.9);
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
}

.cardgk.highlight {
 filter: brightness(1)
}


.cardgk:nth-of-type(1) .image-container {
   background-image: url("https://static.addtoany.com/images/dracaena-cinnabari.jpg");
}

.cardgk:nth-of-type(2) .image-container {
 background-image: url("https://www.w3schools.com/w3css/img_lights.jpg")
}

.cardgk:nth-of-type(3) .image-container {
 background-image: url("https://images.pexels.com/photos/414612/pexels-photo-414612.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500")
}
.cardgk:nth-of-type(4) .image-container {
 background-image: url("https://images.pexels.com/photos/67636/rose-blue-flower-rose-blooms-67636.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500")
}
.cardgk:nth-of-type(5) .image-container {
 background-image: url("https://helpx.adobe.com/content/dam/help/en/stock/how-to/visual-reverse-image-search/jcr_content/main-pars/image/visual-reverse-image-search-v2_intro.jpg")
}



.image-container {
 width: 8em;
 height: 8em;
 position: relative;
 background-size: cover;
 margin-bottom: 2em;
 border-radius: 100%;
 padding: 1em;
 -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3);
box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3);
 
}

.image-container::after {
 content: "";
 display: block;
 width: 120%;
 height: 120%;
 border: solid 3px rgba(0,0,0,.1);
 border-radius: 100%;
 position: absolute;
 top: calc(-10% - 3px);
 left: calc(-10% - 3px);
}

h2 {
 padding: 1em;
 margin-top: 1em;
 background: rgba(0,0,0,.3);
 text-align: center;
 color: white;
 border-radius: .2em;
 display: inline-block;
 transform: translateX(calc((100vw - 100%) / 2))
}

h2 a {
 color: #f5b916
}
ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
/* background: #711b1b; */
background-image: url(../img/backh.jpg);
background-repeat: no-repeat;
background-size: cover;
/* opacity: 0.29; */
position: relative;

height: auto;
width: 100%;
padding: 20px;
}
.container11{
  display: flex;
  flex-direction: column;
}

.footer-cta {
border-bottom: 1px solid #373636;
/* display: flex; */
background-color: orange;
align-items: center;
/* justify-content: space-evenly; */
}

.single-cta{
  padding-top: 20px;
}
.single-cta i {
color: #ff5e14;
font-size: 30px;
/* float: left; */
margin-top: 8px;
}
.cta-text {
/* padding-left: 15px; */
display: flex;
flex-direction: column;
}
.cta-text h4 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 2px;
}
.cta-text span {
color: #757575;
font-size: 15px;
}
.footer-content {
position: relative;
z-index: 2;
display: flex;
align-items: center;
justify-content: space-around;
}
.row{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:space-between;
}
.row1{
  display: flex;
  flex-direction: column;
 /* align-items: center; */
  justify-content: space-around;
  line-height: 25px;
}
.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
  height: 100%;
  width: 100%;
  opacity: 0.29;
  border-radius: 100px;
  transition: 1.1s ease-in;
}
.footer-logo img:hover{
  opacity: 1;
  /* transform: scale(1.02); */
}
.footer-text p {
margin-bottom: 14px;
font-size: 14px;
    color: #7e7e7e;
line-height: 28px;
}
.footer-social-icon span {
color: #fff;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
}
.footer-social-icon a {
color: #fff;
font-size: 16px;
margin-right: 15px;
}
.footer-social-icon i {
height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
border-radius: 50%;
}
.facebook-bg{
background: #3B5998;
}
.instagram-bg{
background: #810a42;
}
.google-bg{
background: #bb230f;
}
.whatsapp-bg{
 background: rgb(20, 102, 20);
}
.footer-widget{
  padding-top: 20px;
  width: 100%;
  /* padding: 20px; */
}
.footer-widget-heading h3 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
position: relative;
}
.footer-widget-heading h3::before {
content: "";
position: absolute;
left: 0;
bottom: -15px;
height: 2px;
width: 50px;
background: #ff5e14;
}
.footer-widget ul li {
display: inline-block;
/* float: left; */
width: 60%;
margin-bottom: 12px;
}
.footer-widget ul li a:hover{
color: #ff5e14;
}
.footer-widget ul li a {
color: #878787;
text-transform: capitalize;
}

.copyright-area{
background: #202020;
/* padding: 25px 0; */
height: 60px;
display: flex;
align-items: center;
justify-content: center;
}
.copyright-text p {
margin: 0;
font-size: 12.8px;
color: #878787;
text-align: center;
}
.copyright-text p a{
color: #ff5e14;
}
.footer-menu li {
display: inline-block;
margin-left: 20px;
}
.footer-menu li:hover a{
color: #ff5e14;
}
.footer-menu li a {
font-size: 14px;
color: #878787;
}
.whatsapp-icon {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 9999; /* Ensure it's above other content */
}

.whatsapp-icon img {
  width: 45px; /* Adjust size as needed */
  height: auto;
  border-radius: 50%; /* Makes it round */
  box-shadow:rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; /* Optional: Adds shadow */
}



}