@charset "UTF-8";
.custom-underline{
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
	height: 1px;
	background-color: #977e62;
	content: "";
	width:115px;  
  }
  
@font-face {
    font-family: Acumin-pro-light;
    src: url('../fonts/Acumin-Pro-Light.ttf');
}

.Acumin-pro {
    font-family: Acumin-pro-light;
    color: #36454F;
}

.Acumin-pro-white {
    font-family: Acumin-pro-light;
    color: #FFF;
}

@font-face {
    font-family: CormorantGaramond;
    src: url('../fonts/CormorantGaramond-SemiBold.ttf');
}

.section-header{
	font-family: CormorantGaramond;
	font-style: normal;
	font-size:30px;
	text-align:center;
	text-transform:uppercase;
	color:#977e62;
}

.asul-regular-title {
  font-family: "Asul", serif;
  font-weight: 400;
  font-style: normal;
  color:#977e62;
}

.asul-bold {
  font-family: "Asul", serif;
  font-weight: 700;
  font-style: normal;
}  

/* Container */
.tab-container {
    width: 100%;
    /*max-width: 1000px;*/
    margin: auto;
}

.tabs {
    position: static; /* Default */
    padding: 10px;
    z-index: 999;
    transition: all 0.3s ease;
}

.tabs.sticky {
    position: sticky;
    top: 50px;
    width: 100%;
    background-color: #FFF; 
	border-bottom: 1px solid #e6e6e6;
}

/* Tabs */
.tabs {
    display: flex;
    position: relative;
	justify-content: space-between;
}


	@media (min-width: 800px) { /*choose the width you prefer*/
   .tab {
    background: none;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    color: #4a4a4a;
    transition: color 0.3s ease;
	font-family:CormorantGaramond;
}
		
		 
}
	@media (max-width: 800px) { /*choose the width you prefer*/
  .tab {
    background: none;
    border: none;
    padding: 10px 10px;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    color: #4a4a4a;
    transition: color 0.3s ease;
	font-family:CormorantGaramond;
}
}

.tab.active {
    color: black;
    font-weight: bold;
}

/* Underline animation */
.underline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background-color: black;
    transition: all 0.3s ease;
}

/* Tab Content */
.tab-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.content {
    display: block;
}

.content.active-content {
    display: block;
}
.mb-10{
margin-bottom:10px;	
}
.mb-5{
margin-bottom:5px;	
}

.info_detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    gap: 8px !important;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.info_detail_item {
    background: rgba(47, 128, 237, .102);
    padding: 10px;
    border-radius: 4px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.02em;
    text-align: left;
    color: #1e1e1e;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
}
