body{
    background:url("videos/background.gif");
    color:orange;
    font-family:  "Agency FB", Arial, sans-serif;
    border-radius: 50px;
}
#bg-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}

.content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  background: rgba(0, 0, 0, 0.4); /* optional dark overlay */
}
.logo1{
    width: 50%;
    height: 100%;
}
.he1{
    position: relative;
    width: 100%;
    height: 380px;
    background-color: blueviolet; 
    margin-top: -400px;
    padding-top: 500px;
    border-radius: 300px;
}
.nav1{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background-color: #FFF8DE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    margin: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 1000;
}
.logo-link{
    width: 76px;
    margin: 0;
    padding: 0;
}
.nav1 a{
     display: inline-block;
    padding: 6px 10px;
    border-radius: 6px;
    text-decoration: none;
    color: black;
    font-size: 18px;
    margin: 0 8px;
    transition: 0.3s;
    margin-right: 50px;
}
.nav1 a:hover{
    color: rgb(219, 21, 143);
    text-decoration: overline;
    box-shadow: 0 4px 10px rgba(255,0,0,0.6);
}
.nav1 a:active{
    text-decoration: line-through;
    color: black;
}
.nav1 button{
    padding: 6px 14px;
    border-radius: 8px;
    border: none;
    background: black;
    color: red;
    cursor: pointer;
    transition: 0.3s;
}

.nav1 button:hover{
    background: rgba(235, 13, 209, 0.2);
    color: black;
}
.nav1 a:has(button,.logo-link):hover{
    box-shadow: none; 
    text-decoration: none;
}
/* ===== CENTER LOGO ===== */
.cu1{
    margin-top: 9px;
    width: 180px;
    height: 150px;
    border: 3px solid brown;
    border-radius: 100px;
    transition: 0.3s;
}
.cu1:hover{ 
    MARGIN: 7px 0px 0px 0px; 
    width:180px; 
    height:150px; 
    border-style: solid; 
    border-color:brown;
    border-radius: 100px; 
    box-shadow: 0px 170px 90px brown; 
}
.her33{
    margin-top: -20px;
}
.her55{
    margin-top: -4px;
}
    /* ===== MOBILE ICON ===== */
.mobile-menu-icon {
    display: none;
    font-size: 30px;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1100;
}

/* ===== MOBILE MENU ===== */
.mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 75px; 
    right: 0;
    width: 70%;
    max-width: 300px;
    height: 90vh;
    background-color: #FFF8DE;
    padding: 20px;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1050;
}

.mobile-menu a {
    margin: 15px 0;
    font-size: 20px;
    color: black;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: block; 
}
.mobile-menu a:not(:has(button)) {
    margin-left: 15px;
}

.mobile-menu a:hover:not(:has(button)) {
    width: 25%;
    color: orange;
    background-color: darkorchid;
    transform: scale(1.5);
    text-align: center;
    box-shadow: 4px 5px 10px orange;
}
.mobile-menu a button {
    margin-top: -15px;
    display: flex;
    flex-direction: row-reverse;
    font-size: 10px;
    border-radius: 7px;
    border: none;
    width: 28%;
    padding-top: 3px;
    padding-right: 22px;
    background: black;
    color: red;
    cursor: pointer;
    transition: 0.3s;
}
.mobile-menu a:hover button {
    color: orange;
    background-color: darkorchid;
    box-shadow: 4px 5px 10px orange;
    width: 25%;
    transform: scale(1.5);
    text-align: center;

}
.mobile-menu.active {
    transform: translateX(0);
}

/* ===== RESPONSIVE ===== */
@media screen and (max-width: 768px) {

    .nav-links {
        display: none;
    }
    .mobile-menu-icon {
        display: block;
    }

    .t1{
        position: relative;
        margin-top: -35%;
        left: -20px;
        margin-bottom: 60px;

    }
    .bb2{
    min-height: 350px;
    margin: 20px auto;
    padding: 20px;
    transform: translateX(-85px);
    }
   .all-logo{
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .hr77{
        font-size: 22px;
        padding-top: 20px;
    }
    
}
/* ===== HEADING ===== */
h1{
    color: orange;
}

.hi{
    margin: 510px 0px 0px 0px;
    COLOR:WHITE;
    text-align:center;
    margin-top: 50px;
}
.hr77{
    margin-left: 14%;
    margin-top: 16%;
}

.bc{
    margin: 30px 0px 0px 0px;
    display: flex;
    justify-content: space-around;
}
 
.b1{
    width: 250px;
    height: 300px;
    background-color:rgba(137, 43, 226, 0.452);
    color:rgb(0, 0, 0);
    font-size: 13px;
    text-align: center;
    border-radius: 25px;
}
.b1:hover{
    width: 250px;
    height: 300px;
    background-color:rgba(155, 60, 243, 0.733);
    color:rgb(0, 0, 0);
    font-size: 13px;
    text-align: center;
    border-radius: 22px;
    margin: -5px 0px 0px 0px;
    box-shadow: 10px 10px 100px grey;
}
.icon{
    font-size: 40px;
    color: aliceblue;
}
.icon:hover{
    font-size: 40px;
    color: brown;
}
.hh1{
    color:rgb(249, 249, 249);
    font-size: 13.7px;
     line-height: 1.5;
    text-align: center;
}
.hh2{
    color:rgb(249, 249, 249);
    font-size: 13.7px;
     line-height: 1.5;
    text-align: center;
}

.hh3{
    color:rgb(249, 249, 249);
    font-size: 13.1px;
     line-height: 1.1;
    text-align: center;
}
.hh4{
    color:rgb(249, 249, 249);
    font-size: 13.1px;
     line-height: 1.5;
    text-align: center;
}

.hhh1{
    text-align: center;
    font-family: 'Fira Code', monospace;
    letter-spacing: 1px;
    background-color:rgb(0, 0, 0);
    height: 800px;
    width: 590px;
    color:green;
    border-style:solid;
    border-color:rgb(0, 0, 0);
    box-shadow: 0px 0px 100px blueviolet;
}
/* our misson */
.mvv{
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 70px 10%;
  background: var(--light-bg);
  flex-wrap: wrap;
}

.mvv-box{
  background:#FFF8DE;
  padding: 30px;
  width: 280px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  text-align: center;
}
.mvv-box:hover{
    box-shadow: 10px 10px 80px #FFF8DE;
}
.mvv-box h2{
  color: purple;
  margin-bottom: 15px;
}
/* why choose */
.w22{
  padding: 70px 20px;
  text-align: center;
}

.w22 h1{
  font-size: 40px;
  margin-bottom: 25px;
}

.w22 ul{
  list-style: none;
  font-size: 18px;
}

.w22 li{
  margin: 10px 0;
}

.bc2{
    display:flex;
    font-family: 'Fira Code', monospace;
    letter-spacing: 1px;
    margin-left: 8%;
    margin-top: -20px;
}
.t1{
    width: 430px;
    height: 420px;
    border-style: solid;
    border-color: blueviolet;
    border-radius: 53px;
    
}
.bb2{
    width:400px;
    height: 380px;
    background-color:rgb(0, 0, 0);
    padding-left: 18px;
    padding-top: 25px;
    font-size: 20px;
}
/* all projects */
.pro22{
  background: #fafafa;
  padding: 70px 20px;
  text-align: center;
}

.pro22-box{
  display: inline-block;
  width: 260px;
  background: white;
  margin: 15px;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.pro22 button{
  margin-top: 25px;
  margin-left: 40%;
  margin-right: 40%;
  padding: 12px 25px;
  border-radius: 25px;
  border: none;
  background: purple;
  color: white;
  cursor: pointer;
}
.pro22 button:hover{
  background: brown;
  box-shadow: 0 4px 15px rgba(128,0,128,0.4);
}
/* news */
.news22{
  padding: 70px 20px;
  text-align: center;
}

.news22input{
  padding: 12px;
  width: 250px;
  border-radius: 25px;
  border: 1px solid #ccc;
  outline: none;
}

.news22 button{
  padding: 12px 25px;
  border-radius: 25px;
  border: none;
  background: purple;
  color: white;
  cursor: pointer;
  margin-left: 10px;
}
footer{
    background-color: blueviolet;
    height:100px;
    position: absolute;
    right:0;
    left:0;
    border-radius: 60px;
    MARGIN: 20PX 0PX 20PX 0PX;
}
h4{
    margin: 0px 0px 0px 50px;
}
h3{
    margin: 0px 0px 0px 50px;
}

.fff{
    width: 400px;
    height: 40px;
    margin: -70px 0px 0px 50px;
}

.logg{
            width: 330px;
            height: 350px;
            background-color:blueviolet;
            margin: 89px 0px 0px 0px;
            border-radius: 90px;
        }
        .logg:hover{
            width: 330px;
            height: 350px;
            background-color:rgb(93, 0, 180);
            margin: 80px 0px 0px 0px;
            border-radius: 90px;
            box-shadow: 10px 10px 100px rgb(35, 173, 227);
        }
        .gnder{
            text-align: left;
            margin: 0px 0px 0px 45px;
        }
        .email{
            width: 180px;
            height: 30px;
            background-color:rgba(176, 184, 222, 0.749);
            color: rgb(0, 0, 0);
            border-radius: 15px;
            box-shadow: 10px 10px 10px rgb(22, 53, 88);
        }
        .password{
            width: 180px;
            height: 30px;
            background-color:rgba(176, 184, 222, 0.749);
            color: rgb(0, 0, 0);
            border-radius: 15px;
            box-shadow: 10px 10px 10px rgb(22, 53, 88);
        }
        .but{
            background-color:rgb(53, 53, 255);
            width: 150px;
            height: 35px;
            border-radius: 40px;
            box-shadow: 10px 10px 10px rgb(22, 53, 88);
            margin: 35px 0px 0px 0px;
        }
        #sp1{
            display:none;
        }
        #nav2{
            display:none;
        }
        .logo-cover{
            height: 760px;
            width: 100%

        }
        .all-logo{
            display:flex;
            justify-content: space-around;
            animation: moveAll 3s linear infinite;
        }
        .alllogos{
            width: 130px;
            height: 130px;
            border-radius: 65px;
            
        }

.lo3{
    width: 150px;             
    height: 150px;
    border-radius: 32px;       
    overflow: hidden;         
    display: inline-block;
    position: relative;
}

.lo3 img{
    width: 88%;
    height: 88%;
    object-fit: cover; 
    transition: transform 0.5s ease;
    transform-origin: center center;  
}
/* Zoom hover */
.lo3:hover img{
    transform: scale(1.5);   
}


        @keyframes moveAll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(10px); /* move right */
            }
        }
        .aigen{
            width: 100%;
            height: 300px;
        }
        .earth {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background: url("https://upload.wikimedia.org/wikipedia/commons/2/2c/Rotating_earth_(large).gif");
        background-size: cover;
        animation: spin 10s linear infinite;
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    /* journay */
   .cta{
    background: linear-gradient(135deg, brown, #6a0dad);
    color: white;
    text-align: center;
    padding: 80px 20px;
    width: 50%;
    margin-left: 23%;
    margin-top: 8%;
    margin-bottom: 90px;
    border-radius: 40px;
}

.cta h1{
  font-size: 45px;
  margin-bottom: 15px;
}

.cta p{
  font-size: 18px;
  margin-bottom: 25px;
}

.cta-btn{
  padding: 15px 35px;
  border: none;
  background: white;
  color: purple;
  font-size: 18px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.cta-btn:hover{
  background: black;
  color: white;
}
/*  */
    .mmrz{
        width: 200px;
        height: 300px;
        border-radius: 30px 30px 0px 0px;
    }
    .missi{
        display:flex;
        justify-content: space-around;
    }
    .missi2{
        display:flex;
        justify-content: space-around;
        margin: 50px 0px 0px 0px;
    }
    .missi3{
        display:flex;
        margin: 50px 0px 0px 25%;
    }
    .serpi{
        width:280px;
        height: 200px;
        border-radius: 60px 60px 0px 0px;
    }
    .serpi:hover{
        width:280px;
        height: 200px;
        border-radius: 10px 10px 0px 0px;
        box-shadow: 10px 10px 100px rgb(84, 84, 250);
    }
    .serpi2{
        width:280px;
        height: 200px;
        border-radius: 60px 60px 0px 0px;
    }
    .serpi2:hover{
        width:280px;
        height: 200px;
        border-radius: 10px 10px 0px 0px;
        box-shadow: 10px 10px 100px rgb(84, 250, 247);
    }
    .serpi3:hover{
        width:280px;
        height: 200px;
        border-radius: 10px 10px 0px 0px;
        box-shadow: 10px 10px 100px rgb(89, 230, 136);
    }
    .serpi3{
        width:280px;
        height: 200px;
        border-radius: 60px 60px 0px 0px;
    }
    .mpara{
        background-color:rgba(152, 53, 244, 0.783);
        height: 30px;
        text-align: center;
        padding: 10px 0px 0px 0px;
        margin: -10px 0px 0px 0px;
    }
    .mpara2{
        background-color:rgba(152, 53, 244, 0.783);
        height: 30px;
        text-align: center;
        padding: 10px 0px 0px 0px;
        margin: -10px 0px 0px 0px;
    }
    .mpara3{
        background-color:rgba(152, 53, 244, 0.783);
        height: 30px;
        text-align: center;
        padding: 10px 0px 0px 0px;
        margin: -10px 0px 0px 0px;
    }
@media (max-width:1050px){
    .serpi{
        width:140px;
        height: 100px;
        border-radius: 30px 30px 0px 0px;
    }
    .serpi2{
        width:140px;
        height: 100px;
        border-radius: 30px 30px 0px 0px;
    }
    .serpi3{
        width:140px;
        height: 100px;
        border-radius: 30px 30px 0px 0px;
    }
    .mpara{
        background-color:rgba(152, 53, 244, 0.783);
        height: 15px;
        text-align: center;
        padding: 5px 0px 0px 0px;
        margin: -5px 0px 0px 0px;
    }
    .mpara2{
        background-color:rgba(152, 53, 244, 0.783);
        height: 15px;
        text-align: center;
        padding: 5px 0px 0px 0px;
        margin: -5px 0px 0px 0px;
    }
    .mpara3{
        background-color:rgba(152, 53, 244, 0.783);
        height: 15px;
        text-align: center;
        padding: 5px 0px 0px 0px;
        margin: -5px 0px 0px 0px;
    }
}
@media (max-width:840px){
    .t2{
        width: 440px;
        height:400px;
      }
      .t1{
        width: 270px;
        height: 320px;
        border-style: solid;
        border-color: blueviolet;
}
#a11{
        display:none;
      }
      #sp1{
        display:block;
      }

}
@media(max-width: 630px){
    .missi{
        display:block;
        margin: 20px 0px 0px -30px;

    }
    .missi2{
        display:block;
        margin: 20px 0px 0px -30px;
    }
    .missi3{
        display:block;
        margin: 20px 0px 0px -30px;
    }
    .serpi{
        width:90%;
        height:auto;
        border-radius: 30px 30px 0px 0px;
        margin: 70px 0px 0px 30px;
    }
    .serpi2{
        width:90%;
        height:auto;
        border-radius: 30px 30px 0px 0px;
        margin: 70px 0px 0px 30px;
    }
    .serpi3{
        width:90%;
        height:auto;
        border-radius: 30px 30px 0px 0px;
        margin: 70px 0px 0px 30px;
    }
    
    .serpi:hover{
        width:90%;
        height:auto;
        border-radius: 30px 30px 0px 0px;
        margin: 70px 0px 0px 30px;
    }
    .serpi2:hover{
        width:90%;
        height:auto;
        border-radius: 30px 30px 0px 0px;
        margin: 70px 0px 0px 30px;
    }
    .serpi3:hover{
        width:90%;
        height:auto;
        border-radius: 30px 30px 0px 0px;
        margin: 70px 0px 0px 30px;
    }
    
    .mpara{
        background-color:rgba(152, 53, 244, 0.783);
        height: auto;
        width: 90%;
        text-align: center;
        margin: -4px 0px 0px 30px;
       
    }
    .mpara2{
        background-color:rgba(152, 53, 244, 0.783);
        height: auto;
        width: 90%;
        text-align: center;
        margin: -4px 0px 0px 30px;
    }
    .mpara3{
        background-color:rgba(152, 53, 244, 0.783);
        height: auto;
        width: 90%;
        text-align: center;
        margin: -4px 0px 0px 30px;
    }
    .mpara:hover{
        background-color:rgba(152, 53, 244, 0.783);
        height: auto;
        width: 0%;
        text-align: center;
        margin: -4px 0px 0px 30px;
    }
    .histo{
        display:block;
        
    }
    .mmrz{
        width: 200px;
        height: 300px;
        border-radius: 30px 30px 0px 0px;
        margin: 100px 0px 0px 0px;
    }
    .all-logo{
            display:flex;
            justify-content: space-around;
            animation: moveAll 3s linear infinite;
        }
        .alllogos{
            width: 100px;
            height: 100px;
            border-radius: 50px;
            
        }
    .bc {
        flex-direction: column;
        align-items: center;
      }
      #a11{
        display:none;
      }
      .b {
        width: 90%;
        height: 150px;
        line-height: 150px;
      }
      .hhh1{
        width: 90%;
        font-size:70%;
        height:auto;
      }
      .b1{
        width: 65%;
        margin: 60px 0px 0px 0px;
      }
      .b1:hover{
        width: 65%;
        margin: 60px 0px 0px 0px;
        box-shadow: 0px 0px 40px grey;
      }
      .t1{
        width: 80%;
        height:auto;
        border-style: solid;
        border-color: blueviolet;
}
.bc2{
    display:inline;
    font-family: 'Fira Code', monospace;
    letter-spacing: 1px;
    justify-content: space-around;
}
      .bb2{
        width: 60%;
        text-align: center;
        margin: 40px 0px 0px 160px;
        font-size: 16px;
      }
      .t2{
        width: 400px;
        height:400px;
      }
      .nav1{
        font-size: 16px;
      }
      .Sign{
        height: 25px;
        width: 50px;
        font-size: 8px;
      }
    
}
.prop{
    width: 85%;
    height:auto;
}
@media (max-width: 490px){
    .bb2{
        width: 60%;
        text-align: center;
        margin: 40px 0px 0px 100px;
        font-size: 16px;
      }
    .alllogos{
            width: 50px;
            height: 50px;
            border-radius: 30px;
            
        }
    .nav1{
        font-size: 12px;
      }
      .Sign{
        height: 20px;
        width: 50px;
        font-size: 7px;
      }
      .t2{
        width: 240px;
        height:200px;
      }
      .t1{
        width: 80%;
        height:auto;
        border-style: solid;
        border-color: blueviolet;
}
}
.prop{
    width:20px;
    height:30px;
}
@media (max-width: 490px){
    .nav1{
        font-size: 12px;
      }
      .Sign{
        height: 17px;
        width: 45px;
        font-size: 5px;
      }
      .bb2{
        font-size: 15px;
      }
}
#userin{
    margin: 130px 0px 0px 0px;

}
#Admininput{
    width: 120px;
    height: 45px;
    font-size: 15px;
    text-align: center;
    border-radius: 30px 0px 30px 0px;
    background-color:aqua;
}
#Admininputbu{
    width: 85px;
    height: 24px;
    margin: 10px 0px 0px 0px;
    background-color: rgb(136, 67, 201);
    color:rgb(240, 172, 12);
    border-radius: 7px;
}
#Admininputbu:hover{
    width: 85px;
    height: 24px;
    margin: 10px 0px 0px 0px;
    background-color: rgb(88, 7, 164);
    color:rgb(255, 255, 255);
    border-radius: 13px;
}

#storyofloat{
    background-color:rgba(49, 17, 77, 0.566);
    width: 85%;
    text-align: left;
    color:white;
    border-radius: 40px;
    padding: 20px;
    margin: 100px 0px 0px 0px;
    line-height: 30px;
    font-size: 20px;
    display:none;
}

#storyofloat h3{
    color:orange;
}
#admintable1d{
    margin: 80px 0px 0px 0px;
    display: none;
}
#admintable1{
    width: 20%;
    border-collapse: collapse;
    background: #ffffff10;
    backdrop-filter: blur(4px);
    border-radius: 8px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

th {
    background: #0a0a0a;
    color: white;
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
}

td {
    padding: 12px 15px;
    color: #eaeaea;
    border-bottom: 1px solid #333;
}

tr:nth-child(even) {
    background: #ffffff05;  
}

tr:hover {
    background: #ffffff20;
    cursor: pointer;
    transition: 0.2s;
}

table caption {
    caption-side: top;
    padding: 8px;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

@media (max-width:391px){
    .bb2{
        width: 50%;
        text-align: center;
        margin: 40px 0px 0px 100px;
        font-size: 13px;
      }
      .t1{
        width: 80%;
        height:auto;
        border-style: solid;
        border-color: blueviolet;
}
}
.prop{
    width:50%;
    height:auto;
}
/* ection projects */
.titl22{
    text-align: center;
    font-size: 40px;
    padding-top: 100px;

}
.simtit{
    text-align: center;
    font-size: 40px;
}

.menu{ 
    margin-top: -60px;
    background:rgb(23, 22, 23); 
    padding:20px; 
    margin: auto;
    width: 37%; 
    height: 50vh; 
    border-radius: 15px; 
   box-shadow: 10px 10px 200px grey;
} 
.menu button{ 
    padding:20px 20px; 
    margin:5px; 
    border:none; 
    background:white; 
    font-weight:bold; 
    cursor:pointer; 
    border-radius:5px; 
    margin-top: 66px; 
    margin-left: 52px; 
    box-shadow: 3px 5px 9px rgb(19, 18, 18);
} 
.menu button:hover{ 
    background:brown; 
    color:white; 
}
.projects{
    display:none;
    padding:30px;
    margin-top: 50px;
}

.project-box{
    width:429px;
    background:white;
    margin:15px;
    padding:10px;
    display:inline-block;
    border-radius:10px;
    box-shadow:0 6px 10px rgba(237, 237, 237, 0.1);
     transition:0.3s;
     margin-left: 90px;
}
.project-box:hover{
    transform:translateY(-5px);
}

.project-box img{
    width:100%;
    height:300px;
    border-radius:8px;
} 
.project-box button{
    margin:5px;
    padding:6px 12px;
    border:none;
    border-radius:8px;
    cursor:pointer;
    margin-left: 80px;
    color: white;
    transition:0.3s;
}
.btnd,
.btnp{
    background-color: #6a0dad;
    box-shadow: 0 5px 10px black;
    color: white;
}

.btnd:hover,
.btnp:hover{
    background-color: #c31cdc;
}
@media (max-width: 768px){

    .menu{
        width: 75%;
        height: auto;
        margin-top: 20px;
        padding:15px;
        box-shadow: 0 10px 40px grey;
    }

    .menu button{
        width: 40%;
        margin: 10px 0;
        margin-left: 30%;
        margin-top: 15px;
        padding:15px;

    
    }

    .projects{
        padding:15px;
        margin-top:20px;
        text-align:center;
    }

    .project-box{
        width: 100%;
        margin:15px 0;
        margin-left:0;
    }

    .project-box img{
        height:200px;
    }

    .project-box button{
        margin-left:0;
        width:45%;
    }
}
