/* Fonts  */
@font-face {
    font-family: Oswald;
    src: url(Oswald-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: Playfair;
    src: url(PlayfairDisplay-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: Playfair;
    src: url(PlayfairDisplay-Bold.ttf);
    font-weight: 700;
}


/* Gobal Style */
*{ padding: 0px; margin: 0px; }
body{ box-sizing: border-box; font-family: Oswald; }
a{ text-decoration: none; color: #000; }
.mq-container{ max-width: 1920px; width: 80%; margin: auto; }


/* Main Content Style */

/* hero Header Section */
.mq-header{position: absolute; z-index: 99; top: 0%; left: 50%; transform: translate(-50%, 0%); width: 100%;}
.mq-header .mq-content{display: flex;justify-content: flex-end;padding-top: 80px;}
.mq-header .mq-content a{font-size: 41px; font-family: Playfair; color: #fff; font-weight: 500; text-transform: uppercase;line-height: 1em;padding-bottom: 5px;border-bottom: 2px dotted transparent; transition: .3s ease-in-out;}
.mq-header .mq-content a:hover{border-bottom: 2px dotted #fff;}

/* Hero Content */
.mq-hero{background-image: url(../img/main-hero-bg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover; height: 100vh;}
.mq-hero .mq-content{display: flex;justify-content: flex-end;flex-wrap: wrap;height: 100vh;position:relative;}
.mq-hero .mq-content .mq-left-content{width: 100%;height: 100vh; display: flex; position: absolute; align-items: flex-end; left: 0px; bottom: 0px;}
.mq-hero .mq-content .mq-left-content img{height: 100%;}
.mq-hero .mq-content .mq-right-content{width: 60%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; position: relative;}
.mq-hero .mq-content .mq-right-content h1{font-size: 150px; text-transform: uppercase; line-height: 1em; text-align: center; color: #fff;margin-top: 150px;}
.mq-hero .mq-content .mq-right-content h1 span{color: transparent; -webkit-text-stroke-width: 3px; -webkit-text-stroke-color: #fff;}
.mq-hero .mq-content .mq-right-content .mq-button{width: 100%; text-align: center;margin-top: 80px;}
.mq-hero .mq-content .mq-right-content .mq-button a{font-size: 33px; background-color: #fff; text-transform: uppercase; font-weight: 700; border-radius: 50px; padding: 12px 80px;}
.mq-hero .mq-content .mq-right-content .mq-social-media{width: 100%; display: flex; justify-content: center; align-items: center;margin-top: 60px;}
.mq-hero .mq-content .mq-right-content .mq-social-media .icons{margin: 0px 12px;}
.mq-hero .mq-content .mq-right-content .mq-social-media .icons a{    width: 54px; display: flex; height: 54px;}


/* Responsive Small Laptop */
@media only screen and (max-width: 1780px) {
    .mq-hero .mq-content .mq-right-content h1 { font-size: 120px;}
}
@media only screen and (max-width: 1680px) {
    .mq-hero .mq-content .mq-right-content h1 { font-size: 110px; margin-top: 100px;}
    .mq-hero .mq-content .mq-right-content .mq-button a { font-size: 24px;}
    .mq-hero .mq-content .mq-right-content .mq-button { margin-top: 60px;}
    .mq-hero .mq-content .mq-right-content .mq-social-media .icons a { width: 48px; height: 48px; }
    .mq-header .mq-content a { font-size: 30px;}
    .mq-header .mq-content { padding-top: 50px;}

}

@media only screen and (max-width: 1440px) {
    .mq-hero .mq-content .mq-left-content { left: 50px;}
    .mq-hero .mq-content .mq-right-content h1 { font-size: 90px; margin-top: 80px;}
    .mq-hero .mq-content .mq-right-content h1 span{ -webkit-text-stroke-width: 2px;}
    .mq-hero .mq-content .mq-right-content .mq-button a { font-size: 20px;padding: 12px 70px;}
    .mq-hero .mq-content .mq-right-content .mq-button { margin-top: 40px;}
    .mq-hero .mq-content .mq-right-content .mq-social-media { margin-top: 40px; }
    .mq-hero .mq-content .mq-right-content .mq-social-media .icons a { width: 40px; height: 40px; }
    .mq-header .mq-content a { font-size: 30px;}
    .mq-header .mq-content { padding-top: 50px;}

}

@media only screen and (max-width: 1167px) {
    .mq-hero .mq-content .mq-left-content { left: 40px;}
    .mq-hero .mq-content .mq-right-content h1 { font-size: 70px;}
    .mq-hero .mq-content .mq-right-content h1 span{ -webkit-text-stroke-width: 2px;}
    .mq-hero .mq-content .mq-right-content .mq-button a { font-size: 16px;padding: 10px 50px;}
    .mq-hero .mq-content .mq-right-content .mq-button { margin-top: 35px;}
    .mq-hero .mq-content .mq-right-content .mq-social-media { margin-top: 35px; }
    .mq-hero .mq-content .mq-right-content .mq-social-media .icons a { width: 36px; height: 36px; }
    .mq-hero .mq-content .mq-right-content .mq-social-media .icons { margin: 0px 8px; }
    .mq-header .mq-content a { font-size: 24px;}
    .mq-header .mq-content { padding-top: 35px;}

}

/* Responsive Tablet */
@media only screen and (max-width: 1025px) {
    .mq-hero .mq-content .mq-left-content{    left: 40px;}
    .mq-hero .mq-content .mq-right-content h1 { font-size: 55px;}
    .mq-hero .mq-content .mq-right-content h1 span{ -webkit-text-stroke-width: 1px;}
    .mq-hero .mq-content .mq-right-content .mq-button a {padding: 8px 40px;}
    .mq-hero .mq-content .mq-right-content .mq-button { margin-top: 25px;}
    .mq-hero .mq-content .mq-right-content .mq-social-media { margin-top: 25px; }
    .mq-hero .mq-content .mq-right-content .mq-social-media .icons a { width: 30px; height: 30px; }
    .mq-hero .mq-content .mq-right-content .mq-social-media .icons { margin: 0px 5px; }
    .mq-header .mq-content a { font-size: 20px;}
    .mq-header .mq-content { padding: 30px 20px 0px;}

}

@media only screen and (max-width: 980px) {
    .mq-container { max-width: 100%; width: 90%;}
    .mq-hero .mq-content .mq-left-content { left: 10px;display: flex; width: 90%; justify-content: center; align-items: center; }
    .mq-hero .mq-content .mq-right-content { width: 100%; align-items: center;}
    .mq-hero .mq-content .mq-right-content h1 { display: flex; justify-content: center; align-items: center; line-height: 1.2em; flex-direction: column; }
}

@media only screen and (max-width: 867px) {
    .mq-hero .mq-content .mq-right-content h1 { font-size: 50px; }
}

/* Responsive Mobile */
@media only screen and (max-width: 667px) {
    .mq-container { max-width: 100%; width: 100%; }
    /* .mq-header .mq-content{justify-content: center;} */
    .mq-hero .mq-content .mq-left-content{left: 0px; display: flex; width: 100%;}
    .mq-hero .mq-content .mq-left-content img { height: 100%; width: 100%; object-fit: cover;}
}


