*{
    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/work.jpg');
    /* 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);
}
@import url('https://fonts.googleapis.com/css?family=Raleway:400,200');
.servcont{
  overflow-x: hidden;
  height: auto;
  width: 100%;
  /* background-color: #3487f7; */
  padding: 20px;
}
.subservcont{
  height: 100%;
  width: 100%;
  /* background-color: aqua; */
  /* align-items: center; */
  /* position: relative; */
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,900);




.hexa{
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.hexa:before{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-bottom: 15px solid #f0f0f0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.hexa:after{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
}

.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213,213,213);
  background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  z-index: 5;
}

.timeline li {
  padding: 2em 0;
}

.timeline .hexa{
  width: 16px;
  height: 10px;
  position: absolute;
  background: #00c4f3;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left:auto;
  margin-right:auto;
  top: -30px;
  margin-top: 0;
}

.timeline .hexa:before {
  border-bottom: 4px solid #00c4f3;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #00c4f3;
  bottom: -4px;
}

.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.flag-wrapper {
  text-align: center;
  position: relative;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(255,255,255);
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  color: #333;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
}

.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255,255,255);
  border-width: 8px;
  pointer-events: none;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.time {
  background: #00c4f3;
  display: inline-block;
  padding: 8px;
}

.desc {
  font-family: 'Raleway', sans-serif;
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;
  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;
  background: rgb(254,254,254);
  /* -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20); */
  /* -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20); */
  /* box-shadow: 0 0 1px rgba(0,0,0,0.20); */
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  z-index: 15;
}

@media(min-width: 768px){
  .timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .timeline .hexa {
    left: -28px;
    right: auto;
    top: 8px;
  }

  .timeline .direction-l .hexa {
    left: auto;
    right: -28px;
  }

  .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }

  .flag-wrapper {
    display: inline-block;
  }
  
  .flag {
    font-size: 18px;
  }

  .direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254,254,254);
    border-width: 8px;
  }

  .direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254,254,254);
    border-width: 8px;
    left: -8px;
  }

  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

  .direction-l .time-wrapper {
    float: left;
  }

  .direction-r .time-wrapper {
    float: right;
  }

  .time {
    padding: 5px 10px;
  }

  .direction-r .desc {
    margin: 1em 0 0 0.75em;
  }
}

@media(min-width: 992px){
  .timeline {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
  }
}
.workd{
    height: auto;
    width: 100%;
    /* background-color: blue; */
    padding: 20px;
    
}
.subworkd{
    height: 100%;
    width: 100%;
    /* background-color: red; */
    margin: 0;
    overflow: hidden;
    padding-bottom: 50px;
    /* display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 2fr 2fr 1fr; */
    display: grid; 
  grid-template-columns: repeat(3,1fr);
  /* grid-column-gap: 20px; */
  grid-row-gap: 20px;
  place-items:center;
    /* min-height: 100vh; */
        /* background: #425a52; */
}
   
figure {
    display: grid;
    height: 400px;
    width: 450px;
    border-radius: 1rem;
    overflow: hidden;
    cursor: pointer;
    background-color:white;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
    /* place-content: center; */
    /* place-items: center; */
  }
  figure img{
    padding-top: 30px;
    height:80%;
    width:80%;
    object-fit:contain;
    place-items: center;
  }
  figure > * {
    grid-area: 1/1;
    transition: .4s;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
  }
  figure figcaption {
    display: grid;
    align-items: end;
    font-family: sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #0000;
    padding: .75rem;
    background: var(--c,rgba(0, 0, 0, 0.842));
    clip-path: inset(0 var(--_i,100%) 0 0);
    -webkit-mask:
      linear-gradient(#000 0 0),
      linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    -webkit-mask-clip: text, padding-box;
    margin: -1px;
  }
  figure:hover figcaption{
    /* color: #000; */
    --_i: 0%;
    /* background-color: #1248c5; */
  }
  figure:hover img {
    /* padding: 20px; */
    transform: scale(1.2);
  }
  @supports not (-webkit-mask-clip: text) {
    figure figcaption {
     -webkit-mask: none;
     color: #ffffff;
    }
  }
  .topdbox1 {
    width: 100%;
    height: 400px;
    /* padding-top: 20px; */
    background-image:url('../img/prbg.jpg');
    /* 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/work.jpg');
        /* object-fit: cover ; */
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        
      }
      .topsubbox1{
        padding-top: 90px;
        /* padding-bottom: 90px; */
        /* 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: 26px;
        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: 24px;
        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);
    }
    .workd{
        height: auto;
        width: 100%;
        /* background-color: blue; */
        padding: 20px;
        
    }
    .subworkd{
        height: 100%;
        width: 100%;
        /* background-color: red; */
        margin: 0;
        overflow: hidden;
        padding-bottom: 50px;
        /* display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 2fr 2fr 1fr; */
        display: grid; 
      grid-template-columns: repeat(1,1fr);
      /* grid-column-gap: 20px; */
      grid-row-gap: 20px;
      place-items:center;
        /* min-height: 100vh; */
            /* background: #425a52; */
    }
       
    figure {
        display: grid;
        height: 300px;
        width: 250px;
        border-radius: 1rem;
        overflow: hidden;
        cursor: pointer;
        background-color:white;
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
        /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
        /* place-content: center; */
        /* place-items: center; */
      }
      figure img{
        padding-top: 30px;
        height:200px;
        width: 250px;
        object-fit:contain;
        place-items: center;
      }
      figure > * {
        grid-area: 1/1;
        transition: .4s;
      }
      figure figcaption {
        display: grid;
        align-items: end;
        font-family: sans-serif;
        font-size: 25px;
        font-weight: bold;
        color: #0000;
        padding: .75rem;
        background: var(--c,rgba(0, 0, 0, 0.842));
        clip-path: inset(0 var(--_i,100%) 0 0);
        -webkit-mask:
          linear-gradient(#000 0 0),
          linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        -webkit-mask-clip: text, padding-box;
        margin: -1px;
      }
      figure:hover figcaption{
        /* color: #000; */
        --_i: 0%;
        /* background-color: #1248c5; */
      }
      figure:hover img {
        /* padding: 20px; */
        transform: scale(1.2);
      }
      @supports not (-webkit-mask-clip: text) {
        figure figcaption {
         -webkit-mask: none;
         color: #ffffff;
        }
      }
      .topdbox1 {
        width: 100%;
        height: 400px;
        /* padding-top: 20px; */
        background-image:url('../img/prbg.jpg');
        /* 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 */
    }

}