@font-face {
    font-family: "SVN Gotham";
    font-weight: 300;
    src: url("../font/SVN-Gotham-Rounded-Light.ttf");
    font-display: swap;
}

@font-face {
    font-family: "SVN Gotham";
    font-weight: 500;
    src: url("../font/SVN-Gotham-Rounded-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "SVN Gotham";
    font-weight: 600;
    src: url("../font/SVN-Gotham-Rounded-Medium.ttf");
    font-display: swap;
}

@font-face {
    font-family: "SVN Gotham";
    font-weight: 700;
    src: url("../font/SVN-Gotham-Rounded-Bold.ttf");
    font-display: swap;
}

body{
    font-family: "SVN Gotham";
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #000;
    overflow-x: hidden;
}

ul{
    list-style: none;
}

a, a:hover{
    text-decoration: unset;
}

img {
    max-width: 100%;
    object-fit: scale-down;
}

.home_banner_top {
    position: relative;
}

.logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
}

.logo img {
    width: 100%;
    height: auto;
}

header {
    position: fixed;
    top: 0;
    height: 125px;
    width: 100%;
    z-index: 2;
}

.header_logo img {
    height: 45px;
}

.header_menu {
    display: flex;
}

.header_menu>li {
    height: 100%;
    margin: 0 15px;
    position: relative;
}

.header_menu>li>a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.header_menu>li>ul {
    position: absolute;
    top: 100%;
    min-width: 180px;
    z-index: 99;
    padding-top: 10px;
    left: 0;
    padding-left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.header_menu>li>ul>li {
    padding: 5px 15px;
    line-height: 30px;
    background: #1e1e1eb3;
    border-bottom: 1px solid #62605e;
}

.header_menu>li>ul>li>a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

.home_text_center {
    /*padding: 80px 0;*/
    text-transform: uppercase;
}

.home_banner_middle a img {
    max-height: 1013px;
    object-fit: cover;
    width: 100%;
}

footer {
    padding: 60px 0 30px;
}

.footer_logo img {
    width: 100px;
}

.h-100vh {
    width: 100%;
    height: 100vh; /* Full viewport height */
    object-fit: cover;
}

/* SECTION STYLES - fullPage.js
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* SLIDENAV STYLES - fullPage.js
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: white;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    background: transparent;
    box-sizing: border-box;
    border: 1px solid #24221F;
}

.fp-watermark {
    display: none !important;
}

.designer-title {
    margin-top: 100px;
    margin-bottom: 40px;
    font-size: 56px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
}

.designer_name {
    margin-top: 60px;
}

.designer_list__item>p {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 60px;
}

.designer_list__item.col-md-6 {
    margin: 80px 0;
}

.certification_item {
    margin-bottom: 80px;
}
.banner_pages .img img {
    max-height: 75vh;
    min-height: 50vh;
}
.text-justify * {
    text-align: justify;
}
.info_content img {
    width: 100% !important;
}

.info_content h2 {
    margin-top: 100px;
    margin-bottom: 40px;
    font-size: 56px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
}

::-webkit-scrollbar {
    display: none !important;
}

.designer_intro img {
    width: 100% !important;;
    height: auto !important;
}
.lang-menu {
    list-style: none;
    padding: 0;
}

.lang-menu li {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.lang-menu li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 12px !important;
}

.lang-menu li a img {
    width: 20px;
    height: auto;
}

.lang-menu li a.active {
    font-weight: bold;
}
.header_menu>li>ul.lang-menu {
    min-width: 135px;
}

.header_menu>li.language-switcher>a:before {
    content: "\2f";
}

.header_menu>li.language-switcher>a:first-child:before {
    display: none;
}

.header_menu>li.language-switcher>a.active {
    font-weight: 700;
    text-decoration: underline;
}
@media (max-width: 1023px) {
    .header_menu>li>ul.lang-menu {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .scroll-icon {
        display: none;
    }
}



