.ta_header{
    width: 100%;
    height: 64px;
    position: fixed;
    background: transparent;
    top: 0;
    z-index: 100;
    transition: all ease-out .5s;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nag_columcenter{
    display: flex;
    width: 92%;
    margin: auto;
    height: 100%;
    align-items: center;
}
.tah_navg{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.tah_logo{
    width: 100%;
    height: auto !important;
    margin-left: 8px;
    max-height: 41px;
}
.tah_logo a{
    transition: all ease-out .3s;
    text-decoration: none;
    margin-top: -24px !important;
    transform: translateY(50%);
    font-size: 1.6rem;
    color: #006666;
    font-family: "Silkscreen", sans-serif;
}
.tah_option{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;

}
.tah_navigation{
    display: none;
}
.tah_option button{
    margin-top: 4px;
    outline: none;
    border: none;
    background: transparent;
    transition: all ease-out .5s;
}
.tah_option button i{
    font-size: 1.6rem;
    margin-right: 12px;
    color: #006666;
}
i.fi.fi-br-menu-burger{
    display: block;
}
.tah_option a{
    font-size: .85rem;
    text-decoration: none;
    padding: 9px 16px;
    border-radius: 12px;
    background-color: #006666;
    color: #fff;
    font-weight: 500;
    transition: all ease-out .3s;
}
.ta_silce{
    width: 100%;
    margin-top: 16px;
}
.tah_banner{
    width: 100%;
    padding: calc(82px + 4%) 4% 0 4%;
    background: linear-gradient(180deg, #f7feff, #e6fcff 80%);
    overflow: hidden;
}
.tah_banner h3{
    text-align: center;
    font-size: 1.2rem;
}
.tah_banner h6{
    font-size: .7rem;
    font-weight: 550;
    color: #555;
    margin-top: 16px;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 300px;
    text-align: center;
}
.tah_banner .tahb_template{
    width: 300px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 12px;
}
.tah_banner .tahb_template div{
    width: 155px;
    height: 42.8px;
    border-radius: 8px;
    border: 2px solid #000;
    background-color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8rem;
    text-transform: uppercase;
    color: #006666;
}
.tah_banner .tahb_template h5:nth-child(1){
    font-size: 1rem;
    color: #006666;
    width: 50px;
}
.tah_banner .tahb_template h5:nth-child(3){
    font-size: 1rem;
    color: #006666;
    width: 70px;
}
.tabh_imggggg{
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 22px 22px 0 22px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    margin-top: 16px;
}
.tahb_img {
    width: 100%;
    height: 0;
    padding-bottom: 40%; 
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.tahb_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 180%; 
    object-fit: cover;
}
.tah_menu_option{
    width: 90%;
    height: auto;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    top: 64px;
    margin-left: 5%;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: transparent;
    backdrop-filter: blur(6px);
    border-radius: 12px;
    box-shadow: 0 0 5px 1px rgba(1, 33, 66, 0.356);
    transition: all ease-in-out .9s;
    transform: translate(52px, -180px) scale(.1);
    animation: anmA ease-in-out .3s forwards;
    opacity: 0;
}
@keyframes anmA {
    0%{
        transform:  translate(100px, 46px), scale(0);
        opacity: .1;
    }
    50%{
        transform:  translate(50px, 23px), scale(.2);
        opacity: .3;
    }
    100%{
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes anmB {
    0%{
        transform: scale(1);
        opacity: 1;
    }
    100%{
        transform:  translate(100px, 46px), scale(0);
        opacity: 0;
    }
}
.tahm_navigation ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    list-style-type: none;
    padding: 36px 0 46px 0;
}
.tahm_navigation ul li{
    margin: 14px;
}
.taham_navg{
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 12px;
    padding: 12px;
}
.tahm_navigation ul li a#navgmHome::after{
    content: "";
    display: block;
    position: absolute;
    width: 36px;
    height: 4px;
    margin-top: 2px;
    margin-left: 12px;
    border-radius: 4px;
    background-color: #006666;
    
}