*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::-webkit-scrollbar{
    width: 9px;
}
::-webkit-scrollbar-thumb{
    background: linear-gradient(transparent,rgba(223, 6, 6, 0.938));
}
::-webkit-scrollbar-thumb:hover{
    background: linear-gradient(transparent,#0f990f);
    border-radius: 6px;
    cursor: pointer;
}
body{
    background-color: #f4f4f4;
    overflow-x: hidden !important;
}
#mobile{
    display: none;
}
header{
    width: 100%;
    height: 14vh;
    background-color: black;
}
.topnav{
    width: 85%;
    height: 5vh;
    border-bottom: 0.9px solid rgb(255, 255, 255);
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}
.left{
    width: 33%;
    height: 4vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.we{
    display: flex;
    align-items: center;
}
.what{
    display: flex;
    align-items: center;
}
.num{
    color: white;
    font-size: 0.97em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.img{
    width: 3.9vw;
    height: 3.9vh;
}
.right{
    width: 35%;
    height: 4vh;
    display: flex;
}
.account{
    width: 63%;
    height: 4vh;
    border-right: 1px solid white ;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.account .img{
    width: 2.5vw;
    height: 2.5vh;
}
.lang{
    width: 37%;
    height: 3.9vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:red;
    margin: auto 10px;
    cursor: pointer;
}
li{
 list-style: none;
 color: white;
 font-size: medium;
 display: flex;
  align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
li img{
    width: 2.5vw;
    height: 2vh;
}
.langimg{
    width: 3vw;
    height: 3vh;
}
.drop{
    width: 10.5%;
    height: 4vh;
    background-color:rgba(13, 100, 28, 0.795);
    z-index: 1;
    position: absolute;
    top: 4%;
    right: 8.2%;
    display:none;
}
.lang:hover .drop{
    display: flex;
}
.drop a{
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    margin: auto;
}
.drop a img{
     width: 1.5vw;
    height: 3vh;
    border-radius:43px;
}
.drop:hover{
    background-color: rgb(36, 36, 56);
}
.eng{
    width: 2.3vw;
    height: 2.3vh;
}
.logo img{
    width: 7.5vw;
    height: 7.5vh;
}
nav{
    width: 85%;
    height: 9vh;
    margin: 4px auto;
    display: flex;
    justify-content: space-between;
}
.monav{
  width: fit-content;
  height: fit-content;
  display: none;
}
.logo{
    display: flex;
    align-items: center;
}
.logo .name{
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 900;
        font-style: normal;
}
.nav{
    display: flex;
    align-items: center;
}
.mnav li{
  padding: 15px;
  text-decoration: none;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  cursor: pointer;
  font-size: 1em;
}
.nav li{
    padding: 15px;
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    cursor: pointer;
    font-size: 1em;
}
.nav li a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1em;
}
.mnav li a{
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1em;
}
.dropss{
    width: 15%;
    height: 0%;
    background-color:rgb(133, 214, 252);
    z-index: 111;
    position: absolute;
    top: 13%;
    display:none;
    border-radius: 10px;
    transition: 0.75s;
}
.mdropss{
  width: fit-content;
  height: fit-content;
  z-index: 111;
  display:none;
  background-color: rgb(172, 26, 26);
  border-radius:10px;
  position: relative;
  top: 15px;
}
.dropss a{
    width: 100%;
    padding: 5px;
    display: block;
    text-align: center;
    border-bottom: 1px solid rgb(165, 159, 159);
}
.mdropss a{
  width: 100%;
  padding: 5px;
  display: block;
  text-align: center;
}
.drops a{
    width: 100%;
    padding: 7px;
    display: block;
    text-align: center;
    border-bottom: 1px solid gray;
}
.mdrops a{
  width: 100%;
  padding: 7px;
  display: block;
  text-align: center;
}
nav ul .navli a{
    color: white;
}
.dropss a:hover{
    background-color: rgb(255, 0, 0);
    color: white;
}
.drop a:hover{
    background-color: rgb(36, 36, 56);
}
.drops a:hover{
    background-color: rgb(255, 0, 0);
    color: white;
}
.navlib:hover .drops{
    display: block;
}
.navl:hover .dropss{
  display: block;
}
.drops{
    width: 55%;
    height: 0%;
    background-color:rgb(133, 214, 252);
    z-index: 1;
    position: absolute;
    top: 13%;
    display: none;
    border-radius: 20px;
    z-index: 11111;
    transition: 1s;
}
.mdrops{
  width: fit-content;
  height: fit-content;
  display: none;
  z-index: 11111;
  background-color: rgb(172, 26, 26);
  border-radius: 10px;
  position: relative;
  top: 15px;
}
form{
    width: 100%;
    height: 10vh;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1%;
   }
.text{
       width: 45%;
       height: 7vh;
       background-color: rgb(206, 199, 199);
       color: rgb(0, 0, 0);
       font-size: medium;
       font-weight: 700;
       border: none;
       border-radius: 20px;
   }
   .btn{
       width: 10%;
       height: 7vh;
       background-color: red;
       color: white;
       font-size: medium;
       font-weight: 700;
       border: none;
       border-radius: 20px;
   }
   .main{
    width: 100%;
    height: 67vh;
    position: relative;
    overflow-x: hidden;
}
.container{
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 1s;
}
.imgs{
    width: 100%;
   height: 100%;
    position: absolute;
}
.mobmain{
    display: none;
}
.button{
    width: 95%;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 51vh;
    margin: 0% 3%;
}
.lefts{
    width: 3vw;
    height: 6.5vh;
    transform: rotate(90deg);
    cursor: pointer;
    background-color: red;
    border-radius: 25px;
}
.rights{
    width: 3vw;
    height: 6.5vh;
    transform: rotate(-90deg);
    cursor: pointer;
    background-color: red;
    border-radius: 25px;
}
section{
    width: 93%;
    height: fit-content;
    margin: auto;
}
.headin{
    margin-top: 1vw;
}
.headin .h1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.7em;
    color: rgb(56, 56, 56);
    font-weight: bold;
    margin-bottom: 1%;
}
.statement{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1em;
    font-weight: 600;
}
.redmore{
    color: red;
    font-weight: bold;
    cursor:pointer;
}
.LAWNA{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1em;
    font-weight: 590;
    display: none;
    text-align: justify;
}
.readmore{
    color: red;
    font-weight: bold;
    cursor:pointer;
}
.block{
    display: block;
}
.none{
    display: none;
}
.h1{
    display: flex;
    justify-content: space-between;
}
.ca img{
 width:3.5vw;
 height:3.5vh;
}
.ca{
    color: rgb(24, 41, 117);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 0.63em;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.kholi{
    max-width: 1262px;
    margin: 0 auto;
    text-align: center;
  }
  .card{
    display: flex;
    overflow-x: hidden;
    gap: 13px;
    padding-bottom: 10px;
   
  }
  .ta{
    display: flex;
    overflow-x: hidden;
    gap: 13px;
    padding-bottom: 10px;
     animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
  }
  .bas{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 305px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    height: fit-content;
  }
  .bas h4{
    height: 6vh;
    font-family: "Varela Round", sans-serif;
    font-weight: bold;
     color: #ffffff;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 2px;
     background-color: rgba(47, 128, 36, 0.863);
     font-size: larger;
    }
  .bas img {
    width: 100%;
    height: 50%;
    border-radius: 8px;
    filter: brightness(65%);
  }
  
  .bas h3 {
    font-size: 1.2rem;
    margin: 10px 0;
  }
  
  .bas .description {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #313131;
    font-size: 1rem;
    margin: 10px 0;
    text-align: justify;
  }
  .bas a{
    color: rgb(10, 89, 235);
}
  .bas .book {
    background-color: red;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .bas .book:hover {
    background-color: #218838;
  }
  
  .bas:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .cla{
    width: 93%;
    height: 10vh;
    position: absolute;
    top: 130vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.taa{
    top: 305%;
}
.b{
    width: 3vw;
    height: 6vh;
    border: none;
    background-color: white;
    border-radius: 25px;
    cursor: pointer;
    animation: transition 0.9s infinite;
}
@keyframes transition {
    from{
        border: 0.1px solid rgb(149, 179, 223);
    }
    to{
        border: 7px solid rgb(118, 139, 235);
    }
}
.ba{
    width: 3vw;
    height: 6vh;
    border: none;
    transform: rotate(180deg);
    background-color: white;
    border-radius: 25px;
    cursor: pointer;
    visibility: hidden;
}
.another{
    width: 93%;
    height: fit-content;
    margin: auto;
    animation: app linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}

.gallery-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding: 10px;
    margin: auto;
    display: flex;
    justify-content: center;
    animation: scale linear;
    animation-timeline: view();
    animation-range: entry 5%;
  }
  @keyframes scale {
    from{
      opacity: 0;
      scale: 0.5;
    }
    to{
      opacity: 1;
      scale: 1;
    }
  }
  .hi{
    top: 380%;
  }
  .gallery {
    display: flex;
    gap: 10px;
    transition: transform 0.5s ease-in-out;
  }
  .image-item {
    position: relative;
  }
  
  .image-item img {
    width: 15vw;
    height: 245px;
    object-fit: cover;
    filter: brightness(50%);
    border-radius: 8px;
  }
  #link{
    color: black;
    margin-bottom: 0.3%;
  }
  .text-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 15px;
    padding: 5px;
    border-radius: 5px;
    font-family: sans-serif;
  }
.text-verlay{
 position: absolute;
top: 10px;
right: 10px;
background-color: rgba(0, 0, 0, 0.5);
color: white;
font-size: 13px;
padding: 5px;
border-radius: 5px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
.h{
    max-width: 47Vw;
    margin: 35px auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    color: black;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4%;
}
.line{
    width: 20%;
    height: 0.9vh;
    background-color: red;
}
.navbar {
    width: 93vw;
    background-color: #333;
    padding: 10px 20px;
  }
  .navbar ul {
    width: 80%;
    margin: auto;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
  }
  
  .navbar ul li {
    display: flex;
    justify-content: space-between;
  }
  .navbar ul li:hover {
    color: #f39c12;
    cursor: pointer;
  }
  .product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px;
  }
  .product-card {
    width: 280px;
    height: 65vh;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 7px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .product-card img {
    width: 100%;
    height: 60%;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
  }
  .product-card:hover img {
    transform: scale(1.05);
  }
  .product-card h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0;
    font-family: sans-serif;
  }
  .product-card p {
    color: #2e2d2d;
    margin: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
  }
  .product-card .product-price {
    font-size: 20px;
    color: #e74c3c;
    font-weight: bold;
    margin: 10px 0;
  }
  .product-card .add-to-cart-btn {
    background-color: green;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    text-decoration: none;
  }
  .product-card .add-to-cart-btn:hover {
    background-color: #2980b9;
  }
  .gallery:hover{
    cursor: pointer;
  }
  footer{
    width: 100%;
    height: 80vh;
    background-color: rgb(43, 41, 41);
    animation: down linear;
    animation-timeline: view();
    animation-range: entry 0 cover 25%; 
}
.footer{
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxfirst{
    width: 20%;
    height: 45vh;
    margin: 20px;
}
.boxfirst h3{
    font-size: 1.5em;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.links{
    width: 100%;
    height: 80%;
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 7%;
}
.links a{
    color: white;
    font-size: 1em;
    text-decoration: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.footerimg{
    width: 90%;
    height: 80%;
}
.associated{
    width: 100%;
    height: 25vh;
}
.associated h3{
    font-size: 1.5em;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
}
.icon{
    width: 90%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-top: 10px;
}
.payment h4{
    font-size: 1.2em;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
}
.me{
    width: 100%;
    height: 5vh;
    background-color: rgb(26, 25, 25);
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.links a:hover{
    color: red;
}
.copy{
    color: white;
    width: fit-content;
    height: 3vh;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.san{
    color: white;
    width: fit-content;
    height: 3vh;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.ta .bas #blue{
    color: white;
    background-color: #2980b9;
}
.why{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 0.5px solid gray;
}
.why h3{
    width: fit-content;
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 3em;
    font-family: "Varela Round", sans-serif;
}
.buttacover{
    width: 95%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    margin: 15px auto;
    align-items: center;
}
.butta{
    width: 30%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-radius: 7px;
}
.bu{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10% auto;
}
.us{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: justify;
    color: rgb(94, 91, 91);
}
.bu h4{
    font-size: 2.5em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.butt{
    width: 30%;
    height: 40vh;
    background-color: rgb(248, 245, 244);
    border: 2px solid;
}
.pa{
    width: 15vw;
    height: 15vh;
    margin-top: 5%;
}
  .blog-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
  .blog-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
  }
  
  .blog-card:hover {
    transform: translateY(-10px);
  }
  
  .card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .card-content {
    padding: 20px;
  }
  .h{
    max-width: 100vw;
  }
  @keyframes app {
    from{
      opacity: 0;
      transform: translateX(-200px);
    }
    to{
      opacity: 1;
      transform: translateX(0px);
    }
  }
  .card-content h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  
  .card-content .date {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 15px;
  }
  
  .card-content .description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
  }
  
  .card-content .dmore {
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    color: #3498db;
    transition: color 0.3s ease;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  
  .card-content .dmore:hover {
    color: #2980b9;
  }
  
  /* Responsive Design */
  @media (max-width: 1024px) {
    .blog-container {
      grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
    }
  }
  
  @media (max-width: 768px) {
    .blog-container {
      grid-template-columns: 1fr; /* 1 column on mobile */
    }
  
    .card-content h2 {
      font-size: 1.2rem;
    }
  
    .card-content .description {
      font-size: 0.9rem;
    }
  }
  .message{
    width: 100%;
    height: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  @keyframes down {
    from{
       scale: 0.5;
    }
    to{
       scale: 1;
    }
  }
  .backgroundimage img{
    width: 100%;
    height: 60vh;
    filter: brightness(30%);
    object-fit: cover;
  }
  .h3{
    width: 100%;
    color: rgb(255, 251, 251);
    text-align: center;
    font-size: 3em;
    z-index: 1;
    position: absolute;
    top: 2%;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  .overflow{
    width: 85%;
    height: 30vh;
    position: relative;
    position: absolute;
    top: 35%;
    overflow-x: hidden;
    margin-left: 8%;
  }
  .info{
    width: 100%;
    height: fit-content;
    position: absolute;
    transition: all 0.3s;
  }
  .first{
    width: 100%;
    height: fit-content;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .s{
    width: 75%;
    font-size:1em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
    text-align: justify;
  }
  .ceo img{
    width: 18vw;
    height: 25vh;
    border-radius: 37%;
  }
  .c{
    font-size: 1.5em;
    font-weight: bold;
  }
  .why-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    justify-items: center;
    padding: 0 20px;
}
.why-item {
    text-align: center;
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.why-item:hover {
    transform: translateY(-10px);
}

.why-item i {
    font-size: 40px;
    color: #f10707;
    margin-bottom: 20px;
}

.why-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #f00c0c;
}

.why-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}
@keyframes appear {
  from{
    transform: translateX(200px);
    opacity: 0;
  }
  to{
    transform: translatex(0px);
    opacity: 1;
  }
}
/* Responsive Design */
@media (max-width: 768px) {
    .why-items {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .why-items {
        grid-template-columns: 1fr;
    }

    .why-choose-us h2 {
        font-size: 28px;
    }

    .why-item h3 {
        font-size: 20px;
    }

    .why-item p {
        font-size: 14px;
    }
}
.loader{
  width: 100vw;
  height: 100vh;
  background-color: black;
  position: absolute;
  top: 0%;
  z-index: 111111111111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lhide{
  display: none;
}
.loading-text {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 10px;
  font-family: sans-serif;
  animation: fadeInText 2s ease-in-out infinite alternate;
}
@keyframes fadeInText {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 600px) {
  .loading-text {
    font-size: 16px;
  }
}
.anarea{
  display: flex;
}
.child{
  width: 35px;
  height: 25px;
  margin: 3%;
  border-radius: 133px;
  background-color: #1949b3;
}
.w{
  background-color: #3498db;
  animation: de 1s linear infinite;
}
.e{
  animation: d 1s linear infinite;
}
@keyframes de {
  0%{
  transform: translateY(-30px);
  }
  25%{
    transform: translateY(-20px);
   }
   50%{
    transform: translateY(-10px);
   }
   100%{
    transform: translateY(0px);
   }
}
@keyframes d {
  0%{
  transform: translateY(0px);
  }
  25%{
    transform: translateY(-10px);
   }
   50%{
    transform: translateY(-20px);
   }
   100%{
    transform: translateY(-30px);
   }
}
.m{
  width: 0vw;
  height: fit-content;
  background-color: black;
  position: absolute;
  top: 0%;
  z-index: 111111111;
  transition: all 0.9s;
}
.mr{
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 1%;
  left: 70vw;
  background-color: rgb(255, 255, 255);
  z-index: 1111111111111;
}
.mr .mc{
  width: 0px;
  height: 30px;
  transition: all 1s;
}
.mocontact{
  position: absolute;
  top: 7.2vh;
  left: 3vw;
  background-color: #324246;
  width: fit-content;
  height: fit-content;
  display: none;
}
.margin{
  margin: 10px;
}
.blocking{
  display: block;
}
.mired{
  width: 25vw !important;
  height: fit-content;
  background-color: rgb(21, 29, 95) !important;
  padding: 5px;
  display: none;
  position: absolute;
  top: 5.5vh;
  right: 0.5vw;
}
.flexing{
  display: flex;
}
@media screen and (max-width:345px){
  .navbar ul li{
    font-size: 0.9em !important;
  }
}