* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    color: black;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    background: white;
    overflow-x: hidden;
    height: 100%;
}

p {
    font-size: 16px;
}

a,
.nav-link {
    color: black;
    text-decoration: none;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

.form-label {
    margin-bottom: .5rem;
    color: #136C94;
    font-size: 18px;
}

.form-control,
.form-select,
.dropdown-menu li,
.select2-container--default .select2-selection--single {
    height: 50px;
}

.disabled {
    background-color: #e0e0e0;
    pointer-events: none;
}

textarea.form-control {
    height: 150px;
}

.main-menu {
    background: rgba(19, 108, 148, .3);
    padding: 0 30px;
}

.logohead {
    width: 100px;
}

.main-menu .menuList ul {
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 16px;
    text-transform: uppercase;
}

.main-header {
    background: url('../img/banneBg.png')no-repeat bottom;
    background-size: cover;
    max-width: 100%;
    padding: 15px 0 120px;
}

.headContent h1 {
    color: white;
    font-size: 100px;
    font-weight: 900;
}

.headContent p {
    color: white;
}

.headContent .subbanner {
    margin: 50px 0;
}

.sidePAttern {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    display: block;
}

    .sidePAttern img {
        height: 100%;
    }

.productContent {
    z-index: 1;
    position: relative;
}

.userprofile {
    background: #136c94;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
}

.menu {
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 1.5em;
    padding: 0px 1.85em;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    background-color: black;
}

:root {
    --timeOut: 1.2s;
}

.menu__item {
    all: unset;
    flex: 0 0 10%;
    z-index: 100;
    display: flex;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    align-items: center;
    will-change: transform;
    justify-content: center;
    padding: 0.55em 0 0.85em;
    transition: transform var(--timeOut, .7s);
}

    .menu__item::before {
        content: "";
        z-index: -1;
        width: 4.2em;
        height: 4.2em;
        border-radius: 50%;
        position: absolute;
        transform: scale(0);
        transition: background-color 0.7s, transform 0.7s;
    }


    .menu__item.active {
        transform: translate3d(0, -.8em, 0);
    }

        .menu__item.active::before {
            transform: scale(1);
            background-color: #136C94;
        }

.menu__border {
    left: 0;
    bottom: 99%;
    width: 9.9em;
    height: 2.4em;
    position: absolute;
    clip-path: url(#menu);
    will-change: transform;
    background-color: black;
    transition: transform var(--timeOut, .7s);
}

.svg-container {
    width: 0;
    height: 0;
}

.tab-content-area {
    padding: 2rem;
    background: #121212;
    border-radius: 10px;
    margin-top: 1rem;
    background-color: #D1D2D4;
    background-image: radial-gradient(white 0.8px, transparent 1px);
    background-size: 15px 15px;
}

.tab-pane {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

    .tab-pane.active-tab {
        display: block;
    }

@media screen and (max-width: 50em) {
    .menu {
        font-size: .8em;
    }
}

.btn-slide {
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    color: white;
    background: #136c94;
    border: none;
    overflow: hidden;
    transition: color 0.4s ease-in-out;
    border-radius: 10px;
}

    .btn-slide::before {
        content: "";
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: #136c94;
        transition: left 0.4s ease-in-out;
        z-index: 0;
    }

    .btn-slide:hover::before {
        left: 0;
    }

    .btn-slide span {
        position: relative;
        z-index: 1;
    }

.productTable {
    width: 800px;
    height: 150px;
    text-align: center;
    background: rgba(217, 217, 217, .5);
    display: block;
    margin: 60px auto 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.title-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    display: block;
}

.title {
    position: relative;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    z-index: 2;
}

.title-outline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 7rem;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 2px rgba(0, 0, 0, 0.1); /* outline effect */
    z-index: 1;
    pointer-events: none;
    white-space: nowrap;
}

.commontble .table th {
    background: #136c94;
    color: white;
    height: 50px;
    vertical-align: middle;
    text-align: left;
}

.commontble .table td {
    height: 50px;
    vertical-align: middle;
}

.texDesc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 500px;
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
}

.commontble .table td .ticketIcon {
    background: transparent;
    border: 0;
    font-size: 20px;
    color: #136c94;
    text-align: center;
    outline: none;
}

.paginationtble .disabled {
    border-radius: 10px;
}

.paginationtble .page-link {
    color: #136c94;
}

.paginationtble .active > .page-link {
    color: white;
    background: #136c94;
    border-color: #136c94;
}

.raiseTicketpopup {
    background: #D1D2D4;
}

.footer {
    background: #136c94;
    margin: 20px 0 0;
    padding: 15px 0;
    color: white;
}

    .footer p {
        margin: 0;
    }

.quicklinks {
    gap: 40px;
}

@media(max-width: 1370px) {
    .menu__item {
        flex: 0 0 15%;
    }

    .menu__border {
        width: 11.9em;
    }
}

@media(max-width: 1000px) {
    .productTable {
        width: 550px;
    }

    .title-outline {
        font-size: 5rem;
    }

    .menu__item {
        flex: 0 0 18%;
    }

        .menu__item svg {
            height: 30px;
            width: 30px;
        }

    .menu__border {
        display: none;
    }
}

@media (max-width: 600px) {
    .productTable {
        width: 350px;
    }

    .title-outline {
        font-size: 4rem;
    }

    .headContent h1 {
        font-size: 40px;
    }

    .quicklinks {
        gap: 20px;
    }
}
