/* CSS Document */
@import "is.css";

@font-face
{
    font-family: 'RobotoBold';
    src: url("../fonts/Roboto-Bold.ttf");
}

@font-face
{
    font-family: 'RobotoCondensed-Regular';
    src: url("../fonts/RobotoCondensed-Regular.ttf");
}

@font-face
{
	font-family: 'CharmonmanBold';
    src: url("../fonts/Charmonman-Bold.ttf");
}

*
{
	margin:0;
	padding:0;
}

body
{
	background-color:#c7c7c1;
	font-family:RobotoBold;
	color:#000;
}


/* ================================================================ */
/* ============================ HEADER ============================ */
/* ================================================================ */

.hidden-data
{
	height:384px;
	width:1080px;
	margin: auto;
	font-size: 12px;
	display:none;
}

.parent-header
{
	position:fixed;
	display:block;
	width:100%;
	background-color:#ffffff;
	z-index:1;
}

.prime-bar
{
	position:static;
	height:526px;
	width:1080px;
	margin:auto;
	margin-top:6px;
	z-index:2;
	display:block;
	
	border:0px solid red;
}

.prime-bar-upper
{
	height:598px;
	width:1080px;
	position:relative;
	display:block;
}

.prime-bar-lower
{
	width:1080px;
	height:34px;
	display:flex;
	
	/*border:1px solid red;*/
}

.header-logo
{
	height:70px;
	width:1080px;
	top: 0px;
	left: 0px;
	margin: auto;
	margin-top: 4px;
	z-index:3;
}

.prime-logo
{

	height:70px;
	width:338px;
	position:absolute;
	display:inline-block;
	background-image:url("../assets/logo/BNGR-LOGO-small.png");
	background-repeat:no-repeat;
	background-size:contain;
	margin:0;
	
	
	/*border: 1px solid yellow;*/
}

.prime-banner
{
	top: 6px;
	left: 4px;
	width:944px;
	height:250px;
	display:inline-block;
	margin:0;
	border:0px solid blue;
	
}

.prime-caps-opening
{
	width:615px;
	display:block;
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 10px;

}

.prime-caps-opening h1
{
	font-family: RobotoCondensed-Regular;
	font-style:normal;
	font-size: 22px;
    color: #000;
}

.prime-caps-opening p
{
	font-family: RobotoCondensed-Regular;
	font-style:normal;
	font-size: 22px;
    color: #000;
}

.prime-iconic
{
	top: 16px;
	right: -82px;
	height: 600px;
	width: 568px;
	position:absolute;
	display:inline-block;
	background-image:url("../assets/logo/SRC-2022.05.23_0009.png");
	background-repeat:no-repeat;
	background-size:contain;
	margin:0;
	text-shadow: 6px 6px 3px #000000;
	z-index:3;
	
	border: 0px solid yellow;
}



.case-banner
{
	width:944px;
	height:250px;
	
	/*border:1px solid blue;*/
}

.image-cover
{
	width:944px;
	height:250px;
	position:absolute;
	
	background-color:rgba(0,0,0,0.2);
}

.prime-slide-show
{
	height:250px;
	width:944px;
	object-fit: cover;
}

.menu
{
	border: 0px solid red;
	display: block;
	height: 34px;
	width: 1080px;
	color:#ffffff;
	margin: auto;
}

.menu li
{
	border: 0px solid red;
	display:inline-block;
	float:left;
	padding:6px;
	height: 19px;
	width: 90px;
	margin-top: 2px;
	text-align: center;
}

.menu li:nth-of-type(3) li
{
	text-align: left;
	width: 200px;
}

.reserve-logo
{
	height:34px;
	width:460px;
	display:inline-block;
	
	/*border:1px solid red;*/
}

.product-submenu
{
	color:#fff;
	display:none;
	position:absolute;
	padding:4px;
	width:214px;
	z-index: 3;
	background-color:rgba(95,3,173,0.7);
}

.prime-menu
{
	background-color: #1303ad;
	height:34px;
	display: block;
	font-size:14px;
	position: static;
	
	/*border:1px solid red;*/
}

a
{
	text-decoration:none;
	color:#ffffff;
}

a:hover
{
	color:#5499C7;
}

.menu li:nth-of-type(3):hover .product-submenu
{
	display:block;
}

.menu li:hover
{
	background-color:#5f03ad;
}

.menu li:nth-of-type(3) li:hover
{
	background-color:rgba(0,0,0,0.7);
}


/* ================================================================ */
/* ============================= BODY ============================= */
/* ================================================================ */
.body-case
{
	position:absolute;
	top:280px;
	width:100%;
	height:100%;
}

.standard-container
{
	width:1080px;
	margin-left:auto;
	margin-right:auto;
	
	/*border: 1px solid red;*/
}

.page-body-main
{
	background-color: #000000;
	position:fixed;
	display:block;
	bottom: 0px;
	left: 0px;
	right: 0px;	
}

.footer-body-main
{
	border: 0px solid blue;
	position:relative;
	display:block;
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer-main
{
	border: 0px solid yellow;
	position:relative;
	left: 32%;
	display:inline-block;
	color: #ffffff;
	font-family: "Arial";
	font-size: 10pt;
	margin:auto;
	overflow: hidden;
}

.title-header
{
	background-color:#2471A3;
	width:100%;
	position:relative;
	top:10px;
	
	/*border: 1px solid yellow;*/
}

.container-title
{
	height:38px;
	width:1080px;
	display:block;
	margin-left:auto;
	margin-right:auto;

	
	/*border: 1px solid red;*/
}

.Product-Group-Title
{
	display:block;
	margin-top:6px;
	margin-left:6px;
	position:absolute;
	font-weight:bold;
	font-size:24px;
	color:#FFF;
}

.gallery-container
{
	width:1080px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	margin-bottom:26px;
}

.thumbnail
{
	height:90px;
}

.Gallery-Shell
{
	display:inline-block;
	padding:4px;
	border-radius:2px;
	margin:4px;
	border: .5px solid #ABB2B9;
	box-shadow:1px 2px #ABB2B9;
	transition:0.3s;
}

.Modal-Shell
{
	display: none;									/* Hidden by default */
    position: fixed;								/* Stay in place */
    z-index: 1;										/* Sit on top */
    left: 0;
    top: 0;
    width: 100%;									/* Full width */
    height: 100%;									/* Full height */
    overflow: auto;									/* Enable scroll if needed */
    background-color: rgba(0,0,0,0.9);				/* Black w/ opacity */
}

.Modal-Content 
{
    margin: auto;
    display: block;
    height:90%;
	padding:5%;

}

.modal-content
{ 
    animation-name: zoom;
    animation-duration: 0.6s;
}

.Gallery-Shell:hover
{
	opacity:0.7;
}

/* The Close Button */
.close 
{
    position: absolute;
    top: 20px;
    right: 270px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus 
{
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@keyframes zoom 
{
    from {transform:scale(0)} 
    to {transform:scale(1)}
}


