 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: Arial, sans-serif;
    }

    body {
      overflow-x: hidden;
    }
 
/*

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
*/
    .slider {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }

    .slides {
      display: flex;
      height: 100%;
      transition: transform 0.8s ease-in-out;
    }

    .slide {
      min-width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Background images */
    /* nav styling starts here................................................. */
    nav{
        position:absolute;
/*
        background: rgba(212, 206, 206, 0.5); 
        backdrop-filter: blur(2px);border: 1px solid green;*/
        z-index: 100;
        width: 100%;
        color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        font-size: 1.2rem;
        margin-top: 40px;
        height: 7vh;
    }
    nav h3{
      font-size: 20px;
      color: rgb(0, 0, 0);
      font-weight: 700;
      letter-spacing: 4px;
    }
    nav ,button{
        padding: 10px 25px;
        font-family: "Inter", sans-serif;
        font-size: 15px;
        font-weight: 600;   
        text-transform: capitalize;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        outline: none;

    }
   
    nav button:hover {
      background: #c6c5c4;
    
    }
    /* nav styling ends here................................................. */
    .slide1 {
      background-image: url('../images/home2.jpg');
    
    }

    .slide2 {
      background-image: url('../images/tech4.jpg');
    }

    .content {
      text-align: left;
      /*background: rgba(0, 0, 0, 0.5); */
      padding: 25px 35px;
      border-radius: 12px;
       width: 95%;
    }
  
    .content h1 {
      font-size: 3.5rem;
      margin-bottom: 15px;
     font-family: "Inter", sans-serif;
     font-weight: 800;
     line-height: 60px;
     color: rgb(31, 30, 30);
    }
  .content h3 {
      font-size: 1rem;
      margin-bottom: 20px;
      font-family: "Inter", sans-serif;
      font-weight: 500;
      color: rgb(255, 255, 255);
      padding: 4px;
      margin: 10px 0;
      
    }
    .content p {
      font-size: 1rem;
      margin-bottom: 20px;
      font-family: "Inter", sans-serif;
      font-weight: 500;
      color: white;
      display: inline-block;
      padding: 4px;
      margin: 10px 0;
      background-color: rgb(75, 73, 73);
    }

     .slide1 .content button {
      padding: 12px 25px;
      border: none;
      background: #ff6600;
      color: white;
      font-size: 1rem;
      cursor: pointer;
      border-radius: 6px;
    }
     .content .price{
        color: white;
     }
    .content button:hover {
      background: #e65c00;
    }
    .slide2 button{
     padding: 12px 25px;
      border: none;
      background: #171717d1;
      color: white;
      font-size: 1rem;
      cursor: pointer;
      border-radius: 6px;
    }
.slide2 .content button:hover {
      background: #535252;
    }
    /* Navigation */
    .nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1rem;
      color: rgb(0, 0, 0);
      background: rgb(255, 255, 255);
      border: none;
      cursor: pointer;
      padding: 10px 15px;
      z-index: 10;
      border-radius: 50%;
    }

    .prev { left: 10px; }
    .next { right: 10px; }
/* main styling starts here ...............................................................................*/
section{
    min-height: 40vh;
    margin-bottom:  15vh;
    
}
#packages{
    background-image: url(../images/bak4.jpg);
    background-position: center;
    background-size: cover;
    padding: 30px;
}
#packages .title{
  text-align: center;
  color: rgb(201, 200, 200);
  margin: 20px;
   font-family: "Inter", sans-serif;
   font-weight: 500;
   letter-spacing: 2px;
   position: relative;
}
#packages .title::after{
  content: '';
  height: 2px;
  width: 2%;
  background-color: white;
  position: absolute;
  bottom: 10px;
}
.packages{
    margin: 0 auto;
    width: 90%;
    padding: 10px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.packages .package{
    font-family: "Inter", sans-serif;
    width: 50%;
    background-color: rgb(18, 17, 17);
    color: rgb(255, 255, 255);
    padding: 15px;
    border-radius: 10px;
}
.packages .package h2{
  margin:20px 0;
  text-transform: capitalize;
   color: rgb(255, 255, 255);
}
.packages .package p{
  margin: 10px 0;
  line-height: 25px;
  color: rgb(160, 157, 157);
  font-weight: 700;
}
.packages .package ul{
  margin: 20px 40px;
}
.packages .package ul li{
  margin: 10px 0;
}
.btn{
  float: right;
  
}
/* banner styling starts here ...............................................................................*/
/* free styling starts here ...............................................................................*/
#free{
  padding: 20px;
  
}
.free{
  
  height: 90%;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.free h3{
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.469);
   background-color: rgba(236, 225, 225, 0.564);
  
   padding: 10px;
     font-family: "Inter", sans-serif;
     font-weight: 400;
     letter-spacing: 2px;
     margin: 30px;
}
.free form {
   display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.free form input, select{
  padding: 10px 20px;
  width: 300px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.469);
  border: none;
   font-family: "Inter", sans-serif;
   font-weight: 500;
    font-size: 15px;
}
.free .freebtn{
  background-color: black;
  color: white;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
  border: none;
  outline: none;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.469);
}
.free p{
  background-color: green;
  color: white;
  padding: 20px;
  width: 90vw;
  margin: 30px auto;
  line-height: 25px;
}
.free img{
  max-width:700px ;
  display: block;
  margin: 0 auto;
  
}
.status{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
}

.status table{
    width: 100%;
    max-width: 700px;
    border-collapse: collapse;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    font-family: "Inter", sans-serif;
}

.status table th{
    background-color: #111827;
    color: white;
    padding: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    text-align: left;
}

.status table td{
    padding: 16px 18px;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    font-size: 15px;
}

.status table tr:last-child td{
    border-bottom: none;
}

.status table tr:nth-child(even){
    background-color: #a7bfd86b;
}

.status table tr:hover{
    background-color: #f3f4f6;
    transition: 0.3s ease;
}

.statustitle{
    font-weight: 700;
    color: #111827;
    width: 40%;
    text-transform: capitalize;
}

/* mobile responsive */


/* free styling ends here ...............................................................................*/
#banner{
  background: linear-gradient(rgba(0, 0, 0, 0.443)),url(../images/home3.jpg);
  height: 90vh;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  
}
.banner{
  width: 50vw;
  margin-left: 100px;

}
.banner h1 {
    font-size: 3.5rem;
    margin-bottom: 15px;
     font-family: "Inter", sans-serif;
     font-weight: 800;
     line-height: 60px;
     color: rgb(255, 255, 255);
     margin: 20px 0;
    }
    .banner p{
      font-family: "Inter", sans-serif;
      color: rgb(217, 211, 211);
      margin: 20px 0;
      font-size: 20px;
      line-height: 25px;
      font-weight:400;
    }

/* banner styling ends here ...............................................................................*/


/* footer  styling starts here ...............................................................................*/
/* footer styling starts here */

#footer{
  background-color: rgb(18, 18, 18);
  padding: 60px 20px 20px;
  margin-bottom: 0;
}

.footer{
  width: 90%;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;

  flex-wrap: wrap;
}

.footer-box{
  flex: 1;
  min-width: 250px;
}

.footer-box h2{
  color: white;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  letter-spacing: 2px;
}

.footer-box h3{
  color: white;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}

.footer-box p{
  color: rgb(180, 180, 180);
  line-height: 28px;
  font-family: "Inter", sans-serif;
}

.footer-box ul{
  list-style: none;
}

.footer-box ul li{
  margin-bottom: 12px;
}

.footer-box ul li a{
  text-decoration: none;
  color: rgb(180, 180, 180);
  transition: 0.3s;
  font-family: "Inter", sans-serif;
}

.footer-box ul li a:hover{
  color: white;
  padding-left: 5px;
}

.footer-bottom{
  border-top: 1px solid rgb(55, 55, 55);
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
}

.footer-bottom p{
  color: rgb(150, 150, 150);
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

/* footer responsive */
/* pay.php styling starts here  responsive */
  .paytop{
        background:#003049;
        color:white;
        text-align:center;
        padding:20px;
        height:30vh;
        display:flex;
        justify-content:center;
        align-items:center;
        flex-direction:column;
        gap:20px;
        width:90vw;
        margin:0 auto;
    }
    .paytop i{
        background:#0a9396;
        padding:20px;
        border-radius:50%;
        font-size:40px;
    }
/* pay.php styling ends  here  responsive */

@media screen and (max-width: 562px){

  .footer{
    flex-direction: column;
    gap: 30px;
  }

  .footer-box{
    width: 100%;
  }

  .footer-box h2,
  .footer-box h3{
    margin-bottom: 15px;
  }

}

/* footer  styling ends here ...............................................................................*/

/* responsive  styling starts here ...............................................................................*/
@media screen and (max-width: 562px) {
 
    /* nav styling starts here................................................. */
    nav h3{
      color: rgb(207, 201, 201);
    }


    /* nav styling ends here................................................. */

    .content {
      text-align: canter;
      /*background: rgba(0, 0, 0, 0.5); */
      padding: 25px 35px;
      border-radius: 12px;
       width: 95%;
    }
  
    .content h1 {
      font-size: 3rem;
    }
     .content .price{
        color: rgb(191, 36, 36);
     }

/* main styling starts here ...............................................................................*/
#packages{
 height: auto;
 padding: 0px;
}
.packages{
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    
}
.packages .package{
    font-family: "Inter", sans-serif;
    width: 100%;
    background-color: rgb(18, 17, 17);
    color: rgb(255, 255, 255);
    padding: 15px;
    border-radius: 10px;
}
.packages .package h2{
  margin:20px 0;
  text-transform: capitalize;
   color: rgb(255, 255, 255);
}
.packages .package p{
  margin: 10px 0;
  line-height: 25px;
  color: rgb(160, 157, 157);
  font-weight: 700;
}
.packages .package ul{
  margin: 20px 40px;
}
.packages .package ul li{
  margin: 10px 0;
}
.btn{
  float: right;
  
}
/* free styling starts here ...............................................................................*/
#free{
  padding: 20px;

}
.free{
  
  
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.free h3{
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.469);
   background-color: rgba(236, 225, 225, 0.564);
   border-radius: 10px;
   padding: 5px;
     font-family: "Inter", sans-serif;
     font-weight: 400;
     letter-spacing: 2px;
}
.free form {
   display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.free form input{
  padding: 10px 20px;
  width: 300px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.469);
  border: none;
   font-family: "Inter", sans-serif;
   font-weight: 500;
    font-size: 15px;
}
.free img{
  width:97vw ;
  display: block;
  margin: 0 auto;
  
}

.free .freebtn{
  background-color: black;
  color: white;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
  border: none;
  outline: none;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.469);
}
 .status{
        padding: 15px;
    }

    .status table th,
    .status table td{
        padding: 12px;
        font-size: 14px;
    }

    .statustitle{
        width: 45%;
    }


/* free styling ends here ...............................................................................*/

/* banner styling starts here ...............................................................................*/

.banner{
  width: 100%;
  margin-left: 0px;
   padding: 20px;
}


}
/* responsive  styling ends here ...............................................................................*/
/* main styling ends here ...............................................................................*/
