@import url("/assets/css/hamburger.css");
@import url("/assets/css/buttons.css");
@import url("/assets/css/quote.css");
/* @import url("/assets/css/professional_acvivite.css"); */
@import url("/assets/css/ProfessionalActivity.css");
@import url("/assets/css/footer.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg-body-color: #000;
    --background-color: #fff8f0;
    --bg-section-color: #393c41;
    --white: #fff;
    --primary-color: #b19a5c;
    --black: #000;
    --border-color: #454649;
    --left-border: #eeeeee;
    --text-color: #4c4c4e
}

body {
    font-family: auto;
    color: var(--bg-body-color);
    background-color: var(--background-color);
}

.fixed-position {
    position: fixed;
}

.overflow_hidden {
    overflow: hidden;
}

.border_bottom_nav {
    border-bottom: 2px solid var(--black);
}

/* Borders  */
.border_bottom {
    border-bottom: 3px solid var(--primary-color);
}

/* White and Black styling  */
.white-section .section-title,
.black_section .section-title {
    margin-bottom: 15px;
    display: inline-block;
    color: var(--primary-color);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0 7px 6px;
}

.white-section .section-title {
    border-bottom: 1px solid var(--primary-color);
}

.black_section .section-title {
    border-bottom: 1px solid var(--white);
}

.white-section a,
.black_section a {
    text-decoration: none;

}

.white-section a {
    color: var(--primary-color);
}

.black_section a {
    color: var(--white);
}

/* header styling  */
.site-header {
    border-top: 6px solid var(--primary-color);
}

.site-header {
    height: 104px;
}

.sub-heading {
    font-size: 1.3rem;
}

@media screen and (min-width: 960px) {
    .site-header {
        height: 104px;
    }
}

@media screen and (min-width: 765px) {
.contact .contact-card{
    margin-top: -80px;
}
}
@media (max-width:764px) {
   .contact .contact-card{
    margin-top: -30px;
} 
}

@media (max-width:767px) {
    .site-header h1 {
        font-size: 1.5rem;
        font-weight: 600;
    }
}

@media (max-width:575px) {
    .site-header h1 {
        font-size: 1.2rem;
    }
}

/* Hamburger Styling  */
.header-nav_list {
    max-width: 1600px;
    padding: 0 10px;
    overflow: hidden;
    width: auto;
    position: relative;
    margin: 0 auto;
    height: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header-nav ul li a .fa-home:before {
    /* position: absolute; */
    font-size: 1.6rem;
    transition: color .2s ease-in;
    color: var(--primary-color);
    top: 14px;
    margin-left: -12px;

}

.header-nav {
    display: none;
}

@media screen and (min-width: 960px) {
    .header-nav {
        height: 70px;
        position: relative;
        display: block;
        background-color: #313234;
        border-top: 1px solid var(--border-color);
        border-bottom: 1px solid var(--border-color)
    }
}


.header-nav ul li {
    float: left;
    list-style: none;
    width: 12%;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 600;
    border-right: 1px solid var(--border-color);
}

.header-nav ul li:first-child {
    width: 6%;
    overflow: hidden;
    border-left: 1px solid var(--border-color);
}

.header-nav ul li:first-child.current-menu-item a {
    color: #313234;
}


.header-nav ul li a {
    display: block;
    text-align: center;
    padding: 9px 4px 9px;
    color: var(--white);
    text-decoration: none;
    transition: color .2s ease-in;
}

.header-nav ul li:hover a {
    color: var(--primary-color);
}



/* Hero Section  */
.hero-section {
    background-image: url("/assets/images/profile.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 104px);
    display: flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;

}

.hero-section .inner-hero {
    height: 300px;
    width: 100%;
    padding: 2rem 0;
    background-color: var(--bg-section-color);
}

.inner-hero h3 {
    color: var(--white);
    font-size: 2rem;
}

@media (max-width: 991px) {
    .inner-hero h3 {
        font-size: 1.5rem;

    }
}

@media (max-width: 767px) {
    .hero-section .inner-hero {
        height: 225px;
    }

    .inner-hero h3 {
        font-size: 1rem;

    }
}

/* BIOGRAPHY   */
.biography p {
    font-size: 1.3rem;
    text-align: justify;
}

@media (max-width: 767px) {
    .biography p {
        font-size: 1rem;
    }
}

.biography p a {
    text-decoration: underline;
}

/* PUBLICATIONS  */
.publication {
    background-color: var(--bg-section-color);
}

.publication h1 {}

.publication p {
    font-size: 21px;
}

@media(max-width:575px) {
    .publication p {
        font-size: 17px;
    }


}

@media (min-width: 991px) {
    .publication img {
        height: 700px;
    }
}


.card {
    background-color: var(--white);
    min-height: 278px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-title {
    font-weight: 600;
}

/* Custome Cards Design  */
/* bg-info  */
.custom-icon {
    color: var(--white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -18px;
    left: -12px;
    font-weight: 700;
    background-color: #3473FF;
}

.custom-icon.pro {
    border-radius: 22%;
    position: absolute;
    top: 12px;
    left: -7px;
}


/* PROFESSIONAL ACTIVITIES  */

/* Photo gallery  */

.photogallery_bg {
    /* background-color: var(--bg-section-color); */
}

#other-pages:focus {
    outline: none;
}

.thumb img {
    width: 100%;
    height: 100%;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.demo-banner-bg {
    background: url(images/banner.jpg) no-repeat center center;
    background-size: cover;
}

.banner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 540px;
}

.banner-wrap .banner-content h1 {
    font-size: 3rem;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}

.banner-wrap .banner-content h1 span {
    display: block;
}

.demo-infos-wrap {
    background: #f4f7fa;
}

.demo-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
}

.demo-infos .demo-info {
    padding: 30px 0;
}

.demo-infos .demo-info h4 {
    font-size: 3rem;
    font-size: 500;
    color: #246df8;
}

.demo-infos .demo-info p {
    font-size: 1.4rem;
    font-family: "Poppins", sans-serif;
    color: #101725;
}

.section-header h2 {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 50px;
}

.page-preview {
    margin-bottom: 50px;
}

.page-preview .thumb {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.page-preview .thumb .overlay {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: rgb(245 245 245 / 36%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-preview .thumb .overlay a {
    background: #246df8;
    color: #fff;
    border-radius: 3px;
    padding: 5px 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-preview .thumb:hover .overlay {
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-preview .thumb:hover .overlay a {
    top: 50%;
}

.page-preview h3 {
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
}

.page-preview h3:hover a {
    text-decoration: underline;
}

.isotope-nav ul {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    list-style: none;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.isotope-nav ul li {
    font-size: 1.1rem;
    padding: 3px 20px;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 15px;
    margin-right: 15px;
    /* background: #e3bc87; */


    background-image: linear-gradient(to right, #e3bc87 18%, #ffc500 79%, #e3bc87 100%);

    /* margin: 10px; */
    /* padding: 15px 45px; */

    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
    display: block;
    text-transform: uppercase;

}

.isotope-nav ul li:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.isotope-nav ul li.active {
    /* background: rgb(36 109 248);
    color: #fff; */

    background-image: linear-gradient(to right, #41295a 0%, #2F0743 51%, #41295a 100%);
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    display: block;
}

.isotope-nav ul li.active,
.isotope-nav ul li:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;

}


/* lightbox detail page  */

@media (min-width: 768px) {
    .lightbox-modal .carousel-item {
        display: flex !important;
        justify-content: center;
    }

    .lightbox-modal .carousel-item img {
        width: 800px !important;
        height: 760px;
        object-fit: contain;

        border-width: 15px;
        border-color: red;
        border-style: ridge;
    }
}

/* lightbox end  */


@media all and (max-width: 767px) {
    .pages .col-xs-12 {
        width: 50%;
    }

    .cp-nav-demo .navbar-header .navbar-toggle {
        border: 1px solid #246df8;
        border-radius: 0;
    }

    .cp-nav-demo .navbar-header .navbar-toggle .icon-bar {
        background: #246df8;
    }

    .cp-nav-demo .navbar-collapse {
        background: #fff;
    }

    .cp-nav-demo .navbar-nav .nav-button {
        padding-bottom: 20px;
    }

    .cp-nav-demo .navbar-nav .nav-button a {
        display: inline-block;
    }

    footer {
        text-align: center;
    }

    footer .credit {
        text-align: center;
    }
}

@media all and (max-width: 539px) {
    .pages .col-xs-12 {
        width: 100%;
    }
}

@media all and (max-width: 439px) {
    .demo-infos {
        display: block;
        padding-bottom: 30px;
    }

    .demo-infos .demo-info {
        padding: 30px 0 0;
    }
}

/* breadcrumbs  */
.bs-example {
    padding: 0 1rem;
}