@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200..900&display=swap');

@font-face {
    font-family: 'Brandon-Bold';
    src: url('../../../fonts/Brandon_bld.otf');
}

@font-face {
    font-family: 'Brandon-Reg';
    src: url('../../../fonts/Brandon_reg.otf');
}

@font-face {
    font-family: 'Effra-Bold';
    src: url('../../../fonts/Effra Bold.ttf');
}

@font-face {
    font-family: 'Effra-Trial-Md';
    src: url('../../../fonts/Effra_Trial_Md.ttf');
}

@font-face {
    font-family: 'Effra-Regular';
    src: url('../../../fonts/Effra-Regular.ttf');
}

@font-face {
    font-family: 'Microsoft-Himalaya';
    src: url('../../../fonts/MicrosoftHimalaya.ttf');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../../../fonts/MontserratRegular.ttf');
}

@font-face {
    font-family: 'MSung-PRC-Medium';
    src: url('../../../fonts/MSung PRC Medium.ttf');
}



.noto {
    font-family: "Noto Serif SC", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
html {
    overflow-x: hidden;
}

body {
    font-family: 'Brandon-Reg';
    font-size: 16px;
    color: white;
    overflow: hidden;
}

p, h1, h2, h3, h4, h5 {
    color: #434444;
}

p {
    font-family: 'Montserrat-Regular';
    letter-spacing: 1px;
    line-height: 1.7;
    font-size: 14px;
    text-align: justify;
}

h1, h2, h3, h4, h5 {
    font-family: 'Microsoft-Himalaya';
    letter-spacing: 2px;
    line-height: 1;
}

img {
    width: auto;
    max-width: 100%;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none; 
}

a, .dropdown-menu {
    cursor: pointer;
}

a:hover {
    color: inherit;
}

html[lang="cn"] .special-header .col-lg-2 b {
    font-size: 14px;
}


/* .sticky */
.header, .sticky {
	position: fixed !important;
	top: 0;
	z-index: 999;
	width: 100%;
    background-image: linear-gradient(#0f0f0fb3, #0000)
}

.text-white {
    color: white;
}

.text-black {
    color: black;
}

.text-gold {
    color: #c09464;
}

.error {
    color: red;
}

.h-100 {
    height: 100%
}

.bg-style {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.sticky .desktop-nav ul li a {
	color: #000;
}

.desktop-nav .special-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 100px;
}

#footer .special-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 100px;
}

.language {
    text-align: right;
    width: 100%;
    padding-right: 5%;
}

.language>a {
    color: white;
}

.dropdown-menu.show {
    transform: translate3d(-200px, 60px, 0px)!important;
    background-color: rgba(255, 255, 255, 0.9);
    width: 250px;
}

.dropdown-item {
    letter-spacing: 2px;
    font-family: 'Microsoft-Himalaya';
    font-size: 1.2rem;
    padding: 0.45rem 0.25rem 0;
    transition: 0.25s;
}

.dropdown-item:hover {
    background: #434444;
    color: white;
    transition: 0.25s;
}

.dropdown-item .float-right {
    display: none;
}

.dropdown-item:hover .float-right{
    display: initial;
}

.arrow-down {
    position: fixed;
    bottom: 5vh;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 99;
}

.arrow-down-img {
    width: 40px;
    transition: 0.3s;
    cursor: pointer;
}

.arrow-down-img:hover {
    transform: scale(1.2,1.2);
    transition: 0.3s;
}

#section-1 {
    position: relative;
}
#section-1 #myVideo {
    height: 100vh !important;
    object-fit: cover;
}
#section-1 .absolute {
    position: absolute;
    z-index: 998;
    top: 0px;
    width: 100%;
    
}

/* #section-1 {
    background-image: url('/assets/web/images/section-1-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    animation: zoomInOut 20s infinite;
    overflow: hidden;

} */

.section-2-div {
    display: flex;
    flex-direction: row;
}

#section-3, #section-5 {
    background: #e8e4dc;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

#section-1 .section-1-logo {
    margin-top: 5vh;
    /* animation: reZoomInOut 20s infinite; */
    max-width: 150px;
}

@keyframes reZoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}

.section .row {
    display: flex;
    align-items: center;
}

#footer .row {
    align-items: start;
}
.section h1 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.section h1:after {
    content: '';
    width: 150px;
    height: 0.5px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0
}

.section h2 {
    position: relative;
}

.section p {
    max-width: 500px;
}

.section .standard-padding {
    padding: 30px 35px;
}

/* Home Contact */
#contact {
    /* padding: 50px 20% 0; */
    font-family: 'Microsoft-Himalaya';
}
#contact input,
#contact select {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid black;
    padding-bottom: 5x;
    padding-top: 0px;
    margin-bottom: 15px;
    color: grey ;
    font-size: 20px;
}
#contact select {
    padding-top: 8px
}
#contact input::placeholder {
    color: grey ;
}

.submit-btn {
    border: none;
    background: #434444;
    color: white;
    padding: 8px 20px;
    transition: .2s ease all;
    /* font-family: 'Effra-Regular'; */
    font-family: 'Montserrat-Regular';
    letter-spacing: 1.5px;
    font-size: 14px;
}
.submit-btn:hover {
    background: rgb(31, 28, 25)
}

.swal2-container.swal2-center>.swal2-popup, .swal2-title {
    font-family: 'Effra-Regular';
}

.checkbox-container {
    color: #434444;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: 'Microsoft-Himalaya';
    font-size: 20px;
    line-height: 1;
}
#top-logo,
#middle-logo  {
    max-width: 150px;
}

#contact p{
    max-width: 100%;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
}
  
.paradox-logo {
    max-width: 160px;
}
#section-5 h1 {
    font-size: 2.3rem;
}
#section-5 a.submit-btn {
    color: #434343;
    background: none;
    padding: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #434444;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: white;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: white;
    /* color: black !important; */
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #434444;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#footer {
    background: #e8e4dc;
    color: #434444;
    font-family: 'Microsoft-Himalaya';
    font-size: 18px;
    line-height: 1;
}

.external-link {
    color: #c09464;
}

.external-link:hover {
    color: #c09464;
}

@media (max-width: 991px) {
    #section-1 .section-1-logo {
        margin-top: -10vh;
    }

    .section-2-div :nth-child(1) { order: 2; }
    .section-2-div :nth-child(2) { order: 1; }

    #contact {
        padding: 50px 0 0;
    }
    
    .vh-100 {
        height: 100% !important;
    }

    /* #section-1.vh-100 {
        max-height: 100vh !important;
        height: 100vh !important;
    } */
    #section-1 {
        padding: 0 !important;
    }
    #section-1 #myVideo {
        height: auto !important;
    }

    .section .col-12:first-child {
        padding: 15px;
    }

    .section {
        padding: 50px 0;
    }

    #section-4 .col-md-7,
    #section-6 .col-md-7 {
        order: 1;
    }
    
    #footer {
        padding: 0;
    }

    .desktop-nav .special-header {
        padding: 20px;
    }

    #footer .special-header {
        padding: 0 20px;
    }

    #top-logo {
        display:  block !important;
        max-width: 90px;
    }

    .arrow-down {
        display: none !important;
    }

    #middle-logo {
        display: none !important;
    }

    #footer .special-header .py-2:first-child {
        order: 3;
    }

    #footer .special-header .py-2:nth-child(2) {
        order: 4;
    }

    #footer .special-header .py-2:first-child .text-center {
        text-align: left !important;
    }
}


