*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;   
   }
   body{
       margin: 0;
       padding: 0;
       overflow-x: hidden;
   }
   body::-webkit-scrollbar{
       display: none;
   }
   .mobilenav{
    display: none;
}
.mobilenav{
  display: none;
}
.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 */
}
   .navbar{
       height: 100px;
       width: 100%;
       /* background-color: red; */
       padding: 10px;
       
       /* background-color: aquamarine; */
   }
   .subnav{
       height: 100%;
       width: 100%;
       /* background-color: aqua; */
       display: flex;
       align-items: center;
       justify-content: space-between;
   }
   .firstnav{
       height: 100%;
       width: 30%;
       /* background-color:rgb(89, 89, 250); */
       overflow: hidden;
   }
   .firstnav img{
       height: 100%;
       width: 100%;
       object-fit: contain;
   }
   .secondnav{
       height: 100%;
       width: 40%;
       /* background-color:white; */
       display: flex;
       align-items: center;
       justify-content: center;
       justify-content: space-around;
   }
   .secondnav a{
       text-decoration: none;
       font-size: 16px;
       font-family: "Urbanist", sans-serif;
       color: black;
       font-weight: 700;
       /* background-color: aqua; */
       /* margin: 20px; */
       padding: 10px;
   }
   .secondnav a:hover{
       /* height: 50%; */
       background-color:orange;
       border-radius: 10px;
       color: white;
   }
   .thirdnav{
       height: 100%;
       width: 30%;
       /* background-color: blanchedalmond; */
       display: flex;
       align-items: center;
       justify-content: center;
   }
   .thirdnav button{
       height:45%;
       width: 30%;
       border-radius: 5px;
       font-size: 14px;
       font-weight: 500;
       border: none;
       color: black;
       background-color: orange;
       font-family: "Manrope", sans-serif;
   }
   .thirdnav button:hover{
       background-color: rgb(171, 113, 6);
       color: rgba(255, 255, 255, 0.759);
   }
   .topbox1 {
    width: 100%;
    height: 740px;
    /* padding-top: 20px; */
    background-image:url('../img/productbg.avif');
    /* object-fit: cover ; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    
  }
  .topsubbox1{
    /* padding-top: 20px; */
    /* position: absolute; */
    height: 100%;
    width: 100%;
    /* display: block; */
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* position: relative; */
    /* position: relative;
    left: 60px;
    bottom: -75px; */
    /* line-height: 25px; */
    /* justify-content:right; */
    background-color: rgba(0, 0, 0, 0.719);
  }
  .topsubbox1 h1{
    /* position: relative; */
    color: rgba(255, 255, 255, 0.537);
    font-size: 44px;
    font-family: "Manrope", sans-serif;
    padding-bottom: 90px;
  }
  .topsubbox1 h1:hover{
    color: white;
    cursor: pointer;
  }
  .selling{
    width: 100%;
    height:190px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.selling1{
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.selling1 h1{
    padding-bottom: 15px;
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    unicode-bidi: isolate;
}
.selling1 h1 span{
    color: #1248c5  ;
    font-family: "Montserrat", sans-serif;
}
.selling1 p{
    font-family: "Montserrat", sans-serif;
    color: rgb(169, 168, 168);
}
   .show{
    height: 2800px;
    width: 100%;
    padding: 20px;
    /* background-color: aqua; */
    /* height: auto; */
}
.subshow{
    height: 100%;
    width: 100%;
    /* background-color: brown; */
    margin: 0;
    overflow: hidden;
    padding-bottom: 50px;
    display: grid; 
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  place-items:center;
}
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@700&display=swap");

:root {
  /* Colors */
  --brand-color: hsl(46, 100%, 50%);
  --black: hsl(0, 0%, 0%);
  --white: hsl(0, 0%, 100%);
  /* Fonts */
  --font-title: "Montserrat", sans-serif;
  --font-text: "Lato", sans-serif;
}

/* RESET */

/* Box sizing rules */



.card h2 {
  font-size: 2.25rem;
  font-family: var(--font-title);
  color: var(--white);
  line-height: 1.1;
}

p {
  font-family: var(--font-text);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--white);
}

.flow > * + * {
  margin-top: var(--flow-space, 1em);
}

/* CARD COMPONENT */

.card {
  display: grid;
  place-items: center;
  width: 80vw;
  max-width: 21.875rem;
  height: 28.125rem;
  overflow: hidden;
  border-radius: 0.625rem;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.card > * {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.card__background {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.card__content {
  --flow-space: 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  height: 55%;
  padding: 12% 1.25rem 1.875rem;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 0%, 0) 0%,
    hsla(0, 0%, 0%, 0.3) 10%,
    hsl(0, 0%, 0%) 100%
  );
}

.card__content--container {
  --flow-space: 1.25rem;
}

.card__title {
  position: relative;
  width: fit-content;
  width: -moz-fit-content; /* Prefijo necesario para Firefox  */
}

.card__title::after {
  content: "";
  position: absolute;
  height: 0.3125rem;
  width: calc(100% + 1.25rem);
  bottom: calc((1.25rem - 0.5rem) * -1);
  left: -1.25rem;
  background-color: var(--brand-color);
}

.card__button {
  padding: 0.75em 1.6em;
  width: fit-content;
  width: -moz-fit-content; /* Prefijo necesario para Firefox  */
  font-variant: small-caps;
  font-weight: bold;
  border-radius: 0.45em;
  border: none;
  background-color: var(--brand-color);
  font-family: var(--font-title);
  font-size: 1.125rem;
  color: var(--black);
}

.card__button:focus {
  outline: 2px solid black;
  outline-offset: -5px;
}

@media (any-hover: hover) and (any-pointer: fine) {
  .card__content {
    transform: translateY(62%);
    transition: transform 500ms ease-out;
    transition-delay: 500ms;
  }

  .card__title::after {
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 1000ms ease-in, transform 500ms ease-out;
    transition-delay: 500ms;
    transform-origin: right;
  }

  .card__background {
    transition: transform 500ms ease-in;
  }

  .card__content--container > :not(.card__title),
  .card__button {
    opacity: 0;
    transition: transform 500ms ease-out, opacity 500ms ease-out;
  }

  .card:hover,
  .card:focus-within {
    transform: scale(1.05);
    transition: transform 500ms ease-in;
  }

  .card:hover .card__content,
  .card:focus-within .card__content {
    transform: translateY(0);
    transition: transform 500ms ease-in;
  }

  .card:focus-within .card__content {
    transition-duration: 0ms;
  }

  .card:hover .card__background,
  .card:focus-within .card__background {
    transform: scale(1.3);
  }

  .card:hover .card__content--container > :not(.card__title),
  .card:hover .card__button,
  .card:focus-within .card__content--container > :not(.card__title),
  .card:focus-within .card__button {
    opacity: 1;
    transition: opacity 500ms ease-in;
    transition-delay: 1000ms;
  }

  .card:hover .card__title::after,
  .card:focus-within .card__title::after {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
    transition: opacity 500ms ease-in, transform 500ms ease-in;
    transition-delay: 500ms;
  }
}
   
   
   
   
   
   
   
   
   
   
   
   
   
   
.topdbox1 {
    width: 100%;
    height: 400px;
    /* padding-top: 20px; */
    background-image:url('../img/pro.jpg!bw700');
    /* object-fit: cover ; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    
  }
  .topdsubbox1{
    /* padding-top: 20px; */
    /* position: absolute; */
    height: 100%;
    width: 100%;
    /* display: block; */
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* position: relative; */
    /* position: relative;
    left: 60px;
    bottom: -75px; */
    /* line-height: 25px; */
    /* justify-content:right; */
    background-color: rgba(0, 0, 0, 0.719);
  }
  .topdsubbox1 h1{
    /* position: relative; */
    color: rgba(255, 255, 255, 0.537);
    font-size: 44px;
    font-family: "Manrope", sans-serif;
    /* padding-bottom: 90px; */
  }
  .topdsubbox1 h1:hover{
    color: white;
    cursor: pointer;
  }
  .topdsubbox1 button{
    height: 40px;
    width: 150px;
    border-radius: 5px;
    border: none;
    /* color: black; */
    /* background-color: whitesmoke; */
    color:white;
    text-transform:capitalize;
    background-color: rgb(21, 21, 235);
    margin-top: 30px;
    transition: 1s;
    font-size: 15px ease-in;
    }
    .topdsubbox1 button:hover{
        background-color:rgb(0, 0, 67) ;
        color: whitesmoke;
        cursor: pointer;
    }
   
   /* footer code */
.footer{
    height: 500px;
    width: 100%;
    /* background-color: aqua; */
    padding: 20px;
}
.subfooter{
    height: 100%;
    width: 100%;
    /* background-color: blue; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.fdiv{
    height: 80%;
    width:90%;
    /* background-color: rgb(114, 55, 55); */
    display: flex;
    align-items: center;
    justify-content: space-around   ;
}
.seconddiv{
    height: 10%;
    width: 87%;
    overflow: hidden;
    border-radius: 5px;
    /* padding-left: 10px; */
    background-color:rgba(59, 59, 179, 0.377);
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.minicon{
    height: 100%;
    width: 22%;
    /* background-color: darkgoldenrod; */
}
.imgg{
    height: 30%;
    width: 100%;
    /* background-color:honeydew; */
    overflow: hidden;
}
.imgg img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.cons{
    height: 60%;
    width: 100%;
    /* background-color: bisque; */
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-around;
    position: relative;
}
.cons p{
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: rgb(129, 129, 219);
    line-height:25px;
    text-transform:capitalize;
}
.cons input[type='text']{
    height: 40px;
    width: 80%;
    border: none;
    border-radius: 5px;
    background-color: rgb(193, 189, 189);
}
.cons button{
    /* position: absolute; */
    height: 40px;
    width: 100%;
    background-color: rgb(253, 194, 46);
    border: none;
    border-radius: 5px 5px 5px 5px;
    /* bottom: 27px; */
    /* right: 10px; */
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.712);
}
.cons button:hover{
    background-color: rgb(216, 164, 31);
    color: white;
}
.con2{
    height: 30%;
    width: 100%;
    /* background-color:honeydew; */
    overflow: hidden;
    display: flex;
    align-items: center;
}
.con2 h2{
    font-size: 20px;
    font-family: "Manrope", sans-serif;
    letter-spacing: 1.2px;
    color: black ;
}
.con3{
    height: 60%;
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
}
.con3 a{
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color: gray;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    text-decoration: none;
}
.con3 a:hover{
    color: blue;
    letter-spacing: 2px;
}
.con3 i{
    font-size: 14px;
    color: blue;
    padding: 10px;
}
#con3{
    height: 60%;
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
}
#con3 a{
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color: rgb(46, 95, 255);
    letter-spacing: 1.5px;
    text-transform: capitalize;
    /* text-decoration: none; */
}
#con3 a:hover{
    color: rgb(255, 140, 0);
    letter-spacing: 2px;
}
#con3 i{
    font-size: 14px;
    color: blue;
    padding: 10px;
}
.subcon2{
    height: 60%;
    width: 100%;
    /* background-color: blueviolet; */
    /* line-height: 20px; */
}
.subcon3{
    height:80%;
    width: 100%;
    /* background-color: greenyellow; */
    padding-left: 10px;
    /* line-height: 60px; */
}
.subcon3 h2{
    padding-top: 20px;
    /* margin-top: 20px; */
    /* line-height: 40px; */
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color: gray;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    /* color: rgb(69, 56, 56); */
}
.subcon4{
    height: 20%;
    width: 100%;
    /* background-color: aqua; */
}
.subcon4 i{
    font-size: 19px;
    color: rgb(47, 47, 198);
    padding: 10px;
}
.copy{
    height: 100%;
    width: 30%;
    /* background-color: saddlebrown; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy h2{
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color:black;
}
.copy span a{
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color:rgb(26, 26, 165)
}
.copy1{
    height: 100%;
    width: 30%;
    /* background-color: saddlebrown; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copy1 h2{
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color:black;    
}
.copy2{
    height: 100%;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* background-color: saddlebrown; */
}
.copy2 a{
    font-size: 13px;
    font-family: "Manrope", sans-serif;
    color:rgb(23, 7, 143);   
    text-decoration: none;
    letter-spacing: 1.5px;
    padding-right: 10px;
}







@media screen and (max-width:600px) {

  *{
      margin: 0;
      padding: 0;
      box-sizing: border-box;   
     }
     body{
         margin: 0;
         padding: 0;
         overflow-x: hidden;
     }
     body::-webkit-scrollbar{
         display: none;
     }
     
     .navbar{
         height: 100px;
         width: 100%;
         /* background-color: red; */
         padding: 10px;
         display: none;
         
         /* background-color: aquamarine; */
     }
     .subnav{
         height: 100%;
         width: 100%;
         /* background-color: aqua; */
         display: flex;
         align-items: center;
         justify-content: space-between;
     }
     .firstnav{
         height: 100%;
         width: 30%;
         /* background-color:rgb(89, 89, 250); */
         overflow: hidden;
     }
     .firstnav img{
         height: 100%;
         width: 100%;
         object-fit: contain;
     }
     .secondnav{
         height: 100%;
         width: 40%;
         /* background-color:white; */
         display: flex;
         align-items: center;
         justify-content: center;
         justify-content: space-around;
     }
     .secondnav a{
         text-decoration: none;
         font-size: 16px;
         font-family: "Urbanist", sans-serif;
         color: black;
         font-weight: 700;
         /* background-color: aqua; */
         /* margin: 20px; */
         padding: 10px;
     }
     .secondnav a:hover{
         /* height: 50%; */
         background-color:orange;
         border-radius: 10px;
         color: white;
     }
     .thirdnav{
         height: 100%;
         width: 30%;
         /* background-color: blanchedalmond; */
         display: flex;
         align-items: center;
         justify-content: center;
     }
     .thirdnav button{
         height:45%;
         width: 30%;
         border-radius: 5px;
         font-size: 14px;
         font-weight: 500;
         border: none;
         color: black;
         background-color: orange;
         font-family: "Manrope", sans-serif;
     }
     .thirdnav button:hover{
         background-color: rgb(171, 113, 6);
         color: rgba(255, 255, 255, 0.759);
     }
     .mobilenav{
      height: 70px;
      width: 100%;
      background-color:white;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .mobilenavlogo{
      height: 100%;
      width: 60%;
      /* background-color: #1248c5; */
  }
  .mobilenavlogo img{
      height: 100%;
      width: 100%;
      object-fit: contain;
  }
  /* hamburger menu */
  
  
  #menuToggle
  {
    /* display: block; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0px;
    left: 0px;
    height:70px;
    width: 70px;
    z-index: 1;
    
    -webkit-user-select: none;
    user-select: none;
    background: radial-gradient(circle at 10% 20%, rgb(7, 121, 222) 0%, rgb(20, 72, 140) 90%);
    /* background-color: #1248c5; */
    /* background-color: #00000092; */
    /* background-color:#f1f2f5; */
    /* background-color:rgba(41, 41, 234, 0.696); */
  }
  
  #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: 5px;
    margin: 1px;
    /* margin-bottom: 5px; */
    position: relative;
      background-color: white;
    /* color: #1248c5; */
    /* background-color: #1248c5; */
    /* 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;
    /* background-color: #1248c5; */
  }
  
  /*
   * 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
  {
      overflow: hidden;
    position: absolute;
    width: 450px;
    /* margin: -100px 0 0 -50px; */
    top:70px;
    left: -350px;
    padding: 40px;
    padding-right: 40px;
    border: none;
    /* padding-left: 55px; */
    font-family: "Manrope", sans-serif;
    /* padding-top: 125px; */
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* justify-content: left; */
    /* background: #dc3e3e; */
    background: radial-gradient(circle at 10% 20%, rgb(7, 121, 222) 0%, rgb(20, 72, 140) 90%);
    /* background: rgb(76, 57, 218); */
  /* 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;
    padding-right: 20px;
    /* border:0.1px solid rgba(255, 255, 255, 0.375); */
    width: 400px;
    height: 40px;
    border: none;
    /* 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;
  }
  
     
     .selling{
         width: 100%;
         height:auto;
         display: flex;
         align-items: center;
         justify-content: center;
         flex-direction: column;
         padding-top: 30px;
         padding-bottom: 30px ;
     }
     .selling1{
         width: 100%;
         height:100%;
         display: flex;
         align-items: center;
         justify-content: center;
         flex-direction: column;
     }
     .selling1 h1{
         padding-bottom: 15px;
         font-size: 26px;
         font-family: "Montserrat", sans-serif;
         font-weight: bold;
         unicode-bidi: isolate;
         text-align: center;
     }
     .selling1 h1 span{
         color: #1248c5  ;
         font-family: "Montserrat", sans-serif;
     }
     .selling1 p{
         font-family: "Montserrat", sans-serif;
         color: rgb(169, 168, 168);
     }
    


     .topbox1 {
      width: 100%;
      height: auto;
      /* padding-top: 20px; */
      background-image:url('../img/about.jpg');
      /* object-fit: cover ; */
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-attachment: fixed;
      overflow: hidden;
      
    }
    .topsubbox1{
      /* padding-top: 20px; */
      /* position: absolute; */
      height: 100%;
      width: 100%;
      /* display: block; */
      align-items: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      /* position: relative; */
      /* position: relative;
      left: 60px;
      bottom: -75px; */
      /* line-height: 25px; */
      /* justify-content:right; */
      background-color: rgba(0, 0, 0, 0.719);
    }
    .topsubbox1 h1{
      /* position: relative; */
      color: rgba(255, 255, 255, 0.537);
      font-size: 22px;
      font-family: "Manrope", sans-serif;
      padding-top:  90px;
    }
    .topsubbox1 h1:hover{
      color: white;
      cursor: pointer;
    }
    .selling{
      width: 100%;
      height:180px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
  }
  .selling1{
      width: 100%;
      height:100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
  }
  .selling1 h1{
      padding-bottom: 15px;
      font-size: 26px;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      unicode-bidi: isolate;
  }
  .selling1 h1 span{
      color: #1248c5  ;
      font-family: "Montserrat", sans-serif;
  }
  .selling1 p{
      font-family: "Montserrat", sans-serif;
      color: rgb(169, 168, 168);
  }
     
  .topbox1 {
    width: 100%;
    height: auto;
    /* padding-top: 20px; */
    background-image:url('../img/productbg.avif');
    /* object-fit: cover ; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    
  }
  .topsubbox1{
    /* padding-top: 20px; */
    /* position: absolute; */
    height: 100%;
    width: 100%;
    /* display: block; */
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* position: relative; */
    /* position: relative;
    left: 60px;
    bottom: -75px; */
    /* line-height: 25px; */
    /* justify-content:right; */
    background-color: rgba(0, 0, 0, 0.719);
  }
  .topsubbox1 h1{
    /* position: relative; */
    color: rgba(255, 255, 255, 0.537);
    font-size: 24px;
    text-align: center;
    font-family: "Manrope", sans-serif;
    padding-bottom: 90px;
  }
  .topsubbox1 h1:hover{
    color: white;
    cursor: pointer;
  }
  .selling{
    width: 100%;
    height:190px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.selling1{
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.selling1 h1{
    padding-bottom: 15px;
    font-size: 23px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    unicode-bidi: isolate;
}
.selling1 h1 span{
    color: #1248c5  ;
    font-family: "Montserrat", sans-serif;
}
.selling1 p{
    font-family: "Montserrat", sans-serif;
    color: rgb(169, 168, 168);
}
   .show{
    height: auto;
    width: 100%;
    padding: 20px;
    /* background-color: aqua; */
    /* height: auto; */
}
.subshow{
    height: 100%;
    width: 100%;
    /* background-color: brown; */
    margin: 0;
    overflow: hidden;
    padding-bottom: 50px;
    display: grid; 
  grid-template-columns: repeat(1,1fr);
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  place-items:center;
}
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@700&display=swap");

:root {
  /* Colors */
  --brand-color: hsl(46, 100%, 50%);
  --black: hsl(0, 0%, 0%);
  --white: hsl(0, 0%, 100%);
  /* Fonts */
  --font-title: "Montserrat", sans-serif;
  --font-text: "Lato", sans-serif;
}

/* RESET */

/* Box sizing rules */



.card h2 {
  font-size: 2.25rem;
  font-family: var(--font-title);
  color: var(--white);
  line-height: 1.1;
}

p {
  font-family: var(--font-text);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--white);
}

.flow > * + * {
  margin-top: var(--flow-space, 1em);
}

/* CARD COMPONENT */

.card {
  display: grid;
  place-items: center;
  width: 80vw;
  max-width: 21.875rem;
  height: 28.125rem;
  overflow: hidden;
  border-radius: 0.625rem;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.card > * {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.card__background {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.card__content {
  --flow-space: 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  height: 55%;
  padding: 12% 1.25rem 1.875rem;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 0%, 0) 0%,
    hsla(0, 0%, 0%, 0.3) 10%,
    hsl(0, 0%, 0%) 100%
  );
}

.card__content--container {
  --flow-space: 1.25rem;
}

.card__title {
  position: relative;
  width: fit-content;
  width: -moz-fit-content; /* Prefijo necesario para Firefox  */
}

.card__title::after {
  content: "";
  position: absolute;
  height: 0.3125rem;
  width: calc(100% + 1.25rem);
  bottom: calc((1.25rem - 0.5rem) * -1);
  left: -1.25rem;
  background-color: var(--brand-color);
}

.card__button {
  padding: 0.75em 1.6em;
  width: fit-content;
  width: -moz-fit-content; /* Prefijo necesario para Firefox  */
  font-variant: small-caps;
  font-weight: bold;
  border-radius: 0.45em;
  border: none;
  background-color: var(--brand-color);
  font-family: var(--font-title);
  font-size: 1.125rem;
  color: var(--black);
}

.card__button:focus {
  outline: 2px solid black;
  outline-offset: -5px;
}

@media (any-hover: hover) and (any-pointer: fine) {
  .card__content {
    transform: translateY(62%);
    transition: transform 500ms ease-out;
    transition-delay: 500ms;
  }

  .card__title::after {
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 1000ms ease-in, transform 500ms ease-out;
    transition-delay: 500ms;
    transform-origin: right;
  }

  .card__background {
    transition: transform 500ms ease-in;
  }

  .card__content--container > :not(.card__title),
  .card__button {
    opacity: 0;
    transition: transform 500ms ease-out, opacity 500ms ease-out;
  }

  .card:hover,
  .card:focus-within {
    transform: scale(1.05);
    transition: transform 500ms ease-in;
  }

  .card:hover .card__content,
  .card:focus-within .card__content {
    transform: translateY(0);
    transition: transform 500ms ease-in;
  }

  .card:focus-within .card__content {
    transition-duration: 0ms;
  }

  .card:hover .card__background,
  .card:focus-within .card__background {
    transform: scale(1.3);
  }

  .card:hover .card__content--container > :not(.card__title),
  .card:hover .card__button,
  .card:focus-within .card__content--container > :not(.card__title),
  .card:focus-within .card__button {
    opacity: 1;
    transition: opacity 500ms ease-in;
    transition-delay: 1000ms;
  }

  .card:hover .card__title::after,
  .card:focus-within .card__title::after {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
    transition: opacity 500ms ease-in, transform 500ms ease-in;
    transition-delay: 500ms;
  }
}
   
   
   
   
   
   
   
   
   
   
   
   
   
   
.topdbox1 {
    width: 100%;
    height: 400px;
    /* padding-top: 20px; */
    background-image:url('../img/pro.jpg!bw700');
    /* object-fit: cover ; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    
  }
  .topdsubbox1{
    /* padding-top: 20px; */
    /* position: absolute; */
    height: 100%;
    width: 100%;
    /* display: block; */
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* position: relative; */
    /* position: relative;
    left: 60px;
    bottom: -75px; */
    /* line-height: 25px; */
    /* justify-content:right; */
    background-color: rgba(0, 0, 0, 0.719);
  }
  .topdsubbox1 h1{
    /* position: relative; */
    color: rgba(255, 255, 255, 0.537);
    font-size: 44px;
    font-family: "Manrope", sans-serif;
    /* padding-bottom: 90px; */
  }
  .topdsubbox1 h1:hover{
    color: white;
    cursor: pointer;
  }
  .topdsubbox1 button{
    height: 40px;
    width: 150px;
    border-radius: 5px;
    border: none;
    /* color: black; */
    /* background-color: whitesmoke; */
    color:white;
    text-transform:capitalize;
    background-color: rgb(21, 21, 235);
    margin-top: 30px;
    transition: 1s;
    font-size: 15px ease-in;
    }
    .topdsubbox1 button:hover{
        background-color:rgb(0, 0, 67) ;
        color: whitesmoke;
        cursor: pointer;
    }
   





     
     
     
     
     
     
     
     
     
     /* footer code */
     .footer{
         height: auto;
         width: 100%;
         /* background-color: aqua; */
         padding: 20px;
     }
     .subfooter{
         height: 100%;
         width: 100%;
         /* background-color: blue; */
         display: flex;
         flex-direction: column;
         /* flex-direction: column; */
         align-items: center;
         justify-content: space-around;
     }
     .fdiv{
         height: 100%;
         width:100%;
         /* background-color: rgb(114, 55, 55); */
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: space-around;
     }
     .seconddiv{
         height: 30px;
         width: 100%;
         /* margin-top: 20px; */
         overflow: hidden;
         border-radius: 5px;
         /* padding-left: 10px; */
         background-color:rgba(59, 59, 179, 0.377);
         display: flex;
         align-items: center;
         justify-content: space-between;
         
     }
     .minicon{
         height: 100%;
         width: 100%;
         /* background-color: darkgoldenrod; */
     }
     .imgg{
         height: 30%;
         width: 100%;
         /* background-color:honeydew; */
         overflow: hidden;
     }
     .imgg img{
         height: 100%;
         width: 100%;
         object-fit: contain;
     }
     .cons{
         height: 60%;
         width: 100%;
         /* background-color: bisque; */
         display: flex;
         flex-direction: column;
         align-items: left;
         justify-content: space-around;
         position: relative;
     }
     .cons p{
          padding-top: 20px;
          padding-bottom: 20px;
          text-align: center;
         font-family: "Manrope", sans-serif;
         font-size: 16px;
         color: rgb(129, 129, 219);
         line-height:25px;
         text-transform:capitalize;
     }
     .cons input[type='text']{
         height: 40px;
         width: 80%;
         border: none;
         border-radius: 5px;
         background-color: rgb(193, 189, 189);
     }
     .cons button{
         /* position: absolute; */
         height: 40px;
         width: 100%;
         /* background-color:#1F0757; */
         background-color: rgb(253, 194, 46);
         border: none;
         border-radius: 5px 5px 5px 5px;
         /* bottom: 27px; */
         /* right: 10px; */
         font-family: "Manrope", sans-serif;
         font-size: 14px;
         color: rgba(0, 0, 0, 0.712);
     }
     .cons button:hover{
         background-color: rgb(216, 164, 31);
         color: white;
     }
     .con2{
         height: 100%;
         width: 100%;
         padding-top: 20px;
         padding-bottom: 10px;
         /* background-color:honeydew; */
         overflow: hidden;
         display: flex;
         align-items: center;
     }
     .con2 h2{
         font-size: 20px;
         font-family: "Manrope", sans-serif;
         letter-spacing: 1.2px;
         color: black ;
     }
     .con3{
         height: 60%;
         width: 100%;
         background-color: white;
         display: flex;
         flex-direction: column;
     }
     .con3 a{
         font-size: 14px;
         font-family: "Manrope", sans-serif;
         color: gray;
         letter-spacing: 1.5px;
         text-transform: capitalize;
         text-decoration: none;
     }
     .con3 a:hover{
         color: blue;
         letter-spacing: 2px;
     }
     .con3 i{
         font-size: 14px;
         color: blue;
         padding: 10px;
     }
     #con3{
         height: 60%;
         width: 100%;
         background-color: white;
         display: flex;
         flex-direction: column;
     }
     #con3 a{
         font-size: 14px;
         font-family: "Manrope", sans-serif;
         color: rgb(46, 95, 255);
         letter-spacing: 1.5px;
         text-transform: capitalize;
         /* text-decoration: none; */
     }
     #con3 a:hover{
         color: rgb(255, 140, 0);
         letter-spacing: 2px;
     }
     #con3 i{
         font-size: 14px;
         color: blue;
         padding: 10px;
     }
     .subcon2{
         height: 60%;
         width: 100%;
         /* background-color: blueviolet; */
         /* line-height: 20px; */
     }
     .subcon3{
         height:80%;
         width: 100%;
         /* background-color: greenyellow; */
         padding-left: 10px;
         /* line-height: 60px; */
     }
     .subcon3 h2{
         padding-top: 20px;
         /* margin-top: 20px; */
         /* line-height: 40px; */
         font-size: 14px;
         font-family: "Manrope", sans-serif;
         color: gray;
         letter-spacing: 1.5px;
         text-transform: capitalize;
         /* color: rgb(69, 56, 56); */
     }
     .subcon4{
      margin-top: 20px;
         height: 100%;
         width: 100%;
         /* background-color: aqua; */
     }
     .subcon4 i{
         font-size: 20px;
         color: rgb(47, 47, 198);
         padding: 10px;
     }
     .copy{
         height: 100%;
         width: 100%;
         /* background-color: saddlebrown; */
         display: flex;
         align-items: center;
         justify-content: center;
     }
     .copy h2{
      text-align: center;
         font-size: 10px;
         font-family: "Manrope", sans-serif;
         color:black;
     }
     .copy span a{
      text-align: center;
         font-size: 10px;
         font-family: "Manrope", sans-serif;
         color:rgb(26, 26, 165)
     }
     .copy1{
          display: none;
         /* height: 100%; */
         /* width: 30%; */
         /* background-color: saddlebrown; */
         /* display: flex; */
         /* align-items: center; */
         /* justify-content: space-between; */
     }
     .copy1 h2{
      display: none;
         font-size: 14px;
         font-family: "Manrope", sans-serif;
         color:black;    
     }
     .copy2{
      display: none;
         /* height: 100%; */
         /* width: 25%; */
         display: flex;
         align-items: center;
         justify-content: flex-end;
         /* background-color: saddlebrown; */
     }
     .copy2 a{
      display: none;
         /* font-size: 13px; */
         font-family: "Manrope", sans-serif;
         color:rgb(23, 7, 143);   
         text-decoration: none;
         letter-spacing: 1.5px;
         padding-right: 10px;
     }
     .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 */
  }


}