*{
    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/about.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:220px;
    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);
}
   .about{
    height: 700px;
    width: 100%;
    /* background-color: aqua; */
    padding: 20px;
   }
   .subabout{
    height: 100%;
    width: 100%;
    /* background-color: red; */
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: space-between;
   }
  .ab1{
    height: 100%;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
   .ab1 p{
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        line-height: 40px;
        text-align: justify;
    }
    .ab2{
        height: 100%;
        width: 30%;
        /* background-color: aliceblue; */
    }
    .ab2 img{
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
   .logo{
    height: 400px;
    width: 100%;
    padding: 20px;
}
.logo img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.cardholder {
    height: auto;
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-evenly;
    align-items: center;
    /* padding: 50px; */
    font-family: 'Roboto', sans-serif;
  }
  
  .card {
    width: 24rem;
    height: 36rem;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    color: white;
    box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.504);
    background-color: rgb(0, 0, 0);
   
    img {
      position: absolute;
      object-fit: cover;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      /* opacity: 0.9; */
      /* transition: opacity .2s ease-out; */
    }
  
    h2 {
      position: absolute;
      inset: auto auto 30px 30px;
      margin: 0;
      transition: inset .3s .3s ease-out;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 800;
      text-transform: uppercase;
      color: white;
      /* color: rgb(124, 107, 5); */
    }
    
    p, a {
        font-weight: 800;
      position: absolute;
      opacity: 0;
      max-width: 80%;
      transition: opacity .3s ease-out;
    }
    
    p {
      inset: auto auto 80px 30px;
    }
    
    a {
      inset: auto auto 40px 30px;
      color: inherit;
      text-decoration: none;
    }
    
    &:hover h2 {
      inset: auto auto 220px 30px;
      transition: inset .3s ease-out;
    }
    
    &:hover p, &:hover a {
      opacity: 1;
      transition: opacity .5s .1s ease-in;
    }
    
    &:hover img {
      transition: opacity .3s ease-in;
      opacity: 0.5;
     /* color: #1248c5; */
    }
  
  }
  
  .material-symbols-outlined {
    vertical-align: middle;
  }
  .emp{
    height: 200px;
    width: 100%;
    background-color: white;
  }
    
  .box1 {
    width: 100%;
    height: 400px;
    /* padding: 20px; */
    background-image:url('../img/bg.jpg');
    /* object-fit: cover ; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    
  }
  .subbox1{
    /* 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);
  }
  .subbox1 h1{
    /* position: relative; */
    color: rgba(255, 255, 255, 0.537);
    font-size: 44px;
    font-family: "Manrope", sans-serif;
  }
  .subbox1 h1:hover{
    color: white;
    cursor: pointer;
  }
  .subbox1 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;
    }
    .subbox1 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: 28px;
        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);
    }
       .about{
        height:auto;
        width: 100%;
        /* background-color: aqua; */
        padding: 20px;
       }
       .subabout{
        height: 100%;
        width: 100%;
        /* background-color: red; */
        display: flex;
        flex-direction: column;
        /* flex-direction: column; */
        align-items: center;
        justify-content: space-between;
       }
      .ab1{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
       .ab1 p{
            font-family: "Montserrat", sans-serif;
            font-size: 16px;
            line-height: 40px;
            text-align: justify;
        }
        .ab2{
            height: 100%;
            width: 100%;
            /* background-color: aliceblue; */
        }
        .ab2 img{
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
       .logo{
        height: 400px;
        width: 100%;
        padding: 20px;
    }
    .logo img{
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
    .cardholder {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* flex-direction: column; */
        justify-content: space-evenly;
        align-items: center;
        /* padding: 50px; */
        font-family: 'Roboto', sans-serif;
      }
      
      .card {
        margin-top: 20px;
        width: 22rem;
        height: 30rem;
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        color: white;
        box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2);
       
        img {
          position: absolute;
          object-fit: cover;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          opacity: 0.9;
          transition: opacity .2s ease-out;
        }
      
        h2 {
          position: absolute;
          inset: auto auto 30px 30px;
          margin: 0;
          transition: inset .3s .3s ease-out;
          font-family: 'Roboto Condensed', sans-serif;
          font-weight: normal;
          text-transform: uppercase;
        }
        
        p, a {
          position: absolute;
          opacity: 0;
          max-width: 80%;
          transition: opacity .3s ease-out;
        }
        
        p {
          inset: auto auto 80px 30px;
        }
        
        a {
          inset: auto auto 40px 30px;
          color: inherit;
          text-decoration: none;
        }
        
        &:hover h2 {
          inset: auto auto 220px 30px;
          transition: inset .3s ease-out;
        }
        
        &:hover p, &:hover a {
          opacity: 1;
          transition: opacity .5s .1s ease-in;
        }
        
        &:hover img {
          transition: opacity .3s ease-in;
          opacity: 1;
        }
      
      }
      
      .material-symbols-outlined {
        vertical-align: middle;
      }
      .emp{
        height: 200px;
        width: 100%;
        background-color: white;
      }
        
      .box1 {
        width: 100%;
        height: auto;
        /* padding: 20px; */
        background-image:url('../img/bg.jpg');
        /* object-fit: cover ; */
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        
      }
      .subbox1{
        /* position: absolute; */
        height: 100%;
        width: 100%;
        /* display: block; */
        align-items: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 90px;
        padding-bottom: 90px;
        /* position: relative; */
        /* position: relative;
        left: 60px;
        bottom: -75px; */
        /* line-height: 25px; */
        /* justify-content:right; */
        background-color: rgba(0, 0, 0, 0.719);
      }
      .subbox1 h1{
        /* position: relative; */
        /* padding-top: 90px; */
        color: rgba(255, 255, 255, 0.537);
        font-size: 24px;
        font-family: "Manrope", sans-serif;
        text-align: center;
      }
      .subbox1 h1:hover{
        color: white;
        cursor: pointer;
      }
      .subbox1 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;
        }
        .subbox1 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 */
    }

}