/*** Tabs*/
.tabs {
    display: flex;
}

.tabs>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* display: flex; */
    width: 25rem;
}

.tabs>ul li {
    display: block;
    width: 100%;
}

.tabs>ul li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

.tabs>ul li a,
.tabs>ul li a:visited {
    display: flex;
    border-bottom: none;
    text-decoration: none;
    background-color: #e7f1ff;
    color: #000000;
    padding: 1rem 1.5rem;
    transition: all 0.2s ease-in-out;
    word-wrap: break-word;
    height: 100%;
    border: 0.5px solid #ffffff;
}

.tabs>ul li a:hover,
.tabs>ul li a:focus,
.tabs>ul li a:active {
    border-bottom: none;
    outline: 0;
}

.tabs>ul li a.active {
    background-color: #ff6700;
    color: #ffffff;
    font-weight: 500;
}

.tabs>ul li a:hover:not(.active) {
    color: #ff6700;
}

.tabs>ul li a>span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tabs>ul li a>span.tab-label {
    /* display: none; */
}

.tabs section {
    width: 100%;
    background-color: #fff;
    padding: 1rem;
    display: none;
    word-wrap: break-word;
    /* border-bottom: 5px solid #ff6700; */
    /* overflow: auto; */
}

.tabs section>* {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.2s, transform 0.2s;
}

.tabs section>*:nth-child(1) {
    transition-delay: 0.2s;
}

.tabs section>*:nth-child(2) {
    transition-delay: 0.3s;
}

.tabs section>*:nth-child(3) {
    transition-delay: 0.4s;
}

.tabs section>*:nth-child(4) {
    transition-delay: 0.5s;
}

.tabs section>*:nth-child(5) {
    transition-delay: 0.6s;
}

.tabs section>*:nth-child(6) {
    transition-delay: 0.7s;
}

.tabs section>*:nth-child(7) {
    transition-delay: 0.8s;
}

.tabs section>*:nth-child(8) {
    transition-delay: 0.9s;
}

.tabs section>*:nth-child(9) {
    transition-delay: 1s;
}

.tabs section>*:nth-child(10) {
    transition-delay: 1.1s;
}

.tabs section>*:nth-child(11) {
    transition-delay: 1.2s;
}

.tabs section>*:nth-child(12) {
    transition-delay: 1.3s;
}

.tabs section>*:nth-child(13) {
    transition-delay: 1.4s;
}

.tabs section>*:nth-child(14) {
    transition-delay: 1.5s;
}

.tabs section>*:nth-child(15) {
    transition-delay: 1.6s;
}

.tabs section>*:nth-child(16) {
    transition-delay: 1.7s;
}

.tabs section>*:nth-child(17) {
    transition-delay: 1.8s;
}

.tabs section>*:nth-child(18) {
    transition-delay: 1.9s;
}

.tabs section>*:nth-child(19) {
    transition-delay: 2s;
}

.tabs section>*:nth-child(20) {
    transition-delay: 2.1s;
}

.tabs section.active {
    display: block;
}

.tabs section.active-content>* {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 576px) {

    .tabs>ul li a {
        flex-wrap: wrap;
        align-items: center;
    }

    .tabs>ul li a>span {
        width: 100%;
    }

    .tabs>ul li a>span.tab-label {
        width: 100%;
        display: block;
        margin-top: 0.2rem;
    }

    .tabs section {
        width: calc(100% - 150px);
        padding: 1rem 2rem;
    }


}

@media (max-width: 760px) {
    .tabs {
        display: grid !important;
    }

    .MobileDropdown {
        display: block !important;
    }

    .tab-head {
        display: none;
    }

    .tabs section {
        width: 100% !important;
    }

    #dropdownMenuLink {
        width: 100%;
        color: white;
    }

}

.MobileDropdown {
    display: none;
}

.TabImage {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.tabs2 .title {
    padding: 50px 20px 100px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: purple;
}

.tabs2 .tab-header,
.tabs2 .tab-indicator,
.tabs2 .tab-body {
    margin: 0 auto;
    /* max-width: 650px; */
    width: 100%
}

.tabs2 .tab-header {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    /* height: 60px; */
    /* margin-top: -60px; */
    z-index: 2;
}

.tabs2 .tab-header>div {
    width: 25%;
    text-align: center;
    padding: 5px 0px;
    color: #01054c;
    font-size: 1.1vw;
    cursor: pointer;
    transition: color 300ms ease-in-out;
    background: #ffffff;
    border: 1px solid #01054c;
    border-radius: 50px;
    margin: 0 2px;
}

.tabs2 .tab-header>div:hover {
    background: #ff6700;
    color: white;
    border-color: white;
}

.tabs2 .tab-header>div.active {
    color: #fcfcfc;
    font-weight: 600;
    background: #01054c;
}

.tabs2 .tab-indicator {
    position: relative;
    height: 60px;
    margin-top: -60px;
}

.tabs2 .tab-indicator>div {
    position: absolute;
    left: 0%;
    width: 25%;
    height: 100%;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    transition: all 300ms ease-in-out;
}

.tabs2 .tab-body {
    position: relative;
}

.tabs2 .tab-body>div {
    position: absolute;
    width: 100%;
    /* padding: 20px; */
    opacity: 0;
    /* top: -100vh */
}

.tabs2 .tab-body>div>* {
    margin: 10px 0px;
}

.tabs2 .tab-body>div>p {
    color: #555;
    font-size: 1.1vw;
}

.tabs2 .tab-body>div.active {
    top: 0px;
    opacity: 1;
    transition: top 0ms ease-in-out 0ms, opacity 500ms ease-in-out 0ms;
    position: absolute;
    z-index: 1;
}

/* Image Hover */
.cardImage {
    position: relative;
    height: 230px;
    box-shadow: 5px 5px 20px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    width: 265px;
}

.intro {
    position: absolute;
    height: 50px;
    width: 270px;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
    color: #fff;
    background-color: rgba(27, 27, 27, .5);
    transition: .4s ease-in-out;
}

.cardImage:hover .intro {
    height: 230px;
    bottom: 0;
    background-color: #000000b3;
    width: 270px;
}

.cardImage:hover .text-p {
    opacity: 1;
    visibility: visible;
}

.cardImage:hover img {
    transform: scale(1.1) rotate(-3deg);
}

.cardImage img {
    height: 250px;
    width: 350px;
    object-fit: cover;
    border-radius: 4px;
    transition: transform .4s ease-in-out;
}

.text-h1 {
    margin: 5px;
    text-transform: uppercase;
    font-size: 1.1vw;
    color: white;
}

.text-p {
    font-size: 1vw;
    padding: 5px;
    visibility: hidden;
    opacity: 0;
}

.HoverImage {
    display: flex;
    gap: 20px;
}

.accordion-button {
    padding: 0rem 1.25rem;
    border: 1px solid #e7f1ff;
    font-size: 10pt !important;
}


@media (min-width: 1380px) and (max-width: 2732px) {
    .cardImage {
        width: 20vw;
        height: 15vw;
    }

    .intro {
        width: 20vw;
    }

    .cardImage img {
        width: 20vw;
        height: 15vw;
    }

    .cardImage:hover .intro {
        width: 20vw;
        height: 15vw;
    }

    .ft-footer-section-2 {
        margin-top: 12%;
    }


}

.tabs>ul li a>span {
    font-size: 10pt !important;
}