/*  
    Theme: The Alelements Theme
    Designer/Developer: Saugat Shrestha
    Prefix: Alelements
*/


:root {
    --font-primary: 'Karla', sans-serif;
    --font-secondary: 'EB Garamond', serif;
    --primary-color: #a01901;
    --footer-color: rgb(16, 21, 23);
    --light-color: #f9f6f5;
    --white-color: #ffffff;
    --text-color: #54595F;
}

/*================================================================
GLOBAL STYLES
================================================================*/

body {
    font-family: var(--font-primary);
    background: var(--light-color);
    font-size: 18px;
    line-height: 1.5;
    overflow-x: hidden;
    color: #54595F;
}

.container {
    max-width: 1300px;
    padding: 0 30px;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.5;
    font-family: var(--font-secondary);
}

h1 {
    font-size: 42px;
    font-weight: 600;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 22px;
}

ul {
    margin: 0;
    padding: 0;
}

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

p {
    margin: 0;
}

figure {
    margin: 0;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    height: 50px;
    border-radius: 3px;
    padding: 10px 15px;
}

.form-control:focus {
    box-shadow: none;
}

.object-fit {
    object-fit: cover;
}

textarea.form-control {
    height: 200px;
}

.btn-submit {
    background: var(--primary-color);
    color: var(--white-color);
    padding: 10px 22px;
}

.btn-submit:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

iframe {
    border: 0;
    width: 100%;
    height: 500px;
    display: block;
}

.ti-footer {
    display: none;
}

section.section-reviews {
    padding: 0 0 60px;
}

/*================================================================
SECTION LEADSPACE STYLES
================================================================*/ 

.page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 60px 20px 30px;
    transition: all 0.3s ease;
}

.page-header.sticky {
    background: black;
}

.site-logo > a {
    display: block;
    max-width: 280px;
	margin-left: -30px;
}

.page-header__navigation > ul {
    column-gap: 35px;
}

.page-header__navigation > ul > li a {
    font-size: 19px;
    color: var(--white-color);
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}

.page-header__navigation > ul > li:hover a,
.page-header__navigation > ul > li.current-menu-item a {
    color: var(--white-color);
    border-color: #fff;
}

.page-header__navigation > ul > li.current-menu-item a {
    font-weight: bold;
}

/*================================================================
SECTION LEADSPACE STYLES
================================================================*/

.section-leadspace {
    height: 100dvh;
}

.section-leadspace__content {
    background: #141414;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
}

.section-leadspace__thumbnail {
    height: 100dvh;
    position: relative;
}

.section-leadspace__thumbnail::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.section-leadspace__content h1 {
    font-size: 70px;
    padding-right: 200px;
    line-height: 1;
    color: #c0b5b5;
}

.section-leadspace__content .btn-secondary {
    color: var(--white-color);
    border-color: var(--white-color);
}

.section-leadspace--page {
    height: 40vh;
}

.section-leadspace--page .section-leadspace__thumbnail {
    height: 40vh;
}

.section-leadspace--page .section-leadspace__content {
    height: 40vh;
}

.section-intro__content p:not(:last-child) {
    margin-bottom: 15px;
}

.section-intro__content h3 {
    margin-bottom: 15px;
    font-size: 30px;
}

.section-leadspace .leadspace-slider img {
    height: 100dvh;
}

.section-leadspace .leadspace-slider {
    position: relative;
}

.section-leadspace .leadspace-slider::before {
    position: absolute;
    content: "";
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

/*================================================================
SECTION INTRODUCTION STYLES
================================================================*/

.section-introduction {
    padding: 80px 0;
}

.section-introduction .container {
    max-width: 1400px;
}

.section-introduction h1 {
    font-style: italic;
    text-align: center;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.3;
}

.section-introduction h2 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 500;
}

.section-introduction__next {
    margin-top: 80px;
}

.more-btn {
    margin-top: 40px;
}

.btn-secondary {
    color: var(--text-color);
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid var(--text-color);
    padding-bottom: 5px;
}

.section-introduction .intro-thumbnail {
    padding-right: 50px;
}

.section-introduction .intro-thumbnail > figure {
    height: 500px;
}

/*================================================================
PAGE FOOTER STYLES
================================================================*/

.page-footer {
    background: #E1E1DD;
    padding: 60px 0 40px;
}

.page-footer h3 {
    font-size: 36px;
    color: #345C59;
    margin-bottom: 15px;
}

.page-footer__copyright {
    border-top: 1px solid #ccc;
    margin-top: 50px;
    padding-top: 20px;
}

.footer-column ul {
    padding-right: 30px;
}

.footer-column ul:not(.social-media) li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 30px;
}

.footer-column ul:not(.social-media) li i {
    position: absolute;
    top: 5px;
    left: 0;
}

.social-media {
    display: flex;
    align-items: center;
}

.social-media li:not(:last-child) {
    margin-right: 8px;
}

.social-media li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--white-color);
    background: var(--primary-color);
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
}

/*================================================================
SECTION GALLERY STYLES
================================================================*/

.section-homepage-menu {
    padding: 90px 0;
}

.thumbnail-menu h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 70px;
}

.section-gallery img {
    height: 400px;
}

.section-gallery__slider,
.leadspace-slider {
    overflow-x: hidden;
}

a.navbar-open,
a.navbar-close {
    display: none;
}


/*================================================================
TEMPLATE VIDEOS STYLES
================================================================*/

.video-box video {
    height: 250px;
}

.g-language-translator {
    position: absolute;
    top: -8px;
    right: 0;
}

.g-language-translator .gt_float_switcher {
    display: flex;
    flex-direction: column;
    width: 140px;
    font-size: 16px;
}

.section-review-title h2,
.section-homepage-menu__title h2 {
    font-style: italic;
    text-align: center;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.3;
    margin: 0 0 40px;
}

.phone-num a {
	font-size: 26px;
    color: #fff;
    font-weight: bold;
}


@media screen and (min-width: 1400px) {

    .page-header__navigation > ul {
        column-gap: 45px;
    }

    .page-header__navigation > ul > li.current-menu-item a {
        font-size: 20px;
    }

}


/*================================================================
MOBILE SCREEN DEVICES
================================================================*/

@media screen and (max-width: 767px) {

    .site-logo > a {
        max-width: 220px;
    }

    .page-header {
        padding: 10px 20px 10px 0;
    }

    .section-leadspace__content h1 {
        font-size: 50px;
        padding-right: 0;
    }

    .btn-secondary {
        font-size: 18px;
    }

    .more-btn {
        margin-top: 30px;
    }

    .section-leadspace {
        height: auto;
    }

    .section-leadspace__content {
        height: auto;
        padding: 130px 20px 90px;
        text-align: center;
    }

    .section-leadspace__thumbnail {
        height: 300px;
    }

    .section-introduction {
        padding: 40px 0;
    }

    .section-introduction h1 {
        font-size: 32px;
        line-height: 1.1;
    }
    
    .section-introduction__next {
        margin-top: 40px;
    }

    .section-introduction .intro-thumbnail {
        padding-right: 0;
    }

    .section-introduction .intro-thumbnail > figure {
        height: auto;
    }

    .section-intro__content {
        margin: 30px 0 0;
    }

    .section-introduction h2 {
        font-size: 32px;
        line-height: 1.1;
    }

    .more-btn {
        margin-top: 20px;
    }

    .section-gallery img {
        height: 230px;
    }

    .section-homepage-menu {
        padding: 40px 0;
    }

    .page-footer {
        padding: 30px 0;
    }

    .page-footer h3 {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .footer-column {
        margin-bottom: 20px;
    }

    .footer-column ul:not(.social-media) li {
        word-break: break-all;
    }

    .page-footer__copyright {
        margin-top: 20px;
        padding-top: 15px;
    }

    .page-header__navigation {
        position: fixed;
        top: 0;
        right: 0;
        background: #1f1c1c;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease;
        transform: translateX(100%);
        z-index: 999;
    }

    .page-header__navigation.active {
        transform: translateX(0);
    }

    .page-header__navigation > ul {
        flex-direction: column;
    }

    .page-header__navigation > ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    .site-logo > a {
        margin: 0 auto;
		margin-left: -10px;
    }

    a.navbar-close {
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
        width: 40px;
    }

    a.navbar-open {
        display: block;
        width: 35px;
		float: right;
    }


    .section-leadspace--page .section-leadspace__content {
        height: 30vh;
        padding-bottom: 40px;
    }

    .g-language-translator {
        position: fixed;
        top: 0;
        right: auto;
        left: 0;
        width: 100%;
    }
    
    .g-language-translator .gt_float_switcher {
        display: flex;
        flex-direction: column;
        width: 100%;
        font-size: 16px;
    }

    .section-leadspace .leadspace-slider img {
        height: 30dvh;
    }

    .section-homepage-menu__title h2,
    .section-review-title h2 {
        font-size: 36px;
        line-height: 1;
        margin-bottom: 30px;
    }

}