@font-face {
    font-family: 'futurabold';
    src: url('../fonts/futura-bold-03.woff2') format('woff2'),
        url('../fonts/futura-bold-03.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futuracondensed_extrabold';
    src: url('../fonts/futura-condensedextrabold-05.woff2') format('woff2'),
        url('../fonts/futura-condensedextrabold-05.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futuracondensed_medium';
    src: url('../fonts/futura-condensedmedium-04.woff2') format('woff2'),
        url('../fonts/futura-condensedmedium-04.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futuramedium';
    src: url('../fonts/futura-medium-01.woff2') format('woff2'),
        url('../fonts/futura-medium-01.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futuramedium_italic';
    src: url('../fonts/futura-mediumitalic-02.woff2') format('woff2'),
        url('../fonts/futura-mediumitalic-02.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'futuramedium';
    overflow-x: hidden;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.toggle-btn {
    display: none;
    border: 0;
    background: transparent;
}

.toggle-btn .line {
    width: 40px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: 8px auto;
    transition: all 0.3s ease-in-out;
    border-radius: 100px;
}

.menu-open .toggle-btn .line:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
}

.menu-open .toggle-btn .line:nth-child(2) {
    opacity: 0;
}

.menu-open .toggle-btn .line:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
}


.main-wrp {
    position: relative;
    display: flex;
     height: 100vh; 
    width: 100%;
    align-items: center;
}

.side-nav {
    width: 240px;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 9;
    padding: 20px;
    overflow-x: hidden;
}

.side-nav .logo a {
    display: block;
    max-width: 240px;
}

.side-nav .logo a img {
    height: 14px;
    text-align: left;
    width: auto;
}

.side-nav .logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.menu-wrp {
    position: relative;
}

.menu-wrp .primary-menu {
    list-style: none;
    padding: 0;
}

.menu-wrp .primary-menu>.menu-item {
    position: relative;
    display: block;
}

.menu-wrp .menu-item a {
    text-decoration: none;
    display: block;
    color: #000;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 200;
    text-transform: uppercase;
}

.menu-wrp .menu-item a:hover {
    text-decoration: underline;
}

.menu-wrp .sub-menu {
    display: none;
    margin-left: 10px;
}

.menu-wrp .sub-menu .menu-item {
    position: relative;
}

.menu-wrp .menu-item.current-menu-item.active>a {
    font-weight: bold;
}

.menu-wrp .menu-item.active>.sub-menu {
    display: block !important;
}

.content-wrp {
    height: 100vh;
    position: relative;
    z-index: 0;
    width: Calc(100% - 240px);
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container {
    position: relative;
    height: 100%;
    text-align: center;
    padding: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}

.slider-wrp {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* .item {
    width: 1000px;
    height: 1000px;
} */

.item img {
    height: 100%;
    width: Calc(100% - 17px) !important;
    margin: auto;
    max-height: 100%;
    object-fit: contain;
}

.text-wrp em {
    font-size: 10px;
    margin-bottom: 10px;
    display: block;
}

.text-wrp p {
    font-size: 10px;
    line-height: 17px;
    margin-bottom: 10px;
}

.text-wrp h4 {
    margin-bottom: 15px;
}

.text-wrp {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    text-align: left;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.text-wrp img {
    width: 100%;
}
.image-container .owl-stage-outer{height:100%}
.image-container .owl-stage-outer .owl-stage{height:100%}
.image-container .owl-stage-outer .owl-item{height:100%}
.image-container .owl-stage-outer .item{height:100%}

.slide-nav .owl-nav {
    position: fixed;
    top: 0;
    left: auto;
    width: Calc(100% - 240px);
    height: 100%;
    margin: 0;
    display: flex;
    opacity: 0;
}

.slide-nav .owl-nav button {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    display: block !important;
}

.slide-nav .owl-nav button span {
    width: 100%;
    height: 100%;
}

.other-pages {
    height: auto;
    align-items: flex-start;
}

.other-pages .content-wrp {
    height: auto;
    display: block;
}

.other-pages .content-wrp .content-container {
    height: auto;
    display: block;
}

.other-pages .content-wrp .content-container .image-container {
    padding: 50px;
    height: auto;
}


@media only screen and (max-width: 767px) {
    body {
        overflow-y: auto;
    }

    .toggle-btn {
        display: block;
    }

    .main-wrp {
        display: block;
        height: 100%;
        width: 100%;
    }

    .side-nav {
        width: 100%;
        position: relative;
        inset: 0;
    }

    .content-wrp {
        height: 100%;
        width: 100%;
        margin: 0;
        display: block;
        padding: 20px;
    }

    .image-container {
        height: 100%;
        padding: 0;
        display: block;
        width: 100%;
    }

    .menu-wrp {
        display: none;
    }

    .menu-open .menu-wrp {
        display: block;
    }

    .menu-open .side-nav {
        position: fixed;
    }

    .menu-wrp .menu-item a {
        font-size: 12px;
        line-height: 26px;
    }

    .menu-wrp .sub-menu {
        margin-left: 20px;
    }

    .mobile-slide-none {
        display: block!important;
    }
    
    .other-pages .content-wrp .content-container .image-container{
        padding: 0;
    }
    
    .image-container img {
        margin-bottom: 20px;
    }

	.side-nav .logo{
		padding: 0;
	}
}




