/*pop up message*/

.popbox{
    display: none;
}
  .message{
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    z-index: 1000;
    background-color: #262626;
  }

  .message_content{
    width: 50%;
    text-align: center;
  }
  .message_content p{
    font-size: clamp(30px, 5vw, 50px);
    color: #efefef;
  }
  .message .img{
    width: 60%;
    height: 100%;
    position: absolute;
    background-image: url(./celebrate.png);
    background-size: cover;
    z-index: -1;
  }

  .message .close{
    height: 50px;
    width: 50px;
    background-image: url(./closeButton.png);
    background-size: cover;
    position: absolute;
    top: 50px;
    right: 100px

  }

  .message .close:hover{
    transform: rotate(90deg);

  }

  .close{
    transition: all 0.8s ease;
  }




/* contact css */

.contact-w{
    width: 100vw;
}

.contact-hero {
    padding-top: 200px;
    background-color: #262626;
    overflow: hidden;
    display: flex;
    align-items: center;

}

.contact-heading {
    /* background-color: #26262692; */
    width: 100%;
    text-align: center;
    /* padding: 20px; */
}

.contact-heading h2 {
    position: relative;
    color: #f25e2c7e;
    /* color: rgba(255, 255, 255, 0.304); */
    font-size: clamp(45px, 10vw, 140px);
    margin: 0;
    line-height: clamp(45px, 10vw, 150px);
    font-weight: 100;
    text-transform: uppercase;
    font-family: "Antonio", sans-serif;
}


.contact-heading h2 span {
    color: #efefef;
    font-weight: 900;
}

.icons {
    position: relative;
    /* left: 3%; */
    display: inline-block;
    height: 120px;
    width: 120px;
    border-radius: 30px;
    background-image: url(./you.png);
    background-size: cover;
    rotate: 5deg;
    /* transform: translate(-60%, -50%); */
}




/* contact-para */
.contact-para {
    margin-top: 150px;
    height: 100vh;
    display: flex;
    align-items: center;
}

.contact-para p {
    font-size: clamp(30px, 5vw, 80px);
    line-height: clamp(40px, 1.2em, 90px);

}


.inner-content {
    padding: 100px 100px;
}

.singleText {
    color: #9e95ff07;
}

label {
    color: #efefef;
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 20px;
}

input {
    width: 100%;
    display: block;
    height: 50px;
    border: none;
    background-color: transparent;
    outline: none;
    border-bottom: 1px solid #efefef65;
    color: #efefef;
    font-size: 18px;
    transition: all 0.2s ease;
    -webkit-appearance: none;
    border-radius: 0;
}

input:focus {
    border-bottom: 1px solid #9d95ff;

}

input:focus::placeholder {
    opacity: 0;
    transition: all 0.2s ease;
}

input::placeholder {
    color: #9e95ff37;
}

textarea::placeholder {
    color: #9e95ff37;

}



textarea {
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    border-bottom: 1px solid #efefef65;
    color: #efefef;
    font-size: 18px;
    min-height: 100px;
    -webkit-appearance: none;
    border-radius: 0;
}

textarea:focus {
    border-bottom: 1px solid #9d95ff;
}

textarea:focus::placeholder {
    opacity: 0;
    transition: all 0.2s ease;
}

.forms {
    padding-bottom: 100px;
}

.form-padd {
    padding: 0px 100px;
}

input[type="submit"] {
    border: 1px solid #efefef65;
    margin-top: 50px;
}



@media (max-width: 1400px){
    .message .img{
      width: 100%;
    }
 }


@media (max-width: 1400px) and (max-height: 1200px) {
    .contact-hero {
        padding-top: 300px;
    }
}


@media (max-width: 1200px) {
    .contact-hero {
        padding-top: 300px;
    }
}


@media (max-width: 1100px){
    .message .img{
      width: 100%;
    }
  }

@media (max-width: 1100px) and (max-height: 1400px) {
    .contact-hero {
        padding-top: 500px;
    }

    .inner-content {
        padding: 100px 100px;
    }

    .contact-para p {
        font-size: 80px;
        line-height: clamp(40px, 1.2em, 90px);
    }


}

@media (max-width: 1100px) and (max-height: 700px) {
    .contact-hero {
        padding-top: 200px;
    }

    .contact-para p {
        font-size: 50px;
        line-height: clamp(40px, 1.2em, 90px);
    }


}



@media (max-width: 992px) {
    .icons {
        height: 100px;
        width: 100px;
    }

    .contact-hero {
        padding-top: 350px;
    }

    .inner-content {
        padding: 100px 50px;
    }

    .contact-para p {
        font-size: 65px;
        line-height: clamp(40px, 1.2em, 90px);
    }

    label {
        color: #efefef;
        margin-top: 100px;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .first-labels {
        margin-top: 0;
    }

    .form-padd {
        padding: 0px 50px;
        box-sizing: border-box;
    }
}

@media (max-width: 800px) and (max-height: 600px) {
    .contact-hero {
        padding-top: 200px;
    }

    .contact-para p {
        font-size: 30px;
    }

    .icons {
        height: 80px;
        width: 80px;
    }

}


@media (max-width: 700px) and (max-height: 850px) {
    .contact-hero {
        padding-top: 250px;
    }

    .contact-para p {
        font-size: 50px;
    }

    .icons {
        height: 80px;
        width: 80px;
    }
}


@media (max-width: 576px) {
    .contact-hero {
        padding-top: 200px;
    }

    .inner-content {
        padding: 100px 50px;
    }

    .contact-para p {
        font-size: 40px;
    }



    label {
        margin-top: 30px;
    }

    .seconds {
        margin-top: 30px;
    }
    
    .message_content{
    width: 80%;
    text-align: center;
  }

  .message .img{
      width: 100%;
      bottom: -100px;
      background-position: center;
    }

    .message .close{
    height: 30px;
    width: 30px;
    top: 30px;
    right: 50px

  }
  input::placeholder {
    font-size: 13px;
}
}


@media (max-width: 450px) {

    .contact-hero {
        padding-top: 60%;
    }

    .icons {
        height: 50px;
        width: 50px;
    }

    label {
        font-size: 15px;
    }
}

@media (max-width: 415px) {
    .contact-para p {
        font-size: 35px;
    }
    
    

}

@media (max-width: 380px) {
    .contact-para p {
        font-size: 30px;
    }

    .inner-content {
        padding: 100px 30px;
    }
}
