/* About Us page — standalone styles (no shared header/footer) */
/* Layout/grid comes from Bootstrap 3 (container/row/col-*); this file only
   adds the typography, colors and decorative bits Bootstrap doesn't provide. */

/* wave Start*/

@media screen and (max-width: 1366px) {
    .article-heading h2::before, .article-heading h2::after {
        top: 10px;
        height: 80px;
    }
}

.article-heading h2::before {
        left: -44px;
}
.article-heading h2::after {
    right: -45px;
}

.article-heading h2::before, .article-heading h2::after {
    background-image: url(https://cdn.tribeamrapali.com/tribe2018/WebCDN/Media/Explore/explore-bg-line.png);
    content: "";
    position: absolute;
	width: 56px;
    top: 11px;
    height: 59px;
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 111;
}
@media screen and (max-width: 767px) {
    .article-heading h2::before, .article-heading h2::after {
 top: 19px;
        height: 57px;
    }
}
@media screen and (max-width: 1366px) {
    .article-heading {
        padding-bottom: 6px;
    }
}
.article-heading {
    background-image: url(/2024/images/about/explore-bg-final3.png);
    background-repeat: repeat-x;
    background-position: center;
    margin: 10px 0px;
    text-align: center;
    line-height: 61px;
    background-size: 68px;
}
@media screen and (max-width: 1366px) {
    .article-heading h2 {
        font-size: 65px;
        padding: 10px 18px;
    }
}
.article-heading h2 { 
    background: #fff;
    margin: auto;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0px 18px;
	line-height: 80px;
}

/* Wave End*/

.au-page {
    background: #fff;
  /*  color: #333333;*/
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}

.au-eyebrow {
    display: block;
    font-family: 'ArcherMedium', serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 13px;
    color: #A28D5F;
    margin-bottom: 10px;
}

.au-heading {
    font-family: 'ArcherBold', serif;
    font-size: 34px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #695419;
    margin: 0px;
        text-align: center;
}
.au-heading-founder {
    font-family: 'ArcherBold', serif;
    font-size: 29px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #695419;
    margin: 0px;
    text-align: center;
}

.au-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0 auto 46px;
    width: 100%;
    max-width: 520px;
}

.au-divider .line {
    flex: 1 1 auto;
    height: 1px;
    background: #d8cfb8;
}

.au-divider svg {
    width: 26px;
    height: 26px;
    color: #A28D5F;
    flex: 0 0 auto;
}

.au-section {
    margin: 15px 0;
	padding-top:30px;
	padding-bottom:30px;
}
.tribe-muse-photo {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    gap: 20px;
}

.tribe-muse-photo p{
	font-size: 19.5px;
    line-height: 1.5;
    color: #4a4436;
    margin: 0;
    font-family: 'ArcherMedium', serif;
    text-align: center;
}
 .tribe-muse-photo img {
  /*  margin-top: 25px; */
}

/* Vertically center an image column against a text column within a Bootstrap row */
.au-row-middle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	text-align: center;
}

.au-row-middle > [class*="col-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ---------- Hero ---------- */

.au-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    background: URL("https://betasite.tribeamrapali.com/2024/images/about/abouttopbanner.jpg");
	background-repeat: no-repeat;
    background-size: cover;
}

.au-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 8, 5, 0.72) 0%, rgba(10, 8, 5, 0.32) 65%, rgba(10, 8, 5, 0.1) 100%);
}

.au-hero-content {
    position: relative;
    z-index: 1;
    color: #ffffff;
	text-align: center;
}

.au-hero-content h1 {
    font-family: 'ArcherBold', serif;
    font-size: 40px;
    letter-spacing: 1px;
    margin: 0 0 18px;
	text-transform: uppercase; 
}

.au-hero-content p {
    font-size: 20px;
    line-height: 1.8;
    color: #f0ece0;
    margin: 0 0 30px;
	font-family: 'ArcherMedium', serif; 
}

.au-btn {
    padding: 13px 38px; 
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    font-family: 'ArcherMedium', serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: underline;
    transition: background .25s ease, color .25s ease;
}

.au-btn:hover,
.au-btn:focus {
    background: #ffffff;
    color: #241f16;
    text-decoration: none;
}
.text-bird{
    position: relative;
}
.text-bird::after {
  position: absolute;
    top: -16px;
    width: 50px;
    height: 50px;
    background: URL("https://betasite.tribeamrapali.com/2024/images/about/Bird.webp");
    right: -38px;
    z-index: 11111111111111;
    content: " ";
    background-size: contain;
    background-repeat: no-repeat;
}

/* ---------- Media frames ---------- */

.our-story {
    margin-top: 30px;
}

.au-split-text p {
font-size: 19.5px;
    line-height: 1.5;
    color: #4a4436;
    margin: 0;
    font-family: 'ArcherMedium', serif;
    text-align: center;
}

.au-media-frame {
    display: block;
    width: 100%; 
    object-fit: cover; 
	border-radius:5px;
}

.au-media-frame.wide {
   /** aspect-ratio: 16 / 10; */
}

.au-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%; 
    color: #a8926a;
    font-family: 'ArcherMedium', serif;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px;
}

/* Tribe muse — overlapping double image */

.au-muse-media {
    position: relative;
}

.au-muse-media .au-media-frame.small {
    position: absolute;
    width: 55%;
    right: -8%;
    bottom: -10%;
    border: 6px solid #FBF9F2;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

/* ---------- Leadership ---------- */

.founders {
    text-align: left;
}

.leadership-section {
display: flex !important;
    flex-direction: column;
    align-items: center !important;
    gap: 15px;
	margin-top:55px;
}

.leadership-section h2 {
    margin: 0 !important;
    flex: 0 0 auto;
}

.leadership-section img {
    width: 140px;
    height: auto;
    flex: 0 0 auto;
}

.leadership-section p {
    margin: 0 !important;
    flex: 1;
}
.au-quote {
  	max-width: 640px;
    margin: 0 auto 50px;
    text-align: center;
    font-family: 'ArcherMedium', serif;
    font-size: 19.5px;
    line-height: 1.6;
    color: #4a4436;
    font-style: italic;
}

.au-leader {
    text-align: center;
    margin-bottom: 0px;
}

.au-leader .au-media-frame {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    margin: 0 auto 20px;
    max-width: 220px;
}

.au-leader h3 {
    font-family: 'ArcherBold', serif;
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 15px 0 4px;
    color: #241f16;
}

.au-leader .role {
    display: block;
    font-size: 17.5px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #A28D5F;
    margin-bottom: 5px;
    font-family: 'ArcherMedium', serif;
    font-weight: 600;
}

.au-leader p {
    font-size: 19.5px;
    line-height: 1.3;
    color: #4a4436;
    margin: 0 auto;
    max-width: 300px;
	    font-family: 'ArcherMedium', serif;
}

/* ---------- Manufacturing / intro text ---------- */

.au-intro-text {
    max-width: 800px;
    margin: 15px auto 44px;
    text-align: center;
	display: flex !important;
    flex-direction: column;
    align-items: center !important;
    gap: 10px;
}

.au-subheading {
    display: block;
    font-family: 'ArcherMedium', serif;
    font-size: 24px;
    color: #241f16;
    margin: 0px;
    text-align: center;
}

.au-intro-text p {
    font-size: 19.5px;
    line-height: 1.5;
    color: #4a4436;
    margin: 0;
	font-family: 'ArcherMedium', serif;
}

.au-collage .au-media-frame {
    aspect-ratio: 4 / 5;
    margin-bottom: 20px;
}

.au-tag-row {
    margin-top: 10px;
}

.au-tag {
    display: inline-block;
    font-family: 'ArcherMedium', serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    color: #A28D5F;
    margin: 0 25px;
}

/* ---------- Movie collaborations ---------- */

.au-movie-card {
    text-align: center;
    margin-bottom: 30px;
}

.au-movie-card .au-media-frame { 
    margin-bottom: 16px;
}

.au-movie-card h3 {
    font-family: 'ArcherBold', serif;
    font-size: 25px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 10px 0 0px;
	color: #695419;
}

.au-movie-card p {
    font-family: 'ArcherMedium', serif;
    font-size: 19.5px;
    color: #4a4436;
    margin: 0;
}

.au-comingsoon { 
    position: relative;
    padding: 15px 30px;
    text-align: center;
    color: #ffffff;
	font-family: 'ArcherMedium', serif;
	display: flex !important;
    flex-direction: column;
    align-items: center !important;
    gap: 15px;
}

 

.au-comingsoon > * {
    position: relative;
    z-index: 1;
}

.au-comingsoon p {
    max-width: 640px;
    margin: 0 auto 2px;
    line-height: 1.3;
    font-size: 20px;
    color: #000;
	font-family: 'ArcherMedium', serif;
}

.au-comingsoon .tag {
    display: inline-block;
    font-family: 'ArcherMedium', serif;
        letter-spacing: 1px;
    font-size: 25px;
        padding: 0px;
	color: #695419;
}
.au-comingsoon .au-media-frame {
    width: 200px;
    margin: auto;
}
 

/* ---------- Feature grid ---------- */

.au-feature {
    text-align: center;
    margin-bottom: 40px;
}

.au-feature svg {
    width: 40px;
    height: 40px;
    color: #A28D5F;
    margin-bottom: 14px;
}

.au-feature span {
    display: block;
    font-family: 'ArcherMedium', serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12.5px;
    color: #241f16;
    line-height: 1.5;
}

.au-split-text
 {
    display: flex !important;
    flex-direction: column; 
    gap: 5px;
}

.founders .au-split-text{
	display: flex !important;
    flex-direction: column; 
    gap: 15px;
    align-items: left !important;
}
.article-heading-2 {
    display: flex !important;
    align-items: center;
    width: 100%;
    gap: 30px;
}

.article-heading-2 > img {
    flex: 1;
    width: 0;
    min-width: 0;
    height: auto;
}

.article-heading-2 .au-heading {
    flex-shrink: 0;
    margin: 0;
}

.article-heading-2 .au-heading img {
    width: 100px;
    max-width: 100%;
    height: auto;
    display: block;
}

/* ---------- Responsive ---------- */

@media (max-width: 991px) {
    .au-heading {
        font-size: 25px;
		margin-bottom: 10px !important;
    }

    .au-muse-media {
        margin-bottom: 40px;
    }
	.d-md-none{
		display:none;
	}
	.au-page .d-md-block{
		display:block !important;
	}
	.au-split-text p {
    	font-size: 15.5px;
		margin-top: 10px;
	}
	.au-subheading {
		font-size : 20px;
	}
	.au-feature img {
		width: 85px;
		text-align: center;
	}
	.au-feature{
		margin:10px
	}
	.au-comingsoon img {
		width: 150px;
		margin: auto;
	}
	.au-comingsoon .tag {
		font-size: 20px;
		letter-spacing: 0px;
		font-weight: 600;
	}
	.au-movie-card p { 
		font-size: 18px; 
	}
	.au-movie-card h3 { 
		font-size: 20px;
		letter-spacing: 0.5px; 
	}
	
	.ramayana {
		margin-top: 10px !important;
	}
	.au-intro-text p {
    	font-size: 18px;
	}
	.au-leader .role{
		font-size: 16.5px;
	}
	.au-leader p {
    	font-size: 16.5px;
	}
	.au-leader h3 {
    	font-size: 20px;
	}
	.founders .au-heading {
		text-align: center !important;
		margin: 0px;
	}
	.au-split-text p {
		text-align: center !important;
		margin-top: 5px;
	}
	.tribe-muse-photo img {
		margin-top: 0px;
		margin-bottom: 12px;
	}
	.au-hero {
        min-height: auto;
        background: #fff;
    }
	.au-hero::before{
		background:#fff;
	}
	.au-hero-content{
		background:#fffdef;
		padding: 18px 0px 18px 0px;
	}
	.au-hero-content p{
		font-size: 18px;
		padding: 12px;
		line-height: 1.3;
		 color: #141414;
		margin-bottom:0px;
	}
	.au-btn{
		display:none;
	}
	.founders .au-split-text { 
		gap: 1px;
	}
	.article-heading-2 {
		margin-bottom: 16px;
	}
	.ramayana .col-sm-6{
		margin:auto;
	}
	.au-intro-text { 
		margin: 15px auto 15px; 
		gap: 0px;
	}
}

@media (max-width: 767px) {
	section.au-hero { 
		padding-top: 0px;
		margin-top: 0px;
	}
	section.au-hero img{
		border-radius: 7px; 
	}
	section.au-section.tribe-muse {
		padding-bottom: 0px;
		margin-bottom: 0;
	}
	.au-section.alt.story {
		padding-top: 0px;
		margin-top: 0px;
	}
	.story img{
		border-radius: 7px;
	}
	.founders img {
		border-radius: 7px;
	}
	.au-leader-right {
		text-align: right !important;
	}
	.au-leader img {
		border-radius: 7px;
	}
	.au-leader {
		text-align: left;
	}
	.au-leader span {
		padding: 3px 0px 11px 0px;
	}
	.au-leader .role {
        font-size: 11.5px;
    }
	section.au-section.alt.creative-director .col-sm-4.col-xs-6 {
		padding: 8px;
	}
	.manufacturing span.au-subheading {
		font-weight: 600;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.row.au-collage.d-md-block .col-sm-4.col-xs-7 img {
		border-radius: 6px;     
	}
	.row.au-collage.d-md-block .col-xs-5 img {
		width: 106px;
	}
	.row.au-collage.d-md-block .col-xs-5.madeinindia img {
		width: 100px;
	}
	.col-xs-5.madeinindia {
		padding-right: 0px;
	}
	.col-xs-5.rootedinjaipur{
		padding-left: 0px;
	}
	.au-feature-left {
		text-align:left;	
	}
	.au-feature-right {
		text-align:right;	
	}
	.museum .col-xs-6 {
		padding: 0px;
	}
	.founders .au-split-text p{
		margin-top: 15px;
	}
	.text-bird::after { 
		        top: -10px;
        right: -41px;
        background-size: 30PX;
	}
    .au-section, .au-hero {
        padding: 10px 0;
		margin: 10px 0;
    }
	.our-story {
		margin-top: 15px;
	}
	.our-story .col-sm-6 {
		margin-top: 0px;
	}
	.au-heading-founder { 
		font-size: 20px; 
		text-align: center !important;
		padding-bottom: 12px;
	}
    .tribe-muse-photo p {
		font-size: 18px; 
	}
	.au-split-text p{
		font-size: 18px; 
	}
	.leadership-section {
		margin-top: 15px;
	}
	.leadership-section p.au-quote {
		margin-bottom: 12px !important;
	}
	.movie {
        margin-top: 15px !important;
    }
.au-movie-card {
    text-align: center;
    margin-bottom: 15px;
}
	.row.au-collage.d-md-block 
 {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
    .au-hero-content h1 {
        font-size: 22px;
        color: #141414;
		margin-bottom: 5px;
    }

    .au-heading, .article-heading h2 {
        font-size: 28px;
    }

    .au-quote {
        font-size: 18px;
    }

    .au-tag {
        display: block;
        margin: 0 0 10px;
    }
}
