/* 
    Project: The Elora
    Author: Chandan Mishra
    Description: CSS file for The Elora website
    Date: 2024-10-01
    version: 1.0
    copyright: (c) 2024 Chandan Mishra
*/
/* Importing Fonts */
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

/* global style */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

:root {
    --primary-color: #001d3c; 
    --secondary-color: #b37e13;
    --third-color: #fced9e;
    --gadient-color-1: linear-gradient(90deg, #b37e13 0%, #fced9e 50%, #b37e13 100%);
    --gadient-color-2: linear-gradient(0deg, #b37e13 0%, #fced9e 50%, #b37e13 100%);
    --font-heading: 'centurygothic', sans-serif;
    --font-body: 'Arimo', sans-serif;
    --font-size: 16px;
    --line-height: 1.6;
}

@font-face {
    font-family: 'centurygothic';
    src: url('../fonts/centurygothic.ttf') format('truetype');
}

a,
a:hover {
    text-decoration: none;
}

body {
    background: var(--primary-color);
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    color: rgb(220, 220, 220);
}

.font-2 {
    font-family: 'centurygothic', sans-serif;
}

.bg-image {
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
}

.gradient-text-1 {
    background: var(--gadient-color-1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text-2 {
    background: var(--gadient-color-1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-theme {
    background: var(--primary-color);
}

.btn-theme-1 {
    background-color: var(--primary-color);
    /* background: var(--gadient-color-2); */
    color: white;
    border: none;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 30px;
    transition: all 0.4s;
}

.btn-theme-1:hover {
    background-color: var(--third-color);
    color: var(--primary-color);
    transition: all 0.4s;
}

/* header */
.header .navbar-brand img{
        height: 80px;
    }
.header .navbar-nav .nav-link {
    color: white;
    font-size: 18px;
    padding: 10px 20px;
}

.header .navbar-nav .nav-link:hover {
    color: var(--third-color);
}

.header .dropdown-menu.show {
    background-color: #001022;
    padding: 15px;
    border-radius: 15px;
}

.header .dropdown-item {
    border-radius: 10px;
}

.header .dropdown-item.active,
.header .dropdown-item:active {
    color: white;
    text-decoration: none;
    background-color: var(--primary-color);
}

/* title */
.section-title {
    margin-bottom: 30px;
}

.section-title .heading {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: var(--font-heading);
    background: var(--gadient-color-1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title .heading-dark {
    background: var(--primary-color);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title .heading-2 {
    font-size: 30px;
    font-weight: 500;
    color: #555;
    font-family: var(--font-heading);
    background: var(--gadient-color-1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title .separator {
    max-height: 40px;
}

/* buttons */
.arrow-button {
    background-color: transparent;
    border: none;
    font-size: 50px;
    color: var(--primary-color);
    cursor: pointer;
    border: 1px solid grey;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
}

.arrow-button:hover {
    background-color: var(--primary-color);
    color: var(--third-color);
    transition: all 0.4s;
}

/* buttons -end */
/* key-highlight */
.key-high-light-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50vw;
    height: 100%;
    overflow: hidden;
}

.key-high-light-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.key-high-light-content {
    min-height: 600px;
    padding: 100px 20px 100px 50px;
}

.section-title-v-2 {
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.section-title-v-2::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 160px;
    background-color: var(--primary-color);
    height: 5px;
    bottom: 0;
    border-radius: 20px;
}

.section-title-v-2 .heading {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: var(--font-heading);
    color: var(--primary-color);
}

.abs-control-row {
    position: absolute;
    bottom: 80px;
    z-index: 10;
}

/* hero */
.hero-section {
    background-color: rgba(0, 0, 0, 0.151);
    min-height: 500px;
}

.hero-content {
    width: 400px;
    padding: 50px 20px 50px 30px;
    height: 100%;
}

.hero-content img {
    max-width: 100%;
    height: 100px;
    width: auto !important;
}

.hero-content p {
    font-size: 20px;
}

.hero-image {
    width: calc(100% - 400px);
}

.hero-image img {
    height: 100%;
}

.default-padding {
    padding: 60px 0;
}

/* about */

.about-elora-content p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 2;
}

.section-about-elora {
    padding: 80px 0;
}

.section-vision .vision-content {
    padding: 100px 50px 100px 0;
}

.section-about-elora .section-title .separator {
    max-height: 60px;
}

.vision-image {
    width: 50vw;
    height: 100%;
}

.vision-image img {
    object-fit: cover;
    object-position: center;
}

/* specification */
.specification-single figure {
    border: 2px solid var(--secondary-color);
    padding: 5px;
}
.specification-single figure img{
    width: 100%;
}
.specification-single p {
    font-size: 14px;
    line-height: 1.4;
}

/* spaces */
.space-single .single-space-title {
    position: absolute;
    z-index: 1;
    bottom: 40px;
    margin: auto;
    left: 0;
    right: 0;
    width: 300px;
    padding: 15px;
    font-size: 20px;
}

.space-single img {
    transform: scale(1.0);
    transition: all 1.4s;
}

.space-single:hover img {
    transform: scale(1.1);
    transition: all 2s;
}

/* footer */
.footer {
    background-color: #00000021;
}

.footer-logo {
    padding-right: 100px;
}

.footer-logo img {
    max-height: 150px;
    height: auto;
}

.footer .footer-middle .footer-widget {
    padding: 30px 0;
}

.footer .footer-middle .footer-widget .widget-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--third-color);
    margin-bottom: 15px;
}

.footer .footer-middle .footer-widget ul li {
    margin-bottom: 10px;
}

.footer .footer-middle .footer-widget ul li a {
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer .footer-middle .footer-widget ul li a:hover {
    color: var(--third-color);
}

.footer .footer-bottom {
    border-top: 1px solid #ddd;
}

.footer .fixed-whatsapp {
    position: fixed;
    z-index: 1000;
    bottom: 50px;
    right: 30px;
    color: #00d757;
    font-size: 50px;
    display: block;
}

.footer .fixed-whatsapp img {
    width: 50px;
    transform: scale(1.0);
    transition: all 0.4s;
}

.footer .fixed-whatsapp:hover img {
    transform: scale(1.2);
    transition: all 0.4s;
}

.walk-though-content {
    padding: 150px 20px 100px 20px;
}

/* responsiveness */
@media screen and (max-width:576px) {
    body {
        font-size: 14px;
    }
    .header .navbar-brand img{
        height: 60px;
    }

    /* banner */
    .hero-section{
        min-height: auto; 
    }
    .hero-single {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-image {
        width: 100%;
    }

    .hero-content {
        padding: 30px 15px 20px 15px !important;
        margin-bottom: 0 !important; 
    }

    .hero-content img {
        height: 60px; 
    }

    .hero-content p {
        font-size: 16px;
    }

    .section-about-elora {
        padding: 60px 0;
    }

    .section-title .heading-2 {
        font-size: 22px;
    }
.section-title-v-2 .heading {line-height: 1.5;
    font-size: 26px;}
    .section-about-elora .section-title .separator {
        max-height: 35px;
    }

    .about-elora-content p {
        font-size: 16px;
        margin-top: 20px;
        line-height: 1.5;
    }

    .about-elora-content h3 {
        font-size: 18px;
    }

    .section-vision .vision-content {
        padding: 40px 20px 350px 20px;
    }

    .space-single {
        margin-bottom: 20px;
    }

    .space-single .single-space-title {
        max-width: 90%;
        padding: 12px;
        font-size: 18px;
    }

    .section-title .separator {
        max-height: 30px;
    }
    .section-vision .vision-content {
        padding: 60px 20px 330px 20px !important;
    }
    .walk-though-content, .contact-content {
        padding: 40px 15px 40px 15px;
        backdrop-filter: blur(8px);
        background-color: rgba(0, 0, 0, 0.074);
    }
    .contact-content .section-title-v-2 .heading{color: white;}
    /* footer */
    .footer{padding-top: 30px;}
    .footer .footer-middle .footer-widget{text-align: center;}
    .footer-logo{padding-right: 0;display: flex;justify-content: center;margin-bottom: 30px;}
    .footer-logo img {
    max-height: 120px;}
.footer .footer-middle .footer-widget {
    padding: 10px 0;
}

}

@media (max-width: 991px) {
    .hero-content {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .hero-image {
        width: 100%;
    }

    .key-high-light-image {
        width: 100vw;
        height: 300px;
        position: relative;
    }

    .key-high-light-content {
        padding: 50px 20px 30px 20px;
        min-height: auto;
    }

    .section-vision .vision-content {
        padding: 100px 20px 350px 20px;
    }

    .section-vision .vision-image {
        width: 100vw;
        height: 300px;
        top: auto !important;
        bottom: 0;
    }

    .section-key-highlights .abs-control-row {
        position: relative !important;
        margin-top: 30px;
        bottom: 50px;
    }

    .section-walk-though {
        margin-bottom: 50px;
    }

    .specification-single p {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .section-title .heading {
        font-size: 30px;
    }

    .section-title .heading-2 {
        font-size: 24px;
    }

    .arrow-button {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .section-about-elora .section-title .separator {
        max-height: 50px;
    }

}