* {
    margin: 0;
    padding: 0;
  }
  
  /* website color code */
  :root {
    --font-color: rgb(82, 82, 253);
    --light-text-color: #FEFFEF;
    --btn-color: linear-gradient(to right, #5252fd, #5d40a0);
    --btn-h-color: linear-gradient(to right, #5d40a0, rgb(82, 82, 253));
  }
  
  /* website scroll bar */
  /* For vertical scrollbar */
  body {
    overflow-x: auto;
    /* Make sure horizontal scrolling is enabled if needed */
  }
  
  ::-webkit-scrollbar {
    width: 12px;
    /* Adjust the width of the vertical scrollbar */
  }
  
  /* For horizontal scrollbar */
  ::-webkit-scrollbar {
    height: 10% !important;
    /* Adjust the height of the horizontal scrollbar */
  }
  
  /* Scrollbar track (background) */
  ::-webkit-scrollbar-track {
    background-color: var(--light-text-color);
  
  }
  
  
  ::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: var(--btn-color);
    /* border-radius: 30px; */
  }
  
 

  .banner1 {
    height: 400px !important;
    width: 100%;
    /* z-index: 1; */
    /* Default visibility */
    background-image: linear-gradient(to right, rgba(109, 109, 249, 0.695), rgba(98, 94, 94, 0.774)), url("https://i.pinimg.com/originals/9d/c9/db/9dc9db2f3f531d002de245dc9d4747c6.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    border-top-left-radius: 0px;
    /* margin-right: 40px; */
    /* border-top-right-radius: 130px; */
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: 0px 10px 29px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 10px 29px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 29px -8px rgba(0, 0, 0, 0.75);
  
  }
  
 .banner1 h1 {
    text-align: center !important;
    padding-top: 12%;
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--light-text-color);
  }

.pricing-content{
    width: 95%;
    height: 300px;
    border-bottom: 5px solid rgb(0, 0, 0) ;
    /* margin-top: 20px; */
    padding-top: 50px  ;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
    border-radius: 50px;
    margin: 20px auto;
    animation: colors 0.9s ease-in-out infinite;
}
@keyframes colors {
    0%{
    border-bottom: 5px solid rgb(3, 23, 248) ;

    }
    50%{
    border-bottom: 5px solid rgb(184, 184, 184) ;

    }
    100%{
    border-bottom: 5px solid rgb(162, 3, 248) ;

    }
}
.prcing-icons{
    display: flex;
    justify-content: center;
    gap: 20px;
    
}


.pricing-content h1{
    font-weight: 700;
text-transform: uppercase;
}
.pricing-content .fa-check{
    border: 2px solid ;
    padding-top: 5px;
    width: 30px;
    height: 30px;
    color: white;
    background: var(--btn-color);
    border-radius: 50%;
    margin-right: -10px;
}



.section-3{
    height: 1000;
    width: 100%;
    /* border: 2px solid green; */
    /* margin-top: 150px; */
    padding: 50px;
    /* gap: 40px; */
  }
  .section-3 h1{
    color: #000;
    font-size: 40px ;
    text-align: start;
    padding-left: 20px;
    padding-top: 20px;
  }
  .section-3 p{
   padding-top: 10px;
   padding-left: 20px;
   padding-right: 50px;
  font-size: 18px;
  }
  
  .firt-sec-3 {
    height: 300px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 2px 15px 0px rgba(0, 50, 249, 0.247);
    position: relative;
    overflow: hidden; /* Ensures the pseudo-element stays inside the container */
  }
  
  /* Adding the rotating border effect */
  .firt-sec-3::before ,.third-sec-3 {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    border: 5px solid transparent;
    box-sizing: border-box; /* Ensures the borders are sized properly */
    border-left-color: #5252fd;
    border-bottom-color: #5252fd;
    
    animation: rotateBorder 2s linear infinite; /* Applying animation */
  }
  
  @keyframes rotateBorder {
    0% {
      border-left-color: #5252fd;
      border-bottom-color: #5252fd;
      border-right-color: transparent;
      border-top-color: transparent;
    }
    25% {
      border-left-color: transparent;
      border-bottom-color: #5252fd;
      border-right-color: #5252fd;
      border-top-color: transparent;
    }
    50% {
      border-left-color: transparent;
      border-bottom-color: transparent;
      border-right-color: #5252fd;
      border-top-color: #5252fd;
    }
    75% {
      border-left-color: #5252fd;
      border-bottom-color: transparent;
      border-right-color: transparent;
      border-top-color: #5252fd;
    }
    100% {
      border-left-color: #5252fd;
      border-bottom-color: #5252fd;
      border-right-color: transparent;
      border-top-color: transparent;
    }
  }
  #heading{
    color: #5252fd !important;
  }
  
  .second-sec-3{
    /* border: 2px solid rgb(13, 0, 255); */
    height: 300px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 2px 15px 0px rgba(0, 50, 249, 0.247);
    position: relative;
    overflow: hidden; /* Ensures the pseudo-element stays inside the container */
  }
  





.section-9 {
    padding-top: 30px;
    height: 300px;
    /* width: 500px; */
    /* height: 400px; */
    /* border: 2px solid green; */
    /* margin-left: 400px; */
    /* border-radius: 50%; */
    /* margin-right: 100px; */
    margin-top: 50px;
    border-radius: 10px;
    z-index: 100;
  
  }
  
  .section-9 h1 {
    text-align: center;
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .section-9 .contact-des {
    display: flex;
    justify-content: center;
    gap: 20px;
    /* border: 2px solid yellow; */
    height: 50px;
  
  }
  
  .section-9 .contact-des .whatup {
    width: 170px;
    height: 100%;
    border: 2px solid rgba(0, 0, 0, 0);
    display: flex;
    border-radius: 20px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.66);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.66);
    transition: transform 0.3s ease, background-color 0.3s ease;
  
    &:hover {
      transform: scale(1.1);
      /* Smooth scaling */
      /* background-color: #2ecc71;  */
    }
  }
  
  .section-9 .contact-des .whatup i {
    font-size: 30px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-top: 3px;
    width: 35px;
    border-radius: 50%;
    color: white;
    background: var(--btn-color);
    /* border: 2px solid green; */
  }
  
  .section-9 .contact-des .phone-no {
    width: 170px;
    height: 100%;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 20px;
    display: flex;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.66);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.66);
    transition: transform 0.3s ease, background-color 0.3s ease;
  
    &:hover {
      transform: scale(1.1);
      /* Smooth scaling */
      /* background-color: #2ecc71;  */
    }
  }
  
  .section-9 .contact-des .phone-no i {
    font-size: 20px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
    padding-left: 8px;
    padding-top: 8px;
    width: 35px;
    border-radius: 50%;
    color: white;
    background: var(--btn-color);
  }
  
  .phone-no p,
  .whatup p {
    /* border: 2px solid green; */
    color: rgb(0, 0, 0);
    height: auto;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 8px;
  }
  
  .section-9 h2 {
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 700;
  }

  .whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 10px;
    animation: pulse-w 2s infinite;
    box-shadow: 0 0 0 2em transparent;
  }
  
  /* Adding the same pulse keyframes */
  @keyframes pulse-w {
    0% {
      box-shadow: 0 0 0 0 #25d3658b;
    }
    100% {
      box-shadow: 0 0 0 30px transparent;
    }
  }















