*{
    margin: 0;
    padding: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
  
}

.navbar{
    width: 100%;
    
}
section{
    scroll-margin-top: 120px;
}
.main{
    border-bottom: 1px solid rgb(92, 92, 92);
    backdrop-filter: blur(25px);
}
.navbar img{
    width: 150px;
}
nav{
    position: fixed;

}
nav ul{
    display: inline-block;
    
}
nav ul li{
    display: inline-block;
    padding: 15px 20px;
}
nav ul li a{
    text-decoration: none;
    color: white;
    font-size: 20px;
}
nav ul li a:hover{
    color: #05fb68;
}





@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

*{
    margin: 0px;
    padding: 0px;
}

body{
    font-family: 'Exo', sans-serif;
    
}


.context {
    width: 100%;
    position: absolute;
    top: 35vh;
    height: 675px;
    
}
.first-page{
    height: 750px;
}


.area{
    background-color: #1a1a1a;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100%;
    
   
}

.circles {
    height: 650px;
    left: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    top: 100px;
    width: 100%;
}
.mbb-5{
    margin-bottom: 3rem;
}
.mtt-5{
    margin-top: 3rem;
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.hero{
    position: relative;
    z-index: 2;
}

.hero-text{
    color: white;
}
.hero h3{
    font-size: 24px;
}
.hero h1{
    font-size: 86px;
}
.hero h2{
    font-size: 36px;
    margin-bottom: 50px;
}
.hero a{
    padding: 15px 30px;
    z-index: 1;
    color: #05fb68;
    border-radius: 15px;
    border: 1px solid #05fb68;
    font-size: 24px;
    text-decoration: none;
}
.hero a:hover{
    padding: 15px 30px;
    color: #1a1a1a;
    background-color: #05fb68;
    border-radius: 15px;
    border: 1px solid #05fb68;
    font-size: 24px;
    text-decoration: none;
    z-index: 1;
}
.hero img{
    width: 450px;
}



/* 
About */


.about{
    position: relative;
    z-index: 0;
    color: white;
}
.line {
    background-color: #05fb68;
    height: 3px;
    width: 90px;
}

.left-item {
    border: 5px solid #05fb68;
    border-radius: 20px;
    height: 356.25px;
    width: 475px;
}

.left-item img {
    border-radius: 20px;
    margin-left: 40px;
    margin-top: 90px;
    width: 350px;
}

.right-item {
    width: 675px;
    margin-top: 60px;
}
    
.right-text {
    color: #fff;
    font-size: 36px;
}

.right-p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.about a{
    margin-top: 50px;
    padding: 15px 30px;
    z-index: 1;
    color: #05fb68;
    border-radius: 15px;
    border: 1px solid #05fb68;
    font-size: 24px;
    text-decoration: none;
    
}
.about a:hover{
    padding: 15px 30px;
    color: #1a1a1a;
    background-color: #05fb68;
    border-radius: 15px;
    border: 1px solid #05fb68;
    font-size: 24px;
    margin-top: 20px;
    text-decoration: none;
    z-index: 1;
}

.iframe-container{
  display: block; /* MUHIM */
  margin: 0 auto;
  width: 90%;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden;
  border: 1px solid #05fb68;
  border-radius: 15px;
}

.iframe-container iframe{
  width: 1680px;
  height: 945px;

  transform: scale(var(--scale, 1));
  transform-origin: 0 0;
  border: none;
  display: block; /* kichkina fix */
}

.project-button{
    margin: 20px;
    border-radius: 100%;
    background-color: #1a1a1a;
}
.projects-page{
    margin-top: 130px;
}
.projects-page h1{
    color: white;
    display: block;
    text-align: left;
}







/* Videos */

  .videos {
    width: 100%;
    background-image: url("./Assest/img/videosbg.png");
    background-size: 100%;
  }

  iframe {
    padding: 10px;
  }

  .vidosss {
    width: 643px;
  }
.videos-page h1{
    color: white;
    display: block;
    text-align: left;
}
.dd{
    display: flex;
}

.br{
    width: 100%;
    height: 50px;
    display: block;
}
.brr{
    width: 100%;
    height: 50px;
    display: block;
}

footer{
    background-color: #1a1a1a;
    width: 100%;
    border-top: 1px solid #939598;
}
.footer-menu-div{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-column-25{
    top: 0;
    box-sizing: border-box;
    padding: 0 15px;
}
.footer-menu-tittle{
    padding-top: 28px;
    color: #fff;
    font-family: "Open Sans Semibold", Arial;
}
.footer-menu-ul{
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.footer-menu-li{
    margin-bottom: 7px;
    line-height: 20px;
}
.footer-menu-link{
    color: white;
    text-decoration: none;
}
.footer-menu-link:hover{
    color: #05fb68;
    text-decoration: none;
}
.copyright{
    font-size: 20px;
    display: inline-block;
    color: white;
}
.middle{
    font-size: 20px;
    margin-left: 5px;
    display: inline-block;
    color: #05fb68;
}
.copy{
    color: white;
}
.footer-menu-ul h3{
    color: white;
    font-size: 20px;
}
.footer-menu-ul img{
    width: 30px;
}
.footer-elements img{
    width: 40px;
}


footer a:hover{
    color: #05fb68;
}
.Dropdown{
    display: none;
}
@media screen and (max-width: 2700px) {
    *{
    margin: 0;
    padding: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
  
}
.navbar{
    width: 100%;
    
}
section{
    scroll-margin-top: 120px;
}
.main{
    border-bottom: 1px solid rgb(92, 92, 92);
    backdrop-filter: blur(25px);
}
.navbar img{
    width: 150px;
}
nav{
    position: fixed;

}
nav ul{
    display: inline-block;
    
}
nav ul li{
    display: inline-block;
    padding: 10px 15px;
}
nav ul li a{
    text-decoration: none;
    color: white;
    font-size: 20px;
}
nav ul li a:hover{
    color: #05fb68;
}





@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

*{
    margin: 0px;
    padding: 0px;
}

body{
    font-family: 'Exo', sans-serif;
    
}


.context {
    width: 100%;
    position: absolute;
    top: 35vh;
    height: 675px;
    
}
.first-page{
    height: 650px;
}


.area{
    background-color: #1a1a1a;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100%;
    
   
}

.circles {
    height: 550px;
    left: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    top: 100px;
    width: 100%;
}
.mbb-5{
    margin-bottom: 3rem;
}
.mtt-5{
    margin-top: 3rem;
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.hero{
    position: relative;
    z-index: 2;
}

.hero-text{
    color: white;
}
.hero h3{
    font-size: 26px;
}
.hero h1{
    font-size: 86px;
    width: 80%;
}
.hero h2{
    font-size: 34px;
    margin-bottom: 50px;
}
.hero a{
    padding: 15px 30px;
    z-index: 1;
    color: #05fb68;
    border-radius: 15px;
    border: 1px solid #05fb68;
    font-size: 24px;
    text-decoration: none;
}
.hero a:hover{
    padding: 15px 30px;
    color: #1a1a1a;
    background-color: #05fb68;
    border-radius: 15px;
    border: 1px solid #05fb68;
    font-size: 24px;
    text-decoration: none;
    z-index: 1;
}
.hero img{
    width: 400px;
}



/* 
About */


.about{
    position: relative;
    z-index: 0;
    color: white;
}
.line {
    background-color: #05fb68;
    height: 3px;
    width: 90px;
}

.left-item {
    border: 5px solid #05fb68;
    border-radius: 20px;
    
    width: 400px;
    aspect-ratio: 16/9;
}

.left-item img {
    border-radius: 20px;
    margin-left: 40px;
    margin-top: 90px;
    width: 300px;
}

.right-item {
    width: 675px;
    margin-top: 60px;
}
    
.right-text {
    color: #fff;
    font-size: 36px;
}

.right-p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.about a{
    margin-top: 50px;
    padding: 15px 30px;
    z-index: 1;
    color: #05fb68;
    border-radius: 15px;
    border: 1px solid #05fb68;
    font-size: 24px;
    text-decoration: none;
    
}
.about a:hover{
    padding: 15px 30px;
    color: #1a1a1a;
    background-color: #05fb68;
    border-radius: 15px;
    border: 1px solid #05fb68;
    font-size: 24px;
    margin-top: 20px;
    text-decoration: none;
    z-index: 1;
}

.iframe-container{
  display: block; /* MUHIM */
  margin: 0 auto;
  width: 90%;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden;
  border: 1px solid #05fb68;
  border-radius: 15px;
}

.iframe-container iframe{
  width: 1680px;
  height: 945px;

  transform: scale(var(--scale, 1));
  transform-origin: 0 0;
  border: none;
  display: block; /* kichkina fix */
}

.project-button{
    margin: 20px;
    border-radius: 100%;
    background-color: #1a1a1a;
}
.projects-page{
    margin-top: 130px;
}
.projects-page h1{
    color: white;
    display: block;
    text-align: left;
}







/* Videos */

  .videos {
    width: 100%;
    aspect-ratio: 16/9 !important;
    background-image: url("./Assest/img/videosbg.png");
    background-size: 100%;
  }

  iframe {
    padding: 10px;
  }

  .vidosss {
    width: 643px;
  }
.videos-page h1{
    color: white;
    display: block;
    text-align: left;
}
.dd{
    display: flex;
}

.br{
    width: 100%;
    height: 50px;
    display: block;
}
.brr{
    width: 100%;
    height: 50px;
    display: block;
}

footer{
    background-color: #1a1a1a;
    width: 100%;
    border-top: 1px solid #939598;
}
.footer-menu-div{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-column-25{
    top: 0;
    box-sizing: border-box;
    padding: 0 15px;
}
.footer-menu-tittle{
    padding-top: 28px;
    font-size: 20px !important;
    color: #fff;
    font-family: "Open Sans Semibold", Arial;
}
.footer-menu-ul{
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.footer-menu-li{
    margin-bottom: 7px;
    line-height: 20px;
}
.footer-menu-link{
    color: white;
    text-decoration: none;
}
.footer-menu-link:hover{
    color: #05fb68;
    text-decoration: none;
}
.copyright{
    font-size: 20px;
    display: inline-block;
    color: white;
}
.middle{
    font-size: 20px;
    margin-left: 5px;
    display: inline-block;
    color: #05fb68;
}
.copy{
    color: white;
}
.footer-menu-ul h3{
    color: white;
    font-size: 20px;
}
.footer-menu-ul img{
    width: 30px;
}
.footer-elements img{
    width: 40px;
}


footer a:hover{
    color: #05fb68;
}
.Dropdown{
    display: none;
}
}
@media screen and (max-width: 1700px) {
    *{
    margin: 0;
    padding: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
  
}
.navbar{
    width: 100%;
    
}
section{
    scroll-margin-top: 120px;
}
.main{
    border-bottom: 1px solid rgb(92, 92, 92);
    backdrop-filter: blur(25px);
}
.navbar img{
    width: 150px;
}
nav{
    position: fixed;

}
nav ul{
    display: inline-block;
    
}
nav ul li{
    display: inline-block;
    padding: 10px 15px;
}
nav ul li a{
    text-decoration: none;
    color: white;
    font-size: 20px;
}
nav ul li a:hover{
    color: #05fb68;
}





@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

*{
    margin: 0px;
    padding: 0px;
}

body{
    font-family: 'Exo', sans-serif;
    
}


.context {
    width: 100%;
    position: absolute;
    top: 35vh;
    height: 675px;
    
}
.first-page{
    height: 650px;
}


.area{
    background-color: #1a1a1a;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100%;
    
   
}

.circles {
    height: 550px;
    left: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    top: 100px;
    width: 100%;
}
.mbb-5{
    margin-bottom: 3rem;
}
.mtt-5{
    margin-top: 3rem;
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.hero{
    position: relative;
    z-index: 2;
}

.hero-text{
    color: white;
}
.hero h3{
    font-size: 26px;
}
.hero h1{
    font-size: 86px;
    width: 80%;
}
.hero h2{
    font-size: 34px;
    margin-bottom: 50px;
}
.hero a{
    padding: 15px 30px;
    z-index: 1;
    color: #05fb68;
    border-radius: 15px;
    border: 1px solid #05fb68;
    font-size: 24px;
    text-decoration: none;
}
.hero a:hover{
    padding: 15px 30px;
    color: #1a1a1a;
    background-color: #05fb68;
    border-radius: 15px;
    border: 1px solid #05fb68;
    font-size: 24px;
    text-decoration: none;
    z-index: 1;
}
.hero img{
    width: 400px;
}



/* 
About */


.about{
    position: relative;
    z-index: 0;
    color: white;
}
.line {
    background-color: #05fb68;
    height: 3px;
    width: 90px;
}

.left-item {
    border: 5px solid #05fb68;
    border-radius: 20px;
    
    width: 400px;
    aspect-ratio: 16/9;
}

.left-item img {
    border-radius: 20px;
    margin-left: 40px;
    margin-top: 90px;
    width: 300px;
}

.right-item {
    width: 675px;
    margin-top: 60px;
}
    
.right-text {
    color: #fff;
    font-size: 36px;
}

.right-p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.about a{
    margin-top: 50px;
    padding: 15px 30px;
    z-index: 1;
    color: #05fb68;
    border-radius: 15px;
    border: 1px solid #05fb68;
    font-size: 24px;
    text-decoration: none;
    
}
.about a:hover{
    padding: 15px 30px;
    color: #1a1a1a;
    background-color: #05fb68;
    border-radius: 15px;
    border: 1px solid #05fb68;
    font-size: 24px;
    margin-top: 20px;
    text-decoration: none;
    z-index: 1;
}

.iframe-container{
  display: block; /* MUHIM */
  margin: 0 auto;
  width: 90%;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden;
  border: 1px solid #05fb68;
  border-radius: 15px;
}

.iframe-container iframe{
  width: 1680px;
  height: 945px;

  transform: scale(var(--scale, 1));
  transform-origin: 0 0;
  border: none;
  display: block; /* kichkina fix */
}

.project-button{
    margin: 20px;
    border-radius: 100%;
    background-color: #1a1a1a;
}
.projects-page{
    margin-top: 130px;
}
.projects-page h1{
    color: white;
    display: block;
    text-align: left;
}







/* Videos */

  .videos {
    width: 100%;
    aspect-ratio: 16/9 !important;
    background-image: url("./Assest/img/videosbg.png");
    background-size: 100%;
  }

  iframe {
    padding: 10px;
  }

  .vidosss {
    width: 643px;
  }
.videos-page h1{
    color: white;
    display: block;
    text-align: left;
}
.dd{
    display: flex;
}

.br{
    width: 100%;
    height: 50px;
    display: block;
}
.brr{
    width: 100%;
    height: 50px;
    display: block;
}

footer{
    background-color: #1a1a1a;
    width: 100%;
    border-top: 1px solid #939598;
}
.footer-menu-div{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-column-25{
    top: 0;
    box-sizing: border-box;
    padding: 0 15px;
}
.footer-menu-tittle{
    padding-top: 28px;
    font-size: 20px !important;
    color: #fff;
    font-family: "Open Sans Semibold", Arial;
}
.footer-menu-ul{
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.footer-menu-li{
    margin-bottom: 7px;
    line-height: 20px;
}
.footer-menu-link{
    color: white;
    text-decoration: none;
}
.footer-menu-link:hover{
    color: #05fb68;
    text-decoration: none;
}
.copyright{
    font-size: 20px;
    display: inline-block;
    color: white;
}
.middle{
    font-size: 20px;
    margin-left: 5px;
    display: inline-block;
    color: #05fb68;
}
.copy{
    color: white;
}
.footer-menu-ul h3{
    color: white;
    font-size: 20px;
}
.footer-menu-ul img{
    width: 30px;
}
.footer-elements img{
    width: 40px;
}


footer a:hover{
    color: #05fb68;
}
.Dropdown{
    display: none;
}
}
@media screen and (max-width: 1396px) {
    *{
    margin: 0;
    padding: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
  
}
.navbar{
    width: 100%;
    
}
section{
    scroll-margin-top: 120px;
}
.main{
    border-bottom: 1px solid rgb(92, 92, 92);
    backdrop-filter: blur(25px);
}
.navbar img{
    width: 150px;
}
nav{
    position: fixed;

}
nav ul{
    display: inline-block;
    
}
nav ul li{
    display: inline-block;
    padding: 10px 15px;
}
nav ul li a{
    text-decoration: none;
    color: white;
    font-size: 18px;
}
nav ul li a:hover{
    color: #05fb68;
}





@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

*{
    margin: 0px;
    padding: 0px;
}

body{
    font-family: 'Exo', sans-serif;
    
}


.context {
    width: 100%;
    position: absolute;
    top: 35vh;
    height: 675px;
    
}
.first-page{
    height: 650px;
}


.area{
    background-color: #1a1a1a;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100%;
    
   
}

.circles {
    height: 550px;
    left: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    top: 100px;
    width: 100%;
}
.mbb-5{
    margin-bottom: 3rem;
}
.mtt-5{
    margin-top: 3rem;
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.hero{
    position: relative;
    z-index: 2;
}

.hero-text{
    color: white;
}
.hero h3{
    font-size: 24px;
}
.hero h1{
    font-size: 82px;
}
.hero h2{
    font-size: 32px;
    margin-bottom: 50px;
}
.hero a{
    padding: 15px 30px;
    z-index: 1;
    color: #05fb68;
    border-radius: 15px;
    border: 1px solid #05fb68;
    font-size: 24px;
    text-decoration: none;
}
.hero a:hover{
    padding: 15px 30px;
    color: #1a1a1a;
    background-color: #05fb68;
    border-radius: 15px;
    border: 1px solid #05fb68;
    font-size: 24px;
    text-decoration: none;
    z-index: 1;
}
.hero img{
    width: 350px;
}



/* 
About */


.about{
    position: relative;
    z-index: 0;
    color: white;
}
.line {
    background-color: #05fb68;
    height: 3px;
    width: 90px;
}

.left-item {
    border: 5px solid #05fb68;
    border-radius: 20px;
    
    width: 400px;
    aspect-ratio: 16/9;
}

.left-item img {
    border-radius: 20px;
    margin-left: 40px;
    margin-top: 90px;
    width: 300px;
}

.right-item {
    width: 675px;
    margin-top: 60px;
}
    
.right-text {
    color: #fff;
    font-size: 36px;
}

.right-p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.about a{
    margin-top: 50px;
    padding: 15px 30px;
    z-index: 1;
    color: #05fb68;
    border-radius: 15px;
    border: 1px solid #05fb68;
    font-size: 24px;
    text-decoration: none;
    
}
.about a:hover{
    padding: 15px 30px;
    color: #1a1a1a;
    background-color: #05fb68;
    border-radius: 15px;
    border: 1px solid #05fb68;
    font-size: 24px;
    margin-top: 20px;
    text-decoration: none;
    z-index: 1;
}

.iframe-container{
  display: block; /* MUHIM */
  margin: 0 auto;
  width: 90%;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden;
  border: 1px solid #05fb68;
  border-radius: 15px;
}

.iframe-container iframe{
  width: 1680px;
  height: 945px;

  transform: scale(var(--scale, 1));
  transform-origin: 0 0;
  border: none;
  display: block; /* kichkina fix */
}

.project-button{
    margin: 20px;
    border-radius: 100%;
    background-color: #1a1a1a;
}
.projects-page{
    margin-top: 130px;
}
.projects-page h1{
    color: white;
    display: block;
    text-align: left;
}







/* Videos */

  .videos {
    width: 100%;
    aspect-ratio: 16/9 !important;
    background-image: url("./Assest/img/videosbg.png");
    background-size: 100%;
  }

  iframe {
    padding: 10px;
  }

  .vidosss {
    width: 643px;
  }
.videos-page h1{
    color: white;
    display: block;
    text-align: left;
}
.dd{
    display: flex;
}

.br{
    width: 100%;
    height: 50px;
    display: block;
}
.brr{
    width: 100%;
    height: 50px;
    display: block;
}

footer{
    background-color: #1a1a1a;
    width: 100%;
    border-top: 1px solid #939598;
}
.footer-menu-div{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-column-25{
    top: 0;
    box-sizing: border-box;
    padding: 0 15px;
}
.footer-menu-tittle{
    padding-top: 28px;
    color: #fff;
    font-family: "Open Sans Semibold", Arial;
}
.footer-menu-ul{
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.footer-menu-li{
    margin-bottom: 7px;
    line-height: 20px;
}
.footer-menu-link{
    color: white;
    text-decoration: none;
}
.footer-menu-link:hover{
    color: #05fb68;
    text-decoration: none;
}
.copyright{
    font-size: 20px;
    display: inline-block;
    color: white;
}
.middle{
    font-size: 20px;
    margin-left: 5px;
    display: inline-block;
    color: #05fb68;
}
.copy{
    color: white;
}
.footer-menu-ul h3{
    color: white;
    font-size: 20px;
}
.footer-menu-ul img{
    width: 30px;
}
.footer-elements img{
    width: 40px;
}


footer a:hover{
    color: #05fb68;
}
.Dropdown{
    display: none;
}
}
@media screen and (max-width: 1024px) {
    *{
    margin: 0;
    padding: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
  
}
.navbar{
    width: 100%;
    
}
section{
    scroll-margin-top: 120px;
}
.main{
    border-bottom: 1px solid rgb(92, 92, 92);
    backdrop-filter: blur(25px);
}
.navbar img{
    width: 120px;
}
nav{
    position: fixed;

}
nav ul{
    display: inline-block;
    
}
nav ul li{
    display: inline-block;
    padding: 10px 15px;
}
nav ul li a{
    text-decoration: none;
    color: white;
    font-size: 18px;
}
nav ul li a:hover{
    color: #05fb68;
}





@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

*{
    margin: 0px;
    padding: 0px;
}

body{
    font-family: 'Exo', sans-serif;
    
}


.context {
    width: 100%;
    position: absolute;
    top: 35vh;
    height: 675px;
    
}
.first-page{
    height: 650px;
}


.area{
    background-color: #1a1a1a;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100%;
    
   
}

.circles {
    height: 550px;
    left: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    top: 100px;
    width: 100%;
}
.mbb-5{
    margin-bottom: 3rem;
}
.mtt-5{
    margin-top: 3rem;
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.hero{
    position: relative;
    z-index: 2;
}

.hero-text{
    color: white;
}
.hero h3{
    font-size: 24px;
}
.hero h1{
    font-size: 82px;
}
.hero h2{
    font-size: 32px;
    margin-bottom: 50px;
}
.hero a{
    padding: 15px 30px;
    z-index: 1;
    color: #05fb68;
    border-radius: 15px;
    border: 1px solid #05fb68;
    font-size: 24px;
    text-decoration: none;
}
.hero a:hover{
    padding: 15px 30px;
    color: #1a1a1a;
    background-color: #05fb68;
    border-radius: 15px;
    border: 1px solid #05fb68;
    font-size: 24px;
    text-decoration: none;
    z-index: 1;
}
.hero img{
    width: 350px;
}



/* 
About */


.about{
    position: relative;
    z-index: 0;
    color: white;
}
.line {
    background-color: #05fb68;
    height: 3px;
    width: 90px;
}

.left-item {
    border: 5px solid #05fb68;
    border-radius: 20px;
    
    width: 400px;
    aspect-ratio: 16/9;
}

.left-item img {
    border-radius: 20px;
    margin-left: 40px;
    margin-top: 90px;
    width: 300px;
}

.right-item {
    width: 675px;
    margin-top: 60px;
}
    
.right-text {
    color: #fff;
    font-size: 36px;
}

.right-p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.about a{
    margin-top: 50px;
    padding: 15px 30px;
    z-index: 1;
    color: #05fb68;
    border-radius: 15px;
    border: 1px solid #05fb68;
    font-size: 24px;
    text-decoration: none;
    
}
.about a:hover{
    padding: 15px 30px;
    color: #1a1a1a;
    background-color: #05fb68;
    border-radius: 15px;
    border: 1px solid #05fb68;
    font-size: 24px;
    margin-top: 20px;
    text-decoration: none;
    z-index: 1;
}

.iframe-container{
  display: block; /* MUHIM */
  margin: 0 auto;
  width: 90%;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden;
  border: 1px solid #05fb68;
  border-radius: 15px;
}

.iframe-container iframe{
  width: 1680px;
  height: 945px;

  transform: scale(var(--scale, 1));
  transform-origin: 0 0;
  border: none;
  display: block; /* kichkina fix */
}

.project-button{
    margin: 20px;
    border-radius: 100%;
    background-color: #1a1a1a;
}
.projects-page{
    margin-top: 40px;
}
.projects-page h1{
    color: white;
    display: block;
    text-align: left;
}







/* Videos */

  .videos {
    width: 100%;
    aspect-ratio: 16/9 !important;
    background-image: url("./Assest/img/videosbg.png");
    background-size: 100%;
  }

  iframe {
    padding: 10px;
  }

  .vidosss {
    width: 643px;
  }
.videos-page h1{
    color: white;
    display: block;
    text-align: left;
}
.dd{
    display: flex;
}

.br{
    width: 100%;
    height: 50px;
    display: block;
}
.brr{
    width: 100%;
    height: 50px;
    display: block;
}

footer{
    background-color: #1a1a1a;
    width: 100%;
    border-top: 1px solid #939598;
}
.footer-menu-div{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-column-25{
    top: 0;
    box-sizing: border-box;
    padding: 0 15px;
}
.footer-menu-tittle{
    padding-top: 28px;
    color: #fff;
    font-family: "Open Sans Semibold", Arial;
}
.footer-menu-ul{
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.footer-menu-li{
    margin-bottom: 7px;
    line-height: 20px;
}
.footer-menu-link{
    color: white;
    text-decoration: none;
}
.footer-menu-link:hover{
    color: #05fb68;
    text-decoration: none;
}
.copyright{
    font-size: 20px;
    display: inline-block;
    color: white;
}
.middle{
    font-size: 20px;
    margin-left: 5px;
    display: inline-block;
    color: #05fb68;
}
.copy{
    color: white;
}
.footer-menu-ul h3{
    color: white;
    font-size: 20px;
}
.footer-menu-ul img{
    width: 30px;
}
.footer-elements img{
    width: 40px;
}


footer a:hover{
    color: #05fb68;
}
.Dropdown{
    display: none;
}
}
@media screen and (max-width: 990px) {
    .container{
        max-width: 85% !important;
    }
    *{
        margin: 0;
        padding: 0;
        font-family: Georgia, 'Times New Roman', Times, serif;
  
    }
    
    .Dropdown button{
        background-color: #05fb68;
        border: 0 !important;
        padding: 6px 12px;
        display: inline-block;
        color: #1a1a1a;
        font-size: 16px;
        border-radius: 15px;
    }
    .navbar{
        width: 100%; 
        align-items: baseline !important;
        position: relative !important;
    }
    section{
        scroll-margin-top: 20px;
    }
    .main{
        border-bottom: 1px solid rgb(92, 92, 92);
        backdrop-filter: blur(25px);
    }
    .left-ul{
        display: none;
        margin-bottom: 0;
        padding: 0;
    }
    .left-ul img{
        width: 128px;
        cursor: pointer;
    }
    .right-ul{
        display: none;
    }
    nav{
        position: fixed !important;

    }
    nav ul{
        display: inline-block;

    }
    nav ul li{
        display: inline-block;
        padding: 4px 7px;
    }
    nav ul li a{
        text-decoration: none;
        color: white;
        font-size: 11px;
    }
    nav ul li a:hover{
        color: #05fb68;
    }
    
    @import url('https://fonts.googleapis.com/css?family=Exo:400,700');

    *{
        margin: 0px;
        padding: 0px;
    }

    body{
        font-family: 'Exo', sans-serif;

    }


    .context {
        width: 100%;
        position: absolute;
        top: 45vh;
        height: 445px;

    }
    .first-page{
        height: 400px;
    }


    .area{
        background-color: #1a1a1a;
        background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
        width: 100%;
        height:100%;

    
    }

    .circles {
        height: 470px;
        left: 0;
        z-index: 0;
        overflow: hidden;
        position: absolute;
        top: 20px;
        width: 100%;
    }
    .circles li{
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate 25s linear infinite;
        bottom: -150px;

    }

    .circles li:nth-child(1){
        left: 25%;
        width: 80px;
        height: 80px;
        animation-delay: 0s;
    }


    .circles li:nth-child(2){
        left: 10%;
        width: 20px;
        height: 20px;
        animation-delay: 2s;
        animation-duration: 12s;
    }

    .circles li:nth-child(3){
        left: 70%;
        width: 20px;
        height: 20px;
        animation-delay: 4s;
    }

    .circles li:nth-child(4){
        left: 40%;
        width: 60px;
        height: 60px;
        animation-delay: 0s;
        animation-duration: 18s;
    }

    .circles li:nth-child(5){
        left: 65%;
        width: 20px;
        height: 20px;
        animation-delay: 0s;
    }

    .circles li:nth-child(6){
        left: 75%;
        width: 110px;
        height: 110px;
        animation-delay: 3s;
    }

    .circles li:nth-child(7){
        left: 35%;
        width: 150px;
        height: 150px;
        animation-delay: 7s;
    }

    .circles li:nth-child(8){
        left: 50%;
        width: 25px;
        height: 25px;
        animation-delay: 15s;
        animation-duration: 45s;
    }

    .circles li:nth-child(9){
        left: 20%;
        width: 15px;
        height: 15px;
        animation-delay: 2s;
        animation-duration: 35s;
    }

    .circles li:nth-child(10){
        left: 85%;
        width: 150px;
        height: 150px;
        animation-delay: 0s;
        animation-duration: 11s;
    }



    @keyframes animate {

        0%{
            transform: translateY(0) rotate(0deg);
            opacity: 1;
            border-radius: 0;
        }

        100%{
            transform: translateY(-1000px) rotate(720deg);
            opacity: 0;
            border-radius: 50%;
        }

    }
    .hero{
        position: relative;
        z-index: 2;
    }
    .dd{
        display: flex !important; 
    }
    .left, .right{
        display: inline-block;
    }
    .hero-text{
        color: white;
    }
    .hero h3{
        font-size: 24px;
    }
    .hero h1{
        font-size: 58px;
        max-width: 80%;
    }
    .hero h2{
        font-size: 18px;
        margin-bottom: 50px;
    }
    .hero a{
        padding: 15px 30px;
        z-index: 1;
        color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 20px;
        text-decoration: none;
    }
    .hero a:hover{
        padding: 15px 30px;
        color: #1a1a1a;
        background-color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 20px;
        text-decoration: none;
        z-index: 1;
    }
    .hero img{
        margin-top: 50px;
        width: 220px;
    }



    /* 
    About */


    .about{
        position: relative;
        z-index: 0;
        color: white;
    }
    .line {
        background-color: #05fb68;
        height: 3px;
        width: 90px;
    }
    .mbb-5{
        margin-bottom: 1rem;

    }
    .left-item {
        display: none;
        border: 5px solid #05fb68;
        border-radius: 20px;
        width: 295px;
    }

    .left-item img {
        border-radius: 20px;
        margin: 20px 10px;
        
        width: 240px;
    }

    .right-item {
        text-align: center;
        width: 98%;
        margin-top: 0px;
    }

    .right-text {
        color: #fff;
        font-size: 32px;
    }

    .right-p {
        text-align: center !important; 
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 300;
        width: 95%;
    }

    .about a{
        text-align: center;
        padding: 15px 30px;
        z-index: 1;
        color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 16px;
        text-decoration: none;

    }
    .about a:hover{
        padding: 15px 30px;
        color: #1a1a1a;
        background-color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 24px;
        margin-top: 20px;
        text-decoration: none;
        z-index: 1;
    }

    .iframe-container{
  display: block; /* MUHIM */
  margin: 0 auto;
  width: 90%;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden;
  border: 1px solid #05fb68;
  border-radius: 15px;
}

.iframe-container iframe{
  width: 1680px;
  height: 945px;

  transform: scale(var(--scale, 1));
  transform-origin: 0 0;
  border: none;
  display: block; /* kichkina fix */
}

    .project-button{
        margin: 20px;
        border-radius: 100%;
        background-color: #1a1a1a;
    }
    .projects-page{
        margin-top: 0px;
    }
    .projects-page h1{
        color: white;
        display: block;
        text-align: left;
    }







    /* Videos */

      .videos {
        width: 100%;
        aspect-ratio: 16/9 !important;
        background-image: url("./Assest/img/videosbg.png");
        background-size: 100%;
      }

      iframe {
        aspect-ratio: 16/9;
        padding: 10px;
      }

      .vidosss {
        max-width: 90%;
        
      }
      .mtt-5{
        margin-top: 1rem !important;
      }
    .videos-page h1{
        color: white;
        display: block;
        text-align: left;
    }


    .br{
        width: 100%;
        height: 60px;
        display: block;
    }
    .brr{
        display: none;
    }

    footer{
        background-color: #1a1a1a;
        width: 100%;
        border-top: 1px solid #939598;
    }
    .footer-menu-div{
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer-column-25{
        top: 0;
        box-sizing: border-box;
        padding: 0 8px;
    }
    .footer-menu-tittle{
        padding-top: 14px;
        color: #fff;
        font-size: 18px;
        font-family: "Open Sans Semibold", Arial;
    }
    .footer-menu-ul{
        list-style: none;
        padding: 0;
        margin-top: 10px;
    }
    .footer-menu-li{
        margin-bottom: 7px;
        line-height: 20px;
    }
    .footer-menu-link{
        color: white;
        font-size: 16px;
        text-decoration: none;
    }
    .footer-menu-link:hover{
        color: #05fb68;
        text-decoration: none;
    }
    .copyright{
        font-size: 18px;
        display: inline-block;
        color: white;
    }
    .middle{
        font-size: 18px;
        margin-left: 5px;
        display: inline-block;
        color: #05fb68;
    }
    .copy{
        color: white;
        margin: 0 !important;
    }
    .copyright, .copy, .middle{
        font-size: 12px;
    }
    .footer-menu-ul h3{
        color: white;
        font-size: 18px;
    }
    .footer-menu-ul img{
        width: 15px;
    }
    .footer-elements img{
        width: 20px;
    }


    footer a:hover{
        color: #05fb68;
    }


    .Dropdown{
        display: flex;
        width: 100%;
        margin: 0;
        margin-bottom: 0 !important;
        padding: 0;
    }
    .mobile-container {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        border-radius: 10px;
    }

    .topnav {
      overflow: hidden;
      position: sticky;
      
      
    }

    .topnav #myLinks {
      display: none;
      
    }
    #myLinks a{
        color: white;
        padding: 12px 14px;
    }
    #myLinks a:hover{
        color: #05fb68;
        padding: 12px 14px;
        border: 0;
    }
    .topnav a {
        margin-top: 6px;
      color: black;
      padding: 6px 12px;
      text-decoration: none;
      font-size: 17px;
      display: block;
    }

    .topnav a.icon {
      background: #05fb68;
      border-radius: 15px;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
    }

    .topnav a:hover {
      background-color: transparent;
      color: #05fb68;
      border: 1px solid #05fb68;
    }

    .active {
      color: white;
    }
    .topnav img{
        width: 156px;
    }

.ppp{
    display: none !important;
}
}
@media screen and (max-width: 845px) {
    .container{
        max-width: 85% !important;
    }
    *{
        margin: 0;
        padding: 0;
        font-family: Georgia, 'Times New Roman', Times, serif;
  
    }
    
    .Dropdown button{
        background-color: #05fb68;
        border: 0 !important;
        padding: 6px 12px;
        display: inline-block;
        color: #1a1a1a;
        font-size: 16px;
        border-radius: 15px;
    }
    .navbar{
        width: 100%; 
        align-items: baseline !important;
        position: relative !important;
    }
    section{
        scroll-margin-top: 20px;
    }
    .main{
        border-bottom: 1px solid rgb(92, 92, 92);
        backdrop-filter: blur(25px);
    }
    .left-ul{
        display: none;
        margin-bottom: 0;
        padding: 0;
    }
    .left-ul img{
        width: 128px;
        cursor: pointer;
    }
    .right-ul{
        display: none;
    }
    nav{
        position: fixed !important;

    }
    nav ul{
        display: inline-block;

    }
    nav ul li{
        display: inline-block;
        padding: 4px 7px;
    }
    nav ul li a{
        text-decoration: none;
        color: white;
        font-size: 11px;
    }
    nav ul li a:hover{
        color: #05fb68;
    }
    
    @import url('https://fonts.googleapis.com/css?family=Exo:400,700');

    *{
        margin: 0px;
        padding: 0px;
    }

    body{
        font-family: 'Exo', sans-serif;

    }


    .context {
        width: 100%;
        position: absolute;
        top: 45vh;
        height: 445px;

    }
    .first-page{
        height: 400px;
    }


    .area{
        background-color: #1a1a1a;
        background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
        width: 100%;
        height:100%;

    
    }

    .circles {
        height: 470px;
        left: 0;
        z-index: 0;
        overflow: hidden;
        position: absolute;
        top: 20px;
        width: 100%;
    }
    .circles li{
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate 25s linear infinite;
        bottom: -150px;

    }

    .circles li:nth-child(1){
        left: 25%;
        width: 80px;
        height: 80px;
        animation-delay: 0s;
    }


    .circles li:nth-child(2){
        left: 10%;
        width: 20px;
        height: 20px;
        animation-delay: 2s;
        animation-duration: 12s;
    }

    .circles li:nth-child(3){
        left: 70%;
        width: 20px;
        height: 20px;
        animation-delay: 4s;
    }

    .circles li:nth-child(4){
        left: 40%;
        width: 60px;
        height: 60px;
        animation-delay: 0s;
        animation-duration: 18s;
    }

    .circles li:nth-child(5){
        left: 65%;
        width: 20px;
        height: 20px;
        animation-delay: 0s;
    }

    .circles li:nth-child(6){
        left: 75%;
        width: 110px;
        height: 110px;
        animation-delay: 3s;
    }

    .circles li:nth-child(7){
        left: 35%;
        width: 150px;
        height: 150px;
        animation-delay: 7s;
    }

    .circles li:nth-child(8){
        left: 50%;
        width: 25px;
        height: 25px;
        animation-delay: 15s;
        animation-duration: 45s;
    }

    .circles li:nth-child(9){
        left: 20%;
        width: 15px;
        height: 15px;
        animation-delay: 2s;
        animation-duration: 35s;
    }

    .circles li:nth-child(10){
        left: 85%;
        width: 150px;
        height: 150px;
        animation-delay: 0s;
        animation-duration: 11s;
    }



    @keyframes animate {

        0%{
            transform: translateY(0) rotate(0deg);
            opacity: 1;
            border-radius: 0;
        }

        100%{
            transform: translateY(-1000px) rotate(720deg);
            opacity: 0;
            border-radius: 50%;
        }

    }
    .hero{
        position: relative;
        z-index: 2;
    }
    .dd{
        display: flex !important; 
    }
    .left, .right{
        display: inline-block;
    }
    .hero-text{
        color: white;
    }
    .hero h3{
        font-size: 24px;
    }
    .hero h1{
        font-size: 58px;
        max-width: 80%;
    }
    .hero h2{
        font-size: 18px;
        margin-bottom: 50px;
    }
    .hero a{
        padding: 15px 30px;
        z-index: 1;
        color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 20px;
        text-decoration: none;
    }
    .hero a:hover{
        padding: 15px 30px;
        color: #1a1a1a;
        background-color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 20px;
        text-decoration: none;
        z-index: 1;
    }
    .hero img{
        margin-top: 50px;
        width: 220px;
    }



    /* 
    About */


    .about{
        position: relative;
        z-index: 0;
        color: white;
    }
    .line {
        background-color: #05fb68;
        height: 3px;
        width: 90px;
    }
    .mbb-5{
        margin-bottom: 1rem;

    }
    .left-item {
        display: none;
        border: 5px solid #05fb68;
        border-radius: 20px;
        width: 295px;
    }

    .left-item img {
        border-radius: 20px;
        margin: 20px 10px;
        
        width: 240px;
    }

    .right-item {
        text-align: center;
        width: 98%;
        margin-top: 0px;
    }

    .right-text {
        color: #fff;
        font-size: 32px;
    }

    .right-p {
        text-align: center !important; 
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 300;
        width: 95%;
    }

    .about a{
        text-align: center;
        padding: 15px 30px;
        z-index: 1;
        color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 16px;
        text-decoration: none;

    }
    .about a:hover{
        padding: 15px 30px;
        color: #1a1a1a;
        background-color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 24px;
        margin-top: 20px;
        text-decoration: none;
        z-index: 1;
    }

    .iframe-container{
  display: block; /* MUHIM */
  margin: 0 auto;
  width: 90%;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden;
  border: 1px solid #05fb68;
  border-radius: 15px;
}

.iframe-container iframe{
  width: 1680px;
  height: 945px;

  transform: scale(var(--scale, 1));
  transform-origin: 0 0;
  border: none;
  display: block; /* kichkina fix */
}

    .project-button{
        margin: 20px;
        border-radius: 100%;
        background-color: #1a1a1a;
    }
    .projects-page{
        margin-top: 0px;
    }
    .projects-page h1{
        color: white;
        display: block;
        text-align: left;
    }







    /* Videos */

      .videos {
        width: 100%;
        aspect-ratio: 16/9 !important;
        background-image: url("./Assest/img/videosbg.png");
        background-size: 100%;
      }

      iframe {
        display: block;
        width: 100%;
        aspect-ratio: 16/9;
        padding: 10px;
      }

      .vidosss {
        max-width: 90%;
        
      }
      .mtt-5{
        margin-top: 1rem !important;
      }
    .videos-page h1{
        color: white;
        display: block;
        text-align: left;
    }


    .br{
        width: 100%;
        height: 60px;
        display: block;
    }
    .brr{
        display: none;
    }

    footer{
        background-color: #1a1a1a;
        width: 100%;
        border-top: 1px solid #939598;
    }
    .footer-menu-div{
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer-column-25{
        top: 0;
        box-sizing: border-box;
        padding: 0 8px;
    }
    .footer-menu-tittle{
        padding-top: 14px;
        color: #fff;
        font-size: 18px;
        font-family: "Open Sans Semibold", Arial;
    }
    .footer-menu-ul{
        list-style: none;
        padding: 0;
        margin-top: 10px;
    }
    .footer-menu-li{
        margin-bottom: 7px;
        line-height: 20px;
    }
    .footer-menu-link{
        color: white;
        font-size: 16px;
        text-decoration: none;
    }
    .footer-menu-link:hover{
        color: #05fb68;
        text-decoration: none;
    }
    .copyright{
        font-size: 18px;
        display: inline-block;
        color: white;
    }
    .middle{
        font-size: 18px;
        margin-left: 5px;
        display: inline-block;
        color: #05fb68;
    }
    .copy{
        color: white;
        margin: 0 !important;
    }
    .copyright, .copy, .middle{
        font-size: 12px;
    }
    .footer-menu-ul h3{
        color: white;
        font-size: 18px;
    }
    .footer-menu-ul img{
        width: 15px;
    }
    .footer-elements img{
        width: 20px;
    }


    footer a:hover{
        color: #05fb68;
    }


    .Dropdown{
        display: flex;
        width: 100%;
        margin: 0;
        margin-bottom: 0 !important;
        padding: 0;
    }
    .mobile-container {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        border-radius: 10px;
    }

    .topnav {
      overflow: hidden;
      position: relative;
      
      
    }

    .topnav #myLinks {
      display: none;
      
    }
    #myLinks a{
        color: white;
        padding: 12px 14px;
    }
    #myLinks a:hover{
        color: #05fb68;
        padding: 12px 14px;
        border: 0;
    }
    .topnav a {
        margin-top: 6px;
      color: black;
      padding: 6px 12px;
      text-decoration: none;
      font-size: 17px;
      display: block;
    }

    .topnav a.icon {
      background: #05fb68;
      border-radius: 15px;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
    }

    .topnav a:hover {
      background-color: transparent;
      color: #05fb68;
      border: 1px solid #05fb68;
    }

    .active {
      color: white;
    }
    .topnav img{
        width: 156px;
    }

.ppp{
    display: none !important;
}
}
@media screen and (max-width: 768px) {
    .container{
        max-width: 85% !important;
    }
    *{
        margin: 0;
        padding: 0;
        font-family: Georgia, 'Times New Roman', Times, serif;
  
    }
    
    .Dropdown button{
        background-color: #05fb68;
        border: 0 !important;
        padding: 10px 15px;
        display: inline-block;
        color: #1a1a1a;
        font-size: 18px;
        border-radius: 15px;
    }
    .navbar{
        width: 100%; 
        align-items: baseline !important;
        position: relative !important;
    }
    section{
        scroll-margin-top: 20px;
    }
    .main{
        border-bottom: 1px solid rgb(92, 92, 92);
        backdrop-filter: blur(25px);
    }
    .left-ul{
        display: none;
        margin-bottom: 0;
        padding: 0;
    }
    .left-ul img{
        width: 156px;
        cursor: pointer;
    }
    .right-ul{
        display: none;
    }
    nav{
        position: fixed !important;

    }
    nav ul{
        display: inline-block;

    }
    nav ul li{
        display: inline-block;
        padding: 4px 7px;
    }
    nav ul li a{
        text-decoration: none;
        color: white;
        font-size: 9px;
    }
    nav ul li a:hover{
        color: #05fb68;
    }
    
    @import url('https://fonts.googleapis.com/css?family=Exo:400,700');

    *{
        margin: 0px;
        padding: 0px;
    }

    body{
        font-family: 'Exo', sans-serif;

    }


    .context {
        width: 100%;
        position: absolute;
        top: 45vh;
        height: 445px;

    }
    .first-page{
        height: 450px;
    }


    .area{
        background-color: #1a1a1a;
        background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
        width: 100%;
        height:100%;

    
    }

    .circles {
        height: 520px;
        left: 0;
        z-index: 0;
        overflow: hidden;
        position: absolute;
        top: 20px;
        width: 100%;
    }
    .circles li{
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate 25s linear infinite;
        bottom: -150px;

    }

    .circles li:nth-child(1){
        left: 25%;
        width: 80px;
        height: 80px;
        animation-delay: 0s;
    }


    .circles li:nth-child(2){
        left: 10%;
        width: 20px;
        height: 20px;
        animation-delay: 2s;
        animation-duration: 12s;
    }

    .circles li:nth-child(3){
        left: 70%;
        width: 20px;
        height: 20px;
        animation-delay: 4s;
    }

    .circles li:nth-child(4){
        left: 40%;
        width: 60px;
        height: 60px;
        animation-delay: 0s;
        animation-duration: 18s;
    }

    .circles li:nth-child(5){
        left: 65%;
        width: 20px;
        height: 20px;
        animation-delay: 0s;
    }

    .circles li:nth-child(6){
        left: 75%;
        width: 110px;
        height: 110px;
        animation-delay: 3s;
    }

    .circles li:nth-child(7){
        left: 35%;
        width: 150px;
        height: 150px;
        animation-delay: 7s;
    }

    .circles li:nth-child(8){
        left: 50%;
        width: 25px;
        height: 25px;
        animation-delay: 15s;
        animation-duration: 45s;
    }

    .circles li:nth-child(9){
        left: 20%;
        width: 15px;
        height: 15px;
        animation-delay: 2s;
        animation-duration: 35s;
    }

    .circles li:nth-child(10){
        left: 85%;
        width: 150px;
        height: 150px;
        animation-delay: 0s;
        animation-duration: 11s;
    }



    @keyframes animate {

        0%{
            transform: translateY(0) rotate(0deg);
            opacity: 1;
            border-radius: 0;
        }

        100%{
            transform: translateY(-1000px) rotate(720deg);
            opacity: 0;
            border-radius: 50%;
        }

    }
    .hero{
        position: relative;
        z-index: 2;
    }
    .dd{
        display: flex !important; 
    }
    .left, .right{
        display: inline-block;
    }
    .hero-text{
        color: white;
    }
    .hero h3{
        font-size: 24px;
    }
    .hero h1{
        font-size: 58px;
        max-width: 80%;
    }
    .hero h2{
        font-size: 18px;
        margin-bottom: 50px;
    }
    .hero a{
        text-align: center;
        padding: 15px 30px;
        z-index: 1;
        color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 20px;
        text-decoration: none;
    }
    .hero a:hover{
        padding: 15px 30px;
        color: #1a1a1a;
        background-color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 20px;
        text-decoration: none;
        z-index: 1;
    }
    .hero img{
        margin-top: 50px;
        width: 220px;
    }



    /* 
    About */


    .about{
        position: relative;
        z-index: 0;
        color: white;
    }
    .line {
        background-color: #05fb68;
        height: 3px;
        width: 90px;
    }
    .mbb-5{
        margin-bottom: 1rem;

    }
    .left-item {
        display: none;
        border: 5px solid #05fb68;
        border-radius: 20px;
        width: 295px;
    }

    .left-item img {
        border-radius: 20px;
        margin: 20px 10px;
        
        width: 240px;
    }

    .right-item {
        text-align: center;
        width: 98%;
        margin-top: 0px;
    }

    .right-text {
        color: #fff;
        font-size: 32px;
    }

    .right-p {
        text-align: center !important; 
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 300;
        width: 95%;
    }

    .about a{
        text-align: center;
        padding: 15px 30px;
        z-index: 1;
        color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 16px;
        text-decoration: none;

    }
    .about a:hover{
        padding: 15px 30px;
        color: #1a1a1a;
        background-color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 24px;
        margin-top: 20px;
        text-decoration: none;
        z-index: 1;
    }

    .iframe-container{
  display: block; /* MUHIM */
  margin: 0 auto;
  width: 90%;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden;
  border: 1px solid #05fb68;
  border-radius: 15px;
}

.iframe-container iframe{
  width: 1680px;
  height: 945px;

  transform: scale(var(--scale, 1));
  transform-origin: 0 0;
  border: none;
  display: block; /* kichkina fix */
}

    .project-button{
        margin: 20px;
        border-radius: 100%;
        background-color: #1a1a1a;
    }
    .projects-page{
        margin-top: 0px;
    }
    .projects-page h1{
        color: white;
        display: block;
        text-align: left;
    }







    /* Videos */

      .videos {
        width: 100%;
        aspect-ratio: 16/9 !important;
        background-image: url("./Assest/img/videosbg.png");
        background-size: 100%;
      }

      iframe {
        aspect-ratio: 16/9;
        padding: 10px;
      }

      .vidosss {
        max-width: 90%;
        
      }
      .mtt-5{
        margin-top: 1rem !important;
      }
    .videos-page h1{
        color: white;
        display: block;
        text-align: left;
    }


    .br{
        width: 100%;
        height: 60px;
        display: block;
    }
    .brr{
        display: none;
    }

    footer{
        background-color: #1a1a1a;
        width: 100%;
        border-top: 1px solid #939598;
    }
    .footer-menu-div{
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer-column-25{
        top: 0;
        box-sizing: border-box;
        padding: 0 8px;
    }
    .ddd{
        display: none !important;
    }
    .footer-menu-tittle{
        padding-top: 14px;
        color: #fff;
        font-size: 18px;
        font-family: "Open Sans Semibold", Arial;
    }
    .footer-menu-ul{
        list-style: none;
        padding: 0;
        margin-top: 10px;
    }
    .footer-menu-li{
        margin-bottom: 7px;
        line-height: 20px;
    }
    .footer-menu-link{
        color: white;
        font-size: 16px;
        text-decoration: none;
    }
    .footer-menu-link:hover{
        color: #05fb68;
        text-decoration: none;
    }
    .copyright{
        font-size: 18px;
        display: inline-block;
        color: white;
    }
    .middle{
        font-size: 18px;
        margin-left: 5px;
        display: inline-block;
        color: #05fb68;
    }
    .copy{
        color: white;
        margin: 0 !important;
    }
    .copyright, .copy, .middle{
        font-size: 9px;
    }
    .footer-menu-ul h3{
        color: white;
        font-size: 18px;
    }
    .footer-menu-ul img{
        width: 15px;
    }
    .footer-elements img{
        width: 20px;
    }


    footer a:hover{
        color: #05fb68;
    }


    .Dropdown{
        display: flex;
        width: 100%;
        margin: 0;
        margin-bottom: 0 !important;
        padding: 0;
    }
    .mobile-container {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        border-radius: 10px;
    }

    .topnav {
      overflow: hidden;
      position: relative;
      
      
    }

    .topnav #myLinks {
      display: none;
      
    }
    #myLinks a{
        color: white;
        padding: 12px 14px;
    }
    #myLinks a:hover{
        color: #05fb68;
        padding: 12px 14px;
        border: 0;
    }
    .topnav a {
        margin-top: 6px;
      color: black;
      padding: 6px 12px;
      text-decoration: none;
      font-size: 17px;
      display: block;
    }

    .topnav a.icon {
      background: #05fb68;
      border-radius: 15px;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
    }

    .topnav a:hover {
      background-color: transparent;
      color: #05fb68;
      border: 1px solid #05fb68;
    }

    .active {
      color: white;
    }
    .topnav img{
        width: 156px;
    }
    .ddd{
    display: none;
    }

.ppp{
    display: none !important;
}
}
@media screen and (max-width: 650px) {
    .my-logo{
        display: none !important;
    }
    *{
        margin: 0;
        padding: 0;
        font-family: Georgia, 'Times New Roman', Times, serif;
  
    }
    
    .Dropdown button{
        background-color: #05fb68;
        border: 0 !important;
        padding: 6px 12px;
        display: inline-block;
        color: #1a1a1a;
        font-size: 16px;
        border-radius: 15px;
    }
    .navbar{
        width: 100%; 
        align-items: baseline !important;
        position: relative !important;
    }
    section{
        scroll-margin-top: 20px;
    }
    .main{
        border-bottom: 1px solid rgb(92, 92, 92);
        backdrop-filter: blur(25px);
    }
    .left-ul{
        display: none;
        margin-bottom: 0;
        padding: 0;
    }
    .left-ul img{
        width: 128px;
        cursor: pointer;
    }
    .right-ul{
        display: none;
    }
    nav{
        position: fixed !important;

    }
    nav ul{
        display: inline-block;

    }
    nav ul li{
        display: inline-block;
        padding: 4px 7px;
    }
    nav ul li a{
        text-decoration: none;
        color: white;
        font-size: 9px;
    }
    nav ul li a:hover{
        color: #05fb68;
    }
    
    @import url('https://fonts.googleapis.com/css?family=Exo:400,700');

    *{
        margin: 0px;
        padding: 0px;
    }

    body{
        font-family: 'Exo', sans-serif;

    }


    .context {
        width: 100%;
        position: absolute;
        top: 25vh;
        height: 445px;

    }
    .first-page{
        height: 450px;
    }


    .area{
        background-color: #1a1a1a;
        background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
        width: 100%;
        height:100%;

    
    }

    .circles {
        height: 520px;
        left: 0;
        z-index: 0;
        overflow: hidden;
        position: absolute;
        top: 20px;
        width: 100%;
    }
    .circles li{
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate 25s linear infinite;
        bottom: -150px;

    }

    .circles li:nth-child(1){
        left: 25%;
        width: 80px;
        height: 80px;
        animation-delay: 0s;
    }


    .circles li:nth-child(2){
        left: 10%;
        width: 20px;
        height: 20px;
        animation-delay: 2s;
        animation-duration: 12s;
    }

    .circles li:nth-child(3){
        left: 70%;
        width: 20px;
        height: 20px;
        animation-delay: 4s;
    }

    .circles li:nth-child(4){
        left: 40%;
        width: 60px;
        height: 60px;
        animation-delay: 0s;
        animation-duration: 18s;
    }

    .circles li:nth-child(5){
        left: 65%;
        width: 20px;
        height: 20px;
        animation-delay: 0s;
    }

    .circles li:nth-child(6){
        left: 75%;
        width: 110px;
        height: 110px;
        animation-delay: 3s;
    }

    .circles li:nth-child(7){
        left: 35%;
        width: 150px;
        height: 150px;
        animation-delay: 7s;
    }

    .circles li:nth-child(8){
        left: 50%;
        width: 25px;
        height: 25px;
        animation-delay: 15s;
        animation-duration: 45s;
    }

    .circles li:nth-child(9){
        left: 20%;
        width: 15px;
        height: 15px;
        animation-delay: 2s;
        animation-duration: 35s;
    }

    .circles li:nth-child(10){
        left: 85%;
        width: 150px;
        height: 150px;
        animation-delay: 0s;
        animation-duration: 11s;
    }



    @keyframes animate {

        0%{
            transform: translateY(0) rotate(0deg);
            opacity: 1;
            border-radius: 0;
        }

        100%{
            transform: translateY(-1000px) rotate(720deg);
            opacity: 0;
            border-radius: 50%;
        }

    }
    .hero{
        position: relative;
        z-index: 2;
    }
    .dd{
        display: block !important; 
    }
    .left, .right{
        display: block;
    }
    .left .a, .right{
        text-align: center;
    }
    .hero-text{
        color: white;
    }
    .hero h3{
        font-size: 24px;
    }
    .hero h1{
        font-size: 58px;
        max-width: 80%;
    }
    .hero h2{
        font-size: 18px;
        margin-bottom: 50px;
    }
    .hero a{
        text-align: center;
        padding: 15px 30px;
        z-index: 1;
        color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 20px;
        text-decoration: none;
    }
    .hero a:hover{
        padding: 15px 30px;
        color: #1a1a1a;
        background-color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 20px;
        text-decoration: none;
        z-index: 1;
    }
    .hero img{
        margin-top: 50px;
        width: 220px;
    }



    /* 
    About */


    .about{
        position: relative;
        z-index: 0;
        color: white;
    }
    .line {
        background-color: #05fb68;
        height: 3px;
        width: 90px;
    }
    .mbb-5{
        margin-bottom: 1rem;

    }
    .left-item {
        display: none;
        border: 5px solid #05fb68;
        border-radius: 20px;
        width: 295px;
    }

    .left-item img {
        border-radius: 20px;
        margin: 20px 10px;
        
        width: 240px;
    }

    .right-item {
        text-align: center;
        width: 98%;
        margin-top: 0px;
    }

    .right-text {
        color: #fff;
        font-size: 32px;
    }

    .right-p {
        text-align: center !important; 
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 300;
        width: 95%;
    }

    .about a{
        text-align: center;
        padding: 15px 30px;
        z-index: 1;
        color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 16px;
        text-decoration: none;

    }
    .about a:hover{
        padding: 15px 30px;
        color: #1a1a1a;
        background-color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 24px;
        margin-top: 20px;
        text-decoration: none;
        z-index: 1;
    }

    .iframe-container{
  display: block; /* MUHIM */
  margin: 0 auto;
  width: 90%;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden;
  border: 1px solid #05fb68;
  border-radius: 15px;
}

.iframe-container iframe{
  width: 1680px;
  height: 945px;

  transform: scale(var(--scale, 1));
  transform-origin: 0 0;
  border: none;
  display: block; /* kichkina fix */
}

    .project-button{
        margin: 20px;
        border-radius: 100%;
        background-color: #1a1a1a;
    }
    .projects-page{
        margin-top: 0px;
    }
    .projects-page h1{
        color: white;
        display: block;
        text-align: left;
    }







    /* Videos */

      .videos {
        width: 100%;
        aspect-ratio: 16/9 !important;
        background-image: url("./Assest/img/videosbg.png");
        background-size: 100%;
      }

      iframe {
        display: block;
        width: 100%;
        aspect-ratio: 16/9;
        padding: 10px;
      }

      .vidosss {
        max-width: 90%;
        
      }
      .mtt-5{
        margin-top: 1rem !important;
      }
    .videos-page h1{
        color: white;
        display: block;
        text-align: left;
    }


    .br{
        width: 100%;
        height: 60px;
        display: block;
    }
    .brr{
        display: none;
    }

    footer{
        background-color: #1a1a1a;
        width: 100%;
        border-top: 1px solid #939598;
    }
    .footer-menu-div{
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer-column-25{
        top: 0;
        box-sizing: border-box;
        padding: 0 8px;
    }
    .ddd{
        display: none !important;
    }
    .footer-menu-tittle{
        padding-top: 14px;
        color: #fff;
        font-size: 18px;
        font-family: "Open Sans Semibold", Arial;
    }
    .footer-menu-ul{
        list-style: none;
        padding: 0;
        margin-top: 10px;
    }
    .footer-menu-li{
        margin-bottom: 7px;
        line-height: 20px;
    }
    .footer-menu-link{
        color: white;
        font-size: 16px;
        text-decoration: none;
    }
    .footer-menu-link:hover{
        color: #05fb68;
        text-decoration: none;
    }
    .copyright{
        font-size: 18px;
        display: inline-block;
        color: white;
    }
    .middle{
        font-size: 18px;
        margin-left: 5px;
        display: inline-block;
        color: #05fb68;
    }
    .copy{
        color: white;
        margin: 0 !important;
    }
    .copyright, .copy, .middle{
        font-size: 9px;
    }
    .footer-menu-ul h3{
        color: white;
        font-size: 18px;
    }
    .footer-menu-ul img{
        width: 15px;
    }
    .footer-elements img{
        width: 20px;
    }


    footer a:hover{
        color: #05fb68;
    }


    .Dropdown{
        display: flex;
        width: 100%;
        margin: 0;
        margin-bottom: 0 !important;
        padding: 0;
    }
    .mobile-container {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        border-radius: 10px;
    }

    .topnav {
      overflow: hidden;
      position: relative;
      
      
    }

    .topnav #myLinks {
      display: none;
      
    }
    #myLinks a{
        color: white;
        padding: 12px 14px;
    }
    #myLinks a:hover{
        color: #05fb68;
        padding: 12px 14px;
        border: 0;
    }
    .topnav a {
        margin-top: 6px;
      color: black;
      padding: 6px 12px;
      text-decoration: none;
      font-size: 17px;
      display: block;
    }

    .topnav a.icon {
      background: #05fb68;
      border-radius: 15px;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
    }

    .topnav a:hover {
      background-color: transparent;
      color: #05fb68;
      border: 1px solid #05fb68;
    }

    .active {
      color: white;
    }
    .topnav img{
        width: 128px;
    }
    .ddd{
    display: none;
    }

.ppp{
    display: none !important;
}
}
@media screen and (max-width: 550px) {
    .my-logo{
        display: none !important;
    }
    *{
        margin: 0;
        padding: 0;
        font-family: Georgia, 'Times New Roman', Times, serif;
  
    }
    
    .Dropdown button{
        background-color: #05fb68;
        border: 0 !important;
        padding: 6px 12px;
        display: inline-block;
        color: #1a1a1a;
        font-size: 16px;
        border-radius: 15px;
    }
    .navbar{
        width: 100%; 
        align-items: baseline !important;
        position: relative !important;
    }
    section{
        scroll-margin-top: 20px;
    }
    .main{
        border-bottom: 1px solid rgb(92, 92, 92);
        backdrop-filter: blur(25px);
    }
    .left-ul{
        display: none;
        margin-bottom: 0;
        padding: 0;
    }
    .left-ul img{
        width: 128px;
        cursor: pointer;
    }
    .right-ul{
        display: none;
    }
    nav{
        position: fixed !important;

    }
    nav ul{
        display: inline-block;

    }
    nav ul li{
        display: inline-block;
        padding: 4px 7px;
    }
    nav ul li a{
        text-decoration: none;
        color: white;
        font-size: 9px;
    }
    nav ul li a:hover{
        color: #05fb68;
    }
    
    @import url('https://fonts.googleapis.com/css?family=Exo:400,700');

    *{
        margin: 0px;
        padding: 0px;
    }

    body{
        font-family: 'Exo', sans-serif;

    }


    .context {
        width: 100%;
        position: absolute;
        top: 25vh;
        height: 445px;

    }
    .first-page{
        height: 450px;
    }


    .area{
        background-color: #1a1a1a;
        background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
        width: 100%;
        height:100%;

    
    }

    .circles {
        height: 520px;
        left: 0;
        z-index: 0;
        overflow: hidden;
        position: absolute;
        top: 20px;
        width: 100%;
    }
    .circles li{
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate 25s linear infinite;
        bottom: -150px;

    }

    .circles li:nth-child(1){
        left: 25%;
        width: 80px;
        height: 80px;
        animation-delay: 0s;
    }


    .circles li:nth-child(2){
        left: 10%;
        width: 20px;
        height: 20px;
        animation-delay: 2s;
        animation-duration: 12s;
    }

    .circles li:nth-child(3){
        left: 70%;
        width: 20px;
        height: 20px;
        animation-delay: 4s;
    }

    .circles li:nth-child(4){
        left: 40%;
        width: 60px;
        height: 60px;
        animation-delay: 0s;
        animation-duration: 18s;
    }

    .circles li:nth-child(5){
        left: 65%;
        width: 20px;
        height: 20px;
        animation-delay: 0s;
    }

    .circles li:nth-child(6){
        left: 75%;
        width: 110px;
        height: 110px;
        animation-delay: 3s;
    }

    .circles li:nth-child(7){
        left: 35%;
        width: 150px;
        height: 150px;
        animation-delay: 7s;
    }

    .circles li:nth-child(8){
        left: 50%;
        width: 25px;
        height: 25px;
        animation-delay: 15s;
        animation-duration: 45s;
    }

    .circles li:nth-child(9){
        left: 20%;
        width: 15px;
        height: 15px;
        animation-delay: 2s;
        animation-duration: 35s;
    }

    .circles li:nth-child(10){
        left: 85%;
        width: 150px;
        height: 150px;
        animation-delay: 0s;
        animation-duration: 11s;
    }



    @keyframes animate {

        0%{
            transform: translateY(0) rotate(0deg);
            opacity: 1;
            border-radius: 0;
        }

        100%{
            transform: translateY(-1000px) rotate(720deg);
            opacity: 0;
            border-radius: 50%;
        }

    }
    .hero{
        position: relative;
        z-index: 2;
    }
    .dd{
        display: block !important; 
    }
    .left, .right{
        display: block;
    }
    .left .a, .right{
        text-align: center;
    }
    .hero-text{
        color: white;
    }
    .hero h3{
        font-size: 24px;
    }
    .hero h1{
        font-size: 58px;
        max-width: 80%;
    }
    .hero h2{
        font-size: 18px;
        margin-bottom: 50px;
    }
    .hero a{
        text-align: center;
        padding: 15px 30px;
        z-index: 1;
        color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 20px;
        text-decoration: none;
    }
    .hero a:hover{
        padding: 15px 30px;
        color: #1a1a1a;
        background-color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 20px;
        text-decoration: none;
        z-index: 1;
    }
    .hero img{
        margin-top: 50px;
        width: 220px;
    }



    /* 
    About */


    .about{
        position: relative;
        z-index: 0;
        color: white;
    }
    .line {
        background-color: #05fb68;
        height: 3px;
        width: 90px;
    }
    .mbb-5{
        margin-bottom: 1rem;

    }
    .left-item {
        display: none;
        border: 5px solid #05fb68;
        border-radius: 20px;
        width: 295px;
    }

    .left-item img {
        border-radius: 20px;
        margin: 20px 10px;
        
        width: 240px;
    }

    .right-item {
        text-align: center;
        width: 98%;
        margin-top: 0px;
    }

    .right-text {
        color: #fff;
        font-size: 32px;
    }

    .right-p {
        text-align: center !important; 
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 300;
        width: 95%;
    }

    .about a{
        text-align: center;
        padding: 15px 30px;
        z-index: 1;
        color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 16px;
        text-decoration: none;

    }
    .about a:hover{
        padding: 15px 30px;
        color: #1a1a1a;
        background-color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 24px;
        margin-top: 20px;
        text-decoration: none;
        z-index: 1;
    }

    .iframe-container{
  display: block; /* MUHIM */
  margin: 0 auto;
  width: 90%;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden;
  border: 1px solid #05fb68;
  border-radius: 15px;
}

.iframe-container iframe{
  width: 1680px;
  height: 945px;

  transform: scale(var(--scale, 1));
  transform-origin: 0 0;
  border: none;
  display: block; /* kichkina fix */
}

    .project-button{
        margin: 20px;
        border-radius: 100%;
        background-color: #1a1a1a;
    }
    .projects-page{
        margin-top: 0px;
    }
    .projects-page h1{
        color: white;
        display: block;
        text-align: left;
    }







    /* Videos */

      .videos {
        width: 100%;
        aspect-ratio: 16/9 !important;
        background-image: url("./Assest/img/videosbg.png");
        background-size: 100%;
      }

      iframe {
        display: block;
        width: 100%;
        aspect-ratio: 16/9;
        padding: 10px;
      }

      .vidosss {
        max-width: 90%;
        
      }
      .mtt-5{
        margin-top: 1rem !important;
      }
    .videos-page h1{
        color: white;
        display: block;
        text-align: left;
    }


    .br{
        width: 100%;
        height: 60px;
        display: block;
    }
    .brr{
        display: none;
    }

    footer{
        background-color: #1a1a1a;
        width: 100%;
        border-top: 1px solid #939598;
    }
    .footer-menu-div{
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer-column-25{
        top: 0;
        box-sizing: border-box;
        padding: 0 8px;
    }
    .ddd{
        display: none !important;
    }
    .footer-menu-tittle{
        padding-top: 14px;
        color: #fff;
        font-size: 18px;
        font-family: "Open Sans Semibold", Arial;
    }
    .footer-menu-ul{
        list-style: none;
        padding: 0;
        margin-top: 10px;
    }
    .footer-menu-li{
        margin-bottom: 7px;
        line-height: 20px;
    }
    .footer-menu-link{
        color: white;
        font-size: 16px;
        text-decoration: none;
    }
    .footer-menu-link:hover{
        color: #05fb68;
        text-decoration: none;
    }
    .copyright{
        font-size: 18px;
        display: inline-block;
        color: white;
    }
    .middle{
        font-size: 18px;
        margin-left: 5px;
        display: inline-block;
        color: #05fb68;
    }
    .copy{
        color: white;
        margin: 0 !important;
    }
    .copyright, .copy, .middle{
        font-size: 9px;
    }
    .footer-menu-ul h3{
        color: white;
        font-size: 18px;
    }
    .footer-menu-ul img{
        width: 15px;
    }
    .footer-elements img{
        width: 20px;
    }


    footer a:hover{
        color: #05fb68;
    }


    .Dropdown{
        display: flex;
        width: 100%;
        margin: 0;
        margin-bottom: 0 !important;
        padding: 0;
    }
    .mobile-container {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        border-radius: 10px;
    }

    .topnav {
      overflow: hidden;
      position: relative;
      
      
    }

    .topnav #myLinks {
      display: none;
      
    }
    #myLinks a{
        color: white;
        padding: 12px 14px;
    }
    #myLinks a:hover{
        color: #05fb68;
        padding: 12px 14px;
        border: 0;
    }
    .topnav a {
        margin-top: 6px;
      color: black;
      padding: 6px 12px;
      text-decoration: none;
      font-size: 17px;
      display: block;
    }

    .topnav a.icon {
      background: #05fb68;
      border-radius: 15px;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
    }

    .topnav a:hover {
      background-color: transparent;
      color: #05fb68;
      border: 1px solid #05fb68;
    }

    .active {
      color: white;
    }
    .topnav img{
        width: 128px;
    }
    .ddd{
    display: none;
    }

.ppp{
    display: none !important;
}
}
@media screen and (max-width: 425px) {
    .my-logo{
        display: none !important;
    }
    *{
        margin: 0;
        padding: 0;
        font-family: Georgia, 'Times New Roman', Times, serif;
  
    }
    
    .Dropdown button{
        background-color: #05fb68;
        border: 0 !important;
        padding: 6px 12px;
        display: inline-block;
        color: #1a1a1a;
        font-size: 16px;
        border-radius: 15px;
    }
    .navbar{
        width: 100%; 
        align-items: baseline !important;
        position: relative !important;
    }
    section{
        scroll-margin-top: 20px;
    }
    .main{
        border-bottom: 1px solid rgb(92, 92, 92);
        backdrop-filter: blur(25px);
    }
    .left-ul{
        display: none;
        margin-bottom: 0;
        padding: 0;
    }
    .left-ul img{
        width: 128px;
        cursor: pointer;
    }
    .right-ul{
        display: none;
    }
    nav{
        position: fixed !important;

    }
    nav ul{
        display: inline-block;

    }
    nav ul li{
        display: inline-block;
        padding: 4px 7px;
    }
    nav ul li a{
        text-decoration: none;
        color: white;
        font-size: 9px;
    }
    nav ul li a:hover{
        color: #05fb68;
    }
    
    @import url('https://fonts.googleapis.com/css?family=Exo:400,700');

    *{
        margin: 0px;
        padding: 0px;
    }

    body{
        font-family: 'Exo', sans-serif;

    }


    .context {
        width: 100%;
        position: absolute;
        top: 25vh;
        height: 445px;

    }
    .first-page{
        height: 450px;
    }


    .area{
        background-color: #1a1a1a;
        background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
        width: 100%;
        height:100%;

    
    }

    .circles {
        height: 520px;
        left: 0;
        z-index: 0;
        overflow: hidden;
        position: absolute;
        top: 20px;
        width: 100%;
    }
    .circles li{
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate 25s linear infinite;
        bottom: -150px;

    }

    .circles li:nth-child(1){
        left: 25%;
        width: 80px;
        height: 80px;
        animation-delay: 0s;
    }


    .circles li:nth-child(2){
        left: 10%;
        width: 20px;
        height: 20px;
        animation-delay: 2s;
        animation-duration: 12s;
    }

    .circles li:nth-child(3){
        left: 70%;
        width: 20px;
        height: 20px;
        animation-delay: 4s;
    }

    .circles li:nth-child(4){
        left: 40%;
        width: 60px;
        height: 60px;
        animation-delay: 0s;
        animation-duration: 18s;
    }

    .circles li:nth-child(5){
        left: 65%;
        width: 20px;
        height: 20px;
        animation-delay: 0s;
    }

    .circles li:nth-child(6){
        left: 75%;
        width: 110px;
        height: 110px;
        animation-delay: 3s;
    }

    .circles li:nth-child(7){
        left: 35%;
        width: 150px;
        height: 150px;
        animation-delay: 7s;
    }

    .circles li:nth-child(8){
        left: 50%;
        width: 25px;
        height: 25px;
        animation-delay: 15s;
        animation-duration: 45s;
    }

    .circles li:nth-child(9){
        left: 20%;
        width: 15px;
        height: 15px;
        animation-delay: 2s;
        animation-duration: 35s;
    }

    .circles li:nth-child(10){
        left: 85%;
        width: 150px;
        height: 150px;
        animation-delay: 0s;
        animation-duration: 11s;
    }



    @keyframes animate {

        0%{
            transform: translateY(0) rotate(0deg);
            opacity: 1;
            border-radius: 0;
        }

        100%{
            transform: translateY(-1000px) rotate(720deg);
            opacity: 0;
            border-radius: 50%;
        }

    }
    .hero{
        position: relative;
        z-index: 2;
    }
    .dd{
        display: block !important; 
    }
    .left, .right{
        display: block;
    }
    .left .a, .right{
        text-align: center;
    }
    .hero-text{
        color: white;
    }
    .hero h3{
        font-size: 26px;
    }
    .hero h1{
        font-size: 52px;
    }
    .hero h2{
        font-size: 20px;
        margin-bottom: 50px;
    }
    .hero a{
        text-align: center;
        padding: 15px 30px;
        z-index: 1;
        color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 18px;
        text-decoration: none;
    }
    .hero a:hover{
        padding: 15px 30px;
        color: #1a1a1a;
        background-color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 18px;
        text-decoration: none;
        z-index: 1;
    }
    .hero img{
        margin-top: 50px;
        width: 220px;
    }



    /* 
    About */


    .about{
        position: relative;
        z-index: 0;
        color: white;
    }
    .line {
        background-color: #05fb68;
        height: 3px;
        width: 90px;
    }
    .mbb-5{
        margin-bottom: 1rem;

    }
    .left-item {
        display: none;
        border: 5px solid #05fb68;
        border-radius: 20px;
        width: 295px;
    }

    .left-item img {
        border-radius: 20px;
        margin: 20px 10px;
        
        width: 240px;
    }

    .right-item {
        text-align: center;
        width: 98%;
        margin-top: 0px;
    }

    .right-text {
        color: #fff;
        font-size: 32px;
    }

    .right-p {
        text-align: center !important; 
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 300;
        width: 95%;
    }

    .about a{
        text-align: center;
        padding: 15px 30px;
        z-index: 1;
        color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 16px;
        text-decoration: none;

    }
    .about a:hover{
        padding: 15px 30px;
        color: #1a1a1a;
        background-color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 24px;
        margin-top: 20px;
        text-decoration: none;
        z-index: 1;
    }

    .iframe-container{
  display: block; /* MUHIM */
  margin: 0 auto;
  width: 90%;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden;
  border: 1px solid #05fb68;
  border-radius: 15px;
}

.iframe-container iframe{
  width: 1680px;
  height: 945px;

  transform: scale(var(--scale, 1));
  transform-origin: 0 0;
  border: none;
  display: block; /* kichkina fix */
}

    .project-button{
        margin: 20px;
        border-radius: 100%;
        background-color: #1a1a1a;
    }
    .projects-page{
        margin-top: 0px;
    }
    .projects-page h1{
        color: white;
        display: block;
        text-align: left;
    }







    /* Videos */

      .videos {
        width: 100%;
        aspect-ratio: 16/9 !important;
        background-image: url("./Assest/img/videosbg.png");
        background-size: 100%;
      }

      iframe {
        display: block;
        width: 100%;
        aspect-ratio: 16/9;
        padding: 10px;
      }

      .vidosss {
        max-width: 90%;
        
      }
      .mtt-5{
        margin-top: 1rem !important;
      }
    .videos-page h1{
        color: white;
        display: block;
        text-align: left;
    }


    .br{
        width: 100%;
        height: 60px;
        display: block;
    }
    .brr{
        display: none;
    }

    footer{
        background-color: #1a1a1a;
        width: 100%;
        border-top: 1px solid #939598;
    }
    .footer-menu-div{
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer-column-25{
        top: 0;
        box-sizing: border-box;
        padding: 0 8px;
    }
    .ddd{
        display: none !important;
    }
    .footer-menu-tittle{
        padding-top: 14px;
        color: #fff;
        font-size: 16px;
        font-family: "Open Sans Semibold", Arial;
    }
    .footer-menu-ul{
        list-style: none;
        padding: 0;
        margin-top: 10px;
    }
    .footer-menu-li{
        margin-bottom: 7px;
        line-height: 20px;
    }
    .footer-menu-link{
        color: white;
        font-size: 14px;
        text-decoration: none;
    }
    .footer-menu-link:hover{
        color: #05fb68;
        text-decoration: none;
    }
    .copyright{
        font-size: 16px;
        display: inline-block;
        color: white;
    }
    .middle{
        font-size: 16px;
        margin-left: 5px;
        display: inline-block;
        color: #05fb68;
    }
    .copy{
        color: white;
        margin: 0 !important;
    }
    .copyright, .copy, .middle{
        font-size: 8px;
    }
    .footer-menu-ul h3{
        color: white;
        font-size: 16px;
    }
    .footer-menu-ul img{
        width: 15px;
    }
    .footer-elements img{
        width: 20px;
    }


    footer a:hover{
        color: #05fb68;
    }


    .Dropdown{
        display: flex;
        width: 100%;
        margin: 0;
        margin-bottom: 0 !important;
        padding: 0;
    }
    .mobile-container {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        border-radius: 10px;
    }

    .topnav {
      overflow: hidden;
      position: relative;
      
      
    }

    .topnav #myLinks {
      display: none;
      
    }
    #myLinks a{
        color: white;
        padding: 12px 14px;
    }
    #myLinks a:hover{
        color: #05fb68;
        padding: 12px 14px;
        border: 0;
    }
    .topnav a {
        margin-top: 6px;
      color: black;
      padding: 6px 12px;
      text-decoration: none;
      font-size: 17px;
      display: block;
    }

    .topnav a.icon {
      background: #05fb68;
      border-radius: 15px;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
    }

    .topnav a:hover {
      background-color: transparent;
      color: #05fb68;
      border: 1px solid #05fb68;
    }

    .active {
      color: white;
    }
    .topnav img{
        width: 128px;
    }
    .ddd{
    display: none;
    }

.ppp{
    display: none !important;
}
}
@media screen and (max-width: 375px) {
    .my-logo{
        display: none !important;
    }
    *{
        margin: 0;
        padding: 0;
        font-family: Georgia, 'Times New Roman', Times, serif;
  
    }
    
    .Dropdown button{
        background-color: #05fb68;
        border: 0 !important;
        padding: 6px 12px;
        display: inline-block;
        color: #1a1a1a;
        font-size: 16px;
        border-radius: 15px;
    }
    .navbar{
        width: 100%; 
        align-items: baseline !important;
        position: relative !important;
    }
    section{
        scroll-margin-top: 20px;
    }
    .main{
        border-bottom: 1px solid rgb(92, 92, 92);
        backdrop-filter: blur(25px);
    }
    .left-ul{
        display: none;
        margin-bottom: 0;
        padding: 0;
    }
    .left-ul img{
        width: 128px;
        cursor: pointer;
    }
    .right-ul{
        display: none;
    }
    nav{
        position: fixed !important;

    }
    nav ul{
        display: inline-block;

    }
    nav ul li{
        display: inline-block;
        padding: 4px 7px;
    }
    nav ul li a{
        text-decoration: none;
        color: white;
        font-size: 9px;
    }
    nav ul li a:hover{
        color: #05fb68;
    }
    
    @import url('https://fonts.googleapis.com/css?family=Exo:400,700');

    *{
        margin: 0px;
        padding: 0px;
    }

    body{
        font-family: 'Exo', sans-serif;

    }


    .context {
        width: 100%;
        position: absolute;
        top: 25vh;
        height: 445px;

    }
    .first-page{
        height: 450px;
    }


    .area{
        background-color: #1a1a1a;
        background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
        width: 100%;
        height:100%;

    
    }

    .circles {
        height: 520px;
        left: 0;
        z-index: 0;
        overflow: hidden;
        position: absolute;
        top: 20px;
        width: 100%;
    }
    .circles li{
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate 25s linear infinite;
        bottom: -150px;

    }

    .circles li:nth-child(1){
        left: 25%;
        width: 80px;
        height: 80px;
        animation-delay: 0s;
    }


    .circles li:nth-child(2){
        left: 10%;
        width: 20px;
        height: 20px;
        animation-delay: 2s;
        animation-duration: 12s;
    }

    .circles li:nth-child(3){
        left: 70%;
        width: 20px;
        height: 20px;
        animation-delay: 4s;
    }

    .circles li:nth-child(4){
        left: 40%;
        width: 60px;
        height: 60px;
        animation-delay: 0s;
        animation-duration: 18s;
    }

    .circles li:nth-child(5){
        left: 65%;
        width: 20px;
        height: 20px;
        animation-delay: 0s;
    }

    .circles li:nth-child(6){
        left: 75%;
        width: 110px;
        height: 110px;
        animation-delay: 3s;
    }

    .circles li:nth-child(7){
        left: 35%;
        width: 150px;
        height: 150px;
        animation-delay: 7s;
    }

    .circles li:nth-child(8){
        left: 50%;
        width: 25px;
        height: 25px;
        animation-delay: 15s;
        animation-duration: 45s;
    }

    .circles li:nth-child(9){
        left: 20%;
        width: 15px;
        height: 15px;
        animation-delay: 2s;
        animation-duration: 35s;
    }

    .circles li:nth-child(10){
        left: 85%;
        width: 150px;
        height: 150px;
        animation-delay: 0s;
        animation-duration: 11s;
    }



    @keyframes animate {

        0%{
            transform: translateY(0) rotate(0deg);
            opacity: 1;
            border-radius: 0;
        }

        100%{
            transform: translateY(-1000px) rotate(720deg);
            opacity: 0;
            border-radius: 50%;
        }

    }
    .hero{
        position: relative;
        z-index: 2;
    }
    .dd{
        display: block !important; 
    }
    .left, .right{
        display: block;
    }
    .left .a, .right{
        text-align: center;
    }
    .hero-text{
        color: white;
    }
    .hero h3{
        font-size: 26px;
    }
    .hero h1{
        font-size: 48px;
    }
    .hero h2{
        font-size: 20px;
        margin-bottom: 50px;
    }
    .hero a{
        text-align: center;
        padding: 15px 30px;
        z-index: 1;
        color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 16px;
        text-decoration: none;
    }
    .hero a:hover{
        padding: 15px 30px;
        color: #1a1a1a;
        background-color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 16px;
        text-decoration: none;
        z-index: 1;
    }
    .hero img{
        margin-top: 50px;
        width: 220px;
    }



    /* 
    About */


    .about{
        position: relative;
        z-index: 0;
        color: white;
    }
    .line {
        background-color: #05fb68;
        height: 3px;
        width: 90px;
    }
    .mbb-5{
        margin-bottom: 1rem;

    }
    .left-item {
        display: none;
        border: 5px solid #05fb68;
        border-radius: 20px;
        width: 295px;
    }

    .left-item img {
        border-radius: 20px;
        margin: 20px 10px;
        
        width: 240px;
    }

    .right-item {
        text-align: center;
        width: 98%;
        margin-top: 0px;
    }

    .right-text {
        color: #fff;
        font-size: 32px;
    }

    .right-p {
        text-align: center !important; 
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 300;
        width: 95%;
    }

    .about a{
        text-align: center;
        padding: 15px 30px;
        z-index: 1;
        color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 16px;
        text-decoration: none;

    }
    .about a:hover{
        padding: 15px 30px;
        color: #1a1a1a;
        background-color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 24px;
        margin-top: 20px;
        text-decoration: none;
        z-index: 1;
    }

    .iframe-container{
  display: block; /* MUHIM */
  margin: 0 auto;
  width: 90%;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden;
  border: 1px solid #05fb68;
  border-radius: 15px;
}

.iframe-container iframe{
  width: 1680px;
  height: 945px;

  transform: scale(var(--scale, 1));
  transform-origin: 0 0;
  border: none;
  display: block; /* kichkina fix */
}

    .project-button{
        margin: 20px;
        border-radius: 100%;
        background-color: #1a1a1a;
    }
    .projects-page{
        margin-top: 0px;
    }
    .projects-page h1{
        color: white;
        display: block;
        text-align: left;
    }







    /* Videos */

      .videos {
        width: 100%;
        aspect-ratio: 16/9 !important;
        background-image: url("./Assest/img/videosbg.png");
        background-size: 100%;
      }

      iframe {
        display: block;
        width: 100%;
        aspect-ratio: 16/9;
        padding: 10px;
      }

      .vidosss {
        max-width: 90%;
        
      }
      .mtt-5{
        margin-top: 1rem !important;
      }
    .videos-page h1{
        color: white;
        display: block;
        text-align: left;
    }


    .br{
        width: 100%;
        height: 60px;
        display: block;
    }
    .brr{
        display: none;
    }

    footer{
        background-color: #1a1a1a;
        width: 100%;
        border-top: 1px solid #939598;
    }
    .footer-menu-div{
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer-column-25{
        top: 0;
        box-sizing: border-box;
        padding: 0 8px;
    }
    .ddd{
        display: none !important;
    }
    .footer-menu-tittle{
        padding-top: 14px;
        color: #fff;
        font-size: 14px;
        font-family: "Open Sans Semibold", Arial;
    }
    .footer-menu-ul{
        list-style: none;
        padding: 0;
        margin-top: 10px;
    }
    .footer-menu-li{
        margin-bottom: 7px;
        line-height: 20px;
    }
    .footer-menu-link{
        color: white;
        font-size: 12px;
        text-decoration: none;
    }
    .footer-menu-link:hover{
        color: #05fb68;
        text-decoration: none;
    }
    .copyright{
        font-size: 14px;
        display: inline-block;
        color: white;
    }
    .middle{
        font-size: 14px;
        margin-left: 5px;
        display: inline-block;
        color: #05fb68;
    }
    .copy{
        color: white;
        margin: 0 !important;
    }
    .copyright, .copy, .middle{
        font-size: 8px;
    }
    .footer-menu-ul h3{
        color: white;
        font-size: 14px;
    }
    .footer-menu-ul img{
        width: 15px;
    }
    .footer-elements img{
        width: 20px;
    }


    footer a:hover{
        color: #05fb68;
    }


    .Dropdown{
        display: flex;
        width: 100%;
        margin: 0;
        margin-bottom: 0 !important;
        padding: 0;
    }
    .mobile-container {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        border-radius: 10px;
    }

    .topnav {
      overflow: hidden;
      position: relative;
      
      
    }

    .topnav #myLinks {
      display: none;
      
    }
    #myLinks a{
        color: white;
        padding: 12px 14px;
    }
    #myLinks a:hover{
        color: #05fb68;
        padding: 12px 14px;
        border: 0;
    }
    .topnav a {
        margin-top: 6px;
      color: black;
      padding: 6px 12px;
      text-decoration: none;
      font-size: 17px;
      display: block;
    }

    .topnav a.icon {
      background: #05fb68;
      border-radius: 15px;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
    }

    .topnav a:hover {
      background-color: transparent;
      color: #05fb68;
      border: 1px solid #05fb68;
    }

    .active {
      color: white;
    }
    .topnav img{
        width: 128px;
    }
    .ddd{
    display: none;
    }

.ppp{
    display: none !important;
}
}
@media screen and (max-width: 320px) {
    .my-logo{
        display: none !important;
    }
    *{
        margin: 0;
        padding: 0;
        font-family: Georgia, 'Times New Roman', Times, serif;
  
    }
    
    .Dropdown button{
        background-color: #05fb68;
        border: 0 !important;
        padding: 6px 12px;
        display: inline-block;
        color: #1a1a1a;
        font-size: 16px;
        border-radius: 15px;
    }
    .navbar{
        width: 100%; 
        align-items: baseline !important;
        position: relative !important;
    }
    section{
        scroll-margin-top: 20px;
    }
    .main{
        border-bottom: 1px solid rgb(92, 92, 92);
        backdrop-filter: blur(25px);
    }
    .left-ul{
        display: none;
        margin-bottom: 0;
        padding: 0;
    }
    .left-ul img{
        width: 128px;
        cursor: pointer;
    }
    .right-ul{
        display: none;
    }
    nav{
        position: fixed !important;

    }
    nav ul{
        display: inline-block;

    }
    nav ul li{
        display: inline-block;
        padding: 4px 7px;
    }
    nav ul li a{
        text-decoration: none;
        color: white;
        font-size: 9px;
    }
    nav ul li a:hover{
        color: #05fb68;
    }
    
    @import url('https://fonts.googleapis.com/css?family=Exo:400,700');

    *{
        margin: 0px;
        padding: 0px;
    }

    body{
        font-family: 'Exo', sans-serif;

    }


    .context {
        width: 100%;
        position: absolute;
        top: 25vh;
        height: 445px;

    }
    .first-page{
        height: 450px;
    }


    .area{
        background-color: #1a1a1a;
        background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
        width: 100%;
        height:100%;

    
    }

    .circles {
        height: 520px;
        left: 0;
        z-index: 0;
        overflow: hidden;
        position: absolute;
        top: 20px;
        width: 100%;
    }
    .circles li{
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate 25s linear infinite;
        bottom: -150px;

    }

    .circles li:nth-child(1){
        left: 25%;
        width: 80px;
        height: 80px;
        animation-delay: 0s;
    }


    .circles li:nth-child(2){
        left: 10%;
        width: 20px;
        height: 20px;
        animation-delay: 2s;
        animation-duration: 12s;
    }

    .circles li:nth-child(3){
        left: 70%;
        width: 20px;
        height: 20px;
        animation-delay: 4s;
    }

    .circles li:nth-child(4){
        left: 40%;
        width: 60px;
        height: 60px;
        animation-delay: 0s;
        animation-duration: 18s;
    }

    .circles li:nth-child(5){
        left: 65%;
        width: 20px;
        height: 20px;
        animation-delay: 0s;
    }

    .circles li:nth-child(6){
        left: 75%;
        width: 110px;
        height: 110px;
        animation-delay: 3s;
    }

    .circles li:nth-child(7){
        left: 35%;
        width: 150px;
        height: 150px;
        animation-delay: 7s;
    }

    .circles li:nth-child(8){
        left: 50%;
        width: 25px;
        height: 25px;
        animation-delay: 15s;
        animation-duration: 45s;
    }

    .circles li:nth-child(9){
        left: 20%;
        width: 15px;
        height: 15px;
        animation-delay: 2s;
        animation-duration: 35s;
    }

    .circles li:nth-child(10){
        left: 85%;
        width: 150px;
        height: 150px;
        animation-delay: 0s;
        animation-duration: 11s;
    }



    @keyframes animate {

        0%{
            transform: translateY(0) rotate(0deg);
            opacity: 1;
            border-radius: 0;
        }

        100%{
            transform: translateY(-1000px) rotate(720deg);
            opacity: 0;
            border-radius: 50%;
        }

    }
    .hero{
        position: relative;
        z-index: 2;
    }
    .dd{
        display: block !important; 
    }
    .left, .right{
        display: block;
    }
    .left .a, .right{
        text-align: center;
    }
    .hero-text{
        color: white;
    }
    .hero h3{
        font-size: 24px;
    }
    .hero h1{
        font-size: 46px;
    }
    .hero h2{
        font-size: 18px;
        margin-bottom: 50px;
    }
    .hero a{
        text-align: center;
        padding: 15px 30px;
        z-index: 1;
        color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 16px;
        text-decoration: none;
    }
    .hero a:hover{
        padding: 15px 30px;
        color: #1a1a1a;
        background-color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 16px;
        text-decoration: none;
        z-index: 1;
    }
    .hero img{
        margin-top: 50px;
        width: 220px;
    }



    /* 
    About */


    .about{
        position: relative;
        z-index: 0;
        color: white;
    }
    .line {
        background-color: #05fb68;
        height: 3px;
        width: 90px;
    }
    .mbb-5{
        margin-bottom: 1rem;

    }
    .left-item {
        display: none;
        border: 5px solid #05fb68;
        border-radius: 20px;
        width: 295px;
    }

    .left-item img {
        border-radius: 20px;
        margin: 20px 10px;
        
        width: 240px;
    }

    .right-item {
        text-align: center;
        width: 98%;
        margin-top: 0px;
    }

    .right-text {
        color: #fff;
        font-size: 32px;
    }

    .right-p {
        text-align: center !important; 
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 300;
        width: 95%;
    }

    .about a{
        text-align: center;
        padding: 15px 30px;
        z-index: 1;
        color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 16px;
        text-decoration: none;

    }
    .about a:hover{
        padding: 15px 30px;
        color: #1a1a1a;
        background-color: #05fb68;
        border-radius: 15px;
        border: 1px solid #05fb68;
        font-size: 24px;
        margin-top: 20px;
        text-decoration: none;
        z-index: 1;
    }

    .iframe-container{
        display: inline-block;
        margin: 0 auto;
        width: 90%;
        aspect-ratio: 16/9 !important;
        overflow: hidden;
        border: 1px solid #05fb68;
        border-radius: 15px;
    }
    .iframe-container iframe{
        width: 1680px;
        height: 945px;
        transform: scale(var(--scale,));
        transform-origin: 0 0;
        border: none;

    }
    .project-button{
        margin: 20px;
        border-radius: 100%;
        background-color: #1a1a1a;
    }
    .projects-page{
        margin-top: 0px;
    }
    .projects-page h1{
        color: white;
        display: block;
        text-align: left;
    }







    /* Videos */

      .videos {
        width: 100%;
        aspect-ratio: 16/9 !important;
        background-image: url("./Assest/img/videosbg.png");
        background-size: 100%;
      }

      iframe {
        display: block;
        width: 100%;
        aspect-ratio: 16/9;
        padding: 10px;
      }

      .vidosss {
        max-width: 90%;
        
      }
      .mtt-5{
        margin-top: 1rem !important;
      }
    .videos-page h1{
        color: white;
        display: block;
        text-align: left;
    }


    .br{
        width: 100%;
        height: 60px;
        display: block;
    }
    .brr{
        display: none;
    }

    footer{
        background-color: #1a1a1a;
        width: 100%;
        border-top: 1px solid #939598;
    }
    .footer-menu-div{
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer-column-25{
        top: 0;
        box-sizing: border-box;
        padding: 0 8px;
    }
    .ddd{
        display: none !important;
    }
    .footer-menu-tittle{
        padding-top: 14px;
        color: #fff;
        font-size: 14px;
        font-family: "Open Sans Semibold", Arial;
    }
    .footer-menu-ul{
        list-style: none;
        padding: 0;
        margin-top: 10px;
    }
    .footer-menu-li{
        margin-bottom: 7px;
        line-height: 20px;
    }
    .footer-menu-link{
        color: white;
        font-size: 12px;
        text-decoration: none;
    }
    .footer-menu-link:hover{
        color: #05fb68;
        text-decoration: none;
    }
    .copyright{
        font-size: 14px;
        display: inline-block;
        color: white;
    }
    .middle{
        font-size: 14px;
        margin-left: 5px;
        display: inline-block;
        color: #05fb68;
    }
    .copy{
        color: white;
        margin: 0 !important;
    }
    .copyright, .copy, .middle{
        font-size: 8px;
    }
    .footer-menu-ul h3{
        color: white;
        font-size: 14px;
    }
    .footer-menu-ul img{
        width: 15px;
    }
    .footer-elements img{
        width: 20px;
    }


    footer a:hover{
        color: #05fb68;
    }


    .Dropdown{
        display: flex;
        width: 100%;
        margin: 0;
        margin-bottom: 0 !important;
        padding: 0;
    }
    .mobile-container {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        border-radius: 10px;
    }

    .topnav {
      overflow: hidden;
      position: relative;
      
      
    }

    .topnav #myLinks {
      display: none;
      
    }
    #myLinks a{
        color: white;
        padding: 12px 14px;
    }
    #myLinks a:hover{
        color: #05fb68;
        padding: 12px 14px;
        border: 0;
    }
    .topnav a {
        margin-top: 6px;
      color: black;
      padding: 6px 12px;
      text-decoration: none;
      font-size: 17px;
      display: block;
    }

    .topnav a.icon {
      background: #05fb68;
      border-radius: 15px;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
    }

    .topnav a:hover {
      background-color: transparent;
      color: #05fb68;
      border: 1px solid #05fb68;
    }

    .active {
      color: white;
    }
    .topnav img{
        width: 128px;
    }
    .ddd{
    display: none;
    }

.ppp{
    display: none !important;
}
}
