
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  
  *{
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: "poppins", sans-serif;
      scroll-behavior: smooth;
  }
  #readmore{
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    /* font-family: "JetBrains Mono",monospace; */
    width: 200px;
    font-family: "poppins", sans-serif;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
    margin-top: 20px;
    z-index: 5;
  }

  #readmore:focus {
    box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  }

  #readmore:hover {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    transform: translateY(-2px);
  }

  #readmore:active {
    box-shadow: #3c4fe0 0 3px 7px inset;
    transform: translateY(2px);
  }
  body{
    width: 100vw;
      min-height: 100vh;
      z-index: -9;
  }
  .big-container{
      width: 100vw;
      height: 100vh;
      max-width: 2560px;
      position: absolute;
      top:50%;
      left: 50%;
      transform: translate(-50%,-50%);
      overflow: hidden;
      border-radius: 0px;
      box-shadow: 0 0 20px #000;
      /* background: linear-gradient(#020014,#0890ff); */
  }
  .container{
      width: 100vw;
      height: 100vh;
      overflow: auto;
      background: linear-gradient(90deg, rgba(5, 1, 95, 0.3) 0%, rgba(9,9,121,0.3) 35%, rgba(0,212,255,0.3) 100%);
      /* background: linear-gradient(#020014,#0890ff); */
      /* opacity: 1; */
  }
  ::-webkit-scrollbar{
      display: none;
  }
  video{
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      display: block;
      object-fit: cover;
      z-index: -5;
      /* background: linear-gradient(#020014,#0890ff); */
  }
  .nav {
      position: relative;
      z-index: 4;
      top: 0;
      left: 0;
      width: 100vw;
      height: 10vh;
      padding: 15px 100px;
      /* background-image: linear-gradient(to right, #66740f, #076b65); */
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    .nav,
    .nav .nav-links {
      display: flex;
      align-items: center;
    }
    .nav {
      margin-top: 5px;
      justify-content: space-between;
      border-radius: 10px;
      /* background: rgba(255, 255, 255, 0.2); */
      background: linear-gradient(270deg, rgba(2,0,36,0.3) 0%, rgba(9,9,121,0.3) 35%, rgba(0,212,255,0.3) 100%);
      border: 1px solid rgba(2, 55, 177, 0.7);
      box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
      backdrop-filter: blur(5px);
      --webkit-backdrop-filter: blur(17px);
      transition: width 0.3s ease;
      z-index: 20;
    }
    a {
      color: #fff;
      text-decoration: none;
    }
    .nav .logo {
      font-size: 22px;
      font-weight: 500;
    }
    .nav .nav-links {
      margin-top: 100px;
      column-gap: 20px;
      list-style: none;
      border: 2px solid red;
      visibility: hidden;
    }
    .nav .nav-links a {
      transition: all 0.2s linear;
    }
    .nav.openSearch .nav-links a {
      opacity: 0;
      pointer-events: none;
    }
    .nav .navOpenBtn,
    .nav .navCloseBtn {
      display: none;
    }
    .nav .logo img{
      width: 50px;
      height: 50px;
    }
  
  /* ------------------------------------------------ Side Navbar -------------------------------------------------------------- */
    /* Importing Google font - Poppins */
    @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: "Poppins", sans-serif;
  }
  .sidenavbar{
      display: none;
  }
  .sidebar {
      margin-top: 9%;
      position: fixed;
      top: 0;
      right: 0;
      width: 110px;
      height: 80%;
      margin-right:15px ;
      border-radius: 10px;
      display: flex;
      align-items: center;
      flex-direction: column;
      /* background: rgba(255, 255, 255, 0.2); */
      background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
      opacity: 0.7;
      border: 1px solid rgba(2, 55, 177, 0.7);
      backdrop-filter: blur(5px);
      --webkit-backdrop-filter: blur(17px);
      border: 1px solid rgba(255, 255, 255, 0.7);
      transition: width 0.3s ease;
      z-index: 20;
  }
  .sidebar:hover {
      width: 260px;
  }

  .sidebar .logo {
      color: #ffffff;
      display: flex;
      align-items: center;
      padding: 25px 10px 15px;
  }

  .logo img {
      width: 43px;
      border-radius: 50%;
  }

  .logo h2 {
      font-family: "poppins", sans-serif;
            font-size: 1.15rem;
      font-weight: 600;
      margin-left: 15px;
      display: none;
  }

  .sidebar:hover .logo h2 {
      display: block;
  }

  .sidebar .links {
      list-style: none;
      margin-top: 20px;
      overflow-y: auto;
      scrollbar-width: none;
      height: calc(100% - 140px);
  }

  .sidebar .links::-webkit-scrollbar {
      display: none;
  }

  .links li {
      display: flex;
      border-radius: 4px;
      align-items: center;
  }

  .links li:hover {
      cursor: pointer;
      background: #262525b1;
  }

  .links h4 {
      color: #ffffff;
      font-family: "poppins", sans-serif;
            font-weight: 500;
      display: none;
      margin-bottom: 10px;
  }

  .sidebar:hover .links h4 {
      display: block;
  }

  .links hr {
      margin: 10px 8px;
      border: 1px solid #4c4c4c;
  }

  .sidebar:hover .links hr {
      border-color: transparent;
  }

  .links li span {
      padding: 12px 10px;
      color: #fff;
  }

  .links li a {
      padding: 10px;
      color: #ffffff;
      display: none;
      font-weight: 500;
      white-space: nowrap;
      text-decoration: none;
  }

  .sidebar:hover .links li a {
      display: block;
  }

  .links .logout-link {
      margin-top: 20px;
  }
  /* ------------------------------------------------- End Side Navbar ------------------------------------------------------- */
  .home{
      height: 90vh;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  } 
    .home .highimg{
      width: 100%;
      height: 20vh;
      display: flex;
      justify-content: space-between;
      margin-top:0px;
    }
    .home .highimg img:nth-child(1){
      width: 150px;
      height: 150px;
      margin: 15px 0 0 20px;
    }
    .home  .highimg .highimg2{
      width: 300px;
      height: 100px;
      margin-top: 30px;
    }
    .home .mainimg{
      position: relative;
      z-index: 5;
      margin-top: 0px;
    }
    .home .mainimg img{
      width: 600px;
      height: 350px;
      margin: 0 0 0 0;
    }
    svg text {
      font-family: Lora;
      letter-spacing: 10px;
      stroke: #FFF;
      font-size: 70px;
      font-weight: 00;
      stroke-width: 2;
      animation: textAnimate 5s infinite alternate;
    }
    .home  h1{
      color: #fff;
      font-family: "poppins", sans-serif;
          font-size: 50px;
    text-align: center;
    margin: 10px  auto;
    }
    /* --------------------------------------- section-1 ---------------------------------------- */
    .section-1{
      width: 100%;
      height: 70vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .section-1 .box-1{
      width: 90%;
      /* height: 60vh; */
      border-radius: 10px;
      background: rgba(1, 40, 99, 0.2);
      backdrop-filter: blur(5px);
      --webkit-backdrop-filter: blur(17px);
      border: 1px solid rgba(0, 51, 128, 0.7);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    .section-1 .box-1 p{
      font-family: "poppins", sans-serif;
        }
    .section-1 .box-2{
      width: 80%;
      margin: 20px 20px 20px ;
      color: #fff;
      font-family: "poppins", sans-serif;
            text-align: center;
      font-size: 18px;
    }
    /* --------------------------------------- section-2 ---------------------------------------- */
  /* --------------------------------------- section-2 ---------------------------------------- */
  .section-2{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 100px;
  }
  .section-2 h1 {
    width: 100%;
    color: white;
    font-family: "poppins", sans-serif;
    font-size: 50px;
    text-align: center;
    margin-top: 50px;
    text-decoration: underline  #2c73df;
  }

  .section-2 p {
    width: 70%;
    color: white;
    padding-top: 20px;
    margin: auto;
    line-height: 27px;
    font-family: "Open Sans", sans-serif;    font-size: 20px;
  }

  .benefitboxes-1{
    width: 90vw;
    margin: 50px 0 0 0;
  }
  .benefitboxes-1 .box-1{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .benefitboxes-1 .box-1 .box-1-a{
    width: 40%;
    height: 400px;
    border: 1px solid rgba(3, 35, 162, 0.7);
    border-radius: 50px;
  }
  .benefitboxes-1 .box-1 .box-1-a img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .benefitboxes-1 .box-1 .box-1-b{
    width: 70%;
    height: 500px;
    width: 70%;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background: linear-gradient(90deg, rgba(5, 1, 95, 0.6) 0%, rgba(9,9,121,0.6) 35%, rgba(0,212,255,0.6) 100%);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(17px);
    border: 1px solid rgba(3, 35, 162, 0.7);
    /* border: 1px solid rgba(255, 255, 255, 0.7); */
    border-radius: 20px;
  }
  .benefitboxes-1 .box-1 .box-1-b h3{
    font-size: 30px;
    color: #fff;
    padding: 40px;
    font-size: 50px;
    font-family: "poppins", sans-serif;
  }
  .benefitboxes-1 .box-1 .box-1-b ul li {
    color: #fff;
    list-style:disc;
    margin-top: 10px;
    width: 90%;
    margin-left: 50px;
    font-family: "Open Sans", sans-serif;  }


  .benefitboxes-2{
  width: 90vw;
  margin: 50px 0 0 0;
  }
  .benefitboxes-2 .box-1{
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .benefitboxes-2 .box-1 .box-1-a{
  width: 40%;
  height: 400px;
  border: 1px solid rgba(3, 35, 162, 0.7);
  border-radius: 50px;
  }
  .benefitboxes-2 .box-1 .box-1-a img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  }
  .benefitboxes-2 .box-1 .box-1-b{
  width: 70%;
  height: 500px;
  width: 70%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  background: linear-gradient(90deg, rgba(5, 1, 95, 0.6) 0%, rgba(9,9,121,0.6) 35%, rgba(0,212,255,0.6) 100%);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
  --webkit-backdrop-filter: blur(17px);
  border: 1px solid rgba(3, 35, 162, 0.7);
  /* border: 1px solid rgba(255, 255, 255, 0.7); */
  border-radius: 20px;
  }
  .benefitboxes-2 .box-1 .box-1-b h3{
  font-size: 30px;
  color: #fff;
  padding: 40px;
  font-size: 50px;
  font-family: "poppins", sans-serif;
  }
  .benefitboxes-2 .box-1 .box-1-b ul li {
  color: #fff;
  list-style:disc;
  margin-top: 10px;
  width: 90%;
  margin-left: 50px;
  font-family: "Open Sans", sans-serif;
  }


  .benefitboxes-3{
  width: 90vw;
  margin: 50px 0 0 0;
  }
  .benefitboxes-3 .box-1{
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .benefitboxes-3 .box-1 .box-1-a{
  width: 40%;
  height: 400px;
  border: 1px solid rgba(3, 35, 162, 0.7);
  border-radius: 50px;
  }
  .benefitboxes-3 .box-1 .box-1-a img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  }
  .benefitboxes-3 .box-1 .box-1-b{
  width: 70%;
  height: 500px;
  width: 70%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  background: linear-gradient(90deg, rgba(5, 1, 95, 0.6) 0%, rgba(9,9,121,0.6) 35%, rgba(0,212,255,0.6) 100%);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
  --webkit-backdrop-filter: blur(17px);
  border: 1px solid rgba(3, 35, 162, 0.7);
  /* border: 1px solid rgba(255, 255, 255, 0.7); */
  border-radius: 20px;
  }
  .benefitboxes-3 .box-1 .box-1-b h3{
  font-size: 30px;
  color: #fff;
  padding: 40px;
  font-size: 50px;
  font-family: "poppins", sans-serif;
  }
  .benefitboxes-3 .box-1 .box-1-b ul li {
  color: #fff;
  list-style:disc;
  margin-top: 10px;
  width: 90%;
  margin-left: 50px;
  font-family: "open sans", sans-serif;
  }


  .benefitboxes-4{
  width: 90vw;
  margin: 50px 0 0 0;

  }
  .benefitboxes-4 .box-1{
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .benefitboxes-4 .box-1 .box-1-a{
  width: 40%;
  height: 400px;
  border: 1px solid rgba(3, 35, 162, 0.7);
  border-radius: 50px;
  }
  .benefitboxes-4 .box-1 .box-1-a img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  }
  .benefitboxes-4 .box-1 .box-1-b{
  width: 70%;
  height: 500px;
  width: 70%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  background: linear-gradient(90deg, rgba(5, 1, 95, 0.6) 0%, rgba(9,9,121,0.6) 35%, rgba(0,212,255,0.6) 100%);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
  --webkit-backdrop-filter: blur(17px);
  border: 1px solid rgba(3, 35, 162, 0.7);
  /* border: 1px solid rgba(255, 255, 255, 0.7); */
  border-radius: 20px;
  }
  .benefitboxes-4 .box-1 .box-1-b h3{
  font-size: 30px;
  color: #fff;
  padding: 40px;
  font-size: 50px;
  font-family: "poppins", sans-serif;
  }
  .benefitboxes-4 .box-1 .box-1-b ul li {
  color: #fff;
  list-style:disc;
  margin-top: 10px;
  width: 90%;
  margin-left: 50px;
  font-family: "open sans", sans-serif;
  }

  /* --------------------------- section-8 ---------------------------- */
  .maincontainer{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 50px;
  }
  .maincontainer .box-1 h1{
    color: #fff;
    font-size: 50px;
  font-family: "poppins", sans-serif;
    text-align: center;
    margin: 50px  auto;
    text-decoration: underline  #2c73df;
  }




  .subcontainer{
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
  }
  .subcontainer .box-1{
    width: 80vw;
    height: 40vh;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(270deg, rgba(2,0,36,0.4) 0%, rgba(9,9,121,0.4) 35%, rgba(0,212,255,0.4) 100%);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(17px);
    border: 1px solid rgba(255, 255, 255, 0.7);
  }
  .subcontainer .box-1:nth-child(odd) {
    background: linear-gradient(90deg, rgba(2,0,36,0.4) 0%, rgba(9,9,121,0.4) 35%, rgba(0,212,255,0.4) 100%);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(17px);
    border: 1px solid rgba(255, 255, 255, 0.7);
  }
  .subcontainer .box-1:hover{
    background: linear-gradient(270deg, rgba(2,0,36,0.6) 0%, rgba(9,9,121,0.6) 35%, rgba(0,212,255,0.6) 100%);
  }
  .subcontainer .box-info{
    width: 60vw;
    height: 20vh;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: justify;
    /* font-family: "DM Serif Text", serif; */
  }
  .subcontainer .box-info h2{
    /* font-family: "DM Serif Text", serif; */
  }
  .subcontainer .box-info p{
    /* font-family: "DM Serif Text", serif; */
  }
  .subcontainer .box-radius-1{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 20px ;
    /* border: 1px solid blue; */
    background-image: url("./images/listmap.jpg ");
    background-size: cover;
  }
  .subcontainer .box-1 .box-radius-2{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 20px ;
    /* border: 1px solid blue; */
    background-image: url("./images/visible.jpg");
    background-size: cover;
  }
  .subcontainer .box-1 .box-radius-3{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 10px ;
    /* border: 1px solid blue; */
    background-image: url("./images/feedback.jpg ");
    background-size: cover;
  }
  .subcontainer .box-1 .box-radius-4{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 10px ;
    /* border: 1px solid blue; */
    background-image: url("./images/helpful.jpg");
    background-size: cover;
  }
  .subcontainer .box-1 .box-radius-5{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 10px ;
    /* border: 1px solid blue; */
    background-image: url("./images/easy.jpg");
    background-size: cover;
  }


    /* --------------------------------------- section-3 ---------------------------------------- */
    .section-3{
      width: 100%;
      height: 145vh;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    .section-3 h1{
      width: 100%;
      color: white;
      font-family: "poppins", sans-serif;
      font-size: 50px;
      text-align: center;
      text-decoration: underline  #2c73df;
      position: relative;
      margin-top: 20px;
    }
  /*-------------- micro mega packs------------- */

  .main-container-for-card {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    width: 100%;
    margin-top: -50px;
  }

  .container-for-card-mini {
    position: relative;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 400px;
    background: #f2f2f2;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 0 20px 8px #d0d0d0;
  }

  .content-for-card-mini {
    position: absolute;
    text-align: center;
    color: black;
  }

  .content-for-card-mini h2 {
    /* font-family: "DM Serif Text", serif; */
    font-size: 40px;
    text-shadow: 2px 2px 4px  rgba(160, 160, 160, 0.897);
    margin-top: 0px;
  }

  .content-for-card-mini P {
    font-size: 50px;
    font-family: "Bowlby One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 26px 0 -41px -47px;
    text-shadow: 2px 3px 6px  rgba(160, 160, 160, 0.897);
  }

  .content-for-card-mini p span {
    font-size: 20px;
    font-weight: 700;
  }

  #minibtn {
    width: 180px;
    height: 40px;
    margin: 75px 0 0 -40px;
    border-radius: 40px;
    background: linear-gradient(270deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    opacity: 0.7;
    border: 1px solid rgba(21, 70, 186, 0.6);
    font-size: 20px;
    color: white;
    font-weight: 500;
    box-shadow: -5px 4px 5px rgba(2, 0, 36, 1);
    cursor: pointer;
  }

  .flap-for-card-mini {
    width: 100%;
    height: 100%;
  }

  .flap-for-card-mini::before {
    position: absolute;
    content: "MI";
    text-align: end;
    padding-top: 110px;
    text-shadow: 3px 5px 4px #a19f9f;
    font-size: 60px;
    height: 100%;
    width: 50%;
    font-family: "Katibeh", serif;
    background: white;
    background-position: 100px;
    background-repeat: no-repeat;
    transition: 1s;
  }

  .flap-for-card-mini::after {
    position: absolute;
    content: "NI";
    font-size: 60px;
    padding-top: 110px;
    text-shadow: 3px 5px 4px #a19f9f;
    height: 100%;
    width: 50%;
    right: 0;
    font-family: "Katibeh", serif;
    background: white;
    background-position: -200px;
    background-repeat: no-repeat;
    transition: 1s;
  }

  .container-for-card-mini:hover .flap-for-card-mini::after {
    transform: translatex(310px);
  }

  .container-for-card-mini:hover .flap-for-card-mini::before {
    transform: translatex(-310px);
  }



  /*------------ 2nd div mega --------------*/
  .container-for-card-one {
    position: relative;
    /*left: 50%;*/
    /* top: 100%;  */
    /* transform: translate(-50%, -50%); */
    height: 300px;
    width: 400px;
    background: #f2f2f2;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 0 20px 8px #d0d0d0;
  }

  .content-for-card-one {
    position: absolute;
    color: black;
    text-align: center;
    margin-left: 100px;
  }

  .content-for-card-one h2 {
    /* font-family: "DM Serif Text", serif; */
    font-size: 40px;
    text-shadow: 2px 2px 4px  rgba(160, 160, 160, 0.897);
    margin: 35px 0 0 -62px;
  }

  .content-for-card-one P {
    font-size: 50px;
    font-family: "Bowlby One", sans-serif;
    /* margin-top: 25px; */
    margin: 26px 0 -41px -57px;
    text-shadow: 2px 3px 6px  rgba(160, 160, 160, 0.897)

  }

  .content-for-card-one p span {
    font-size: 20px;
    font-weight: 700;
  }

  #microbtn {
    width: 180px;
    height: 40px;
    margin: 75px 0 0 -40px;
    border-radius: 40px;
    background: linear-gradient(270deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    opacity: 0.7;
    border: 1px solid rgba(21, 70, 186, 0.6);
    font-size: 20px;
    color: white;
    font-weight: 500;
    box-shadow: -5px 4px 5px rgba(2, 0, 36, 1);
    cursor: pointer;
  }


  .flap-for-card-one {
    width: 100%;
    height: 100%;
  }

  .flap-for-card-one::before {
    position: absolute;
    content: "MIC";
    text-align: end;
    padding-top: 110px;
    text-shadow: 3px 5px 4px #a19f9f;
    font-size: 60px;
    height: 100%;
    width: 50%;
    font-family: "Katibeh", serif;
    background: white;
    background-position: 100px;
    background-repeat: no-repeat;
    transition: 1s;
  }

  .flap-for-card-one::after {
    position: absolute;
    content: "RO";
    font-size: 60px;
    padding-top: 110px;
    text-shadow: 3px 5px 4px #a19f9f;
    height: 100%;
    width: 50%;
    right: 0;
    font-family: "Katibeh", serif;
    background: white;
    background-position: -200px;
    background-repeat: no-repeat;
    transition: 1s;
  }

  .container-for-card-one:hover .flap-for-card-one::after {
    transform: translatex(310px);
  }

  .container-for-card-one:hover .flap-for-card-one::before {
    transform: translatex(-310px);
  }

  /* mini card */
  /*------------ 2nd div mega --------------*/
  .container-for-card-two {
    position: relative;
    /*left: 50%;*/
    /* top: 100%;  */
    /* transform: translate(-50%, -50%); */
    height: 300px;
    width: 400px;
    background: #f2f2f2;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 0 20px 8px #d0d0d0;
  }

  .content-for-card-two {
    position: absolute;
    color: black;
    text-align: center;
    margin-left: 100px;
  }

  .content-for-card-two h2 {
    /* font-family: "DM Serif Text", serif; */
    font-size: 40px;
    text-shadow: 2px 2px 4px rgba(160, 160, 160, 0.897);
    margin: 35px 0 0 -62px;
  }

  .content-for-card-two P {
    font-size: 50px;
    font-family: "Bowlby One", sans-serif;
    margin:25px 0 -45px -51px;
    text-shadow: 2px 3px 6px  rgba(160, 160, 160, 0.897);

  }

  .content-for-card-two p span {
    font-size: 20px;
    font-weight: 700;
  }

  #megabtn {
    width: 180px;
    height: 40px;
    /* margin-top: 75px; */
    margin: 75px 0 0 -40px;
    border-radius: 40px;
    background: linear-gradient(270deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    opacity: 0.7;
    border: 1px solid rgba(21, 70, 186, 0.6);
    font-size: 20px;
    color: white;
    font-weight: 500;
    box-shadow: -5px 4px 5px rgba(2, 0, 36, 1);
    cursor: pointer;
  }


  .flap-for-card-two {
    width: 100%;
    height: 100%;
  }

  .flap-for-card-two::before {
    position: absolute;
    content: "ME";
    text-align: end;
    padding-top: 110px;
    text-shadow: 3px 5px 4px #a1a0a0e1;
    font-size: 60px;
    height: 100%;
    width: 50%;
    font-family: "Katibeh", serif;
    background: white;
    background-position: 100px;
    background-repeat: no-repeat;
    transition: 1s;
  }

  .flap-for-card-two::after {
    position: absolute;
    content: "GA";
    font-size: 60px;
    padding-top: 110px;
    text-shadow: 3px 5px 4px #a19f9f;
    height: 100%;
    width: 50%;
    right: 0;
    font-family: "Katibeh", serif;
    background: white;
    background-position: -200px;
    background-repeat: no-repeat;
    transition: 1s;
  }

  .container-for-card-two:hover .flap-for-card-two::after {
    transform: translatex(310px);
  }

  .container-for-card-two:hover .flap-for-card-two::before {
    transform: translatex(-310px);
  }


  #megabtn:hover {
    animation: zoom-in-zoom-out 1s ease infinite;
  }

  #microbtn:hover {
    animation: zoom-in-zoom-out 1s ease infinite;
  }
  #minibtn:hover {
    animation: zoom-in-zoom-out 1s ease infinite;
  }

  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }

    50% {
      transform: scale(1.2, 1.2);
    }

    100% {
      transform: scale(1, 1);
    }
  }

  /* -------------------------micro/mega packs ends----------------------------- */
    /* --------------------------------------- section-4 ---------------------------------------- */
    .section-4{
      width: 100%;
      margin-top: 80px;
    }
    .section-4 h1{
      color: white;
      font-family: "poppins", sans-serif;
          font-size: 50px;
    text-align: center;
    margin: 25px  auto;
    text-decoration: underline  #2c73df;
    }
  
    /* ----services cards------ */
  .service-container {
    display: flex;
    /* justify-content: ; */
    overflow: hidden;
    overflow-x: scroll; 
  }
  .service-container::-webkit-scrollbar {
          display: none;
  }
  .service-container .service-card .service-slide.service-slide2 .service-content p {
    margin: 0;
    padding: 0;
    text-align: center;
    color:#0090e9cf;
    text-decoration: underline white;
    cursor: pointer;
  }
  .service-container .service-card .service-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #2c73df; */
    background: linear-gradient(270deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    opacity: 0.7;
    border: 1px solid rgba(21, 70, 186, 0.6);
    text-align: center;
  
  }

  .service-container .service-card {
    width: 300px;
    /* background-color: rgb(90, 71, 71); */
    margin-left: 20px;
    }
  .service-icon img{
  margin-top: 40px;
  }
  .service-container .service-card .service-slide {
    width: 300px;
    height: 200px;
    transition: 0.5s;
    /* background-color: white; */
  }

  .service-container .service-card .service-slide.service-slide1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: .7s;
    transform: translateY(100px);
  }

  .service-container .service-card:hover .service-slide.service-slide1 {
    transform: translateY(0px);
  }

  .service-container .service-card .service-slide.service-slide2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    transition: .8s;
    transform: translateY(-100px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    /* background-color: white; */
    /* color: white; */
  }

  .service-container .service-card:hover .service-slide.service-slide2 {
    transform: translateY(0px);
  }

  .service-container .service-card:hover .service-icon img{
    transition: 1s ease-in-out;
    transform: scale(1.3);
    margin-top: 50px;
  }

  .service-container .service-card .service-slide.service-slide2::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    bottom: 15px;
    left: 50%;
    left: 50%;
    transform: translateX(-50%);
    background: #2c73df;
  }

  .service-container .service-card .service-slide.service-slide2 .service-content p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
  }

  .service-container .service-card .service-slide.service-slide2 .service-content h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 24px;
    text-align: center;
    /* font-family: "DM Serif Text", serif; */
    color: white;
    z-index: 5;
  }
  /* ---services cards ends----- */
  /* ----------------------------- section-5 ----------------------------------- */
  .section-5{
    width: 100%;
    height: 25vh;
    margin-top:150px;
    margin-bottom:150px;
  }
  .section-5 .logos{
    width: 100%;
    height: 25vh;
    background-color: #fff;
  }
  .section-5 .logos .logo-slider img{
    height: 20vh;
    width: auto;
    padding: 0 100px 0px 0;
  }
  .section-5 .logos{
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
  }
  .section-5 .logos:before,
  .logos:after {
    position: absolute;
    width: 250px;
    height: 25vh;
    content: "";
    z-index: 2;
  }
  /* .section-5 .logos:before{
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0),white);
  }
  .section-5 .logos:after{
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0),white);
  } */
  .section-5 .logos:hover .logo-slider{
    animation-play-state:paused ;
  }
  @keyframes slides {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
  }
  .section-5 .logo-slider{
    display: inline-block;
    padding: 20px 0 0 0;
    animation: 10s slides infinite linear;
  }
  /* --------------------------- section-7 ------------------------------------- */
  .section-7{
    width: 100%;
    height: 100vh;
    text-align: center;
    color: white;
  }
  .section-7 h1{
    font-family: "Candal", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 100px;
    margin-top: 100px;
    text-decoration: underline  #2c73df;
  }
  .section-7 p{
    /* font-family: "DM Serif Text", serif; */
    font-size: 20px;
    margin: 40px 60px 0 60px;
    text-align: center;
  }
  .section-7 img{
    position: relative;
    z-index: 1;
    height: 70vh;
    margin-top: -140px;
  }
  .section-7 .bubble{
    position: relative;
    display: none;
    width:100%;
    height:30vh;
    /* z-index: 100; */
    margin: -10px 0 0 0 ;
  }
  .section-7 .bubble img{
    position: relative;
    z-index: 10;
    width: 25px;
    height: 25px;
    margin-left: 40px;
  }
  .section-7 .bubble img:nth-child(1){
    position: relative;
    margin: -263px 0 200px 82px;
  }
  .section-7 .bubble img:nth-child(2){
    position: relative;
    margin: -115px 0 249px 10px;
  }
  .section-7 .bubble img:nth-child(3){
    position: relative;
    margin: -201px 0 200px 41px;
  }
  .section-7 .bubble img:nth-child(4){
    position: relative;
    margin: -74px 0 0px 54px;
  }
  .section-7 .bubble img:nth-child(5){
    position: relative;
    margin: -310px 0 0px 0;
  }
  .section-7 .bubble img:nth-child(6){
    position: relative;
    margin: -170px 0 0 74px;
  }
  .section-7 .bubble img:nth-child(7){
    position: relative;
    margin: -287px 0 0 -5px;
  }
  .section-7 .bubble img:nth-child(8){
    position: relative;
    margin: -49px 0 0 7px;
  }.section-7 .bubble img:nth-child(9){
    position: relative;
    margin: -319px 0 0 32px;
  }
  .section-7 .bubble img:nth-child(10){
    position: relative;
    margin: -203px 0 0 10px;
  }
  .section-7 .bubble img:nth-child(11){
    position: relative;
    margin: -275px 0 0 8px;
  }
  .section-7 .bubble img:nth-child(12){
    position: relative;
    margin: -107px 0 0 23px;
  }
  .section-7 .bubble img:nth-child(13){
    position: relative;
    margin: -193px 0 0 -6px;
  }
  .section-7 .bubble img:nth-child(14){
    position: relative;
    margin: -346px 0 0 0;
  }
  .section-7 .bubble img:nth-child(15){
    position: relative;
    margin: -272px 0 0 18px;
  }
  .section-7 .bubble img:nth-child(16){
    position: relative;
    margin: -200px 0 0 9px;
  }
  .section-7 .bubble img:nth-child(17){
    position: relative;
    margin: -323px 0 0 32px;
  }
  .section-7 .bubble img:nth-child(18){
    position: relative;
    margin: -25px 0 0 -73px;
  }
  .section-7 .bubble img:nth-child(19){
    position: relative;
    margin: -76px 0 0 110px;
  }
  .section-7 .bubble img:nth-child(20){
    position: relative;
    margin: -252px 0 0 -44px;
  }
  .section-7 .bubble img:nth-child(21){
    position: relative;
    margin: -161px 0 0 29px;
  }
  .section-7 .bubble img:nth-child(22){
    position: relative;
    margin: -301px 0 0 -39px;
  }
  .section-7 .bubble img:nth-child(23){
    position: relative;
    margin: -43px 0 0 159px;
  }
  .section-7 .bubble img:nth-child(24){
    position: relative;
    margin: -246px 0 0 -113px;
  }
  .section-7 .bubble img:nth-child(25){
    position: relative;
    margin: -111px 0 0 101px;
  }

  /* .section-7 .bubble img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
  }
  img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
  }
  @-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
  }
  @keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
  } */

  /* map me odd even */

  .bubble img:nth-child(odd){
    /* background-color: pink; */
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;

  }

  .bubble img:nth-child(even){
    /* background-color: rgb(214, 2, 37); */
    animation: move 1s infinite alternate;
  }


  @keyframes mover {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-10px);
    }
  }

  @keyframes move {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(10px);
    }
  }


  .example-content{
  margin: auto;
    width: 90vw;
    height: 85vh;
    background-color: #0090e9;
    display:none;
    
  }

  .example-content .cross{
    text-align: end;
  }

  .example-content .cross img{
    width: 5vh;
    cursor: pointer;
  }
  /* --------------------------- section-8 ---------------------------- */
  .section-8{
    width: 100vw;
    /* height: 100vh; */
    /* border: 1px solid white; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section-8 .heading-8{
    width: 100vw;
    height: 10vh;
    position: relative;
    color : #fff;
    margin-top: 100px;
  }
  .section-8 .heading-8 h1{
    font-family: "nunito", sans-serif;
    font-size: 50px;
    text-align: center;
    margin: 50px  auto;
    text-decoration: underline  #2c73df;
    }
  .section-8 .box-8{
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
  }
  .section-8 .box-8 .box-1{
    width: 80vw;
    height: 40vh;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(270deg, rgba(2,0,36,0.4) 0%, rgba(9,9,121,0.4) 35%, rgba(0,212,255,0.4) 100%);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(17px);
    border: 1px solid rgba(255, 255, 255, 0.7);
  }
  .section-8 .box-8 .box-1:nth-child(odd) {
    background: linear-gradient(90deg, rgba(2,0,36,0.4) 0%, rgba(9,9,121,0.4) 35%, rgba(0,212,255,0.4) 100%);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(17px);
    border: 1px solid rgba(255, 255, 255, 0.7);
  }
  .section-8 .box-8 .box-1:hover{ 
    background: linear-gradient(270deg, rgba(2,0,36,0.6) 0%, rgba(9,9,121,0.6) 35%, rgba(0,212,255,0.6) 100%);
  }
  .section-8 .box-8 .box-info{
    width: 60vw;
    height: 20vh;
    color: #fff;
    text-align: justify;
    /* font-family: "DM Serif Text", serif; */
  }
  .section-8 .box-8 .box-info h2{
    /* font-family: "DM Serif Text", serif; */
  }
  .section-8 .box-8 .box-info p{
    /* font-family: "DM Serif Text", serif; */
  }
  .section-8 .box-1 .box-radius-1{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 20px ;
    /* border: 1px solid blue; */
    background-image: url("./images/listmap.jpg ");
    background-size: cover;
  }
  .section-8 .box-1 .box-radius-2{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 20px ;
    /* border: 1px solid blue; */
    background-image: url("./images/visible.jpg");
    background-size: cover;
  }.section-8 .box-1 .box-radius-3{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 10px ;
    /* border: 1px solid blue; */
    background-image: url("./images/feedback.jpg ");
    background-size: cover;
  }.section-8 .box-1 .box-radius-4{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 10px ;
    /* border: 1px solid blue; */
    background-image: url("./images/helpful.jpg");
    background-size: cover;
  }.section-8 .box-1 .box-radius-5{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 10px ;
    /* border: 1px solid blue; */
    background-image: url("./images/easy.jpg");
    background-size: cover;
  }
  /* ----------------footer---------- */
  /* -------------------------- section-6 ---------------------------------- */
  .section-6{
    width: 100vw;
    height: 100vh;
  }
  .footer {
    /* background-color: #24262b; */
    background: linear-gradient(90deg, rgba(2,0,36,0.4) 0%, rgba(9,9,121,0.4) 35%, rgba(0,212,255,0.4) 100%);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(17px);
    border: 1px solid rgba(1, 32, 132, 0.7);
    padding: 40px 0;
    margin-top: 90px;
  }

  .footer .logoimg{
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }

  .footer .logoimg h5{
    color: white;
    font-size: 15px;
    /* font-family: "DM Serif Text", serif; */

  }

  .footer .logoimg img{
    width: 40vh;
  }

  .footer-container {
    display: flex;
    justify-content: space-evenly;
    margin-top: 3%;
  }
  ul {
    list-style: none;
  }

  .footer-col {
    width: 25%;
    padding: 0;
    text-align: center;
  }

  .footer-col .social-links img {
    width: 10vh;
  }
  .footer-col .social-links img:nth-child(3){
    width: 7vh;
  }

  .footer-col h4 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 35px;
    position: relative;
    /* font-family: "DM Serif Text", serif; */
    font-weight: 900;
    text-decoration: underline #001f4d;
  }

  .footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
  }
  .twitter{
      width:40px;
  }

  .mail{
    width: 100%;
    margin-top: 50px;
    color: white;
    text-align: center;
  }

  .mail p a{
    color: #2c73df;
    text-decoration: underline;
  }

  .copyright{
    width: 100%;
    background-color: #000f2e;
    color: #ffffff;
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
  }

  .copyright p span{
    text-decoration: underline;
  }

  /* ------------------------------- Form DBI ----------------------------- */
  .patterns {
    margin-top: 80rem;
  }

  .merchant-form {
    margin-top: 200px;
    text-align: center;
  }

  .merchant-form button {
    width: 150px;
    height: 40px;
    border-radius: 50px;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(0, 132, 255, 1) 0%, rgba(32, 145, 250, 0.84) 100%);
    border: none;
    box-shadow: 12px 12px 24px rgba(0, 132, 255, 0.64);
  }


  .start-form {
    outline: none;
    /* background-color: white; */
    background: linear-gradient(270deg, rgba(2, 0, 36, 0.3) 0%, rgba(9, 9, 121, 0.3) 35%, rgba(0, 212, 255, 0.3) 100%);
    border: 1px solid rgba(2, 55, 177, 0.7);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(17px);
    transition: width 0.3s ease;
    margin-top: 100px;
    height: auto;
    padding: 20px 100px 10px 100px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 1200px;
    color: white;

  }

  .start-form .text {
    text-align: center;
    font-size: 41px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    -webkit-text-fill-color: transparent;
  }

  .start-form .form-row {
    display: flex;
    margin: 35px 0;
  }

  .start-form .form-row .input-data {
    width: 100%;
    height: 40px;
    margin: 0 20px;
    position: relative;
  }

  .input-data input {
    border-radius: 20px;
    /* background-color: #78aeff57; */
    background: rgba(0, 212, 255, 0.3);
    border: 1px solid rgba(2, 55, 177, 0.7);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(17px);
    color: white;
    padding-left: 20px;
    /* box-shadow: 2px 2px 4px rgba(7, 86, 117, 0.79); */

  }

  .form-row select {
    background: rgba(0, 212, 255, 0.3);;
    border: 1px solid rgba(2, 55, 177, 0.7);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(17px);
    border-radius: 20px;
    color: white;
    width: 95%;
    height: 40px;
    margin:0 20px;
  }

  .form-row select option {
    color: black;
  }

  .input-data input,
  .textarea textarea {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 17px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  }

  .input-data input:focus~label,
  .input-data input:valid~label {
    transform: translateY(-35px);
    font-size: 14px;
    color: #3498db;
  }

  .textarea textarea {
    resize: none;
    padding-top: 10px;
  }

  .input-data label {
    position: absolute;
    pointer-events: none;
    bottom: 10px;
    font-size: 16px;
    margin-left: 20px;
    transition: all 0.3s ease;
  }

  .textarea label {
    width: 100%;
    bottom: 40px;
    background: #fff;

  }

  .input-data input:focus~.underline:before,
  .input-data input:valid~.underline:before,
  .textarea textarea:focus~.underline:before,
  .textarea textarea:valid~.underline:before {
    transform: scale(1);
  }

  .submit-btn .input-data {
    overflow: hidden;
    height: 45px !important;
    width: 35% !important;
  }
  #submit{
    margin: -54px 0 0 345px
  }

  .submit-btn {
    width: 100%;
    margin-left: 800px;
  }

  .submit-btn .input-data input {
    background: linear-gradient(270deg, rgba(24,20,91, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    z-index: 2;
  }
  #paynow{
    width: 200px;
    height: 30px;
    border-radius: 10px;
      background: linear-gradient(270deg, rgba(24,20,91, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    float: left;
    margin:0 0 0 30px;
  }

  /* ----------------footer---------- */
  /* -------------------------- section-6 ---------------------------------- */

  #form-footer {
    position: relative;
    top: 60rem;
  }

  .form-section-6 {
    width: 100%;
    height: 100vh;
  }

  .form-footer {
    /* background-color: #24262b; */
    background: linear-gradient(90deg, rgba(2, 0, 36, 0.4) 0%, rgba(9, 9, 121, 0.4) 35%, rgba(0, 212, 255, 0.4) 100%);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(17px);
    border: 1px solid rgba(1, 32, 132, 0.7);
    padding: 40px 0;
    margin-top: 490px;
  }

  .form-footer .form-logoimg {
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }

  .form-footer .form-logoimg h5 {
    color: white;
    font-size: 15px;
    /* font-family: "DM Serif Text", serif; */

  }

  .form-footer .form-logoimg img {
    width: 40vh;
  }

  .form-footer-container {
    display: flex;
    justify-content: space-evenly;
    margin-top: 3%;
  }

  ul {
    list-style: none;
  }

  .form-footer-col {
    width: 25%;
    padding: 0;
    text-align: center;
  }

  .form-footer-col .social-links img {
    width: 10vh;
  }

  .form-footer-col .social-links img:nth-child(3) {
    width: 7vh;
  }

  .form-footer-col h4 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 35px;
    position: relative;
    /* font-family: "DM Serif Text", serif; */
    font-weight: 900;
    text-decoration: underline #001f4d;

  }

  .form-footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .form-footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
  }

  .form-mail {
    width: 100%;
    margin-top: 50px;
    /* background-color: red; */
    color: white;
    text-align: center;
  }

  .form-mail p a {
    color: #2c73df;
    text-decoration: underline;
  }
  .form-copyright {
    width: 100%;
    background-color: #000f2e;
    color: #ffffff;
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
    /* margin-top: 163px; */
  }

  .form-copyright p span {
    text-decoration: underline;
  }
  /* ------------------------- our listings ------------------------------ */
  .Listinghome{
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
  } 
  .Listinghome .Listinghighimg{
    width: 100%;
    height: 20vh;
    display: flex;
    justify-content: space-between;
    margin-top:0px;
  }
  .Listinghome .Listinghighimg img:nth-child(1){
    width: 150px;
    height: 150px;
    margin: 15px 0 0 20px;
  }
  .Listinghome  .Listinghighimg .Listinghighimg2{
    width: 300px;
    height: 100px;
    margin-top: 30px;
  }
  .Listinghome .mainimg{
    position: relative;
    z-index: 5;
    margin-top: 0px;
  }
  .Listinghome .mainimg img{
    width: 600px;
    height: 350px;
    margin: 0 0 0 0;
  }
  svg text {
    font-family: Lora;
    letter-spacing: 10px;
    stroke: #FFF;
    font-size: 70px;
    font-weight: 00;
    stroke-width: 2;
    animation: textAnimate 5s infinite alternate;
  }
  .Listinghome  h1{
    color: #fff;
    /* font-family: "DM Serif Text", serif; */
  font-size: 50px;
  text-align: center;
  margin: 10px  auto;
  }
    .section-8{
      width: 100%;
      height: 130vh;
    }
    .section-8 h1{
      width: 100%;
      color: white;
      font-family: "poppins", sans-serif;
            font-size: 50px;
      text-align: center;
      text-decoration: underline  #2c73df;
      position: relative;
      margin-top: 0px;
    }
  /*-------------- micro mega packs------------- */

  .main-container-for-card {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 50%;
    width: 100%;
    margin-top: -50px;
  }

  .container-for-card-mini {
    position: relative;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 400px;
    background: #f2f2f2;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 0 20px 8px #d0d0d0;
  }

  .content-for-card-mini {
    position: absolute;
    text-align: center;
    color: black;
  }

  .content-for-card-mini h2 {
    /* font-family: "DM Serif Text", serif; */
    font-size: 40px;
    text-shadow: 2px 2px 4px  rgba(160, 160, 160, 0.897);
    margin-top: 0px;
  }

  .content-for-card-mini P {
    font-size: 50px;
    font-family: "Bowlby One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 26px 0 -41px -47px;
    text-shadow: 2px 3px 6px  rgba(160, 160, 160, 0.897);
  }

  .content-for-card-mini p span {
    font-size: 20px;
    font-weight: 700;
  }

  #minibtn {
    width: 180px;
    height: 40px;
    margin: 75px 0 0 -40px;
    border-radius: 40px;
    background: linear-gradient(270deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    opacity: 0.7;
    border: 1px solid rgba(21, 70, 186, 0.6);
    font-size: 20px;
    color: white;
    font-weight: 500;
    box-shadow: -5px 4px 5px rgba(2, 0, 36, 1);
    cursor: pointer;
  }

  .flap-for-card-mini {
    width: 100%;
    height: 100%;
  }

  .flap-for-card-mini::before {
    position: absolute;
    content: "MI";
    text-align: end;
    padding-top: 110px;
    text-shadow: 3px 5px 4px #a19f9f;
    font-size: 60px;
    height: 100%;
    width: 50%;
    font-family: "Katibeh", serif;
    background: white;
    background-position: 100px;
    background-repeat: no-repeat;
    transition: 1s;
  }

  .flap-for-card-mini::after {
    position: absolute;
    content: "NI";
    font-size: 60px;
    padding-top: 110px;
    text-shadow: 3px 5px 4px #a19f9f;
    height: 100%;
    width: 50%;
    right: 0;
    font-family: "Katibeh", serif;
    background: white;
    background-position: -200px;
    background-repeat: no-repeat;
    transition: 1s;
  }

  .container-for-card-mini:hover .flap-for-card-mini::after {
    transform: translatex(310px);
  }

  .container-for-card-mini:hover .flap-for-card-mini::before {
    transform: translatex(-310px);
  }



  /*------------ 2nd div mega --------------*/
  .container-for-card-one {
    position: relative;
    /*left: 50%;*/
    /* top: 100%;  */
    /* transform: translate(-50%, -50%); */
    height: 300px;
    width: 400px;
    background: #f2f2f2;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 0 20px 8px #d0d0d0;
  }

  .content-for-card-one {
    position: absolute;
    color: black;
    text-align: center;
    margin-left: 100px;
  }

  .content-for-card-one h2 {
    /* font-family: "DM Serif Text", serif; */
    font-size: 40px;
    text-shadow: 2px 2px 4px  rgba(160, 160, 160, 0.897);
    margin: 35px 0 0 -62px;
  }

  .content-for-card-one P {
    font-size: 50px;
    font-family: "Bowlby One", sans-serif;
    /* margin-top: 25px; */
    margin: 26px 0 -41px -57px;
    text-shadow: 2px 3px 6px  rgba(160, 160, 160, 0.897)

  }

  .content-for-card-one p span {
    font-size: 20px;
    font-weight: 700;
  }

  #microbtn {
    width: 180px;
    height: 40px;
    margin: 75px 0 0 -40px;
    border-radius: 40px;
    background: linear-gradient(270deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    opacity: 0.7;
    border: 1px solid rgba(21, 70, 186, 0.6);
    font-size: 20px;
    color: white;
    font-weight: 500;
    box-shadow: -5px 4px 5px rgba(2, 0, 36, 1);
    cursor: pointer;
  }


  .flap-for-card-one {
    width: 100%;
    height: 100%;
  }

  .flap-for-card-one::before {
    position: absolute;
    content: "MIC";
    text-align: end;
    padding-top: 110px;
    text-shadow: 3px 5px 4px #a19f9f;
    font-size: 60px;
    height: 100%;
    width: 50%;
    font-family: "Katibeh", serif;
    background: white;
    background-position: 100px;
    background-repeat: no-repeat;
    transition: 1s;
  }

  .flap-for-card-one::after {
    position: absolute;
    content: "RO";
    font-size: 60px;
    padding-top: 110px;
    text-shadow: 3px 5px 4px #a19f9f;
    height: 100%;
    width: 50%;
    right: 0;
    font-family: "Katibeh", serif;
    background: white;
    background-position: -200px;
    background-repeat: no-repeat;
    transition: 1s;
  }

  .container-for-card-one:hover .flap-for-card-one::after {
    transform: translatex(310px);
  }

  .container-for-card-one:hover .flap-for-card-one::before {
    transform: translatex(-310px);
  }

  /* mini card */
  /* ----------- medium card ------------------- */
  .container-for-card-medium {
    position: relative;
    /*left: 50%;*/
    /* top: 100%;  */
    /* transform: translate(-50%, -50%); */
    height: 300px;
    width: 400px;
    background: #f2f2f2;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 0 20px 8px #d0d0d0;
  }

  .content-for-card-medium {
    position: absolute;
    color: black;
    text-align: center;
    margin-left: 100px;
  }

  .content-for-card-medium h2 {
    /* font-family: "DM Serif Text", serif; */
    font-size: 40px;
    text-shadow: 2px 2px 4px  rgba(160, 160, 160, 0.897);
    margin: 35px 0 0 -62px;
  }

  .content-for-card-medium P {
    font-size: 50px;
    font-family: "Bowlby One", sans-serif;
    /* margin-top: 25px; */
    margin: 26px 0 -41px -57px;
    text-shadow: 2px 3px 6px  rgba(160, 160, 160, 0.897)

  }

  .content-for-card-medium p span {
    font-size: 20px;
    font-weight: 700;
  }

  #mediumbtn {
    width: 180px;
    height: 40px;
    margin: 75px 0 0 -40px;
    border-radius: 40px;
    background: linear-gradient(270deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    opacity: 0.7;
    border: 1px solid rgba(21, 70, 186, 0.6);
    font-size: 20px;
    color: white;
    font-weight: 500;
    box-shadow: -5px 4px 5px rgba(2, 0, 36, 1);
    cursor: pointer;
  }


  .flap-for-card-medium {
    width: 100%;
    height: 100%;
  }

  .flap-for-card-medium::before {
    position: absolute;
    content: "SM";
    text-align: end;
    padding-top: 110px;
    text-shadow: 3px 5px 4px #a19f9f;
    font-size: 60px;
    height: 100%;
    width: 50%;
    font-family: "Katibeh", serif;
    background: white;
    background-position: 100px;
    background-repeat: no-repeat;
    transition: 1s;
  }

  .flap-for-card-medium::after {
    position: absolute;
    content: "ALL";
    font-size: 60px;
    padding-top: 110px;
    text-shadow: 3px 5px 4px #a19f9f;
    height: 100%;
    width: 50%;
    right: 0;
    font-family: "Katibeh", serif;
    background: white;
    background-position: -200px;
    background-repeat: no-repeat;
    transition: 1s;
  }

  .container-for-card-medium:hover .flap-for-card-medium::after {
    transform: translatex(310px);
  }

  .container-for-card-medium:hover .flap-for-card-medium::before {
    transform: translatex(-310px);
  }

  /* -------------- end medium card------ */
  /*------------ 2nd div mega --------------*/
  .container-for-card-two {
    position: relative;
    /*left: 50%;*/
    /* top: 100%;  */
    /* transform: translate(-50%, -50%); */
    height: 300px;
    width: 400px;
    background: #f2f2f2;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 0 20px 8px #d0d0d0;
  }

  .content-for-card-two {
    position: absolute;
    color: black;
    text-align: center;
    margin-left: 100px;
  }

  .content-for-card-two h2 {
    /* font-family: "DM Serif Text", serif; */
    font-size: 40px;
    text-shadow: 2px 2px 4px rgba(160, 160, 160, 0.897);
    margin: 35px 0 0 -62px;
  }

  .content-for-card-two P {
    font-size: 50px;
    font-family: "Bowlby One", sans-serif;
    margin:25px 0 -45px -51px;
    text-shadow: 2px 3px 6px  rgba(160, 160, 160, 0.897);

  }

  .content-for-card-two p span {
    font-size: 20px;
    font-weight: 700;
  }

  #megabtn {
    width: 180px;
    height: 40px;
    /* margin-top: 75px; */
    margin: 75px 0 0 -40px;
    border-radius: 40px;
    background: linear-gradient(270deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    opacity: 0.7;
    border: 1px solid rgba(21, 70, 186, 0.6);
    font-size: 20px;
    color: white;
    font-weight: 500;
    box-shadow: -5px 4px 5px rgba(2, 0, 36, 1);
    cursor: pointer;
  }


  .flap-for-card-two {
    width: 100%;
    height: 100%;
  }

  .flap-for-card-two::before {
    position: absolute;
    content: "MED";
    text-align: end;
    padding-top: 110px;
    text-shadow: 3px 5px 4px #a1a0a0e1;
    font-size: 60px;
    height: 100%;
    width: 50%;
    font-family: "Katibeh", serif;
    background: white;
    background-position: 100px;
    background-repeat: no-repeat;
    transition: 1s;
  }

  .flap-for-card-two::after {
    position: absolute;
    content: "IUM";
    font-size: 60px;
    padding-top: 110px;
    text-shadow: 3px 5px 4px #a19f9f;
    height: 100%;
    width: 50%;
    right: 0;
    font-family: "Katibeh", serif;
    background: white;
    background-position: -200px;
    background-repeat: no-repeat;
    transition: 1s;
  }

  .container-for-card-two:hover .flap-for-card-two::after {
    transform: translatex(310px);
  }

  .container-for-card-two:hover .flap-for-card-two::before {
    transform: translatex(-310px);
  }


  #megabtn:hover {
    animation: zoom-in-zoom-out 1s ease infinite;
  }

  #microbtn:hover {
    animation: zoom-in-zoom-out 1s ease infinite;
  }
  #minibtn:hover {
    animation: zoom-in-zoom-out 1s ease infinite;
  }

  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }

    50% {
      transform: scale(1.2, 1.2);
    }

    100% {
      transform: scale(1, 1);
    }
  }

  /* -------------------------micro/mega packs ends----------------------------- */
  .maincontainer-listings{

    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
  }
  .subdivision-1{
    width: 100%;
    display: flex;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .subdivision-1 h1{
    width: 100%;
    color: white;
    /* font-family: "DM Serif Text", serif; */
    font-size: 50px;
    text-align: center;
    margin-top: 20px;
    text-decoration: underline  #2c73df;
  }
  .subdivision-1 p{
    font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  }
  .subdivision-1 h2{
    font-family: "Nanum Myeongjo", serif;
    font-weight: 400;
    font-style: normal;
    
  }
  .subdivision-1 h3{
    font-family: "Vina Sans", sans-serif;
  font-weight: 1000;
  font-style: normal;
  font-size: 30px;
  }
  .subdivision-2{
    width: 100%;
    height: 170vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid white; */
  }
  .boxs-1{
    width: 300px;
    /* height: auto; */
    padding: 10px;
    margin: 20px 20px;
    border-radius: 10px;
    border: 1px solid white;
  }
  .top-box{
    /* height: 300px; */
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 1px solid white;
    text-align: center;
  }
  .top-box h1{
    /* font-family: "DM Serif Text", serif; */
    font-size: 40px;
    padding-top: 10px;
  }
  .top-box p{
    /* font-family: "DM Serif Text", serif; */
    font-size: 15px;
    padding:0 10px 0 10px;
  }
  .top-box h2{
    /* font-family: "DM Serif Text", serif; */
    font-size: 30px;
    padding-top: 10px;
  }
  .bottom-box{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .bottom-box ul li{
    padding: 10px;
  }
  .Box-button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
  }
  .Box-button button{
    width: 200px;
    height: 40px;
    border-radius: 20px;
    margin: 20px 0  0 0;
  }
  .Box-button button a{
    color: black;
  }
  .Box-button button:hover{
    width: 220px;
    height: 43px;
    transform: translate(ease-in-out);
  }