@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Bungee&family=Meow+Script&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Tilt+Warp&display=swap');
html, body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100vw;
    min-height: 100vh;
    height: auto;
    /*overflow-x: hidden;*/
    font-family: 'Outfit', sans-serif;
    scroll-behavior: auto;
    user-select: none;
    background: #FFF;
    overflow-x: hidden;
}
html{
    font-size: 16px;
}
body{
    font-size: 1rem;
}
/* Reset general styles */
* {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
strong, span, em, br, a {
    position: unset;
    float: unset;
    margin: unset;
    padding: unset;
}
button{
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.1rem;
    cursor: pointer;
}
strong{
    font-weight: 900;
}
.container{
    width: 100vw;
    height: auto;
    min-height: 100vh;
}
.entry-content{
    width:100vw;
    height: auto;
    min-height: 100vh;
}
.entry-img-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: hidden;
}
.single-entry-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    object-fit: contain;
    object-position: center;
}
.entry-text-container{
    width: 40vw;
    margin-left: 30vw;
    min-height: 70vh;
    height: auto;
    margin-top: 25vh
}
.entry-main-logo{
    width: 40vw;
    height: auto;
}
.entry-claim{
    width: 40vw;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.15rem;
    font-size: 1.95rem;
}
span.single-entry-claim{
    display: inline-block;
}
.entry-call-to-action{
    margin-top: 25vh;
    color: #FFF;
    text-shadow: 0 0 1rem #404040;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.button-container{
    width: 40vw;
    height: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}
button.entry-call-to-action-button{
    background: #000;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center;
    border: none;
    border-radius: 0.5rem;
    padding: 0.7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-transform: uppercase;
}

/*first-apply-container*/

.first-apply-container{
    width: 100vw;
    height: auto;
    min-height: 100vh;
    overflow-y: hidden;
}
.first-apply-bg-img{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center top;
    position: absolute;
    top: 0;
    left: 0;
}
.avatar{
    width: 50vw;
    height: 84vh;
    position: absolute;
    top: -11px;
    right: 8px;
    object-fit: contain;
    opacity: 1;
}
.first-apply-text-container{
    width: 50vw;
    height: 60vh;
    margin-left: 5vw;
    margin-top: 20vh;
    cursor: pointer;
}
.first-apply-title{
    width: 50vw;
    font-size: 5rem;
    padding: 1.5rem;
    border: 0.01rem solid #FFF;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 0.2rem;
}
.first-apply-subtitle{
    width: 50vw;
    padding: 1rem;
    font-size: 1.6rem;
    letter-spacing: 0.03rem;
    color: #FFF;
    text-transform: uppercase;
}
.first-apply-text{
    width: 40vw;
    height: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #FFF;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 1.1rem;
    text-shadow: 0 0 1.5rem #000;
    font-weight: 300;
}
button.first-apply-button{
    padding: 0.7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background: #ffc400;
    color: #000;
    border: none;
    border-radius: 0.5rem;
    clear: both;
    margin-top: 5vh;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center;
}

/*model-concept-container*/
.model-concept-container{
    width: 100vw;
    height: auto;
    min-height: 100vh;
}
.model-concept-img{
    height: 80vh;
    margin-top: 10vh;
    min-width: 55vw;
    object-fit: cover;
    object-position: top;
    border-top-right-radius: 1rem;
    border-bottom-right-radius:  1rem;
}
.model-concept-list{
    width: 40vw;
    height: auto;
    max-height: 80vh;
    margin-top: 10vh;
    list-style: none;
}
.model-concept-item{
    width: 43vw;
    height: calc((80vh / 5) - 2rem);
    padding: 1rem;
    box-sizing: border-box;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #FFF;
    font-size: 6rem;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -0.2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2vw;
}
.model-contept-claim{
    width: 100vw;
    text-align: center;
    font-size: 2rem;
    color: #303030;
    line-height: 2.1rem;
    font-weight: 100;
    margin-top: 5vh;
    margin-bottom: 2rem;
}
.credit-track {
  width: 100vw;
  height: 15vh;
  margin-bottom: 5vh;
  overflow: hidden;
  position: relative;
  background: #b6b6b6;
}
.credit-wrapper {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.credit {
  flex: 0 0 auto;
  margin-right: 2rem;
  height: 15vh;
  width: 15vh;
}
.snglCredit {
  height: 15vh;
  width: 15vh;
  display: block;
  filter: invert(100%);
}

/*our-model-container*/

.our-model-container{
    width: 100vw;
    height: auto;
    min-height: 100vh;
}
.our-model-img-container{
    width: 42.5vw;
    height: 50vh;
    margin-top: 5vh;
    margin-left: 5vw;
    margin-right: 2.5vw;
    border-radius: 1rem;
}
.our-model-single-img{
    width: 42.5vw;
    height: 50vh;
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
    position: absolute;
    top: 0;
    left: 0;
}
.our-model-text-container{
    width: 40vw;
    height: 50vh;
    margin-top: 5vh;
    margin-left: 5vw;
    margin-right: 5vw;
    border-radius: 1rem;
}
.our-model-title{
    width: 40vw;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.1rem;
    text-align: left;
    line-height: 2.6rem;
    margin-bottom: 1.5rem;
}
.our-model-text{
    width: 40vw;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #202020;
    margin-bottom: 2rem;
}
.our-model-button{
    color: #FFF;
    background: #000;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    padding: 0.7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border: none;
    border-radius: 0.5rem;
}
.professional-apply-container{
    width: 100vw;
    height: 40vh;
    margin-top: 5vh;
}
.professional-apply-text-container{
    width: 50vw;
    height: 35vh;
    margin-left: 25vw;
    margin-top: 2.5vh;
    margin-bottom: 2.5vh;
}
.professional-apply-line-top, .professional-apply-line-bottom{
    width: 50vw;
    height: 1px;
    position: absolute;
    left: 0;
    background: #000;
}
.professional-apply-line-top{
    top: 0
} 
.professional-apply-line-bottom{
    bottom: 0;
}
.professional-apply-pre-title{
    width: 50vw;
    font-size: 2;
    text-align: right;
    font-weight: 100;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.professional-apply-title{
    font-size: 7rem;
    font-family: 'Bodoni Moda', serif;
    color: #000;
    text-align: right;
    font-weight: 900;
    line-height: 4.5rem;
    letter-spacing: -0.4rem;
}
span.lowercase{
    text-transform: lowercase;
    font-family: 'Outfit', sans-serif;
    font-weight: 100;
    font-size: 3rem;
}
.professional-apply-button{
    color: #FFF;
    background: #000;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    padding: 0.7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border: none;
    border-radius: 0.5rem;
    position: absolute;
    bottom: 1rem;
    left: 0;
}

/*our-quality-container*/

.our-quality-container{
    width: 100vw;
    height: auto;
    min-height:100vh; /*attualmente sono 110vh (considerando che il secondo box di testo necessitava di più spazio vertivale per disporre il testo mantenendo il font e interlina invariate rispetto al resto della pagina*/
}
.our-quality-img-1{
    width: 45vw;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    height: 45vh;
    margin-top: 2.5vh;
    margin-bottom: 2.5vh;
    object-fit: cover;
    object-position: center;
}
.our-quality-text-container-1{
    width: calc(45vw - 4rem);
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    height: calc(45vh - 4rem);
    margin-top: 2.5vh;
    margin-bottom: 2.5vh;
    background: #000;
    padding: 2rem;
}
.our-quality-title-1{
    width: calc(45vw - 4rem);
    color: #FFF;
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    text-align: right;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 1rem;
}
.our-quality-text-1{
    width: calc(45vw - 4rem);
    color: #FFF;
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-weight: 300;
}
.our-quality-button-1{
    background: #FFF;
    color: #000;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    padding: 0.7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border: none;
    border-radius: 0.5rem;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}
.our-quality-text-container-2{
    width: 45vw;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    height: 55vh;
    margin-top: 2.5vh;
    margin-bottom: 2.5vh;
}
.our-quality-title-2{
    width: 45vw;
    color: #000;
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    text-align: left;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 1rem;
}
.our-quality-text-2{
    width: 45vw;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 300;
    margin-bottom: 1rem;
}
.our-quality-button-2{
    background: #000;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    padding: 0.7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border: none;
    border-radius: 0.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
}
.our-quality-img-2{
    width: 45vw;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    height: 55vh;
    margin-top: 2.5vh;
    margin-bottom: 2.5vh;
    object-fit: cover;
    object-position: center;
}
/*second-apply-container*/
.second-apply-container{
    width: 100vw;
    height: auto;
    min-height: 100vh;
}
.second-apply-join-us-container{
    width: 100vw;
    height: 50vh;
    margin-top: 5vh;
    margin-bottom: 5vh;
}
.second-apply-bg-img{
    width: 100vw;
    height: 50vh;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.second-apply-title{
    width: 20vw;
    height: 20vh;
    border: 0.3rem solid #000;
    margin-left: 40vw;
    margin-right: 40vw;
    background: transparent;
    margin-top: 12vh;
    box-sizing: border-box;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}
.second-apply-button{
    width: 20vw;
    padding: 0.7rem;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    color: #FFF;
    background: #000;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border: none;
    margin-left: 40vw;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.05rem;
}
.second-apply-casting-title{
    width: 100vw;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 200;
    color: #404040;
    text-transform: uppercase;
    margin-bottom: 2.5vh;
}
.city-track {
  width: 100vw;
  height: 15vh;
  margin-bottom: 5vh;
  overflow: hidden;
  position: relative;
  background: #b6b6b6;
}
.city-wrapper {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.city {
  flex: 0 0 auto;
  margin-right: 2rem;
  height: 15vh;
  width: 15vh;
}
.single-city {
  height: 15vh;
  width: 15vh;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
}

/*fashion-industry-container*/
.fashion-industry-container{
    width: 100vw;
    height: auto;
    min-height: 100vh;
    background: #000;
}
.fashion-industry-text-container{
    width: 30vw;
    height: auto;
    min-height: 100vh;
    padding: 2rem;
    box-sizing: border-box;
}
.fashion-industry-title{
    width: calc(30vw - 4rem);
    font-size: 5rem;
    line-height: 4rem;
    font-weight: 900;
    color: #FFF;
    text-align: right;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.fashion-industry-text{
    width: calc(25vw - 4rem);
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.2rem;
    color: #FFF;
    margin-left: 5vw;
    text-align: right;
}
.fashion-industry-video{
    width: 70vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.fashion-industry-popup{
    padding: 1rem;
    backdrop-filter: blur(1rem);
    width: 15vw;
    height: auto;
    min-height: 40vh;
    position: absolute;
    top: 2rem;
    right: 2rem;
    border-radius: 1rem;
    background: #ffffff0f;
}
.fashion-industry-popup-title{
    font-size: 2.5rem;
    line-height: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    text-align: right;
    color: #FFF;
    margin-bottom: 2rem;
}
.fashion-industry-popup-text{
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #FFF;
    text-align: left;
    margin-bottom: 1rem;
    font-weight: 200;
}
.fashion-industry-popup-button{
    background: #000;
    color: #FFF;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    padding: 0.7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border: none;
    border-radius: 0.5rem;
}
.fashion-industru-popUp-button-desktop{
    display: block;
}
.fashion-industru-popUp-button-mobile{
    display: none;
}
.icon-fashion-industry-container{
    display: none;
}
/*third-apply-form-container*/
.third-apply-form-container{
    width: 100vw;
    height: auto;
    min-height: 100vh;
}
.third-apply-text-container{
    width: 40vw;
    margin: 2.5vw;
    height: auto;
    min-height: calc(85vh - 5vw);
    margin-top: 15vh;
}
.third-apply-pretitle{
    width: 40vw;
    font-size: 3rem;
    text-transform: uppercase;
    color: #000;
    font-weight: 100;
    margin-bottom: 0.5rem;
    line-height: 1.4rem;
    text-align: right;
}
.third-apply-title{
    width: 40vw;
    font-size: 7rem;
    color: #000;
    text-align: right;
    font-family: 'Bodoni Moda', serif;
    font-weight: 900;
    letter-spacing: -0.2rem;
    line-height: 6rem;
}
.third-apply-subtitle{
    width: 40vw;
    padding: 2rem;
    box-sizing: border-box;
    color: #FFF;
    background: #000;
    font-weight: 500;
    font-family: 'Bodoni Moda', serif;
    text-align: right;
    font-size: 3rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
}
.third-apply-text{
    width: 30vw;
    margin-left: 10vw;
    padding: 2rem;
    padding-right: 0;
    box-sizing: border-box;
    color: #505050;
    font-size: 1.2rem;
    line-height: 1.2rem;
    letter-spacing: 0.1rem;
    text-align: right;
    font-weight: 200;
}
.third-apply-form-container{
    width: 50vw;
    height: auto;
    min-height: 100vh;
    margin-right:5vw;
    padding: 2rem;
    box-sizing: border-box;
}
form{
    width: calc(50vw - 4rem);
    padding: 2.5vw;
    background: #FFF;
    box-sizing: border-box;
    box-shadow: 0rem -2.2rem 2rem #9f9f9f52;
    height: 60vh;
    margin-top: 15vh;
}
input{
    width: calc(30vw - 4rem);
    border: none;
    border-bottom: 0.1px solid #000;
    color: #000;
    padding: 1rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
}
label{
    width: calc(13vw - 4rem);;
    margin-right: 2vw;
    color: #000;
    padding: 1rem;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 200;
}
::placeholder{
    color: #d2d2d2;
    font-weight: 200;
}
.privacy-container{
    width: 50vw;
    padding: 1rem;
    box-sizing: border-box;
}
input.singleInput{
    width: 2vh;
    height: 2vh;
    margin: 4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-input-label{
    width: calc(32vw - 4rem);
    margin-left: calc(4vw - 2vh);
    margin-right: 0;
    color: #000;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: unset;
}
#columnCastFormButtonId{
    width: unset;
    padding: 0.7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background: #ffc400;
    color: #000;
    border: none;
    border-radius: 0.5rem;
    clear: both;
    margin-top: 5vh;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center;
    position: absolute;
    bottom: 8vh;
    right: 5vw;
}
#risultatoForm-Id{
    width: 30vw;
    min-width: 30vw;
    height: 8vh;
    min-height: 8vh;
    padding: 1rem;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1rem;
    color: unset;
}
.errorMessage {
    color: red;
}
.third-part-form-text{
    width: calc(45vw - 4rem);
    padding: 2.5vw;
    padding-top: 1rem;
    height: auto;
    font-size: 1rem;
    line-height: 1.1rem;
    color: #909090;
    font-weight: 200;
}


/*FOOTER HOME-GROUP*/
.footer-home{
    width: 100vw;
    height: 5vh;
    min-height: 5vh;
    max-height: 5vh;
    position: absolute;
    bottom: 2vh;
    left: 0;
}
.central-side{
    float: left;
    width: 50vw;
    margin-left: 25vw;
    height: 5vh;
    min-height: 5vh;
    max-height: 5vh;
    color: #FFFF;
    text-transform: lowercase;
    display: grid;
    column-count: 1;
}
p.footer-link{
    width: 50vw;
    text-align: center;
    font-size: 0.9em;
    opacity: 0.7;
    transition: 0.2s;
    cursor: pointer;
}
p.footer-link:hover{
    opacity: 0.4;
    transition: 0.2s;
}   
p.email-addr{
    letter-spacing: 2px;
}
p.web-site{
    letter-spacing: 10px;
}
.right-side{
    float: left;
    width: 25vw;    
    margin-right: 0;
    margin-left: 0;
    height: 5vh;
    box-sizing: border-box;
    padding-right: 2.5vw;
}
p.title-right-side{
    width: 15vw;
    margin-left: calc(25vw - 17.5vw);
    font-size: 0.7em;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #FFFF;
    text-align: right;
    border-bottom: 2.5px solid #9000FF;
}
.icon-container{
    width: 15vw;
    display: inline-table;
    column-count: 2;
    position: absolute;
    bottom: 0;
    right: 2.5vw;
}
i.social-icon{
    float: right;
    width: 1.5vw;
    height: 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color:  #FFFF;
    cursor: pointer;
    transition: 0.2s;
    font-size: 1.2em;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
}
.social-icon:hover{
    opacity: 0.5;
    transition: 0.2s;
}

/*formati desktop*/
@media (min-width: 1024px) and (max-width: 1279px){
    html{
        font-size: 10px;
    }    
}
@media (min-width: 1280px) and (max-width: 1365px){
    html{
        font-size: 11px;
    }   
}
@media (min-width: 1366px) and (max-width: 1439px){
    html{
        font-size: 12px;
    }   
}
@media (min-width: 1440px) and (max-width: 1679px){
    html{
        font-size: 14px;
    }   
}
@media (min-width: 1680px) and (max-width: 1919px){
    html{
        font-size: 14px;
    }   
}

/*****************/
/*****************/
/*               */
/* MOBILE DEVICE */
/*               */
/*****************/
/*****************/


/*GESTIONE CARATTERI MOBILE*/
@media (min-width: 279px) and (max-width: 319px) {
    html {
        font-size: 10px;
    }
}
@media (min-width: 320px) and (max-width: 359px) {
    html {
        font-size: 10.5px;
    }
}
@media (min-width: 360px) and (max-width: 389px) {
    html {
        font-size: 11px;
    }
}
@media (min-width: 390px) and (max-width: 413px) {
    html {
        font-size: 12.75px;
    }
}
@media (min-width: 414px) and (max-width: 429px) {
    html {
        font-size: 13px;
    }
}
@media (min-width: 430px) and (max-width: 479px) {
    html {
        font-size: 13.25px;
    }
}
@media (min-width: 480px) and (max-width: 539px) {
    html {
        font-size: 13.5px;
    }
}
@media (min-width: 540px) and (max-width: 599px) {
    html {
        font-size: 13.75px;
    }
}
@media (min-width: 600px) and (max-width: 679px) {
    html {
        font-size: 13.875px;
    }
}
@media (min-width: 680px) and (max-width: 767px) {
    html {
        font-size: 13.95px;
    }
}
@media (min-width: 768px) and (max-width: 823px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 279px) and (max-width: 823px){
    .entry-img-container{
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        min-width: 100vw;
        max-width: 100vw;
        height: 100vh;
        min-height: 100vh;
        max-height: 100vh;
        overflow: hidden;
    }
    .single-entry-img {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        min-width: 100vw;
        height: 100vh;
        object-fit: contain;
        object-position: center;
    }

    .entry-text-container{
        width: 70vw;
        margin-left: 15vw;
        min-height: 70vh;
        height: auto;
        margin-top: 25vh;
    }
    .entry-main-logo{
        width: 70vw;
    }
    .entry-claim{
        width: 70vw;
        font-weight: 500;
        letter-spacing: -0.02rem;
        font-size: 1.1rem;
    }
    .entry-call-to-action{
        margin-top: 15vh;
        font-size: 2.2rem; /*font-size: 1.2rem;*/
        line-height: 2.1rem; /*line-height: 1.2rem;*/
        text-shadow: 0 0 1rem #202020;
    }
    .button-container{
        width: 90vw;
        height: 5vh;
        margin-top: 2rem;
        margin-left: -10vw;
    }
    button.entry-call-to-action-button{
        font-size: 2rem; /*font-size: 1.2rem*/
    }
    /*first-apply-container*/
    .first-apply-container{
        width: 100vw;
        height: auto;
        min-height: 100vh;
        overflow-y: hidden;
        overflow: hidden;
    }
    .first-apply-bg-img {
        width: 100vw;
        height: 100vh;
        object-position: 77% top;
    }
    .first-apply-text-container {
        width: 50vw;
        height: 60vh;
        margin-left: 5vw;
        margin-top: 5vh;
    }
    .first-apply-title {
        width: 75vw;
        font-size: 4.5rem;  /*font-size: 2.5rem;*/
        line-height: 4.4rem;    /*line-height: 2.4rem;*/
        padding: 0.5rem;
        border: 0.01rem solid #FFF;
        text-transform: uppercase;
        color: #FFF;
        letter-spacing: 0.1rem;
    }
    .first-apply-subtitle {
        width: 75vw;
        padding: 0;
        font-size: 1.5rem; /*font-size: 1rem;*/
        letter-spacing: 0;
        color: #FFF;
        text-transform: uppercase;
        line-height: 1.3rem; /*line-height: 1rem;*/
        padding-top: 0.5rem;
    }
    .first-apply-text {
        width: 90vw;
        margin-top: 3rem; /*margin-top: 8rem;*/
        margin-bottom: 0rem;
        font-size: 2rem; /*font-size: 1.2rem;*/
        letter-spacing: 0.05rem;
        line-height: 1.9rem; /*line-height: 1.2rem;*/
    }
    button.first-apply-button {
        margin-top: 2vh;
        font-size: 1.6rem; /*font-size: 1.2rem;*/
    }
    .model-concept-list {
        margin-top: -82vh;
        mix-blend-mode: multiply;
    }
    .model-concept-item {
        width: 100vw;
        height: calc((80vh / 5) - 2rem);
        padding: 3.5rem;
        background: #000;
        font-size: 3.4rem;
        font-weight: 900;
        letter-spacing: -0.5rem;
        margin-top: 0rem;
        margin-bottom: 0rem;
        margin-left: 0vw;
    }
    .model-contept-claim {
        font-size: 2.5rem; /*font-size: 1.9rem;*/
        line-height: 2.5rem; /*line-height: 2rem;*/
    }
    .our-model-img-container {
        width: 90vw;
        height: 50vh;
        margin-top: 5vh;
        margin-left: -5vw;
        margin-right: 2.5vw;
        border-radius: 1rem;
    }
    .our-model-single-img {
        width: 90vw;
    }
    .our-model-title {
        width: 70vw;
        text-transform: uppercase;
        font-size: 4.5rem; /*font-size: 2.5rem;*/
        font-weight: 700;
        color: #000;
        letter-spacing: 0.1rem;
        text-align: left;
        line-height: 3.8rem; /*line-height: 2.6rem;*/
        margin-bottom: 1.5rem;
    }
    .our-model-text-container {
        width: 90vw;
        height: auto;
    }
    .our-model-text {
        width: 90vw;
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .our-model-button {
        font-size: 2.1rem;
    }
    .professional-apply-text-container {
        width: 90vw;
        height: 35vh;
        margin-left: 5vw;
        margin-top: 2.5vh;
        margin-bottom: 2.5vh;
    }
    .professional-apply-line-top, .professional-apply-line-bottom {
        width: 90vw;
    }
    .professional-apply-pre-title {
        width: 90vw;
        font-size: 2.5rem; /*font-size: 1.5rem;*/
        margin-bottom: 0.5rem;
    }
    .professional-apply-title {
        font-size: 4.5rem; /*font-size: 3.2rem;*/
        line-height: 3.8rem; /*line-height: 2.6rem;*/
        letter-spacing: -0.1rem;
    }
    .professional-apply-button {
        font-size: 2.1rem; 
    }
    .our-quality-img-1 {
        width: 100vw;
        margin-left: 0;
        margin-right: 0;
        height: 31vh;
        margin-top: 2.5vh;
        margin-bottom: 2.5vh;
    }
    .our-quality-text-container-1 {
        width: calc(100vw - 4rem);
        margin-left: 0;
        margin-right: 0;
        height: auto;
        margin-top: -2.5vh;
        margin-bottom: 2.5vh;
    }
    .our-quality-title-1 {
        width: calc(100vw - 4rem);
        font-size: 4.3rem;
        font-weight: 900;
        margin-bottom: 1rem;
        line-height: 3.4rem;
    }
    .our-quality-text-1 {
        width: calc(100vw - 4rem);
        color: #FFF;
        font-size: 2rem; /*font-size: 1.2rem;*/
        line-height: 2.5rem; /*line-height: 2rem;*/
        font-weight: 300;
    }
    .our-quality-button-1 {
        position: relative;
        margin-top: 2rem;
        bottom: unset;
        left: unset;
    }
    .our-quality-button-1 {
        font-size: 2.1rem;
    }
    .our-quality-text-container-2 {
        width: calc(100vw - 4rem);
        height: auto;
        margin-right: 2rem;
        margin-left: 2rem;
        margin-top: 2.5vh;
        margin-bottom: 2.5vh;
    }
    .our-quality-title-2 {
        width: 90vw;
        font-size: 4.5rem;
        letter-spacing: 0.1rem;
        line-height: 3.7rem;
    }
    .our-quality-text-2 {
        width: calc(100vw - 4rem);
        color: #000;
        font-size: 2rem; /*font-size: 1.2rem;*/
        line-height: 2.5rem; /*line-height: 2rem;*/
        font-weight: 300;
        margin-bottom: 1rem;
        z-index: 1;
    }
    .our-quality-button-2 {
        margin-top: 1rem;
        position: relative;
        bottom: unset;
        right: unset;
        z-index: 1;
        font-size: 2.1rem; /*font-size: 1.2rem;*/
    }
    .our-quality-img-2 {
        width: 100vw;
        margin-left: 2.5vw;
        margin-right: 2.5vw;
        height: 55vh;
        margin-top: -27.5vh;
        margin-bottom: 2.5vh;
        object-fit: cover;
        object-position: center;
        z-index: 0;
        opacity: 0.2;
        filter: blur(0.1rem);
    }
    .second-apply-title {
        width: 60vw;
        height: 20vh;
        margin-left: 20vw;
        margin-right: 20vw;
        margin-top: 12vh;
        border-top-right-radius: 0.5rem;
        border-top-left-radius: 0.5rem;
        line-height: 2.5rem; /*prima non definito in quanto inline*/
        font-size: 3rem; /*font-size: 2rem;*/
    }
    .second-apply-join-us-container {
        margin-top: unset;
    }
    .second-apply-button {
        width: 60vw;
        margin-left: 20vw;
        font-size: 2rem; /*font-size: 1.1rem;*/
    }
    .fashion-industry-text-container {
        width: 100vw;
        padding: 2rem;
    }
    .fashion-industry-title {
        width: calc(100vw - 4rem);
        font-size: 4.8rem; /*font-size: 3.8rem;*/
        line-height: 5rem; /*line-height: 3rem;*/
        margin-bottom: 40vh;
        max-height: 37vh;
        z-index: 99999999;
        background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 68%);
        padding-left: 2rem;
        padding-right: 2rem;
        margin-left: -2rem;
        z-index: 999999999;
    }
    .fashion-industry-video {
        width: 100vw;
        height: 50vh;
        position: absolute;
        left: 0;
        top: 28vh;
        z-index: 9999999;
    }
    .fashion-industry-text {
        width: calc(90vw - 4rem);
        font-weight: 200;
        line-height: 1.2rem;
        color: #FFF;
        margin-left: 5vw;
        font-size: 2rem; /*font-size: 1.2rem;*/
        line-height: 2.5rem; /*line-height: 2rem;*/
        margin-top: 4rem;
    }
    .fashion-industry-popup{
        z-index: 999999999;
        width: 75vw;
        position: fixed;
        top: 7rem;
        background: #0f0f0f2e;
        padding: 2.3rem; /*padding: 1rem;*/
    }
    .fashion-industru-popUp-button-desktop{
        display: none;
    }
    .fashion-industru-popUp-button-mobile{
        display: block;
        font-size: 2rem; /*font-size: 1rem;*/
        padding: 0.5rem;
        width: calc(75vw - 2rem); /*width: calc((75vw - 2rem) / 2);*/
        margin: 0.5rem;   
    }
    .fashion-industru-popUp-button-close{
        background: #ababab;
        opacity: 0.7;
    }
    .fashion-industry-popup-title {
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    .fashion-industry-popup-text {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .icon-fashion-industry-container{
        position: fixed;
        bottom: 2rem;
        right: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #000;
        border-radius: 5rem;
        width: 6rem; /*width: 3rem;*/
        height: 6rem; /*height: 3rem;*/
        z-index: 9999999999;
        visibility: hidden;
    }
    .icon-fashion-industry{
        width: 3rem;
        height: 3rem;
    }
    .third-apply-text-container {
        width: 90vw;
        margin: 5vw;
        height: auto;
        min-height: calc(85vh - 5vw);
        margin-top: 10vh;
    }
    .third-apply-pretitle {
        width: 90vw;
        font-size: 2.5rem; /*font-size: 1.5rem;*/
        line-height: 3rem; /*line-height: 2.4rem;*/
    }
    .third-apply-title {
        width: 90vw;
        font-size: 6.9rem; /*font-size: 4.9rem;*/
        line-height: 4.5rem; /*line-height: 3.5rem;*/
    }
    .third-apply-subtitle {
        width: 90vw;
        font-size: 3.3rem; /*font-size: 2rem;*/
        line-height: 3.5rem; /*line-height: 2.2rem;*/
        margin-top: 2vh;
    }
    .third-apply-text {
        width: 90vw;
        margin-left: 0;
        padding: 0;
        font-size: 2rem; /*font-size: 1.2rem;*/
        line-height: 2.2rem; /*line-height: 1.2rem;*/
    }
    .third-apply-form-container {
        width: 100vw;
        margin-right: 0;
        padding: 5vw;
        margin-top: 5vh;
    }
    form {
        width: calc(90vw - 0rem);
        padding: 5vw;
        height: auto;
        margin-top: 0;
    }
    label {
        width: 80vw;
        margin-right: 0;
        padding: 1rem;
        font-size: 2rem; /*font-size: 1.2rem;*/
        font-weight: 200;
    }
    input {
        width: 80vw;
        padding: 1rem;
        padding-top: 0;
        box-sizing: border-box;
        padding-bottom: 0.2rem;
        font-size: 1.7rem; /*font-size: 1.2rem;*/
        line-height: 3.5rem;
    }
    input.singleInput {
        width: 2vh;
        height: 2vh;
        margin: 0rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .privacy-container {
        width: 80vw;
    }
    .single-input-label {
        width: calc(80vw - 2vh - 2rem);
        margin-left: 0;
        margin-right: 0;
        font-size: 2rem;
        line-height: 1.9rem;
    }
    #columnCastFormButtonId {
        position: relative;
        bottom: unset;
        right: unset;
        width: 50vw;
        margin-top: -5vh;
        margin-bottom: 10vh;
        margin-left: 15vw;
        padding-left: 0;
        padding-right: 0;
        font-family: 'Outfit', sans-serif;
        font-weight: 400;
        letter-spacing: 0.1rem;
        font-size: 2.5rem;
    }
    .third-part-form-text {
        width: 85vw;
        padding: 2.5vw;
        font-size: 1.8rem; /*font-size: 1rem;*/
        line-height: 2.2rem; /*line-height: 1.3rem;*/
        color: #909090;
        font-weight: 200;
    }
    .third-apply-container{
        padding-bottom: 3rem;
    }
}

