h1, h2, h3{
		font-family: "Forum", serif;
	}
	h1, h2{
		font-size: 100px;
		line-height: 100px;
	}
#banner .inner.bnrhdr{
	position: absolute;
}
#header > a[href="#menu"] {
	/*border: 1px solid #636363;*/
	border: 1px solid #fff;
	background: #661315;
	width: 70px;
	height: 70px;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#header > a[href="#menu"]::before {
	content: url(../images/hamburger-icon.webp);
	line-height: 1;
}

.footer-logo {
    cursor: pointer;
    transform-origin: center;
    will-change: transform;
}


.btnrow {
	display: flex;
	justify-content: center;
	gap: 15px;
}
.bgcolor {
	background: #661315;
}
.post{
	height: auto;
}
.pizza-05 {
	display: flex;
	justify-content: end;
	margin-bottom: 40px;
}
.pzlgs{
	width: 230px;
	height: 304px;
	background: #661315;
	border-radius: 0 0 230px 230px;
	display: flex;
	align-items: end;
	justify-content: center;
	padding-bottom: 70px;
}
.bgcolor-w .piza-content h1,
.bgcolor-w .piza-content p{
    color:#661315;
    
}



.pzlg a {
	font-size: 48px;
	color: #fff;
	font-weight: 500;
	line-height: 48px;
	
	display: block;

}
.piza-content h1 {
	margin-top: 120px;
}
.pzlg a span{
	font-size: 28px;
	display: block;
	font-weight: 400;
}
.pizza-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
.pizza-pic img{
	border-radius: 300px 300px 0 0;
}
.piza-content {
    max-width: 695px;
    margin: 0 auto;
}
.pizza-pic {
    margin-top: 150px;
}

.pizza-right, .pizza-left {
	margin-top: 150px;
}


.pizza-02 {
    margin-top: 100px;
}
.menulst-bxlis {
	position: relative;
	transition: all 0.4s;
	border: 6px solid transparent;
}
.menulst-bxlis span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 60px;
	font-weight: 600;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	display: inline-block;
	line-height: 60px;
	padding: 12px 20px;
	text-transform: uppercase;
	transition: all 0.4s;
}

.menulst-bxlis:hover{
	border: 6px solid #941d1f;
}
.menulst-bxlis:hover span{
	background: #941d1f;
}
img{display: block;}

.pizza-03 {
	display: flex;
	justify-content: end;
	margin-bottom: 60px;
}
.pizza-list .row [class*=col-]:first-child{
	margin-top: 260px;
}
.pizza-list .row [class*=col-]:nth-child(2){
	margin-top: 130px;
}
.pizza-list .row [class*=col-]:last-child{
	margin-top: -130px;
}
.pizza-04 {
	display: flex;
	justify-content: end;
	margin-top: 70px;
}
.contact-form {
	text-align: left;
}
.contact-form .form-control{
	height: 70px;
	border-radius: 16px;
	padding: 10px 20px;
	background: rgba(144, 144, 144, 0.075);
  	border-color: rgba(144, 144, 144, 0.25);
}
.contact-form textarea.form-control{
	height: 239px;
}
.submit-btn .btn-danger {
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	padding: 15px 35px;
	background-color: #9e1c1c;
	border: 1px solid #9e1c1c;
	white-space: nowrap;
	border-radius: 0px;
	text-align: center;
	height: auto;
}
.submit-btn .btn-danger:hover{
	background-color: #9e1c1c;
}

.contact-form .form-control:focus,
.contact-form textarea.form-control:focus{
	border-color: #F64747;
  	box-shadow: 0 0 0 1px #F64747;
}
.contactus-section .row{
	align-items: center;
}

#footer {
  color: #fff;
  padding:6em 0 4em 0;
  background: #232323;
}
.ftrlogo a {
	display: inline-block;
}
#footer .ftrlogo + .row [class*=col-]{
	width: 20%;
}
.inst-gmrbx img{
	border-radius: 20px;
}
.flwus-btn {
	border: 2px solid #9e1c1c;
	display: inline-block;
	padding: 14px 30px;
	text-transform: uppercase;
	font-size: 18px;
}
.ftrsocial a {
	width: 58px;
	height: 58px;
	background: #626262;
	border-radius: 58px;
	display: inline-block;
	line-height: 60px;
	transition: all 0.4s;
	margin: 0 5px;
}
.ftrsocial a i{
	font-size: 24px;
	color: #232323;
}
.ftrsocial a:hover{
	background: #fff;
}
#footer .copyright {
	margin: 0px;
	
}
.copyright {
  color: #a5a5a5;
  margin:0;
  padding: 2em 0 2em 0;
  text-align: left;
  background: #232323;
  border-top: 1px solid #646464;
}
.cprwlink p{
	font-size: 18px;
	color: #a5a5a5;
}
.cprwlink p a{
	color: #a5a5a5;
	transition: all 0.4s;
}
.cprwlink p a:hover{
	color: #9e1c1c;
}
.cprwAdrs p{
	font-size: 18px;
}
.cprwAdrs p i{
	color: #9e1c1c;
}


.logo {
	text-align: center;
}
.logo a {
	display: inline-block;
}
.pageError img{
	margin: auto;
}
.pageError h3{
	color: #232323;
	font-size: 50px;
}
.pageError p{
	color: #232323;
	font-family: 'Jost';
	font-size: 18px;
}
#header.error-page > a[href="#menu"] {
	background: #9e1c1c;
}

.bg_4f0f10{
	background: #4f0f10;
}
.food-bxstyle {
	position: relative;
	display: inline-block;
}

.food-bxstyle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 50px 60px 2px;
  min-height: 80px;
  border-style: solid;
  border-width: 0 100px;
  border-image-source: url("../images/menu-title-bg.webp");
  border-image-slice: 0 100 fill;
  border-image-repeat: stretch;
  background: transparent;
  margin-bottom: 15px;
}
.food-bxstyle span {
  font-family: "Forum", serif;
  text-transform: uppercase;
  font-size: clamp(18px, 4vw, 50px);
  color: #fff;
  letter-spacing: 2px;
  white-space: nowrap;
}

.menuTimg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 2px;
  min-height: 55px;
  border-style: solid;
  border-width: 0 55px;
  border-image-source: url("../images/menu-time-bg.webp");
  border-image-slice: 0 55 fill;
  border-image-repeat: stretch;
  background: transparent;
}

.menuTimg span {
  font-family: "Jost", serif;
  text-transform: uppercase;
  font-size: clamp(18px, 4vw, 24px);
  color: #fff;
  letter-spacing: 2px;
  white-space: nowrap;
}
.nibbles-and-aperitivo-pizza img {
    width: 100%;
    margin-top: -140px;
}

/* Wrapper */
.menu-item-wrap {
  max-width: 765px;
  position: relative;
}

/* Row layout */
.menu-row {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

/* Left round food image */
.food-img{
	position: relative;
}
.food-img img {
	margin-right: -150px;
	max-width: 209px;
}

.nibbles-and-aperitivo-listing {
	max-width: 780px;
	margin-left: auto;
}
/* .white-brush {
  align-items: center;
  padding: 5px 160px 5px 35px;
  min-height: 85px;
  border-style: solid;
  border-width: 0 140px; 
  border-image-source: url("../images/menu-name-bg.webp");
  border-image-slice: 0 140 fill;
  border-image-repeat: stretch;
  background: transparent;
} */

.dvrl-sec{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  overflow:hidden;
}



/* Food title */
.food-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  color: #111;
  white-space: nowrap;
}

/* Description */
.food-desc {
  margin-top: 8px;
  font-size: 24px;
  color: #fff;
  /* margin-bottom: 10px; */
}
.food-desc span{
	color: #d91c22;
}

/* 🔥 Black brush price tag */
.price-brush {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 20px;
  min-height: 87px;

  border-style: solid;
  border-width: 0 60px;
  border-image-source: url("../images/menu-price-bg.webp");
  border-image-slice: 0 60 fill;
  border-image-repeat: stretch;
}
.pizzas .price-brush{
	right: 0px;
}
.price-brush span {
  font-size: 28px;
  font-weight: 700;
  color: #ff2c2c;
}
.mt-30 {
	margin-top: -30px;
}

/* .dividerLine::after{
	content: " ";
	display: block;
	position: absolute;
	bottom: 95px;
	right: 0;
	background: url('../images/divider-line.webp') no-repeat right bottom;
	width: 100%;
	height: 4px;
}
.dividerLine::before{
	content: " ";
	display: block;
	position: absolute;
	bottom: -82px;
	min-height: 375px;
	left:  0;
	background: url('../images/half-pizza.webp') no-repeat left bottom;
	width: 100%;

} */
.pizzas .menu-row {
	    gap: 0px;
}
.pizzas .food-desc {
	/* position: absolute; */
	max-width: 400px;
	font-size: 20px;
	margin-left: 28%;
	line-height: 25px;
	text-align: left;
}






.menu-item-wrap {
  margin-bottom: 50px;
}

.menu-row {
  position: relative;
  display: flex;
  align-items: center;
  height: 150px;
  max-width: 1050px;
}

/* Pizza Image */
.food-img {
  position: relative;
  z-index: 3;
}



/* White Brush Background */
.white-brush {
  position: relative;
  z-index: 1;
  background: url("../images/menu-name-bg.webp") no-repeat right 40px center;
  background-size: contain;
  height: 105px;
  width: 760px;
  padding: 28px 40px 25px 175px;
  display: flex;
  align-items: center;
}

.food-title {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.1;
  text-align: left;
}

.food-title img {
  width: 38px;
  height: auto;
}

/* Black Brush Price */
.price-brush {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/menu-price-bg.webp") no-repeat center;
  background-size: contain;
  width: 200px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.price-brush span {
    color: #ff1f1f;
    font-size: 40px;
    font-weight: 500;
}

/* Description */
.food-desc {
  font-size: 20px;
  color: #fff;
  max-width: 820px;
  line-height: 1.4;
  max-width: 400px;
    font-size: 20px;
    margin-left: 28%;
    line-height: 25px;
    text-align: left;
}

.mt-50 {
	margin-top: -120px;
}
.line-3 {
	background: url('../images/line-3.webp') no-repeat center bottom !important;
}

.pls-text {
	max-width: 800px;
	text-align: left;
}
.nibbles-menu .row,
.sesserts-menu .row{
	align-items: center;
}

.pizz-icon-style {
	position: relative;
}
.pizz-icon-style .menu-heading {
    position: relative;
}
.pizz-icon-style .menu-heading::before {
	content: " ";
	display: block;
	width: 119px;
	height: 123px;
	background: url('../images/pizza-02.webp') no-repeat;
	background-size: 100%;
	position: absolute;
	left: 10%;
    top: 1%;
    transform: rotate(var(--rotate, 0deg));
}
.pizz-icon-style2::before{
	width: 160px;
	height: 160px;
	background: url('../images/pizza-01.webp') no-repeat;
}

.pizz-icon-style2::before{
	content: " ";
	display: block;
	width: 160px;
	height: 160px;
	background: url('../images/pizza-01.webp') no-repeat;
	background-size: 100%;
	position: absolute;
	left: 10%;
    top: 5%;
    transform: rotate(var(--rotate, 0deg));
}

.mar-gn {
	margin-left: -6%;
}


.breakFast .menu-item-wrap {
    max-width: 1171px;
    position: relative;
}

.breakFast .white-brush {
    position: relative;
    z-index: 1;
    background: url(../images/menu-name-bg2.webp) no-repeat right 40px center;
    background-size: contain;
    height: 105px;
    width: 1171px;
    padding: 28px 40px 25px 175px;
    display: flex;
    align-items: center;
}

.breakFast .food-desc {
    max-width: 750px;
	margin-left: 21%;
	line-height: 31px;
}
.breakFast .menu-row {
    max-width: 1171px;
}
.food-title.text-color{
	gap: 0;
}
.food-title.text-color span{
	color: #d91c22;
}

.adrsInfo{
	max-width: 620px;
	margin: 0 auto;
}
.border-line {
	border-bottom: 1px solid #cccccc; 
}
.located > img{
	margin: auto;
}
.adrsInfo h4 {
	color: #d91c22;
	font-size: 30px;
	margin-bottom: 10px;
}
.located p {
	font-size: 24px;
}

.adrsInfo .ftrsocial a{
	background: #7f4e4f;
	color: #7f4e4f;
	line-height: 63px;
}
.adrsInfo .ftrsocial a i {
    font-size: 24px;
    color: #611214;
}

.contact-us-pg .menu-heading {
	position: relative;
}
.contact-us-pg .menu-heading::after {
	content: " ";
	display: block;
	position: absolute;
	width: 156px;
	height: 156px;
	background: url('../images/pizza-05.webp') no-repeat;
	background-size: 100%;
	top: 0;
	right: 0;
	transform:
        translateY(var(--y, 0px))
        rotate(var(--rotate, 0deg));
}



.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 900px;
  background: rgba(30, 30, 30, 0.95);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 25px 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 9999;
}

.cookie-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px;
}

.cookie-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  flex: 1;
}

.cookie-content a {
  color: #9e1c1c;
  font-weight:500;
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 0px;
}

.cookie-buttons button {
  background: transparent;
  border: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  font-size: 14px;
}

.cookie-buttons button:hover {
  opacity: 0.7;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.cookie-banner.hide {
  transform: translateX(-50%) translateY(150%);
}



@media(min-width:1200px) and (max-width:1400px){
	h1, h2 {
		font-size: 84px;
		line-height: 100px;
	}
	.pzlgs {
		width: 160px;
		height: 160px;
	}
	.pzlg a {
		font-size: 34px;
		line-height: 34px;
	}
.pizz-icon-style::before {
	left: 5%;
}
.nibbles-menu .white-brush{
	padding: 28px 40px 25px 160px;
}
.food-title {
    font-size: 23px;
}
.menu-item-wrap {
    margin-bottom: 18px;
}
.nibbles-menu .food-desc{
	margin-bottom: 0;
}
.nibbles-and-aperitivo-listing {
    max-width: 596px;
    margin-left: auto;
}
.breakFast .white-brush {
    background-size: cover;
    height: 83px;
}
.breakFast .menu-item-wrap {
        margin-bottom: 60px;
    }


}

@media(min-width:992px) and (max-width:1199px){
h1, h2 {
		font-size: 64px;
		line-height: 100px;
	}
	.pzlgs {
		width: 120px;
		height: 120px;
	}
	.pzlg a {
		font-size: 25px;
        line-height: 28px;
	}
	.pzlg a span {
  		font-size: 20px;
	}

	.pizza-header{
		gap: 15px;
	}

 .inner {
    width: 100%;
  }
.menulst-bxlis span{
	font-size: 23px;
	line-height: 25px;
}
.breakFast .white-brush {
    background-size: cover;
    height: 83px;
	padding: 28px 202px 25px 141px;
}
.breakFast .menu-item-wrap {
        margin-bottom: 60px;
    }
.breakFast .food-img img {
    margin-right: -150px;
    max-width: 160px;
}
.breakFast .food-title{
	font-size: 21px;
	line-height: 26px;
}
.breakFast .price-brush span {
    color: #ff1f1f;
    font-size: 26px;
    font-weight: 500;
}
.breakFast .price-brush {
    width: 182px;
    height: 84px;
}



}

@media(min-width:768px) and (max-width:991px){
h1, h2 {
		font-size:54px;
		line-height: 100px;
	}
 .inner {
    width: 100%;
  }
.pizza-left {
	display: flex;
	align-items: end;
	gap: 50px;
}
.pizza-pic {
  margin-top: 0px;
}
.pizza-abtpic img {
  border-radius: 300px 300px 0 0;
}
.pizza-header {
	padding: 0px 0;
}
.menulst-bxlis span{
	font-size: 23px;
	line-height: 25px;
}
.pizza-05{
	margin-bottom: 0px;
}
.mapAdres {
	margin-top: 60px;
}
.breakFast .white-brush {
    background-size: cover;
    height: 83px;
	padding: 28px 182px 25px 103px;
}
.breakFast .menu-item-wrap {
        margin-bottom: 60px;
    }
.breakFast .food-img img {
    margin-right: -100px;
    max-width: 150px;
}
.breakFast .food-title{
	font-size: 21px;
	line-height: 26px;
	white-space: normal;
	display: inline-block;
}
.breakFast .price-brush span {
    color: #ff1f1f;
    font-size: 26px;
    font-weight: 500;
}
.breakFast .price-brush {
    width: 182px;
    height: 84px;
}





}

@media(max-width:767px){
h1, h2 {
	font-size:40px;
	line-height: 100px;
}
.logo > a > img{
	max-width: 200px;
}
#banner{
	/*height:390px;*/
	background-position: left -327px center;
}
.btn-order{
	min-width: 156px;
	padding: 17px 25px;
}
.pzlgs {
  width: 142px;
  height: 200px;
}
.sip img{
	max-width:42px;
}
.slice img {
	max-width:60px;
}
.server img {
	max-width:100px;
}
.pizza-pic {
  margin-top: 40px;
  margin-bottom: 40px;
}
.pizza-abtpic {
	text-align: center;
}
.pizza-pic img, .pizza-abtpic img{
	margin: auto;
}
.pizza-list .row [class*="col-"]:first-child {
  margin-top: 0px;
}
.pizza-list .row [class*="col-"]:nth-child(2) {
  margin-top: 20px;
}
.pizza-list .row [class*="col-"]:nth-child(3) {
  margin-top: 20px;
}
.pizza-list .row [class*="col-"]:last-child {
  margin-top: 20px;
}

 .inner {
    width:100%;
  }
.pizza-abtpic img {
  border-radius: 300px 300px 0 0;
}
 .post h2 {
    font-size: 41px;
  }
.menulst-bxlis span{
	font-size: 23px;
	line-height: 25px;
}
.pizza-04, .pizza-03 {
	display: none;
}

.mapAdres iframe{
	height: 360px;
}
.ftrlogo > a > img{
	max-width: 170px;
}
#footer .ftrlogo + .row [class*="col-"] {
  width: 50%;
margin-bottom: 15px;
}
.cprwlink, .cprwAdrs p {
	text-align: center;
}
.pageError h3 {
  font-size: 32px;
}

.pizz-icon-style .menu-heading::before {
	display: none;
}
.nibbles-and-aperitivo-listing {
    padding: 0 20px;
}
    .price-brush {
        border-width: 0 20px;
        border-image-slice: 0 30 fill;
		width: auto;
    	height: auto;
		min-height: 61px;
		right: -10px;
    }
.white-brush {
    width: 100%;
    padding: 16px 120px 16px 66px;
    border-width: 0 100px;
    border-image-slice: 0 100 fill;
	background-position: right 10px center;
  }
  .food-title {
    font-size: 18px;
  }
  .price-brush span {
    font-size: 18px;
  }
    .food-bxstyle {
        padding: 30px 0px 2px;
        border-width: 0 50px;
        border-image-slice: 0 100 fill;
    }

.menu-row {
	height: 95px;
}
.food-desc {
	margin-top: 0;
	font-size: 15px;
	margin-left: 0;
	text-align: center;
}
.menu-item-wrap {
    margin-bottom: 0;
}
.nibbles-and-aperitivo-pizza img {
    width: 100%;
    margin-top: 0;
}

    .pizzas .white-brush {
		background-position: right 0 center;
		padding: 16px 120px 16px 80px;
	}
.pizzas .food-desc {
    max-width: 275px;
    font-size: 14px;
    margin-left: 0;
    line-height: 19px;
    text-align: center;
    margin: 0 auto 20px;
}
.food-title img {
    width: 25px;
    height: auto;
}
.food-title {
	font-size: 15px;
	gap: 5px;
}
.mt-50 {
    margin-top:0px;
}
.pizz-icon-style2::before {
	display: none;
}

.breakFast .white-brush {
    background-size: cover;
    height: 83px;
	padding: 28px 137px 25px 103px;
}
.breakFast .menu-item-wrap {
        margin-bottom: 60px;
    }
.breakFast .food-img img {
    margin-right: -100px;
    max-width: 150px;
}
.breakFast .food-title{
	font-size: 21px;
	line-height: 26px;
	white-space: normal;
	display: inline-block;
}
.breakFast .price-brush span {
    color: #ff1f1f;
    font-size: 26px;
    font-weight: 500;
}
.breakFast .price-brush {
    width: 145px;
    height: 84px;
}
.breakFast .row > * {
        padding: 0 30px;
    }
.breakFast .food-desc {
    max-width: 318px;
    margin-left: 31%;
    line-height: 23px;
    text-align: left;
}
.breakFast .food-title br{
	display: none;
}
.contact-us-pg .menu-heading::after {
	opacity: 0.2;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
}
.cookie-content {
    gap: 13px;
}


}
@media(max-width:575px){
.pizza-header{
	gap: 10px;
}
 .pzlgs {
    width: 105px;
    height: 135px;
	padding-bottom: 45px;
  }
  .sip img {
    max-width: 38px;
  }
  .server img {
    max-width: 90px;
  }
.pizza-right, .pizza-left {
  margin-top: 45px;
}


.food-img img {
    /* margin-right: -150px; */
    max-width: 74px;
}

    .breakFast .food-img img {
        margin-right: -68px;
        max-width: 80px;
    }
.breakFast .white-brush {
        background-size: cover;
        height: 56px;
        padding: 28px 91px 25px 64px;
    }
    .breakFast .price-brush {
        width: 105px;
        height: 58px;
    }
    .breakFast .food-title {
        font-size: 13px;
        line-height: 16px;
        white-space: normal;
        display: inline-block;
    }
.breakFast .price-brush span {
        color: #ff1f1f;
        font-size: 18px;
        font-weight: 500;
    }
.breakFast .food-desc {
        max-width: 226px;
        margin-left: 26%;
        line-height: 23px;
        text-align: left;
    }
    .breakFast .menu-item-wrap {
        margin-bottom: 30px;
    }
.breakFast h1 {
	line-height: 50px;
}
.logo > a > img {
        max-width: 143px;
    }
    
 .cookie-buttons button {
     font-size: 13px;
 }   
.cookie-content p {
    text-align: center;
} 
.cookie-banner {
    padding: 25px 20px;
} 
    

}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 85px;
    bottom: 15px;
    z-index: 996;
    background: #9e1c1c !important;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
    padding: 0px;
    line-height: 38px;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}













