#applogo{
    height: 120px;
    width: 120px;
  }
  #hero{
    margin: 0px;
  }
  #divhead{
    color: white;
  }
  #divp{
    color: white;
    font-size: 20px;
  }
  #biglogo{
    width: 300px;
    height: 300px;
   display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  #download{
    opacity: 0px;
    background: none;
    color: white;
    border-radius: 5px;
    border-color: white;
    font-weight: bold;
    width: 160px;
    height: 30px;
    border-radius: 50px;
  
  }
  #head{
    background-image:
    linear-gradient(to right, #243355, #2483d7);
  }
  .abouth{
    font-weight: bold;
    text-align: center;
  }
  .symbols{
    text-align: center;
  }
  #aboutbattleblaze{
    margin-left: 50px;
    margin-right: 50px;
  }
  .aboutp{
    color: grey;
    text-align: center;
  }
  .abouthead{
    text-align: center;
    font-weight: bold;
  }
  .speed{
     display: block;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: 50px!
  }
  .head{
    color: white;
    text-align: center;
  }
  .phead{
     color: white;
    text-align: center;
  }
  #imghead{
    background-image:
    linear-gradient(to right, #243355, #2483d7);
   }
  .image-gallery {
  
  overflow-x: auto;
  
  white-space: nowrap;
  
  scroll-behavior: smooth;
  
  }
  
  .image-gallery img {
  
  flex: 0 0 auto;
  
  width: 410px;
  
  height: 840px;
  
  margin: 10px;
  
  object-fit: cover;
  
  }
  #downloaddiv{
    background-image:
    linear-gradient(to right, #243355, #2483d7);
  }
  #downloaddivbtn{
    opacity: 0px;
    background: none;
    color: white;
    border-radius: 5px;
    border-color: white;
    font-weight: bold;
    width: 200px;
    height: 40px;
    border-radius: 50px;
    
    margin-left: auto;
    margin-right: auto;
    
  }
  .download{
    color: white;
    text-align: center;
  }
  .btn-4 {
    scale: 0.5;
    --width: 160px;
    --height: 64px;
    --tooltip-height: 40px;
    --tooltip-width: 110px;
    --gap-between-tooltip-to-button: 18px;
    --button-color: #000;
    --tooltip-color: #fff;
    width: var(--width);
    height: var(--height);
    background: var(--button-color);
    position: absolute;
    text-align: center;
    border-radius: 32px;
    font-family: inherit;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s;
    font-weight: bold;
  }
  
  .btn-4::before {
    position: absolute;
    content: attr(data-tooltip);
    width: var(--tooltip-width);
    height: var(--tooltip-height);
    background-color: var(--tooltip-color);
    font-size: 16px;
    color: #111;
    border-radius: 6px;
    line-height: var(--tooltip-height);
    bottom: calc(var(--height) + var(--gap-between-tooltip-to-button) + 10px);
    left: calc(50% - var(--tooltip-width) / 2);
  }
  
  .btn-4::after,
  .btn-4::before {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  
  .btn-4 .text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .btn-4 .button-wrapper,
  .btn-4 .text,
  .btn-4 .icon {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    color: #fff;
  }
  
  .btn-4 .text {
    top: 0;
  }
  
  .btn-4 .text,
  .btn-4 .icon {
    transition: top 0.5s;
  }
  
  .btn-4 .icon {
    color: #fff;
    top: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .btn-4 .icon svg {
    width: 24px;
    height: 24px;
  }
  
  .btn-4:hover {
    background: #02A2F8;
  }
  
  .btn-4:hover .text {
    top: -100%;
  }
  
  .btn-4:hover .icon {
    top: 0;
  }
  
  .btn-4:hover:before,
  .btn-4:hover:after {
    opacity: 1;
    visibility: visible;
  }
  
  .btn-4:hover:after {
    bottom: calc(var(--height) + var(--gap-between-tooltip-to-button) - 20px);
  }
  
  .btn-4:hover:before {
    bottom: calc(var(--height) + var(--gap-between-tooltip-to-button));
  }
  .install{
    background-color: transparent;
    color: white;
    border-radius: 50px;
    border-color: white;
    box-sizing: 10px;
    box-shadow: white;
    border-width: 1px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .instal{
    background-color: transparent;
    color: white;
    border-radius: 50px;
    border-color: white;
    box-sizing: 10px;
    box-shadow: white;
    border-width: 1px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    align-self: center;
    align-content: center;
  }
body {
  font-family: sans-serif;
}
.slider{
    width: 1000px;
    max-width: 97vw;
    height: 745px;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
    overflow: hidden;
}
.slider .list{
    position: absolute;
    width: 500;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
}
.slider .list img{
    width: 500px;
    max-width: 100vw;
    height: 100%;
    object-fit: cover;
}
.slider .buttons{
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.slider .buttons button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff5;
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
}
.slider .dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.slider .dots li{
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 10px;
    border-radius: 20px;
    transition: 0.5s;
}
.slider .dots li.active{
    width: 30px;
}