/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container {
}
.hr {
    border-top: 1px solid #000000;
    margin: 1.2rem 0;
}
.header-text {
    font-family: DM Sans;
    font-weight: 300;
    font-size: 26px;

    color: #fff;
}
.header-text a {
    color: #fff;
    text-decoration: none;
}
.body-wrap {
    background-repeat: no-repeat;
    max-width: 1920px;
    margin: 0 auto;
    max-height: 1080px;
}

@keyframes animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.body-bg {
    height: 100vh;
    width: 57%;

    position: absolute;
    right: 0;
    top: 0;

    animation: 0.6s enter-bg ease-in;
    img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;

        transition-duration: 600ms;
        transition-timing-function: ease-in;
        transition-property: opacity, filter;

        will-change: filter, opacity;
    }
    .swiper {
        height: 100%;
        width: 100%;
      
    }
    
   
}


.body-bg::before{
    top:0;
    background: linear-gradient(to bottom, #3c3c3c 0%, rgba(124, 124, 124, 0) 100%);
}
.body-bg::after{
    bottom: 0;

    
        background: linear-gradient(to top, #3c3c3c 0%, rgba(124, 124, 124, 0) 100%);
   
}
.body-bg::before, .body-bg::after{
    left: 0;
    width: 100%;
    z-index: 10;
    content: "";
    height: 227px;
    opacity: 0.5;
    position: absolute;
    display:block;
    mix-blend-mode: multiply;
}
.header-row {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding-top: 40px;
    position: relative;
    z-index: 12;
}
.header-row__right {
    display: grid;
    grid-template-columns: auto auto;
    gap: 3rem;
}
.container {
    max-width: 88%;

    display: grid;
    height: 100vh;
    max-height: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.content-body {
    max-width: 30%;
    margin-top: auto;
    padding-bottom: var(--offset);
    animation: 1s enter ease-in;
}

.content-body h3 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000;
}
.text {
    font-family: DM Sans;
    font-weight: 300;
    font-size: 16px;
    line-height: calc(24 / 16);
    color: #000;
}
.text a {
    color: #000;
    text-decoration: none;
}
.title-upper {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000;
}
.title-1 {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 60px;
    line-height: calc(72 / 60);
    color: #000;
}
.title-2 {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
}
body {
    font-family: DM Sans;
}
.social-media {
    display: grid;
    position: fixed;
    left: 40px;
    bottom: var(--offset);
    gap: 2rem;
    justify-content: center;
    justify-items: center;
}
.social-media__item {
}

:root {
    --offset: 90px;
}
strong {
    font-weight: 700;
}
.hr--last {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    :root {
        --offset-container: 22px;
    }
    .header-row__right {
        display: none;
    }
    .header-row__left {
        padding-left: var(--offset-container);
    }
    .header-row {
        position: fixed;
        top: 0;
    }

    .body-bg {
        width: 100%;
        top: 0;
        height: 47vh;
        position: relative;
    }
    .container {
        position: relative;
        z-index: 12;
        height: auto;
    }
    .content-body {
        max-width: 100%;
        padding-left: var(--offset-container);
        padding-right: var(--offset-container);
        padding-bottom: 0;
        padding-top: 1rem;
    }
    .hr {
        margin: 1rem 0;
    }
    .title-1 {
        font-size: 40px;
        line-height: calc(48 / 40);
    }
    .title-2 {
        font-size: 20px;
    }
    .header__svg * {
        fill: white;
    }
    .header__svg {
        height: 32.78px;
        width: auto;
    }
    .social-media {
        top: 25px;
        right: 0;
        left: auto;
        bottom: auto;
        grid-template-columns: auto auto auto;
        align-items: center;
        padding-right: var(--offset-container);
    }
    .social-media svg * {
        fill: white;
    }
    .header-row {
        padding-top: 20px;
    }
    .container {
        max-width: 100%;
    }
    .hr--last {
        margin-bottom: 1rem;
    }
}

@keyframes enter {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes enter-bg {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.social-media {
    display: none;
}
.wrap-arrows {
    position: absolute;
    bottom: 101px;
    left: 40px;
    right: 152px;
    z-index: 11;
    cursor: pointer;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    button {
        appearance: none;
        transition: .3s;
        background-color: transparent;
        border: 0px;
    }
    
}
.js-prev{
    &:hover{
        transform:translateX(-3px);
    }
}
.js-next{
    &:hover{
        transform:translateX(3px);
    }
}
@media(max-width:991px){
    .wrap-arrows{
        left:40px;
        right:40px;
        bottom:20px;
    }
}