a:focus, button:focus {
	outline: none
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    color: #fff;
    line-height: 1.6;
    width: 100%;
    padding: 20;
    margin: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	 overflow-x: hidden;
	max-width: 1300px;
}



header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 60px;
    backdrop-filter: blur(10px);
    position: sticky;
    top: 27px;
    background-color: #99A8C6;
    border-radius: 42px;
    width: 1104.98px;
    margin-left: 21px;
    margin-right: auto;
    height: 23.02px;
    z-index: 1;
}
.wrapper {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    max-width: none;

   margin: 0 auto
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    background-color: #E9E7EE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 785px;
    background-image: url("images/layout_01.png");
      /* whole image fits inside */
    background-repeat: no-repeat;  /* stop repeating */
    background-position: center top; /* center horizontally, top align */
    background-origin: padding-box;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    padding: 0;
	
}




.wrapper nav img {
    height: 0px;
}
header nav a {
}
body header nav {
    position: absolute;
    padding-left: 575px;
}





header nav a {
    margin-top: 0;
    margin-left: 23px;
    margin-bottom: 0;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: color 0.3s;
    border-radius: 90px;
    font-size: 25px;
}

.wrapper header nav {
    margin-left: auto;
    margin-right: -55px;
}


header nav a:hover {
  color: #d63384;
}

.contact-btn {
  background: #d63384;
  padding: 8px 18px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.contact-btn:hover {
  background: #b2246d;
}

.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  display: inline-block;
  background: #d63384;
  color: #fff;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.btn-primary:hover {
  background: #b2246d;
}




.wrapper .text1 p1 {
    font-family: Montserrat;
    font-size: 54px;
    font-weight: bold;
}
.wrapper .text1 {
    float: left;
    margin-left: 63px;
    margin-right: auto;
}
.wrapper .text1 {
    float: left;
    margin-left: 63px;
    margin-right: auto;

    /* Animation */
    opacity: 0;
    animation: fadeInText 0.3s ease-out forwards;
}

/* Keyframes */
@keyframes fadeInText {
    from {
        opacity: 0;
        transform: translateY(30px); /* starts lower */
    }
    to {
        opacity: 1;
        transform: translateY(0);    /* moves into place */
    }
}

.wrapper .text3:hover {         
scale: 1.2;      
}

.wrapper #text2 {
    float: left;
    position: absolute;
    margin-left: 127px;
    margin-top: 106px;
    font-family: against;
    font-size: 61px;
	/* Animation */
    opacity: 0;
    animation: fadeInText 0.5s ease-out forwards;
}

/* Keyframes */
@keyframes fadeInText {
    from {
        opacity: 0;
        transform: translateY(30px); /* starts lower */
    }
    to {
        opacity: 1;
        transform: translateY(0);    /* moves into place */
    }
}

.wrapper img {
    margin-left: -1078px;
    position: absolute;
    float: left;
    margin-top: 217px;
}

.wrapper .text3 {
    width: 684px;
    float: left;
    margin-top: 209px;
    margin-left: -401px;
    font-family: Montserrat;
    font-size: 22px;
	/* Animation */
    opacity: 0;
    animation: fadeInText 1s ease-out forwards;
}

/* Keyframes */
@keyframes fadeInText {
    from {
        opacity: 0;
        transform: translateY(30px); /* starts lower */
    }
    to {
        opacity: 1;
        transform: translateY(0);    /* moves into place */
    }
}


.wrapper .btn-primary {
    float: left;
    margin-top: 377px;
    margin-left: -580px;
    width: 167px;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
}




.wrapper .text1 p2 {
    font-family: Montserrat;
    font-size: 34px;
}


.wrapper .into-text {
    margin-top: 33px;
    margin-left: 235px;
    margin-right: auto;
    text-align: center;
    font-size: 56px;
    font-family: Montserrat;
    position: static;
    font-weight: 600;
    background: linear-gradient(90deg,#fdc2d8,#fca65e,#ff7983,#b41176);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    transition: transform 0.5s ease;
	}

.wrapper .into-text:hover {
	scale: 1.2;
}
.wrapper nav img {
    margin-top: -195px;
    margin-left: -769px;
}
.wrapper .recent-works img {
    position: static;
    float: left;
    margin-top: 260px;
    margin-left: 63px;
}
.wrapper #projects {
    margin-top: 655px;
    width: 1300px;
    margin-left: auto;
    margin-right: auto;}

.wrapper h {
    margin-left: -636px;
    margin-top: 505px;
    font-family: Montserrat;
    font-size: 28px;
    float: left;
    position: absolute;
    width: 1050px;
    text-align: center;
    background-color: #A1B4DA;
    border-radius: 124px;
    transition: all 0.3s ease;
    height: 45px;
}


.wrapper h:hover {
    background-color: #7F95C6;  
    color: white;               
    transform: scale(1.05);     
    cursor: pointer; 
}

.image-box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: -34px;
    background-image: url(images/layout_01.png);
    }

    .image-item {
      flex: 1 1 30%;
      text-align: center;
      margin-bottom: 20px;
      transition: transform 0.3s ease;
    }

    .image-item img {
      width: 100%;
	border-radius: 8px;
      object-fit: cover;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .image-item img:hover {
      transform: scale(1.05);
      box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    }
.wrapper nav img {
    margin-top: 76px;
}


    .image-item p {
    margin-top: 10px;
    font-size: 16px;
    color: #FFFFFF;
    transition: color 0.3s ease, font-weight 0.3s ease;
    }

    .image-item p:hover {
    color: #D63384;
    font-weight: bold;
    }

.image-box .image-item p {
    font-family: Montserrat;
    font-size: x-large;
}

.wrapper #pro {
    float: left;
    background-image: url(images/add.png);
    width: 97px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90px;
    margin-left: -405px;
    margin-top: 84px;
}
.wrapper .pro {
}

:root {
            --primary-blue: #0077cc;
            --primary-pink: #ff6699;
            --footer-bg: #f8f9fa;
            --text-dark: #333333;
            --text-light: #666666;
        }

       
        }

        body {
            width: 1300px;
            margin: 0 auto;
        }

        .portfolio-footer {
    background: var(--footer-bg);
    padding: 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    margin-top: -256px;
        }

        .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 73px;
    padding-bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
        }

        .footer-brand {
            display: flex;
            flex-direction: column;
        }

        .footer-logo {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: center;
        }

        .footer-logo span {
            color: var(--primary-pink);
        }

        .footer-logo-icon {
            width: 32px;
            height: 32px;
            background: linear-gradient(135deg, var(--primary-blue), var(--primary-pink));
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
        }

        .footer-description {
            color: var(--text-light);
            line-height: 1.6;
            font-size: 14px;
            margin-bottom: 20px;
        }

        .footer-social {
            display: flex;
            gap: 15px;
        }

        .social-link {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            background: var(--primary-blue);
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .social-link:hover {
            transform: translateY(-3px);
            background: var(--primary-pink);
        }

        .footer-nav {
    display: flex;
    flex-direction: column;
    margin-left: 84px;
        }

        .footer-title {
            font-size: 18px;
            color: var(--text-dark);
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }

        .footer-title::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 2px;
            background: linear-gradient(to right, var(--primary-blue), var(--primary-pink));
        }

        .footer-links {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .footer-link a {
            color: var(--text-light);
            text-decoration: none;
            transition: color 0.3s ease;
            font-size: 14px;
        }

        .footer-link a:hover {
            color: var(--primary-pink);
        }

        .footer-contact {
    display: flex;
    flex-direction: column;
    margin-left: 48px;
        }

        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 15px;
            color: var(--text-light);
            font-size: 14px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .contact-icon {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-blue);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
        }

        .footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    height: 8px;
        }
.portfolio-footer .footer-bottom {
    background-image: url(images/layout_01.png);
    min-height: 0px;
}


        .copyright {
    color: #FFFFFF;
    font-size: 13px;
    margin-top: -8px;
        }

        .footer-legal {
            display: flex;
            gap: 20px;
        }

        .footer-legal a {
            color: var(--text-light);
            text-decoration: none;
            font-size: 13px;
            transition: color 0.3s ease;
        }

        .footer-legal a:hover {
    color: #D63384;
        }

        .footer-decoration {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, var(--primary-pink) 0%, rgba(255, 102, 153, 0.2) 70%);
            filter: blur(50px);
            opacity: 0.4;
            z-index: 0;
        }
 .footer-brand .footer-logo .footer-logo-icon {
    font-family: Godber;
}
.portfolio-footer .footer-bottom .copyright {
    margin-left: 268px;
}
.footer-container .footer-contact .footer-title {
}

.footer-bottom .footer-legal a {
    margin-left: 221px;
}
.portfolio-footer .footer-decoration {

}

.portfolio-footer .footer-bottom .footer-legal {
    word-spacing: 0px;
}
.footer-bottom .footer-legal a {
    margin-left: 221px;
    float: left;
}
.footer-bottom .footer-legal a {
    margin-left: 65px;
    color: #FFFFFF;
    margin-top: -20px;
}
.wrapper header .logo {
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 13px;
    width: 237px;
    text-align: center;
    margin-top: 0px;
}

.portfolio-footer .footer-decoration {
    margin-left: 22px;
    float: left;
    position: absolute;
}

.pp img {
    margin-left: 770px;
    margin-top: -568px;
    position: absolute;

    /* Animation */
    opacity: 0;
    animation: fadeUp 0.4s ease-out forwards;
}

/* Keyframes for fade-in from bottom */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px); /* start lower */
    }
    to {
        opacity: 1;
        transform: translateY(0);    /* move to normal position */
    }

}


       
    }

    body{ margin:0; font-family: Arial, Helvetica, sans-serif; color: var(--text); }
body {
    margin-left: auto;
    margin-right: auto;
}
.container .title h1 {
}



    .contact{
    display: grid;
    place-items: center;
    padding: 40px 20px;
    background: none; 
    margin-top: 29px;
    }

    .container{ width: 100%; max-width: 1100px; display: grid; gap: 28px; }

   .title{
      display: grid; gap: 10px; text-align: center; justify-items: center;
    }
    
    .eyebrow{
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: Montserrat;
    }
.container .title .eyebrow {
    margin-left: auto;
    margin-right: auto;
}
.container .title h1 {
    margin-left: auto;
    margin-right: auto;
}
.container .title .subtitle {
    margin-left: auto;
    margin-right: auto;
}



    h1{ margin:0; font-size: clamp(28px, 4.8vw, 46px); line-height: 1.05; 
    background: linear-gradient(90deg,#fdc2d8,#fca65e,#ff7983,#b41176);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}
    }
    .subtitle{ color: var(--muted); max-width: 65ch; text-align:center; }

    .grid{ display: grid; gap: 24px; grid-template-columns: 1.1fr 0.9fr; }

    .card{ background: var(--card); border: 1px solid var(--stroke); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: saturate(140%) blur(var(--card-blur)); -webkit-backdrop-filter: saturate(140%) blur(var(--card-blur)); }

    form{ display: grid; gap: 16px; padding: clamp(18px, 2.8vw, 26px); }

    .row{ display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }

    label{ font-size: 13px; color: var(--muted); display:block; margin-bottom: 6px; }
    .control{ position: relative; }
    input, textarea, select{
      width: 100%; border: 1px solid var(--stroke); background: rgba(255,255,255,0.6);
      color: var(--text); border-radius: 12px; padding: 14px 14px; font: inherit; outline: none; transition: box-shadow .2s, border-color .2s, transform .06s ease;
    }
    textarea{ min-height: 140px; resize: vertical; }
    input::placeholder, textarea::placeholder{ color: #888; }
    input:focus, textarea:focus, select:focus{ border-color: var(--accent); box-shadow: var(--focus); }
    .hint{ font-size: 12px; color: var(--muted); margin-top: 6px; }

    .actions{ display:flex; gap: 12px; align-items:center; justify-content:flex-start; flex-wrap: wrap; }
    

    .info{ padding: clamp(18px, 2.8vw, 26px); display: grid; gap: 18px; align-content: start; }
    .info h2{ margin: 0; font-size: 20px; }

    .list{ display:grid; gap: 14px; }
    .item{ display:grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: start; }
    .icon{ width: 36px; height: 36px; border-radius: 10px; display:grid; place-items:center; background: rgba(255,123,123,0.15); border:1px solid var(--stroke); }
    .item strong{ display:block; font-size: 14px; }
    .item span{ color: var(--muted); font-size: 14px; }

    .socials{ display:flex; gap: 10px; flex-wrap: wrap; }
    .socials a{ width: 42px; height: 42px; border-radius: 12px; border:1px solid var(--stroke); display:grid; place-items:center; text-decoration: none; color: var(--text); background: rgba(255,255,255,0.6); transition: transform .06s ease, box-shadow .2s ease, border-color .2s; }
    .socials a:hover{ border-color: var(--accent); box-shadow: var(--focus); }

    .toast{ position: fixed; z-index: 50; left: 50%; bottom: 24px; transform: translateX(-50%); background: rgba(255,255,255,0.95); color: var(--text); border:1px solid var(--stroke); border-radius: 12px; padding: 12px 16px; display:none; box-shadow: var(--shadow); backdrop-filter: blur(8px); }
    .toast.show{ display: inline-flex; align-items: center; gap: 8px; }

    .sr-only{ position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.logo {
    font-size: 25px;
    font-family: "Qurova DEMO";
    background-color: #FFFFFF;
    width: 234px;
    text-align: center;
    border-radius: 23px;
    margin-left: -24px;
    margin-top: 2px;
}

.logo:hover{
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(214, 51, 132, 0.25);
}


.log1 {
    font-size: 25px;
    font-family: "Qurova DEMO";
    background-color: #FFFFFF;
    width: 234px;
    border-radius: 23px;
    text-align: center;
    margin-left: -592px;
    margin-top: -38px;
    color: hsla(0,0%,0%,1.00);
}
.row .control #subject {
    padding-left: 3px;
}


.log1:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(214, 51, 132, 0.25);
}
.contact-wrapper{
    background-image: url(images/layout_01.png);
	
}

.container .title .subtitle {
    font-family: Montserrat;
    color: #FFFFFF;
}
.grid .card #contact-form {
    margin-left: -12px;
    margin-right: 15px;
}

.btn {
  appearance: none;
  border: none;
  cursor: pointer;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 600;
  letter-spacing: .2px;
  transition: transform .06s ease, filter .2s ease, opacity .2s ease, box-shadow .2s ease, background .3s ease;
}
.btn:active {
  transform: translateY(1px);
}


.btn-primary {
  color: #fff;
  background: #d63384; 
  box-shadow: 0 8px 24px rgba(255, 123, 123, 0.25);
}


.btn-primary:hover {
  background-image: linear-gradient(135deg, var(--accent), var(--accent-2));
  filter: brightness(1.06);
}


.underline {
  width: 80px; 
  height: 3px; 
  background: linear-gradient(90deg, #4facfe, #f093fb); 
  border-radius: 3px; 
  margin: 10px auto; 
}

.socials a img {
  width: 22px;
  height: 22px;
  display: block;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.socials a:hover img {
  transform: scale(1.15);          
  filter: brightness(1.2);         
}


 

   
    .wrapper-porrfolio{
      max-width: 1200px;
      margin: 0 auto;
      padding: 32px 20px 80px;
    }

    
    .title{
      display:grid;
      gap:10px;
      justify-items:start;
    }
    .title .eyebrow{
      font-size: 12px;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: var(--muted);
    }
    .title h1{
      margin:0;
      font-size: clamp(28px, 4.5vw, 44px);
      line-height: 1.1;
      font-weight: 800;
      letter-spacing: -0.02em;
    }
   

    
    .gallery{
      margin-top: 28px;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
      gap: 14px;
    }

    
    .card{
      position: relative;
      border: 1px solid var(--stroke);
      border-radius: 14px;
      overflow: hidden;
      background: rgba(255,255,255,0.03);
      transition: transform .15s ease, box-shadow .2s ease, border-color .2s ease;
      isolation: isolate;
    }
    .card:hover{
      transform: translateY(-2px);
      border-color: rgba(255,255,255,0.24);
      box-shadow: 0 10px 28px rgba(0,0,0,.35);
    }

    
    .thumb{
      aspect-ratio: 4 / 3;
      background: #15151a;
      display: block;
      overflow: hidden;
    }
    .thumb img{
      width: 100%;
      height: 100%;
      object-fit:
      display: block;
      transition: transform .35s ease, filter .35s ease;
      will-change: transform;
    }
    .card:hover .thumb img{
      transform: scale(1.04);
      filter: brightness(1.08);
    }

    
    .card::after{
      content:"";
      position:absolute; inset:0;
      pointer-events:none;
      background: linear-gradient(120deg, color-mix(in oklab, var(--gradA) 25%, transparent), color-mix(in oklab, var(--gradB) 25%, transparent));
      opacity:0; transition: opacity .25s ease;
    }
    .card:hover::after{ opacity:.12; }

    
    .caption{
      display: block; 
      padding: 10px 12px 12px;
      font-size: 14px;
      color: var(--muted);
    }

  
.porfolio-wrapper h1 {
    margin-left: 553px;
    margin-top: 56px;
}
.porfolio-wrapper #gallery {
    margin-left: auto;
    margin-right: auto;
    position: static;
}
#subject {
    margin-left: 16px;
}
.row .control #email {
    margin-left: 15px;
}


.projects {
    column-count: 3;
    column-gap: 16px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

.project {
  break-inside: avoid;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 12px;
}

.project img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

.project:hover img {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}



.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

.modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.5);
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}
.container .title h1 {
}
.container .title {
}
.container .title h1 {
}


.container .title h1 {
}


.underline {
    width: 321px;
    height: 4px;
    margin: 16px auto;
    border-radius: 2px;
    background: linear-gradient(90deg, #25D366, #E4405F); 
    opacity: 0;
    transform: scaleX(0.5);
    animation: underlineFade 0.8s ease forwards;
    animation-delay: 0.6s; 
}


@keyframes underlineFade {
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}


@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px); 
  }
  to {
    opacity: 1;
    transform: translateY(0); 
  }
}

.title .eyebrow {
  opacity: 0;
  animation: fadeUp 0.6s ease forwards;
  animation-delay: 0.1s;
}

.title h1 {
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
  animation-delay: 0.3s;
}

.title .subtitle {
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
  animation-delay: 0.5s;
}

h1 {
  position: relative;
  display: inline-block;
  overflow: visible;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
  transition: transform 0.3s ease; 
}


@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 100%;
  background: radial-gradient(circle, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 80%);
  filter: blur(20px);
  opacity: 0;
  transition: opacity 0.3s ease, filter 0.3s ease;
  z-index: 0; 
  pointer-events: none;
}


h1:hover {
  transform: scale(1.2); 
}

h1:hover::before {
  opacity: 1;
  filter: blur(35px); 
}


#projects .project .imgtype {
  display: block;
  width: 100%;
 
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #b41176, #ff7983);
  border-radius: 0 0 12px 12px;  /* matches your image corners */
  transition: all 0.3s ease;
  opacity: 0;                   /* start hidden */
  transform: translateY(10px);  /* start slightly lower */
}

/* Show the name smoothly on hover */
#projects .project:hover .imgtype {
  opacity: 1;
  transform: translateY(0);
}
#contact-form .control #type {
    color: hsla(0,0%,0%,1.00);
}
