/* =========================
   CORBEL FONT FAMILY
========================= */

@font-face {
    font-family: 'Corbel';
    src: url('../fonts/corbel.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Corbel';
    src: url('../fonts/corbelb.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Corbel';
    src: url('../fonts/corbeli.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Corbel';
    src: url('../fonts/corbell.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Corbel';
    src: url('../fonts/corbelli.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}


/* =========================
   INTRO FONT FAMILY
========================= */

@font-face {
    font-family: 'Intro';
    src: url('../fonts/Intro.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Intro Inline';
    src: url('../fonts/Intro Inline.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}


/* =========================
   INTRO CAPS TRIAL
========================= */

@font-face {
    font-family: 'IntroCaps';
    src: url('../fonts/IntroCaps-Trial-Rg.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'IntroCaps';
    src: url('../fonts/IntroCaps-Trial-Bd.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'IntroCaps';
    src: url('../fonts/IntroCaps-Trial-Lt.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'IntroCaps';
    src: url('../fonts/IntroCaps-Trial-Md.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'IntroCaps';
    src: url('../fonts/IntroCaps-Trial-Bk.otf') format('opentype');
    font-weight: 900;
}


@font-face {
    font-family: 'IntroCd';
    src: url('../fonts/IntroCd-Trial-Bd.otf') format('opentype');
	    font-weight: bold;
}

@font-face {
    font-family: 'IntroCd';
    src: url('../fonts/IntroCd-Trial-BdAlt.otf') format('opentype');
}

@font-face {
    font-family: 'IntroCd';
    src: url('../fonts/IntroCd-Trial-BdItc.otf') format('opentype');
}

@font-face {
    font-family: 'IntroCd';
    src: url('../fonts/IntroCd-Trial-BdObl.otf') format('opentype');
}

@font-face {
    font-family: 'IntroCd';
    src: url('../fonts/IntroCd-Trial-Bk.otf') format('opentype');
}

@font-face {
    font-family: 'IntroCd';
    src: url('../fonts/IntroCd-Trial-BkAlt.otf') format('opentype');
}

@font-face {
    font-family: 'IntroCd';
    src: url('../fonts/IntroCd-Trial-BkInl.otf') format('opentype');
}

@font-face {
    font-family: 'IntroCd';
    src: url('../fonts/IntroCd-Trial-BkInlAlt.otf') format('opentype');
}


/* =========================
   USAGE
========================= */

body{
    font-family: 'Corbel', sans-serif;
}

h1{
    font-family: 'Intro', sans-serif;
}

.title{
    font-family: 'IntroCaps', sans-serif;
    font-weight: 700;
}

.logo img {
  height: 113px;
}


.menu-style {
    background: #e9e8e6;
        display: flex;
    align-items: flex-end;
}

.menu a {
        padding-right: 25px;
    font-family: Intro ;
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}

.event-text {
    font-family: Intro ;
    font-size: 11.5px;
}

.event-city {
    font-weight: 800;
    /* font-family: Intro; */
    font-family: 'IntroCaps', sans-serif;
    font-size: 30.5px;
    margin-top: -6px;
    margin-left: -9px;
}


.founder-slider {
    position: relative;
    padding: 40px 0;
}

.founder-box {
    position: relative;
    overflow: hidden;
    background: #dfd9ce;
	    text-decoration: none;
}

.founder-content {
    padding-left: 110px;
    padding-right: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

h2 {
    font-family: Intro ;
    font-size: 16px;
    margin-bottom: 5px;
    color: #222;
}

p {
    font-family: 'corbel', sans-serif;
    font-size: 13.5px;
    color: #222;
	    line-height: 18px;
}

.founder-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Side Frames */

.left-frame {
    position: absolute;
    left: -8px;
    top: 48%;
    transform: translateY(-50%);
    height: 108%;
    z-index: 10;
}

.right-frame {
    position: absolute;
    right: -23px;
    top: 48%;
    transform: translateY(-50%);
    height: 108%;
    z-index: 10;
}

/* Arrows */

.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    opacity: 1;
    margin-left: 30px;
    margin-right: 30px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    padding: 15px;
    background-size: 50%;
}

/* Indicators */

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
}

@media(max-width:991px) {

    .founder-content {
        padding: 40px 30px;
    }

    .founder-content h2 {
        font-size: 28px;
    }

    .founder-content p {
        font-size: 15px;
    }

    .left-frame,
    .right-frame {
        display: none;
    }

}


.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -32px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}

/* Square Indicators */
.carousel-indicators [data-bs-target] {
      width: 8.5px;
    height: 8.5px;
    border-radius: 0;
    background-color: #000;
    opacity: 0.5;
    margin: 0 2px;
    border: none;
    transition: 0.3s;
}

/* Active Indicator */
.carousel-indicators .active {
    opacity: 1;
    background-color: #000;
}



.section-custom {
    position: relative;
    min-height: 480px;
}

.custom-img {
    bottom: 0;
    position: absolute;
}

.custom-img img {
    height: auto;
    max-height: 260px;
    width: auto;
    display: block;
}





.custom-imgg {
    margin-left: -87px;
    position: relative;
}

.section-3 {
    padding-right: 60px;
}

.section-4 {
        margin-top: -35px;
}


.story-category {
    font-family: Intro ;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8a8a8a;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.story-title {
    font-family: 'Intro', sans-serif;
    font-size: 80px;
    font-weight: 750;
    line-height: 1.15;
    color: #262626;
    margin-bottom: 35px;
    letter-spacing: -0.5px;
}

.story-images {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.story-images img {
    height: 200px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

/* Hide on Desktop */
.mobile-navbar {
    display: none;
}

/* Show only on Mobile & Tablet */
@media(max-width:991px) {

    .mobile-navbar {
        display: block;
    }

}

/* Hide Header on Mobile */
@media(max-width:991px) {

    .topbar {
        display: none;
    }

}

.section-custom {
        margin-top: -35px;
}

@media(max-width:767px) {

    .carousel-control-prev,
    .carousel-control-next {
        width: 60px;
        opacity: 1;
        margin-left: 0;
        margin-right: 0px;
    }


    .section-custom {
        margin-top: -50px;
        min-height: auto;
    }

    .custom-imgg {
        margin-left: 0;
              margin-top: 158px;
    }
  
  .custom-imgg img{
  height:100px;
  }

}


.menu {
    list-style: none;
}

.menu{
    display: flex;
}

.menu li{
    display: flex;
    align-items: flex-end;
}

.modal-title {
    font-family: 'Intro', sans-serif;
    font-weight: 600;
}

.modal-body p {
    font-family: 'Intro', sans-serif;
    font-weight: 500;
}


html,
body {
    overflow-x: hidden;
}

@media (min-width: 1200px) {
    .index-page-wrapper .container, .topbar .container {
        max-width: 1217px;
    }
}

.index-page-wrapper .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.align-items-stretch>.col-md-2 {
    display: flex !important;
    align-items: stretch !important;
}

.left-shape,
.right-shape {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-shape img,
.right-shape img {
    height: 100% !important;
    width: auto;
    max-width: 100%;
}


.menu-style{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 20px;
    margin-left: -18px;
}

.menu{
    display: flex;
    gap: 1px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 35px;
    justify-content: flex-end;
}

.menu li a{
    text-decoration: none;
}


.container-custom{
    max-width: 1217px !important;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px){

    .container-custom{
        max-width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }

}


.custom-con{
	    max-width: 1100px !important;
}


.margin-cus-top {
	    margin-top: 35px;
}


.founder-box{
	    
}


.margin-top-cu{
	    margin-top: 30px;
}
.margin-top-cus{
	    margin-top: 50px;
}


.dm_head {
	        font-size: 40px;
        font-family: Intro ;
}


.dm_img{
	    height: 215px;
}


.custom_sec_j p{
	text-align: justify;
}


.content-box{
    text-align: justify;
    line-height: 1.8;
}

.content-box img{
        width: 205px;
    float: left;
        margin: 10px 15px 9px 0;
    border-radius: 5px;
}

@media(max-width:768px){
    .content-box img{
        width: 100%;
        float: none;
        margin: 0 0 15px 0;
    }
}


.content-box-3{
    text-align: justify;
    line-height: 18px;
    font-size: 13.5px;
}

.content-box-3 img{
        width: 205px;
    float: left;
        margin: 10px 15px 9px 0;
    border-radius: 5px;
}

@media(max-width:768px){
    .ccontent-box-3 img{
        width: 100%;
        float: none;
        margin: 0 0 15px 0;
    }
}


.content-box-right{
    text-align: justify;
    line-height: 1.8;
}

.content-box-right img{
        width: 263px;
    float: right;
           margin: 10px 0px 10px 10px;
    border-radius: 5px;
}

@media(max-width:768px){
    .content-box-right img{
        width: 100%;
        float: none;
        margin: 0 0 15px 0;
    }
}


.story_custome_cat{
    font-family: Intro ;
    font-size: 10px;
    color: #8b8b8b;
    letter-spacing: 2px;
    display: inline-block;
    transform: scaleY(1.4);
	    margin-bottom: 25px;
}




.sidebar-item a{
	text-decoration:none;
	color:#181818;
}


@media (max-width: 767.98px) {
    .section-4 {
       margin-top: 55px !important;
    }
  
    .sidebar-sticky-wrapper {
        margin-left: 0px;
    }
  
}