@media (min-width: 844px) {
  .col-md-1 {
    width: 8.3333%;
  }
  .col-md-2 {
    width: 16.6666%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333%;
  }
  .col-md-5 {
    width: 41.6666%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333%;
  }
  .col-md-8 {
    width: 66.6666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333%;
  }
  .col-md-11 {
    width: 91.6666%;
  }
  .col-md-12 {
    width: 100%;
  }
  /* .container {
    max-width: 720px;
  } */
  header .nav {
    display: block;
  }
  header .menu-icon {
    display: none;
  }
  .cd-title {
    line-height: 250px;
  }
  .cd-intro {
    margin: 5em auto;
  }
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
  .midel .caption h1, .cd-headline.clip b {
    font-size: 44px;
  }
  .circle {
    left: 47%;
  }
  /* header .logo {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    float: left;
    letter-spacing: 1px;
    padding: 5px;
    margin: 10px;
    margin-left: -30px;
    color: #FFFFFF;
    text-transform: uppercase;
  }
  header nav ul li a {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 4px;
    margin: 4px;
    position: relative;
    letter-spacing: 1.6px;
  } */
  .project .card {
    position: relative;
    width: 100%;
    height: 320px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    z-index: 2;
    margin-top: 40px;
  }
  .project .bg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 96.5%;
    height: 320px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    z-index: 3;
    outline: 2px solid white;
  }
  /* header .logo {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    float: left;
    letter-spacing: 1px;
    padding: 8px;
    margin: 6px;
    margin-left: -30px;
    color: #FFFFFF;
    text-transform: uppercase;
  }
  
  header nav ul li a {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 5px;
    margin: 5px;
    position: relative;
    letter-spacing: 0.6px;
  }  */
}
@media (min-width: 992px) {
  .col-md-1 {
    width: 8.3333%;
  }
  .col-md-2 {
    width: 16.6666%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333%;
  }
  .col-md-5 {
    width: 41.6666%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333%;
  }
  .col-md-8 {
    width: 66.6666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333%;
  }
  .col-md-11 {
    width: 91.6666%;
  }
  .col-md-12 {
    width: 100%;
  }
  /* .container {
    max-width: 720px;
  } */
  header .nav {
    display: block;
  }
  header .menu-icon {
    display: none;
  }
  .cd-title {
    line-height: 250px;
  }
  .cd-intro {
    margin: 5em auto;
  }
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
  .midel .caption h1, .cd-headline.clip b {
    font-size: 44px;
  }
  .circle {
    left: 47%;
  }
  .project .card {
    position: relative;
    width: 100%;
    height: 340px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    z-index: 2;
    margin-top: 40px;
  }

  .project .bg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 97.2%;
    height: 340px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    z-index: 3;
    outline: 2px solid white;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.3333%;
  }
  .col-xl-2 {
    width: 16.6666%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333%;
  }
  .col-xl-5 {
    width: 41.6666%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333%;
  }
  .col-xl-8 {
    width: 66.6666%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333%;
  }
  .col-xl-11 {
    width: 91.6666%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .container {
    max-width: 1140px;
  }
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
  .cd-intro {
    margin: 6em auto;
  }
  .cd-headline {
    font-size: 6rem;
  }
  .cd-headline {
    font-size: 3rem;
    line-height: 1.2;
  }
  .midel .caption h1, .cd-headline.clip b {
    font-size: 60px;
  }
  .spinner {
    margin-top: 20%;
  }
  .project .card {
    position: relative;
    width: 100%;
    height: 340px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    z-index: 2;
    margin-top: 40px;
  }

  .project .bg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 97%;
    height: 340px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    z-index: 3;
    outline: 2px solid white;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    width: 8.3333%;
  }
  .col-xxl-2 {
    width: 16.6666%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-4 {
    width: 33.3333%;
  }
  .col-xxl-5 {
    width: 41.6666%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-7 {
    width: 58.3333%;
  }
  .col-xxl-8 {
    width: 66.6666%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-10 {
    width: 83.3333%;
  }
  .col-xxl-11 {
    width: 91.6666%;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .container {
    max-width: 1320px;
  }
  .project .card {
    position: relative;
    width: 100%;
    height: 390px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    z-index: 2;
    margin-top: 40px;
  }

  .project .bg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 97.5%;
    height: 390px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    z-index: 3;
    outline: 2px solid white;
  }
}
@media ((min-width: 768px) and (max-width: 843px)) {
  .col-sm-1 {
    width: 8.3333%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333%;
  }
  .col-sm-8 {
    width: 66.6666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333%;
  }
  .col-sm-11 {
    width: 91.6666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .container {
    max-width: 540px;
  }
  .circle {
    left: 42%;
  }
   .project .card {
    position: relative;
    width: 100%;
    height: 440px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    z-index: 2;
    margin-top: 40px;
  }
  .project .bg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 98.2%;
    height: 440px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    z-index: 3;
    outline: 2px solid white;
  }
}

@media ((min-width: 668px) and (max-width: 768px)) {
  .col-sm-1 {
    width: 8.3333%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333%;
  }
  .col-sm-8 {
    width: 66.6666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333%;
  }
  .col-sm-11 {
    width: 91.6666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .container {
    max-width: 540px;
  }
  .circle {
    left: 42%;
  }
  .project .card {
    position: relative;
    width: 100%;
    height: 440px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    z-index: 2;
    margin-top: 40px;
  }
  .project .bg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 98%;
    height: 440px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    z-index: 3;
    outline: 2px solid white;
  }
}
@media ((min-width: 580px) and (max-width: 668px)) {
  .col-sm-1 {
    width: 8.3333%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333%;
  }
  .col-sm-8 {
    width: 66.6666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333%;
  }
  .col-sm-11 {
    width: 91.6666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .container {
    max-width: 540px;
  }
  .circle {
    left: 42%;
  }
  .project .card {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    z-index: 2;
    margin-top: 40px;
  }
  .project .bg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 98%;
    height: 440px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    z-index: 3;
    outline: 2px solid white;
  }
}
@media ((min-width: 540px) and (max-width: 580px)) {
  .col-sm-1 {
    width: 8.3333%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333%;
  }
  .col-sm-8 {
    width: 66.6666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333%;
  }
  .col-sm-11 {
    width: 91.6666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .container {
    max-width: 540px;
  }
  .circle {
    left: 42%;
  }
  .project .card {
    position: relative;
    width: 100%;
    height: 410px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    z-index: 2;
    margin-top: 40px;
  }
  .project .bg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 98%;
    height: 410px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    z-index: 3;
    outline: 2px solid white;
  }
}
@media ((min-width: 460px) and (max-width: 540px)) {
  .col-sm-1 {
    width: 8.3333%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333%;
  }
  .col-sm-8 {
    width: 66.6666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333%;
  }
  .col-sm-11 {
    width: 91.6666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .container {
    max-width: 540px;
  }
  .circle {
    left: 42%;
  }
  .project .card {
    position: relative;
    width: 100%;
    height: 410px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    z-index: 2;
    margin-top: 40px;
  }
  .project .bg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 97.9%;
    height: 410px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    z-index: 3;
    outline: 2px solid white;
  }
}
@media ((min-width: 420px) and (max-width: 460px)) {
  .col-sm-1 {
    width: 8.3333%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333%;
  }
  .col-sm-8 {
    width: 66.6666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333%;
  }
  .col-sm-11 {
    width: 91.6666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .container {
    max-width: 540px;
  }
  .circle {
    left: 42%;
  }
  .project .card {
    position: relative;
    width: 100%;
    height: 380px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    z-index: 2;
    margin-top: 40px;
  }
  .project .bg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 97.5%;
    height: 380px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    z-index: 3;
    outline: 2px solid white;
  }
}
@media ((min-width: 380px) and (max-width: 420px)) {
  .col-sm-1 {
    width: 8.3333%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333%;
  }
  .col-sm-8 {
    width: 66.6666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333%;
  }
  .col-sm-11 {
    width: 91.6666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .container {
    max-width: 540px;
  }
  .circle {
    left: 42%;
  }
  .project .card {
    position: relative;
    width: 100%;
    height: 340px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    z-index: 2;
    margin-top: 40px;
  }
  .project .bg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 97.2%;
    height: 340px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    z-index: 3;
    outline: 2px solid white;
  }
  .form-contact .btn {
    width: 120px;
    height: 2.8em;
    margin: 0.5em;
    background: black;
    color: white;
    border: none;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.3px;
    z-index: 1;
    overflow: hidden;
  }
  .cd-headline.clip b {
    opacity: 0;
    font-size: 25px;
    font-weight: 300;
    color: #ffffff;
  }
  .midel .caption h1 {
    text-align: center;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    padding: 12px;
    color: #ffffff;
  }
}
@media ((min-width: 355px) and (max-width: 380px)) {
  .col-sm-1 {
    width: 8.3333%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333%;
  }
  .col-sm-8 {
    width: 66.6666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333%;
  }
  .col-sm-11 {
    width: 91.6666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .container {
    max-width: 540px;
  }
  .circle {
    left: 42%;
  }
  .project .card {
    position: relative;
    width: 100%;
    height: 340px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    z-index: 2;
    margin-top: 40px;
  }
  .project .bg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 96.8%;
    height: 340px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    z-index: 3;
    outline: 2px solid white;
  }
  .form-contact .btn {
    width: 120px;
    height: 2.8em;
    margin: 0.5em;
    background: black;
    color: white;
    border: none;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.3px;
    z-index: 1;
    overflow: hidden;
  }
  .cd-headline.clip b {
    opacity: 0;
    font-size: 25px;
    font-weight: 300;
    color: #ffffff;
  }
  .midel .caption h1 {
    text-align: center;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    padding: 12px;
    color: #ffffff;
  }
}
@media ((min-width: 320px) and (max-width: 355px)) {
  .col-sm-1 {
    width: 8.3333%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333%;
  }
  .col-sm-8 {
    width: 66.6666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333%;
  }
  .col-sm-11 {
    width: 91.6666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .container {
    max-width: 540px;
  }
  .circle {
    left: 42%;
  }
  .project .card {
    position: relative;
    width: 100%;
    height: 340px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    z-index: 2;
    margin-top: 40px;
  }
  .project .bg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 96.5%;
    height: 340px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    z-index: 3;
    outline: 2px solid white;
  }
  .form-contact .btn {
    width: 120px;
    height: 2.8em;
    margin: 0.5em;
    background: black;
    color: white;
    border: none;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.3px;
    z-index: 1;
    overflow: hidden;
  }
  .cd-headline.clip b {
    opacity: 0;
    font-size: 25px;
    font-weight: 300;
    color: #ffffff;
  }
  .midel .caption h1 {
    text-align: center;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    padding: 12px;
    color: #ffffff;
  }
}
@media ((min-width: 250px) and (max-width: 320px)) {
  .col-sm-1 {
    width: 8.3333%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333%;
  }
  .col-sm-8 {
    width: 66.6666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333%;
  }
  .col-sm-11 {
    width: 91.6666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .container {
    max-width: 540px;
  }
  .circle {
    left: 42%;
  }
  .project .card {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    z-index: 2;
    margin-top: 40px;
  }
  .project .bg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 96%;
    height: 300px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    z-index: 3;
    outline: 2px solid white;
  }
  .form-contact .btn {
    width: 120px;
    height: 2.8em;
    margin: 0.5em;
    background: black;
    color: white;
    border: none;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.3px;
    z-index: 1;
    overflow: hidden;
  }
  .cd-headline.clip b {
    opacity: 0;
    font-size: 25px;
    font-weight: 300;
    color: #ffffff;
  }
  .midel .caption h1 {
    text-align: center;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    padding: 12px;
    color: #ffffff;
}
}