@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;800&family=Poppins:wght@400;600;700&display=swap");

:root {
    --menu-background: #dadada;
    --appointment-background: #fff;
    --banner-backgroundr: #dadada;
    --bio-backgroundr: #c7a6cf;
    --experience-backgroundr: #f2f5f6;
    --achievement-backgroundr: #f2f5f6;
    --chamber-details-backgroundr: #fceaf4;

    --heading-font-family: "Montserrat", sans-serif;
    --paragraph-font-family: "Poppins", sans-serif;
    --body-font-size: 14px;

    /* top-navbar-section */
    --top-nav-font-family: "Poppins Regular", sans-serif;
    --top-nav-font-color: #575756;
    --top-nav-font-size: 13px;
    --top-nav-background-color: #ededed;

    /* appointment-section */
    --brand-font-size: 26px;
    --brand-text-color: #632626;
    --brand-icon-color: #632626;
    --mobile-icon-color: #616160;
    --brand-font-family: "poppins-semibold", sans-serif;
    --brand-Logo-width: 48px;
    --mobile-icon-width: 32px;
    --mobile-text-font-size: 14px;
    --mobile-text-font-family: "poppins-bold", sans-serif;
    --mobile-number-font-size: 22px;

    --bacground: #fdeded;
    --bacground2: #753d3e;
    --title-font-color: #632626;
    --paragraph-font-color: #615b5b;
    --marun-color: #632626;
    --font-family-regular: "Poppins Regular", sans-serif;
    --font-family-bold: "Montserrat Bold", sans-serif;
    --font-family-bold-2: "Poppins Bold", sans-serif;
    --font-family-semi-bold: "Montserrat SemiBold", sans-serif;
    --font-family-semi-bold: "Poppins SemiBold", sans-serif;
}

/* 'Montserrat', sans-serif */

/* Global setup */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: var(--paragraph-font-family);
    font-size: var(--body-font-size);
}

.icon_background {
    background-color: var(--brand-icon-color);
}

.horizontal-line {
    height: 3px;
    width: 15%;
    margin: 0 auto !important;
    background-color: var(--horizontal-line-background-color);
}

/* top-navbar-section */
.navbar-item {
    font-size: var(--top-nav-font-size);
    font-family: var(--top-nav-font-family);
}

.top-nav {
    background-color: var(--top-nav-background-color);
}

/* APPOINTMET-SECTION */

.appointment-navbar {
    margin-top: 57px;
    background-color: var(--appointment-background);
}

.navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Appointment-Logo {
    width: var(--brand-Logo-width);
    color: var(--brand-icon-color) !important;
}

.brand-name {
    color: var(--brand-text-color);
    font-size: var(--brand-font-size);
    font-family: var(--brand-font-family);
}

.appointment-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-icon {
    width: var(--mobile-icon-width);
    margin-bottom: 10px;
    margin-left: 10px;
    color: var(--mobile-icon-color);
}

.mobile-text-container {
    line-height: 30px;
}

.mobile-text {
    font-size: var(--mobile-text-font-size);
    font-family: var(--mobile-text-font-family);
    font-weight: 600;
}

.mobile-text a {
    color: var(--mobile-icon-color);
    text-decoration: none;
}

.mobile-text a:hover {
    color: var(--brand-text-color);
}

.mobile-num {
    font-size: var(--mobile-number-font-size);
    font-family: var(--mobile-text-font-family);
    font-weight: 700;
}

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

    /* APPOINTMET-S
  ECTION  MEDIA QUERY*/
    .appointment-navbar {
        margin-top: 57px;
    }

    .navbar-brand {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Appointment-Logo {
        width: 40px;
        color: var(--brand-icon-color);
    }

    .navbar-brand h1 {
        font-size: 16px;
        font-family: var(--brand-font-family);
        color: var(--brand-text-color);
    }

    .appointment-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile-icon {
        width: 20px;
        margin: auto 0;
        color: var(--mobile-icon-color);
    }

    .mobile-text-container {
        line-height: 16px;
    }

    .mobile-text {
        font-size: 9px;
        font-family: var(--mobile-text-font-family);
    }

    .mobile-num {
        font-size: 14px;
        font-family: var(--mobile-text-font-family);
    }

    /* CHAMBER-DETAILS */
    .chamber-details-horizontal-line {
        height: 0.01rem;
        margin-top: 10px;
        width: 20%;
        background-color: #646363;
    }
}

/* Bannar */
#banner-background {
    background-image: url("../dp029/Asset_5.png");
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

#banner-image {
    height: 450px;
}

#section-divider-background {
    background-color: var(--marun-color);
}

/* Biography Education */
#biography_imgage {
    height: 500px;
    margin: auto;
}

/* Achievement */
#achievement-background {
    background-image: url("../dp029/Asset_1.png");
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

/* Experience */
#experience_background {
    background-color: var(--bacground);
}

#experience_background2 {
    background-color: var(--bacground2);
}

/* Chamber Details */
#chamber-details_background {
    background-color: var(--bacground);
}

.title {
    position: relative;
    margin: 0;
    padding: 3px 8px;
    border-left: 2px solid var(--marun-color);
    border-right: 2px solid var(--marun-color);
}

.bottom-span {
    position: absolute;
    display: block;
    width: 28px;
    height: 2px;
    background: var(--marun-color);
    left: 0;
    bottom: 0;
}

.right-top-span {
    position: absolute;
    display: block;
    width: 28px;
    height: 2px;
    background: var(--marun-color);
    right: 0;
    top: 0;
}

/* Common */
#title-font-color {
    color: var(--title-font-color) !important;
    font-family: var(--font-family-bold) !important;
    text-transform: capitalize;
}

#paragraph-font-color {
    color: var(--paragraph-font-color) !important;
    font-family: var(--font-family-semi-bold) !important;
}

.theme-ravenclaw i {
    color: var(--marun-color);
}
