:root{
    --hiu-dark-blue: #13457c;
    --hiu-orange: #ef7f1b;
}

.pway-animation {
    background-color: #1a1511;
}

.p-title {
    padding: .5em 1.5em;
    background-color: var(--e-global-color-accent);
    border-radius: 0 0 20px 20px;
    color: var(--e-global-color-secondary) !important;
    position: absolute;
    top: 0px;
    font-size: 22px !important;
    width: 50%;
    text-align: center;
}


.year-tab {
    background-image: linear-gradient(rgba(239, 127, 27,0.8), rgba(239, 127, 27, 0.12) 49%);
    border-radius: .75rem;
    width: 100%;
    max-width: 100%;
    margin-bottom: -1.2rem;
    padding: 1px;
    position: relative;
    overflow: hidden;
}

#yearTab-1 {width: 65%;z-index: 1;}
#yearTab-2 {width: 70%;z-index: 2;}
#yearTab-3 {width: 75%;z-index: 3;}
#yearTab-4 {width: 80%;z-index: 4;}

.year-tab .year-tab-content {
    background-color: #1a1511;
    color: rgb(255 247 241 / 50%);
    background-image: linear-gradient(rgb(239 127 27 / 20%), transparent);
    border-radius: .75rem;
    padding: 1.32rem 2.5rem;
    text-decoration: none;
    transition: all .25s;
}

.year-tab .ytc-text-wrapper {
    text-align: left;
    padding-left: 20%;
}

.year-tab .ytc-title {
    color: rgb(255 233 217);
    letter-spacing: -.471px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
}
.year-tab .ytc-subtitle {
    letter-spacing: .0265rem;
    font-size: 13px;
}
.year-tab .ytc-number {
    color: #764011;
    font-size: 5.25rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 25%;
    bottom: unset;
    left: 5%;
    right: auto;
    z-index: 2;
}
.year-tab .ytc-overlay {
    background-image: linear-gradient(rgba(239, 127, 27, 0.1), rgba(239, 127, 27, 0));
    height: 180%;
    padding-right: 30%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    transform: translate(-45%, -5%) rotate(60deg);
}



.year-tab.active .year-tab-content {
    background-color: var(--hiu-orange);
    color: #1a1511;
    background-image: linear-gradient(rgb(239 127 27 / 20%), transparent);
}
.year-tab.active .ytc-text-wrapper {}
.year-tab.active .ytc-title {}
.year-tab.active .ytc-subtitle {}
.year-tab.active .ytc-number {}
.year-tab.active .ytc-overlay {}


.year-content {
    background: none;
}

.ycc-bubble-title {
    color: var(--hiu-orange) !important;
    border: 1px solid var(--hiu-orange);
    display: inline-block;
    padding: 0.5rem 1.9rem;
    font-weight: 500 !important;
    border-radius: 25px;
    font-size: 1.2rem !important;
}
.ycc-title {
    color: #ffe9d9 !important;
    font-size: 1.5rem !important;
}
.ycc-title-focus {color: var(--hiu-orange);}

.ycc-desc {color: #ffe9d9;text-align: justify;}

.year-tab-content.mobile {display: none;}

.year-content {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.year-content-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.year-content-content img {
    max-width: 100% !important;
    width: 100%;
    /* height: 250px !important; */
}


.ycc-image {
    width: 100%;
    height: 250px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ycc-image-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 3px;
}

@media only screen and (max-width:767px) {
    .year-tab-content.desktop{display:none;}
    .year-tab-content.mobile{display:block;padding: 0.5rem;        border-radius: .2rem;}
    #yearTab-1, #yearTab-2, #yearTab-3, #yearTab-4 {
        width: 100%;
    }

    .year-tab {
        margin: 0;
        border-radius: .2rem;
    }

    .year-tab h3.ytc-title {
        font-weight: 400 !important;
        font-size: 1.2rem !important;
        margin: 0 0 10px;
    }


}

.tabbutton {
    margin-top: 40px;
    padding-left: 63%;
    font-size: 15px;
}
.tabbutton a {
    color: #fff!important;
    text-decoration: none !important;
	text-transform: capitalize !important;	
}

@media only screen and (max-width: 767px) {
    .p-buttons {
        width: 100%!important;
        gap: 5px!important;
    }
	.year-tab .ytc-title {
    font-size: 13px!important;
}
	   
   .pway-animation .p-title {
            font-size: 14px !important;
        }
   
}
	           
	
	
	
/* after hero section */
@media(max-width:767px)
{
	.pway-animation .p-title {
    width: 100%;
    margin-bottom: 200px;
    margin-top: 50px;
    z-index: 5;
}
	.p-buttons {
    margin-top: 120px;
}
}
 @media(max-width:767px)  {
	.box-three{
		grid-template-columns:auto !important;
	}	
/*  	.country-detail.active{
		grid-template-columns:auto auto auto !important;
	}  */
	 
} 
 @media(max-width:767px)  {
.text-nav p {
    font-size: 30px !important;
}
}