body {

  zoom: 110%;

}



.text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;  /* vertically center text */
    align-items: center;      /* horizontally center text */
    text-align: center;
    padding: 40px !important; /* internal text spacing only */
    
    
}
.item-block {
    display: flex; 
    height: auto;
}


.item-block > .col-md-6 {
    display: flex;
}

.item-block img,
.item-block video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.hover-shadow:hover {
    box-shadow: var(--bs-box-shadow-lg) !important;
    transform: scale(1.03);
    transition: 0.3s;
}



/* Nav 3rd Level */
/* Multi-level dropdown support */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* Show submenu on hover */
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Arrow icon */
.dropdown-submenu > a:after {
    content: "›";
    float: right;
    margin-left: .5rem;
}



/* nav  */
.nav-tabs.nav-justified > li {
    display: table-cell !important;
    width: 1% !important;
    float: none !important;
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    width: 100% !important;
    white-space: nowrap;
}
