   body {
       padding: 0;
       margin: 0;
   }

   @font-face {
       font-family: Horizon;
       src: url("Horizon.otf") format("opentype");
   }

   * {
       margin: 0;
       padding: 0;
       box-sizing: border-box;
   }
   .navbar {
       position: relative;
       background: black;

   }

   #navlist {
       list-style: none;
       display: flex;
       padding: 0;
       margin: 0;
       background: black;
   }

   #navlist li {
       flex: auto;
       text-align: center;
       padding: 1.6em;
       font-size: 18px;
       color: white;
   }

   #navlist li:hover {
       background: red;
   }

   #toggle-nav {
       display: none;
       margin: auto;
       cursor: pointer;
   }

   @media all and (max-width: 500px) {

       .navbar {
           padding: 1.6em;
       }

       #navlist {
           flex-direction: column;
           display: none;
       }

       #toggle-nav {
           display: block;
           color: white;
       }

   }
   nav ul li a {
       position: relative;
       background: #fff;
       color: #fff;
       text-decoration: none;
       text-transform: uppercase;
       font-size: 14px;
       letter-spacing: 0.1em;
       font-weight: 500;
       padding: 10px 30px;
       transition: 0.5s;
   }

   nav ul li a:hover {
       background: var(--clr);
       letter-spacing: 0.25em;
       box-shadow: 0 0 35px var(--clr);
   }

   nav ul li a:before {
       content: "";
       position: absolute;
       inset: 2px;
       background: #27282c;
   }

   nav ul li a span {
       position: relative;
       z-index: 1;
   }

   nav ul li a i {
       position: absolute;
       inset: 0;
       display: block;
   }

   nav ul li a i:before {
       content: "";
       position: absolute;
       top: 0;
       left: 80%;
       width: 8px;
       height: 4px;
       background: #27282c;
       transform: translateX(-50%) skewx(325deg);
       transition: 0.5s;
   }

   nav ul li a:hover i::before {
       width: 20px;
       left: 20%;
   }

   nav ul li a i::after {
       content: "";
       position: absolute;
       bottom: 0;
       left: 20%;
       width: 8px;
       height: 4px;
       background: #27282c;
       transform: translateX(-50%) skewx(325deg);
       transition: 0.5s;
   }

   nav ul li a:hover i::after {
       width: 20px;
       left: 80%;
   }
 .first-100 .header {
     height: 80vh;
     width: 100%;

     display: flex;
     justify-content: space-evenly;
     align-items: center;
 }

 .text-header h1 {
     padding-top: 5px;
     padding-bottom: 5px;
     font-size: 42px;
 }

 .text-header h1 a {
     text-decoration: none;
     color: white;
     font-size: 42px;
     font-weight: 500;


 }
 .card-100vh {
     display: flex;
     justify-content: center;
     align-items: center;
     min-height: 100vh;
     background: #161623;
 }

 .card-100vh:before {
     content: '';
     position: absolute;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(#f00, #f0f);
     clip-path: circle(30% at right 70%);
 }

 .card-100vh:after {
     content: '';
     position: absolute;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(#2196f3, #e91e63);
     clip-path: circle(30% at right 70%);
 }

 .card-100vh:after {
     content: '';
     position: absolute;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(#2196f3, #e91e63);
     clip-path: circle(20% at 10% 10%);
 }

 .container {
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
     max-width: 3000px;
     flex-wrap: wrap;
     z-index: 1;
 }

 .container .card {
     position: relative;
     width: 400px;
     height: 500px;
     margin: 10px;
     box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
     border-radius: 15px;
     background: rgba(255, 255, 255, 0.1);
     overflow: hidden;
     display: flex;
     justify-content: center;
     align-items: center;
     border-top: 1px solid rgba(255, 255, 255, 0.1);
     border-left: 1px solid rgba(255, 255, 0, 0.1);
     backdrop-filter: blur(5px);

 }

 .container .card .content {
     padding: 20px;
     text-align: center;
     transition: 0.5s;


 }

 .container .card .content h2 {
     text-align: center;

 }

 .container .card .content h3 {
     font-size: 1.8em;
     color: #fff;
     z-index: 1;
 }

 .container .card .content p {
     font-size: 1em;
     color: #fff;
     font-weight: 300;
 }

 .container .card .content a {
     position: relative;
     display: inline-block;
     padding: 8px 20px;
     margin-top: 15px;
     background: #fff;
     color: black;
     border-radius: 20px;
     text-decoration: none;
     font-weight: 500;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);

 }
 .our-projects-container {
    
     background-color: #3c00ff;
     color: white;
    max-width: 400px;
     overflow: hidden;
 }

 .our-projects {
   
     height: 95%;
     max-width: 400px;
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;

     flex-wrap: wrap;
     z-index: 1;
     overflow: hidden;
 }

 .button-27 a {
     width: 200px;
 }

 .our-projects div img {
     border-color: #fff;
     border-width: 1px;
     border-style: solid;
     transition: 0.3s ease;
 }
.button-projects {
    color: white;
    border-color: white;
    border-width: 3px;
    width: 200px;
    text-align: center;
    height: 30px;
    border-style: solid;
    border-radius: 2px;
    align-items: center;
    background-color: black;
}
.footer {

    background-color: #27282c;
    min-height: 50vh;
 
}

.footer ul li a {
    text-decoration: none;
    color: white;
    font-size: 24px;
}

.footer ul {
    list-style-type: none;

}
.footer ul li{
    text-align: center;
    padding-bottom: 10px;
    padding-top: 5px;
}