@font-face {
    font-family: "ghothic";
    src: url("./fonts/GOTHIC.TTF");
}
@font-face {
    font-family: "helveticaLight";
    src: url("./fonts/Helvetica_Neue_LT_47_Light_Condensed.ttf");
}
@font-face {
    font-family: "helveticaExtraBold";
    src: url("./fonts/Helvetica_Neue_LT_107_Extra_Black_Condensed.ttf");
}
@font-face {
    font-family: "helveticaRegular";
    src: url("./fonts/Helvetica_Neue_LT_95_Black.ttf");
}
body{}

.main_body{
    background-image: url('./bg.png');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    min-height: 800px;
    max-height: 900px; 
    overflow: hidden;
}
.title_holder{
    display: flex;
    justify-content: end;
    width: 100%;
    background-image: linear-gradient(270deg, #ffffff47, transparent);
    margin-top: 5rem;
}
.title_holder h1{
    width: 100%;
    font-family: "helveticaExtraBold";
    color: #fff;
    text-transform: uppercase;
    font-size: 4rem;
    display: flex;
    justify-content: end;
    padding-right: 4rem;
}

.img_holder{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    padding-right: 4rem;
    padding-top: 28%;
}
.img_holder img{
    width: 500px;
    height: 100%;
}
.email_holder{
    display: flex;
    justify-content: end;
    padding-right: 4rem;
    padding-top: 10rem;
}
.email_holder a{
    font-family: "helveticaLight";
    color: #fff;
    font-size: 2rem;
    letter-spacing: 4px;
    text-decoration: none;
    cursor: pointer;
}



@media (min-width:1600px){}
@media  only screen and (min-width:1500px) and (max-width: 1600px){
    .img_holder{
        padding-top: 25%;
    }
    .img_holder img{
        width: 450px;
    }
    .email_holder{
        display: flex;
        justify-content: end;
        padding-right: 4rem;
        padding-top: 6rem;
    }
    .email_holder a{
        font-size: 1.7rem;
        letter-spacing: 4px;
    }
}
@media  only screen and (min-width:1400px) and (max-width: 1500px){
    .img_holder{
        padding-top: 25%;
    }
    .img_holder img{
        width: 400px;
    }
    .email_holder{
        display: flex;
    justify-content: end;
    padding-right: 4rem;
    padding-top: 5rem;
    }
    .email_holder a{
        font-size: 1.45rem;
        letter-spacing: 4px;
    }
}
@media  only screen and (min-width:1300px) and (max-width: 1400px){
    .img_holder{
    padding-top: 30%;
    }
    .img_holder img{
        width: 380px;
    }
    .email_holder{
        display: flex;
        justify-content: end;
        padding-right: 4rem;
        padding-top: 3rem;
    }
    .email_holder a{
        font-size: 1.35rem;
        letter-spacing: 4px;
    }
}

@media  only screen and (min-width:1200px) and (max-width: 1300px){
    .img_holder{
        padding-top: 25%;
    }
    .img_holder img{
        width: 335px;
    }
    .email_holder{
        display: flex;
        justify-content: end;
        padding-right: 4rem;
        padding-top: 3rem;
    }
    .email_holder a{
        font-size: 1.1rem;
        letter-spacing: 4px;
    }
}

@media only screen and (max-width: 1200px){
    .img_holder{
        padding-top: 18%;
    }
    .img_holder img{
        width: 300px;
    }
    .email_holder{
        display: flex;
        justify-content: end;
        padding-right: 4rem;
        padding-top: 2.5rem;
    }
    .email_holder a{
        font-size: 0.9rem;
    letter-spacing: 4px;
    }
}


@media only screen and (max-width: 1100px){
.title_holder h1 {
    width: 100%;
    font-family: "helveticaExtraBold";
    color: #fff;
    text-transform: uppercase;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    padding-right: 0;
}
    .img_holder{
        padding-top: 18%;
    }
    .img_holder img{
        width: 300px;
    }
    .email_holder{
        display: flex;
        justify-content: end;
        padding-right: 4rem;
        padding-top: 2rem !important;
    }
    .email_holder a{
        font-size: 0.9rem;
    letter-spacing: 4px;
    }
}
@media only screen and (max-width: 1000px){
    .title_holder h1 {
    width: 100%;
    font-family: "helveticaExtraBold";
    color: #fff;
    text-transform: uppercase;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    padding-right: 0;
}
    .img_holder{
        padding-top: 18%;
    }
    .img_holder img{
        width: 300px;
    }
    .email_holder{
        display: flex;
        justify-content: end;
        padding-right: 4rem;
        padding-top: 1.8rem  !important;
    }
    .email_holder a{
        font-size: 0.9rem;
    letter-spacing: 4px;
    }
}


@media only screen and (max-width: 768px){
    .main_body{
        background-image: url('./mobile_bg.png');
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100vh;
    }
    
    .title_holder {
        background-image: linear-gradient(270deg, transparent, transparent);
    }
    .title_holder h1 {
        width: 100%;
        font-family: "helveticaExtraBold";
        color: #fff;
        text-transform: uppercase;
        font-size: 2rem;
        display: flex;
        justify-content: center;
        background-color: #ffffff4f;
        padding: 10px 0;
    }

    .img_holder{
        padding-top: 12%;
        padding-right: 2rem;
    }
    .img_holder img{
        width: 250px;
    }
    .email_holder{
        display: flex;
        justify-content: end;
        padding-right: 2rem;
        padding-top: 2rem;
    }
    .email_holder a{
        font-size: 1.1rem;
        letter-spacing: 1.3px;
    }
}
@media (min-width:641px){}
@media (min-width:481px){}
@media (min-width:320px){}