.acon{
    width:100%;
    height:100%;
    /* background-color:rgba(255, 255, 255, 0.5); */
    /* position:fixed; */
    color:black;
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    padding:50px;
}
.hero{
    height: 500px;
    background: url('../assets/hero/carousel2.jpg');
    background-repeat: no-repeat
    ;
    color: white;
    background-size: cover;
    
}


.about-hero{
    height: 500px;
    background: url('../assets/hero/about.jpg');
    background-repeat: no-repeat
    ;
    color: white;
    background-size: cover;
}



.words{
    position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}


.about-words{
    top: 65%;
}

.primary-text{
    color : #df3b26;
}

.secondary-text{
    color:#606374 ;
}

.about-content{
    z-index:100;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    padding:50px;
}

.contact-form{
    z-index:100;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.8px);
    -webkit-backdrop-filter: blur(4.8px);
    padding:50px;
}


.ContactForm > button{
    padding-left: 50px;
    padding-right: 50px;
    background-color: rgb(211, 74, 40,0.85);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    color: white;
    font-size: 20px;
}
input[type=text], input[type=email], input[type=number], #message {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border-radius: 10px;
    box-sizing: border-box;
    background-color:transparent;
}
input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, #message:focus{
    background-color: rgba(255, 255, 255,0.7);

}

.mivi{
    z-index:100;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    padding:50px;
}


@media (min-width:340px) and (max-width: 500px) {

    .words{
        width: 100%;
        top: 40%;
      }
}


