:root {
    --dark-primary: #0C1525;
    --white: #fff;
    --orange: #FF3C00;
    --blue-md: #13679F;
    --blue-dark: #0d2a3d;
    --blue-light: #3D81AC;
    --blue-extra-light: #54b0e9;
}

html {scroll-behavior: smooth;}

body#home {
    font-family: 'Roboto', sans-serif;
    color: var(--white);
    background: var(--dark-primary);
    font-size: 20px;
}

body#home .modal{
    color: var(--dark-primary);
}

body#home.subscription .full-bck{
    z-index: 999;
}

#home a {
    text-decoration: none !important;
    color: var(--white);
    font-weight: 800;
}

#home a:hover {color: var(--orange);}

#home h1, 
#home h2, 
#home h3, 
#home h4, 
#home h5, 
#home h6 {
    line-height: normal;
    margin: 0;
}

#home h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 54px;
    font-weight: 600;
    text-align: center;
}

#home h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
}

#home h3 {
    font-size: 30px;
    font-weight: 500;
}

#home .bg-blue-light {
    background-color: var(--blue-dark);
}

#home section {
    position: relative;
}

#home .btn-primary, 
#home .btn-primary:focus, 
#home .btn-primary:focus-visible
#home .btn-primary:active {
    background: var(--orange) !important;
    color: var(--white);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    font-size: 20px;
    padding: 16px 40px;
    font-size: 24px;
    border: none !important;
    transition: .2s ease-out;
    border-radius: 40px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    outline: 0 !important;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
}

#home .btn-primary:hover {
    transform: scale(1.1);
    background: var(--orange);
    color: var(--white) !important;
}

#home .btn-primary.xl {
    padding: 16px 60px;
    font-size: 28px;
}

#home .section-padding {padding-top: 120px; padding-bottom: 120px;}

#home .section-gap {gap: 30px;}

#home .gap-xl {gap: 100px;}




/* header */

#home header {
    position: fixed;
    top: 0;
    width: 100%;
    background:  var(--dark-primary);
    color: var(--white);
    height: 80px;
    z-index: 3;
}

#home header .navbar-expand-lg .navbar-collapse {flex-grow: initial;}

#home header .navbar {padding: 0;}

#home header .navbar-nav {
    gap: 1rem;
}

#home header .navbar-nav li a {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
}

#home header .navbar-nav li a:hover, header .navbar-nav li a:focus {
    color: var(--orange);
}




/* Content */

#home #hero {
    height: 100dvh;
    top: 0;
    background: url(../img/digital-nomad-backpacker-sky.jpg) bottom center no-repeat;
    background-size: cover;
}

#home #hero .container {
    padding-top: 40dvh      ;
    gap: 2rem;
}

#home .subscription-text {
    font-weight: 600;
    max-width: 360px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-shadow: 0 0 20px black;
}

#home .highlight-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 54px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: var(--blue-md);
}

#home .max-width-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#home .columns-equal > * {flex-basis: 100%;}

#home section > .bck-container {
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    overflow: hidden;
}

#home section#ourMission > .bck-container {
    left: 50%;
}

#home section#joinUs > .bck-container {
    left: 0;
}

#home .features-item {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    position: relative;
    padding: 30px;
    text-align: center;
    background: url('../img/globe-bck.svg') top center no-repeat;
    background-size: contain;
}

#home .features-item > .fa-solid {
    font-size: 1.5rem;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--white);
    border-radius: 50%;
}

#home .features-item > p {
    font-size: 16px;
    line-height: 1.5rem;
}

#home .bck-container > img {
    position: relative;
    min-height: 100%;
    width: auto;
    object-fit: cover;
}

#home .faq-group {
    padding: 20px 0;
    border-bottom: 1px solid var(--blue-md);
}

#home section#faqs .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    padding: 0 0 10px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 24px;
}
  
#home section#faqs .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}
  
#home section#faqs .btn-header-link.collapsed:after {
    content: "\f106";
}

#home section#faqs .body-faq {
    font-weight: 500;
    color: var(--blue-light);
}

#home .check-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

#home .check-list li {
    margin: 10px 0 20px;
    padding-left: 42px;
    position: relative;
}

#home .check-list li::before {
    content: url(../img/check.svg);
    position: absolute;
    left: 0;
    width: 24px;
}

#home footer {
    background: var(--blue-dark) !important;
    padding: 40px 0;
}

#home .info-details {
    text-align: left;
}

#home .info-details > img{
    width: 240px;
    margin-bottom: 10px;
}

#home .info-links a, .info-details > p {
    display: block;
    padding-left: 80px;
    margin-bottom: 20px;
}

#home #contactUs .form-control {
    height: 50px;
    padding: 10px 15px;
    font-size: 1rem;
    color: var(--white) !important;
    background-color: var(--blue-md) !important;
    border: none;
}

#home #contactUs textarea.form-control {
    height: inherit;
}

#home #contactUs .form-control::placeholder {
    color: var(--blue-extra-light);
}

#home .error-msg {
    font-weight: 600;
    color: var(--orange);
    border: 1px solid var(--orange);
    padding: 5px 10px;
    width: 100%;
    border-radius: 6px;
    margin-top: 30px;
}

#home .success-msg {
    font-weight: 600;
    color: #8ce900;
    border: 1px solid #8ce900;
    padding: 5px 10px;
    width: 100%;
    border-radius: 6px;
    margin-top: 30px;
}

#home form {max-width: 100%;}






/********** Media queries *********/

@media (min-width: 1440px) {
    #home .container-xl {width: 100%;padding-right: 100px;padding-left: 100px;margin-right: auto;margin-left: auto;max-width: 100% !important;}
}

@media (min-width: 1200px) {
    #home .container, #home .container-lg, #home .container-md, #home .container-sm, #home .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #home .gap-xl {gap: 50px;}
    #home .features-item {padding: 30px 10px;}
    #home header .navbar-nav {gap: .5rem;}
}

@media (max-width: 991px) {
    body#home {font-size: 16px; line-height: 1.5rem;}
    #home .btn-primary.xl {padding: 16px 30px;font-size: 22px;}
    #home .section-padding {padding-top: 60px;padding-bottom: 60px;}
    #home .navbar-collapse {background: var(--dark-primary); width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; flex-basis: auto;}
    #home .navbar-toggler {border: 1px solid var(--white); padding: 8px;}
    #home .navbar-toggler-icon {height: fit-content; display: flex; align-items: center;}
    #home header .navbar-nav > span {display: none;}
    #home h1 {font-size: 30px; line-height: 2rem;}
    #home h2 {font-size: 32px;}
    #home h3 {font-size: 22px; text-align: center;}
    #home p {text-align: center;}
    #home #hero .container {padding-top: 80px; gap: 5%; justify-content: center !important;}
    #home .subscription-text {font-size: 16px; line-height: 1.4rem;}
    #home .highlight-text {font-size: 36px; line-height: normal;}
    #home .columns-equal {flex-direction: column !important;}
    #home .text-left {text-align: center !important;}
    #home .gap-xl {gap: 30px;}
    #home section > .bck-container {width: 100%; height: fit-content; position: relative;}
    #home section > .bck-container {left: 0 !important;padding: 20px;}
    #home .bck-container > img {min-height: inherit;width: 100%;object-fit: contain;}
    #home .pr-5 {padding-right: 20px !important;}
    #home .pl-5 {padding-left: 20px !important;}
    #home section#faqs .btn-header-link {font-size: 20px;}
    #home .info-links a, .info-details > p {padding-left: 0;}
    #home #whatWeOffer .gap-xl {gap: 0;}
    #home #joinUs .btn-primary {margin: 30px auto;}
    #home .info-details > img { display: block; margin: 0 auto 10px;}
    #home .info-details { text-align: center;}
    #home header .navbar-nav {padding-bottom: 20px;}
}


