body {
    font-family: B Koodak;
    font-size: 20px;
    color:rgba(8,43,150,1.00);
    background-color: rgba(234,240,252,1.00);
    margin: 0; padding: 0; box-sizing: border-box;
}


.page-table {

	text-align: right;
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.row {
    text-align: center;
    width: 100%;
    display: table-row;
	height: 120px;
}

.cell {

	text-align: center;
    width: 100%;
    display: table-cell;
    
}

.header {
    background:#EFF8FB;
    border-bottom: 2px solid rgba(84,146,210,1.00); 
    text-align:center;
}

.header nav {
    display: inline-block;
}
.nav-link {
    text-decoration: none;
    color: rgba(3,52,127,1.00);
    font-weight: bold;
    padding: 0 15px;
    display: inline-block; 
  }

.btn {
    padding: 8px 20px;
    border-radius:5px;
    border: none;
	cursor: pointer;
    margin: 0 5px;
}
.footer-container {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.footer {
    width: 100%;
    background:rgba(3,55,126,1.00);
    color: #fff;
    padding: 40px 20px;
    box-sizing: border-box;
}


.footer-col {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    text-align: right;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 15px;
    min-width: 220px;
}

.hero-banner {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.categories-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 20px;
}	

.zoom{
			transition: 0.3s;
		}
		.zoom:hover{
			transform: scale(1.2);
		}
    .countainer {
        position: relative ;
        display: inline-block ;
    }

    .style_ul {
        display: none ;
        position: absolute ;
		min-width: 150px;
		width: 300px;
        top: 100% ;
        right: 0 ;
        margin: 0 ;
        padding: 10px 0 ;
        background-color: white ;
        border: 1px solid #ccc ;
        z-index: 99999 ;
		list-style: none;
		border-radius: 5px
    }
    .countainer:hover .style_ul {
        display: block ;
    }
	.style_li:hover{
		background-color: rgba(15,0,87,1.00);
		color: white;
		border-radius: 5px;
		text-decoration: none;
		font-weight: bold;
        padding: 0 15px;
	}
	.style_ul li a {
    display: block;
    text-decoration: none;
    color: #333;
}
.style_ul li:hover {
    background-color: rgba(15, 0, 87, 1.00);
    border-radius: 5px;
}
.style_ul li:hover a {
    color: white !important;
}

