/*
Theme Name: Skydweller
Theme URI: https://nclud.com/
Author: nclud
Author URI: https://nclud.com/
Description: Perpetual flight was once considered impossible
Version: 1.0
*/

:root {
  --primary-color: #2E86AB;
  --moon-dust-color: #D1CECA;
  --secondary-color: #000;
  --white-color: #fff;
}
p {
    margin-bottom: 1.5em;
}
p:last-child {
    margin-bottom: 0;
}
img {
    max-width: 100%;
    height: auto;
}
main.main-content {
    min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
}
.main-vimeo-wrapper {
    line-height: 0;
}
.error404 main.main-content {
    min-height: calc(100vh - 305px);
}
.main-content-single {
    padding-top: 200px;
    padding-bottom: 60px;
}
.main-content-single .entry-content h3 {
    font-size: 30px;
}
main.main-content {
    background: radial-gradient(50% 50% at 50% 50%, #1D212E 0%, #010101 100%);
}
footer {
    background-color: #010101;
}
body::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #f5f5f5
}
body::-webkit-scrollbar-thumb {
	background-color: #000
}
body .container {
    max-width: 1190px;
    width: 100%;
}
body {
    position: relative;
}
#header {
    position: fixed;
    width: 100%;
    z-index: 999;
    text-align: center;
    left: 0;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
}
#header.DownMove {
    background-color: #010101;
}
.custom-header {
    padding-top: 30px;
    padding-bottom: 6px;
}
.logo-desktop {
    display: block;
    line-height: 0;
}
.logo-desktop img {
    max-height: 65px;
}
.main-navbar-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.menu-desktop-custom .navbar-nav {
    display: flex;
    align-items: center;
    flex-direction: unset;
}
.menu-desktop-custom .navbar-nav > li {
    position: relative;
    padding-bottom: 22px;
    margin-left: 50px;
    cursor: pointer;
}
.menu-desktop-custom .navbar-nav > li > a {
    color: #fff;
    font-weight: 600;
    font-family: 'Space Grotesk', sans-serif;
    line-height: 1.25em;
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
}
.menu-desktop-custom .navbar-nav > li > a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.menu-desktop-custom .navbar-nav > li.current-menu-item > a {
    border-color: var(--primary-color);
}
.menu-desktop-custom .navbar-nav > li.current-page-ancestor > a {
    border-color: var(--primary-color);
}


.footer-copyright {
    text-align: left;
    color: #fff;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #fff;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    line-height: 1.8em;
}
.detail-left-footer {
    display: flex;
    flex-wrap: wrap;
}
.widget-menu-footer {
    width: 35%;
    padding-right: 15px;
}
.footer-logo {
    width: 30%;
}
.menu-footer-copyright .navbar-nav {
    flex-direction: unset;
}
.widget-menu-footer ul li a {
    font-size: 14px;
    line-height: 1.2em;
    display: inline-block;
    border-bottom: 1px solid;
    position: relative;
}
.widget-menu-footer ul li {
    display: block;
    line-height: 25px;
    padding-bottom: 10px;
}
.footer-main .widget-title {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 10px;
}
.menu-footer-copyright .navbar-nav li {
    margin-left: 30px;
}
.menu-footer-copyright .navbar-nav li:first-child {
    margin-left: 0px;
}
.menu-footer-copyright .navbar-nav li a {
    border-bottom: 1px solid var(--primary-color);
}
.widget-menu-footer ul li.open-newtab a:after {
    content: "\e907";
    color: var(--primary-color);
    font-family: 'icomoon',sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    padding-left: 7px;
    font-size: 14px;
}
.menu-footer-copyright .navbar-nav li a:hover, 
.menu-footer-copyright .navbar-nav li a:focus {
    border-color: var(--moon-dust-color);
}
.widget-menu-footer ul li.open-newtab a:hover:after,
.widget-menu-footer ul li.open-newtab a:focus:after {
    color: var(--moon-dust-color);
}
.detail-right-footer {
    display: flex;
    flex-wrap: wrap;
}
.social-lists {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.social-lists li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #D1CECA;
    display: inline-block;
    margin-right: 20px;
    transition: 0.3s;
}
.social-lists li a .fonticon {
    font-size: 17px;
    transition: 0.3s;
}
.social-lists li a:hover,
.social-lists li a:focus {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.social-lists li a:hover .fonticon:before,
.social-lists li a:focus .fonticon:before {
    color: var(--primary-color);
}
.widget-contact-footer .widget_text a {
    font-family: 'Space Grotesk', sans-serif;
    padding: 18px 30px;
    display: flex;
    font-size: 16px;
    letter-spacing: 0.09em;
    color: #fff;
    line-height: 1.25em;
    background-color: #2D7EA0;
    border: 2px solid #2D7EA0;
    transition: 0.3s;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}
.widget-contact-footer .widget_text a:after {
    content: "";
    width: 50px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    background-image: url(assets/images/icon-arrow.png);
    margin-left: 22px;
}
.widget-contact-footer .widget_text a:hover,
.widget-contact-footer .widget_text a:focus {
    background-color: transparent;
    border-color: #fff;
}
.widget-location-footer {
    width: 30%;
    font-size: 14px;
}
.widget-contact-footer {
    width: 70%;
    padding-left: 58px;
}
.widget-location-footer p {
    margin-bottom: 10px;
    line-height: 26px;
}
.author-footer-copyright a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.author-footer-copyright a:hover, 
.author-footer-copyright a:focus {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.footer-logo a, .header-logo-top a {
    display: inline-block;
    line-height: 0px;
}
.footer-top-infor {
    margin-top: 40px;
    margin-bottom: 50px;
}
.image-fullscreen img {
    width: 100%;
    max-width: initial;
    height: auto;
}

.page-404-content {
    margin-top: 160px;
    text-align: center;
    padding-bottom: 160px;
}
.btn-404-back-home a {
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
    margin-top: 60px;
    padding: 18px 30px;
    font-size: 16px;
    letter-spacing: 0.09em;
    line-height: 1.25em;
}
.btn-404-back-home a:hover, .btn-404-back-home a:focus {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}


.display-flex {
    display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.middle-height {
    align-items: center;
    align-content: center;
}
.full-height {
    min-height: 100vh;
}


.image-fullscreen {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}





.main-content {
    overflow: hidden;
    margin-bottom: 0;
}