
.src-nav{
    margin-left:3%;
}
.src-nav p{
  font-weight: 600;
  font-size: medium;
  color: red;
}
.bg {
    animation:slide 3s ease-in-out infinite alternate;
    /* background-image: linear-gradient(-60deg, #bcbdcfc0 50%, #fdfdfd 50%); */
    background-image: linear-gradient(-60deg, #505057c0 50%, #8493afc0 50%);
    bottom:0;
    left:-50%;
    opacity:.5;
    position:fixed;
    right:-50%;
    top:0;
    z-index:-1;
  }
 #navbarText{
   margin-left: 30%
 }
  .li-nav li{
    font-size: 1.6em;
  }
  .single-product{
    text-align:center; 
    height: 10vh;
    width: 10vw;
    margin: 1%;
  }
  .single-product :hover{
    color: green;
  }
  .sec-cont p{
    text-align: center;
    font-size: 20px;
    font-size: 1.2em;
    font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  }
  .b-content{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75vw;
    background-color: #3e5370b0; 
    color: aliceblue;
    font-family: 'Secular One', sans-serif;
    margin-top: 4%;
  }
  .single-product a{
    text-decoration: none;
    color: #ffffff;
    /* max-width: 20%; */
  }
  .ttle{
    display: grid;
    grid-template-columns: 1fr 8fr;
  }
#evat-ttl{
  background-color: rgb(251, 251, 251);
}
  .ttle h3{
    text-align: center;
    font-weight: 500;
  }
  .my-nav{
      background-color: rgba(238, 189, 28, 0.733);
  }
  .my-body{
    height: 100vh;
  }
  .top-icon{
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.GRA{
  background-image: linear-gradient(to bottom right,#0a708a, #47a3a3, #4987a1);
    color: #1d2935;
  }
  .API{
    background-image: linear-gradient(to bottom right,#47a762, #5ab985, #2d8661);
  }
  .ACC{
    background-image: linear-gradient(to bottom right, #0a8a7f, #32b6a4, #239ca5);
  }
  
  .CERCLE{
    background-image: linear-gradient(to bottom right, #1a719c, #65aabb, #109fd8);
  }
  .classment{
   text-align: center;
   padding-top: 2%;
   color: #c9b60e;
   font-size: 1.3em;
  }
  /* ============================== ================================== */

  .ACCOUNTS{
    border: 0;
    border-radius: .25rem;
    box-sizing: border-box;
    cursor: pointer;
    font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 600;
    line-height: 1.75rem; /* 28px */
    padding: 1rem 1.25rem;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-size: 13px;
  }
 
  .button-76:hover {
    box-shadow: none;
  }
  
  @media (min-width: 1024px) {
    .button-76 {
      padding: 1rem 1.5rem;
      line-height: 2rem; /* 32px */
    }
  }
  @media (max-width: 800px) {
    .single-product{
      font-size: .6em;
    }
    }
    @media (max-width: 1440px) {
      .single-product{
        height: 10vh;
        width: 45vw;
        padding-top: 2%;
      }
      }
  /* ================================  ============================ */
  .CERCLE{
    background-color: #dce8ebb4;
  }
  .API1{
    background-color: #dce8ebb4;
  }
  .sec-cont{
padding: 3%; 
  }
  .menu-bg :hover{
    background-color: rgba(8, 59, 124, 0.384);
  }
  .bg2 {
    animation-direction:alternate-reverse;
    animation-duration:4s;
  }
  .bg3 {
    animation-duration:20s;
  }
  h1 {
    font-family:monospace;
  }
  @keyframes slide {
    0% {
      transform:translateX(-25%);
    }
    100% {
      transform:translateX(25%);
    }
  }
  #aside-pro{
    text-align: left;
  }
  .evat-download{
    display: grid;
    grid-template-columns: 5fr 5fr;
  }
  .evat-download a{
    color: rgb(77, 219, 77);
    
  }
