@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
body{
    background:linear-gradient(25deg,#a6bff5,lightblue);
}
.gallery div{
    height: 340px;
    width:900px;
    display:flex;
    overflow-x: scroll;
}
.gallery div{
    width: 100%;
    display:grid;
    grid-template-columns: auto auto auto;
    grid-gap:25px;
    padding: 10px;
    flex :none;
}

.a3c{
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    border: 2px solid rgb(255, 255, 255);
    float: inline-start;
    width: 100%;
  transform: rotateX('45deg');
  /* transform: rotate(45deg); */
  /* transform: rotateY(45deg); */
  transition: all 3s ease;
  animation-name: sq;
  animation-duration: 12s;
  animation-timing-function: linear;
  position: relative;
  
  animation-iteration-count:infinite;
  }
  @keyframes sq{
  
  0%{
      transform: rotateY(0deg);
  }
  20%{
      transform: rotateY(45deg);
  }
  40%{
      transform: rotateY(90deg);
  }
  50%{
      transform: rotateY(135deg);
  }
  60%{
      transform: rotateY(180deg);
  }
  70%{
      transform: rotateY(225deg);
  }
  80%{
      transform: rotateY(270deg);
  }
  90%{
      transform: rotateY(315deg);
  }
  100%{
      transform: rotateY(360deg);
  }
  
  } 
  .arrow{
    /* transform: rotateX('45deg'); */
  /* transform: rotate(45deg); */
  /* transform: rotateY(45deg); */
  transition: all 3s ease;
  animation-name: arr;
  animation-duration: 6s;
  animation-timing-function: linear;
  position: relative;
  
  animation-iteration-count:infinite;
}
@keyframes arr{
  
    0%{
        transform: rotateX(0deg);
    }
    20%{
        transform: rotateX(45deg);
    }
    40%{
        transform: rotateX(90deg);
    }
    50%{
        transform: rotateX(135deg);
    }
    60%{
        transform: rotateX(180deg);
    }
    70%{
        transform: rotateX(225deg);
    }
    80%{
        transform: rotateX(270deg);
    }
    90%{
        transform: rotateX(315deg);
    }
    100%{
        transform: rotateX(360deg);
    }
    
    } 
.tech1{
    
    align-items: center;
    justify-content: center;
    margin: 30px;
}
@media (width<800px){
    .tech1{
        
        margin: 4px;
    }
}
@media (width>1400px){
    .gallery div{
        height: 340px;
        width:900px;
        display:flex;
        overflow-x: scroll;
    }
    .a3c{
        justify-content: center;
        text-align: center;
        display: flex;
        align-items: center;
        border: 2px solid rgb(255, 255, 255);
        float: inline-start;
        width: 100%;
      transform: rotateX('45deg');
      /* transform: rotate(45deg); */
      /* transform: rotateY(45deg); */
      transition: all 3s ease;
      animation-name: sq;
      animation-duration: 12s;
      animation-timing-function: linear;
      position: relative;
      
      animation-iteration-count:infinite;
      }
      @keyframes sq{
      
      0%{
          transform: rotateY(0deg);
      }
      20%{
          transform: rotateY(45deg);
      }
      40%{
          transform: rotateY(90deg);
      }
      50%{
          transform: rotateY(135deg);
      }
      60%{
          transform: rotateY(180deg);
      }
      70%{
          transform: rotateY(225deg);
      }
      80%{
          transform: rotateY(270deg);
      }
      90%{
          transform: rotateY(315deg);
      }
      100%{
          transform: rotateY(360deg);
      }
      
      } 
      .arrow{
        /* transform: rotateX('45deg'); */
      /* transform: rotate(45deg); */
      /* transform: rotateY(45deg); */
      transition: all 3s ease;
      animation-name: arr;
      animation-duration: 6s;
      animation-timing-function: linear;
      position: relative;
      
      animation-iteration-count:infinite;
    }
    @keyframes arr{
      
        0%{
            transform: rotateX(0deg);
        }
        20%{
            transform: rotateX(45deg);
        }
        40%{
            transform: rotateX(90deg);
        }
        50%{
            transform: rotateX(135deg);
        }
        60%{
            transform: rotateX(180deg);
        }
        70%{
            transform: rotateX(225deg);
        }
        80%{
            transform: rotateX(270deg);
        }
        90%{
            transform: rotateX(315deg);
        }
        100%{
            transform: rotateX(360deg);
        }
        
        } 
    .tech1{
        
        align-items: center;
        justify-content: center;
        margin: 30px;
    }
    
    
    .tech1 img{
        box-shadow: 2px 2px 3px blue;
        padding: 30px;
        transition: tranform 0.5s;
    }
    .gallery div{
        width: 100%;
        display:grid;
        grid-template-columns: auto auto auto;
        grid-gap:25px;
        padding: 10px;
        flex :none;
    }
    hr{
        color: black;
        background-color: #000000;
    }
    .gallery h1{
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: #1045f6;
        text-shadow: 1px 1px 1px rgb(25, 190, 255);
        font-size: xx-large;
    }
    nav{
        padding: 30px;
    }
    .ayush h1{
        font-family: Poppins;
        color: #000000;
        font-size: xx-large;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-weight: bold;
        text-shadow: 1px 2px 2px #b4c8fe;
        margin-bottom: 80px;
        margin-top: 60px;
      }
    /* .ayush2{
    
        display: flex;
        justify-self: left;
        text-align: left;
        align-items: left;
    } */
    .gallery div img{
    border: 4px solid lightblue;
    border-radius: 10px;
    transition: tranform 0.5s;
    width: 260px;
    }
    .gallery div iframe:hover{
        height: 450;
        cursor:pointer;
        transform: scale(1.1);
        box-shadow: 0 0 5px blue,
        0 0 5px blue, 0 0 5px blue,
        0 0 5px blue, 0 0 5px blue; 
    border-radius: 2px;
    }
    .gallery div iframe{
        width: 100%;
        transition: tranform 0.5s;
        }
    ::-webkit-scrollbar{
        padding-left:10px ;
        width: 8px;
        border-radius: 14px;
        background-color: black;
    }::-webkit-scrollbar-thumb{
        background:linear-gradient(45deg,rgb(0, 191, 255),blue);
        border-radius: 12px;
        padding-top: 10px;
        
    }
    
    ::-webkit-scrollbar-track{
        background:linear-gradient(20deg,white,lightblue);
        border-radius: 12px;
    }
    .gallery-wrap{
    
       background-color:azure; 
    padding-top: 40px;
    padding-bottom: 30px;
     display: flex;
    align-items: center;
    justify-content: center;
    margin: 10% auto;
    box-shadow: 0 0 3px blue,
        0 0 3px blue, 0 0 5px blue,
        0 0 5px blue, 0 0 5px blue; 
    border-radius: 2px;
    width: 90%;
    transition: all 3s ease;
    animation-name: gallerywrap;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count:infinite;
    }
    @keyframes gallerywrap{
        0%{
            box-shadow: 0 0 3px blue,
        0 0 3px blue, 0 0 5px blue,
        0 0 5px blue, 0 0 5px blue;  
        }
        50%{
            box-shadow: 0 0 3px #a6bff5,
            0 0 3px #a6bff5, 0 0 5px #a6bff5,
            0 0 5px #a6bff5, 0 0 5px #a6bff5;
        }
        100%{
            box-shadow: 0 0 3px blue,
        0 0 3px blue, 0 0 5px blue,
        0 0 5px blue, 0 0 5px blue;  
        }
    }
    #backBtn,#nextBtn{
        cursor: pointer;
        width: 30px;
    }
    .gallery div img:hover{
        height: 250;
        cursor:pointer;
        transform: scale(1.1);
        box-shadow: 0 0 5px blue,
        0 0 5px blue, 0 0 5px blue,
        0 0 5px blue, 0 0 5px blue; 
    border-radius: 2px;
    }
    .tech1 img:hover{
        
            height: 250;
            cursor:pointer;
            transform: scale(1.1);
            box-shadow: 0 0 5px red,
            0 0 5px red, 0 0 5px red,
            0 0 5px red, 0 0 5px red; 
        border-radius: 2px;
       
    }
    
}
.tech1 img{
    box-shadow: 2px 2px 3px blue;
    padding: 30px;
    transition: tranform 0.5s;
}
.gallery div{
    width: 100%;
    display:grid;
    grid-template-columns: auto auto auto;
    grid-gap:25px;
    padding: 10px;
    flex :none;
}
hr{
    color: black;
    background-color: #000000;
}
.gallery h1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #1045f6;
    text-shadow: 1px 1px 1px rgb(25, 190, 255);
    font-size: xx-large;
}
nav{
    padding: 30px;
}
.ayush h1{
    font-family: Poppins;
    color: #000000;
    font-size: xx-large;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 2px 2px #b4c8fe;
    margin-bottom: 80px;
    margin-top: 60px;
  }
/* .ayush2{

    display: flex;
    justify-self: left;
    text-align: left;
    align-items: left;
} */
.gallery div img{
border: 4px solid lightblue;
border-radius: 10px;
transition: tranform 0.5s;
width: 260px;
}
.gallery div iframe:hover{
    height: 450;
    cursor:pointer;
    transform: scale(1.1);
    box-shadow: 0 0 5px blue,
    0 0 5px blue, 0 0 5px blue,
    0 0 5px blue, 0 0 5px blue; 
border-radius: 2px;
}
.gallery div iframe{
    width: 100%;
    transition: tranform 0.5s;
    }
::-webkit-scrollbar{
    padding-left:10px ;
    width: 8px;
    border-radius: 14px;
    background-color: black;
}::-webkit-scrollbar-thumb{
    background:linear-gradient(45deg,rgb(0, 191, 255),blue);
    border-radius: 12px;
    padding-top: 10px;
    
}

::-webkit-scrollbar-track{
    background:linear-gradient(20deg,white,lightblue);
    border-radius: 12px;
}
.gallery-wrap{

   background-color:azure; 
padding-top: 40px;
padding-bottom: 30px;
 display: flex;
align-items: center;
justify-content: center;
margin: 10% auto;
box-shadow: 0 0 3px blue,
    0 0 3px blue, 0 0 5px blue,
    0 0 5px blue, 0 0 5px blue; 
border-radius: 2px;
width: 90%;
transition: all 3s ease;
animation-name: gallerywrap;
animation-duration: 3s;
animation-timing-function: linear;
animation-iteration-count:infinite;
}
@keyframes gallerywrap{
    0%{
        box-shadow: 0 0 3px blue,
    0 0 3px blue, 0 0 5px blue,
    0 0 5px blue, 0 0 5px blue;  
    }
    50%{
        box-shadow: 0 0 3px #a6bff5,
        0 0 3px #a6bff5, 0 0 5px #a6bff5,
        0 0 5px #a6bff5, 0 0 5px #a6bff5;
    }
    100%{
        box-shadow: 0 0 3px blue,
    0 0 3px blue, 0 0 5px blue,
    0 0 5px blue, 0 0 5px blue;  
    }
}
#backBtn,#nextBtn{
    cursor: pointer;
    width: 30px;
}
.gallery div img:hover{
    height: 250;
    cursor:pointer;
    transform: scale(1.1);
    box-shadow: 0 0 5px blue,
    0 0 5px blue, 0 0 5px blue,
    0 0 5px blue, 0 0 5px blue; 
border-radius: 2px;
}
.tech1 img:hover{
    
        height: 250;
        cursor:pointer;
        transform: scale(1.1);
        box-shadow: 0 0 5px red,
        0 0 5px red, 0 0 5px red,
        0 0 5px red, 0 0 5px red; 
    border-radius: 2px;
   
}

@media (width<900px){
    .gallery div{
        height: 280px;
        width:900px;
        display:flex;
        overflow-x: scroll;
    }
    .gallery-wrap{
        width: 100%;
    }
    div iframe{
        width: 20%;
    }
    .gallery div{
        width: 100%;
        display:grid;
        grid-template-columns: auto ;
        grid-gap:25px;
        padding: 10px;
        flex :none;
    }
    .gallery div iframe{
        width: 330;
    }
}
/* .gallery-wrap{
    scrollbar-width: normal;
    scrollbar-color: azure blue;
} */