/* @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



body{
    /* font-family: "Poppins", sans-serif; */
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
a {
    color: #4D1F08;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}
.btn-custom {
    background: #552912;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px 30px;
}
.btn-custom:hover {
    color: #fff;
    opacity: 0.8;
}
.top-bar {
    background: #552912;
    height: 20px;
}

.navbar .navbar-nav .nav-item a {
    font-size: 16px;
    color: #000;
    padding: 10px 20px;
    font-weight: normal;
}
.navbar .navbar-nav .nav-item:hover a {
    color: #552912;
}
.navbar-light .navbar-toggler {
    border: none;
    padding: 0;
}
.navbar-light .navbar-toggler:focus {
    box-shadow: none;
}
.navbar-light .navbar-brand img {
    width: 70%;
}
.navbar .navbar-nav .nav-item a.active {
    font-weight: 600;
    position: relative;
}
.navbar .navbar-nav .nav-item a.active:after {
    content: '';
    height: 2px;
    width: 30px;
    position: absolute;
    background: #552912;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 15px 0 0;
}

.hero_section {
    padding: 100px 0;
}
/* .hero_section {
    background-image: url(../images/hero_image1.png);
    height: 580px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.hero_content {
    display: flex;
    align-items: center;
    height: 100%;
    text-align: right;
    position: relative;
}
.hero_content:after {
    content: '';
    background: linear-gradient(270deg, #552912a6, transparent);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
} */
/* .slide_one {
    width: 60%;
    margin: 0 0 0 auto;
    z-index: 11;
    position: relative;
} */
.section_title {
    /* font-family: "Cormorant Garamond", serif; */
    font-family: "Roboto Condensed", sans-serif;
    font-size: 40px;
    color: #552912;
    font-weight: 600;
    margin-bottom: 20px;
}
.section_desc {
    /* font-family: "Poppins", sans-serif; */
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-align: justify;
}
.slide_one p {
    font-size: 16px;
    display: inline-block;
    color: #000;
}
ul {
    padding-left: 18px;
}
ul li {
    margin-bottom: 15px;
}

.our_vision {
    padding: 100px 0;
}
/* .text_img_section {
    padding: 150px 0;
} */

/* .img_ratio {
    height: auto;
    display: block;
    position: relative;
    transition: .5s ease-out;
    overflow: hidden;
    cursor: pointer;
}
.img_ratio.large {
    height: 100%;
}
.img_ratio img {
    object-fit: cover;
    cursor: pointer;
}
.img_ratio.large img {
    height: 100%;
}

.img_ratio:after {
    background: #4d1f08ba;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 500ms ease-out;
    cursor: pointer;
}
.img_ratio:hover:after {
    opacity: 1;
    width: 100%;
    height: 100%;
} */



.congo_ethical_journey {
    background-image: url(../images/congo_bg.png);
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.congo_ethical_journey .section_title,
.congo_ethical_journey .section_desc {
    color: #fff;
}

.full_image {
    padding: 0 0 100px 0;
}
.bgfullimg {
    background-image: url(../images/diamond_unique_investment_bg.png);
    height: 530px;
    background-size: cover;
    background-position: bottom;
    border-radius: 15px;
    display: flex;
    align-items: end;
    padding: 30px;
}
.bgfullimg h5 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.text_img_section.shapeBonds {
    padding: 100px 0;
}

.four_items_sec {
    padding: 0 0 30px;
}
.item_diamond {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.item_diamond img {
    width: 70px;
}
.item_diamond .section_title {
    font-size: 22px;
    margin: 0;
    font-weight: 700;
}
.item_diamond h5 {
    margin: 0;
    font-size: 20px;
    /* font-family: 'Cormorant Garamond'; */
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    color: #552912;
}




.full_teaser_sec {
    background: #A1897D;
}
.left_image {
    background-image: url(../images/image-6.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
.right_content {
    padding: 175px 70px;
}



.right_content .section_title {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
}
.right_content .section_desc {
    font-size: 22px;
    color: #fff;
}



.newsletter_sec {
    background: #3A3A3A;
    border-radius: 20px;
    padding: 40px;
}
.newsletter_sec .section_title, .newsletter_sec .section_desc {
    color: #fff;
}
.rightcalltoaction {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.rightcalltoaction .btn-custom {
    margin-top: 20px;
    background: #fff;
    color: #000;
}

.footer {
    padding: 50px 0 30px;
    background: #EEEEEE;
    border-top: 4px solid #D9D9D9;
}
.ftr_social ul {
    margin: 0;
    padding: 0;
}
.ftr_social ul li {
    display: inline-block;
    padding: 15px;
}
.ftr_social ul li:first-child {
    padding-left: 0;
}
.ftr_social ul li img {
    width: 30px;
}
.footer p, .footer ul li a {
    font-size: 14px;
}
.ftr_quick_links {
    padding-left: 70px;
}
.ftr_quick_links h4,
.newsletter h5 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
    /* font-family: 'Cormorant Garamond'; */
    font-family: "Roboto Condensed", sans-serif;
    color: #552912;
}
.ftr_quick_links ul {
    margin: 0;
    padding: 0;
}
.ftr_quick_links ul li {
    list-style: none;
    padding: 0 0 10px 0;
}
.ftr_quick_links ul li a {
    font-weight: normal;
    font-size: 16px;
    color: #000;
}
.newsletter p {
    font-size: 16px;
}
.newsletter form .input-group {
    border: 1px solid #c4c4c4;
    overflow: hidden;
    border-radius: 7px;
}
.newsletter form .btn, 
.newsletter form input {
    background: #fff;
    border: none;
    padding: 10px;
}
.newsletter form .btn{
    color: #4D1F08;
    font-weight: bold;
    padding: 12px 20px;
}


.copyright {
    margin-top: 0;
    background: #EEEEEE;
}
.copyright_links {
    padding: 15px 0;
}
.copyright_links p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.copyright_links ul {
    margin: 0 0 0 20px;
    padding: 0;
}
.copyright_links ul li {
    display: inline-block;
    padding: 0 20px;
}
.copyright_links ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #878787;
}


/*about us css*/

.hero_section.abouthero {
    background-image: url(../images/aboutherobg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 60px;
}
.hero_section.abouthero .slide_one h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 100;
}
.masonery_grid{
    margin: 100px 0;
}
.img_ratio.large {
    height: 100%;
    display: block;
}
.img_ratio.large img {
    object-fit: cover;
    height: 100%;
}


/*team page css*/
.team_sec {
    margin-bottom: 100px;
}
.founder_img .team-title {
    background: #552912;
    padding: 20px;
    border-radius: 20px;
    margin-top: -80px;
    z-index: 11;
    position: relative;
}
.founder_img .team-title h3, .founder_img .team-title span {
    color: #fff;
    margin: 0;
    text-align: center;
    display: block;
}


.team_member_sec {
    margin: 0 0 100px;
}
.team_card {
    background: #125455;
    border-radius: 20px;
}
.team_card .team-title {
    margin-top: -80px;
    margin-bottom: 40px;
}
.team_member_sec .team-title {
    margin-bottom: 30px;
}
.team_card .team_member_img {
    margin-top: -150px;
    margin-bottom: 20px;
}
.team_card .team_member_img img {
    border: 5px solid #fff;
    border-radius: 120px;
}
.team_card.t2 {
    background: #57423D;
}
.team_card.t3 {
    background: #322D33;
}
.team_card.t4 {
    background: #192F65;
}
.team_card.t5 {
    background: #8D6438;
}
.team_card.t6 {
    background: #393939;
}
.team-title h3 {
    font-size: 20px;
    margin: 0;
    line-height: normal;
}
.team-title span {
    color: #888;
    font-size: 14px;
}



.contactus_detail {
    margin-bottom: 100px;
}
.contact_right_form {
    background: #f5f5f5;
    padding: 40px;
    border-radius: 10px;
}
.contact_right_form .form-control {
    line-height: 30px;
}

/*bond page*/
.hero_section.bondhero {
    background-image: url(../images/bondhero-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 60px;
}
.hero_section.bondhero .slide_one h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 100;
}



@media only screen and (max-width:1180px){
    .section_title {
        font-size: 40px;
    }
    .right_content {
        padding: 60px 40px;
    }
    .team_card .section_desc {
        line-height: 22px;
    }
}


@media only screen and (max-width:991px){
    .navbar .navbar-nav .nav-item a, .navbar .navbar-nav .nav-item a.active{
        color: #fff;
    }
    .navbar-collapse {
        position: absolute;
        background: #552912;
        top: 60px;
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .navbar .navbar-collapse .navbar-nav ul li a {
        color: #fff;
    }
    .slide_one h1 {
        font-size: 50px;
    }
    .slide_one p {
        font-size: 20px;
    }
    .section_desc {
        font-size: 22px;
    }
    .left_image {
        height: 420px;
        background-position: center;
    }
    .ftr_quick_links {
        padding-left: 0;
        margin: 30px 0;
    }

    
    .team_card {
        padding: 30px;
    }
    .team_card .team_member_img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .team_card .section_desc {
        line-height: 25px;
        font-size: 16px;
    }
    .team_card .team-title {
        margin-top: 20px;
    }
    .team_member_sec .team-title {
        margin-bottom: 10px;
    }
    .team-title h3, .team-title span {
        color: #fff;
    }
    .team_member_sec {
        margin: 0 15px 30px;
    }
    .team_sec {
        margin-bottom: 20px;
    }    
}

@media only screen and (max-width:767px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding: 0 1.25rem;
    }
    .hero_section.abouthero .slide_one h1 {
        font-size: 30px;
    }
    .hero_section {
        padding: 50px 0;
    }
    .slide_one {
        width: 100%;
    }
    .slide_one h1 {
        font-size: 30px;
    }
    .slide_one p {
        font-size: 16px;
    }
    .our_vision {
        padding: 50px 0;
    }
    .congo_ethical_journey {
        padding: 50px 20px;
    }
    .text_img_section.shapeBonds {
        padding: 50px 0;
    }
    .full_image {
        padding: 0 0 50px 0;
    }
    .section_title {
        font-size: 24px;
    }
    .section_desc {
        font-size: 16px;
        line-height: 30px;
        text-align: left;
    }
    /* .masonery_grid {
        padding: 0 15px;
    } */
    .newsletter_sec {
        padding: 30px;
    }
    .right_content {
        padding: 50px 15px;
    }
    .footer {
        padding: 50px 15px 30px;
    }
    .copyright_links {
        padding: 15px 15px;
    }
    .copyright_links ul {
        margin: 0;
    }
    .copyright_links ul li {
        padding: 10px 10px 0 0px;
    }
}