::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-track {
	background: #fdd21230;
}
::-webkit-scrollbar-thumb {
	background: #e20714;
}
::-webkit-scrollbar-thumb:hover {
	background: #555;
}
@font-face {
	font-family: ob;
	src: url("font/Outfit-Bold.ttf") format("truetype");
}
@font-face {
	font-family: or;
	src: url("font/Outfit-Regular.ttf") format("truetype");
}
@font-face {
	font-family: osb;
	src: url("font/Outfit-SemiBold.ttf") format("truetype");
}
@font-face {
	font-family: om;
	src: url("font/Outfit-Medium.ttf") format("truetype");
}
@font-face {
	font-family: ol;
	src: url("font/Outfit-Light.ttf") format("truetype");
}
html,
body {
	overflow-x: hidden;
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
}

.overlay {
	position: fixed;
	z-index: 7;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.3s;
}

.popup {
	padding: 30px;
	border-radius: 8px;
	text-align: center;
	font-family: ob;
	font-size: 20px;
	width: 50%;
	border-radius: 25px;
	border: 3px solid #322f3f;
	color: white;
	transform: scale(0.5);
	transition: transform 0.3s;
	background-image: url(bgflip.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position-x: center;
	background-position-y: 100%;
}

#clbtn {
	padding: 10px 20px;
	font-family: ob;
	background-color: #fd72008a;
	font-size: 20px;
	cursor: pointer;
	font-family: ob;
	font-size: 20px;
	color: black;
	border: none;
	transition: .4s;
	border-radius: 12px;
}
#clbtn:hover{
	background: linear-gradient(to bottom, #322f3f, #e20714);
	color: white;
	transform: scale(1.1);
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

header {
	/*background-image: url(home/bg1.png);*/
	background-image: url(bgbg.jpeg);
	background-size: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 49vw;
}
.background-tint {
	background-color: rgba(33, 24, 15, 0.5);
	background-blend-mode: multiply;
}
.tex img{
	width: 30vw;
	height: auto;
}
.tex-1 h1{
	padding-top: 5%;
	text-align: center;
	color: #e20714;
	font-size: 5vw;
	font-weight: 700;
	font-family: ob;
}
#brandlogo{
	width: auto;
	height: 50px;
}
/*nav*/
.navbar{
	min-height: auto;
	width: 100%;
	z-index: 5;
	background: white;
}
.navbar-nav{
	margin-left: auto;
}
.dropdown-menu{
	background: white;
}
.dropdown-menu.slide-down {
	animation: slideDown .5s ease forwards;
	border: 4px solid #e20714;
	border-radius: 15px;
}
#atag,#servicesDropdown{
	font-family: ob;
	font-size: 20px;
	color: black;
	transition: .4s;
	border: none;
	border-radius: 12px;
}
#atag:hover,#servicesDropdown:hover{
	background: linear-gradient(to bottom, #322f3f, #e20714);
	color: white;
	transform: scale(1.1);
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}


@keyframes slideDown {
	0% {
		opacity: 0;
		transform: translateY(-30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


.connn,.connn2 {
	z-index: 20;
	display: grid;
	justify-content: right;
	align-items: center;
	row-gap: 20px;
}
.connn{
	top: 92%;
	right: 2.3%;
	position: fixed;
}
.connn2{
	top: 75%;
	right: 2.3%;
	position: absolute;
}

.connn img,.connn2 img {
	height: 35px;
	width: 35px;
	filter: brightness(100%);
}

.connn img:hover,.connn2 img:hover {
	filter: brightness(150%);
}

.lines {
	position: absolute;
	top: 0;
	left: 0;
}

.lines img {
	width: 100%;
	height: auto;
}

#cfl {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5%;
}
#cfl video{
	width: 80%;
	height: auto;
	border: 7px solid #e20714;
	border-radius: 10px;
}
#cfl2{
	background-image: url(home/Lines2.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	display: grid;
	align-items: center;
	justify-content: center;
	text-align: center;
	row-gap: 10px;
}
#cfl2 img{
	margin: auto;
}
#cfl2 h1{
	font-weight: 650;
}
#p1{
	font-size: 25px;
	font-weight: 600;
	font-family: or;
}
#p1 a{
	text-decoration: none;
	color: #e20714;
}
#p1 a:hover{
	text-decoration: underline;
}
#p2{
	font-size: 25px;
	padding: 0 15% 0 15%;
	font-family: om;
	color: #3f3f3f;
}
.container-img img{
	width: auto;
	height: auto;
	padding: 2%;
}
.container-img{
	margin-bottom: 10%;
}
#cfl3{
	overflow: hidden;
	padding: 0 1% 0 1%;
}
#cfl3 h1{
	color: #e20714;
	text-align: center;
	font-size: 45px;
	font-weight: 550;
	margin-bottom: 3%;
	font-family: om;
}
#pfoot{
	color: #e20714;
	text-align: center;
	font-size: 25px;
	padding: 5% 2% 0 2%;
	font-family: om;
}
#dlines{
	width: 100%;
	height: auto;
	margin-top: -3%;
	animation: rotate 5s infinite;
}
@keyframes rotate {
    0%{
        transform: rotateX(0deg);
    }
    50%{
        transform: rotateX(180deg);
    }
    100%{
        transform: rotateX(360deg);
    }
}
#img9s{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flip-box {
	background-color: transparent;
	width: 473px;
	height: 350px;
	perspective: 1000px;
	transition: transform .8s ease-in-out;
}

.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);
}

.flip-box-front img {
	width: fit-content;
	height: fit-content;
}

.flip-box-front,
.flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-box-back {
	display: grid;
	align-items: center;
	justify-content: center;
	background-image: url(bgflip.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position-x: center; 
	background-position-y: 110%;
	column-gap: 5px;
	text-align: center;
	transform: rotateY(180deg);
	border: 10px solid #e20714;
	border-radius: 10px;
}
.flip-box-back a{
	text-decoration: none;
}
.flip-box-back a h3{
	color: #e20714;
}
.flip-box-back a p{
	color: #3f3f3f;
	padding: 0 10% 0 10%;
}
.flip-box-back img{
	margin: auto;
}
#cfl4 h1{
	color: #e20714;
	text-align: center;
	font-size: 45px;
	font-weight: 550;
	margin-bottom: 3%;
	margin-top: -5%;
	font-family: om;
}
#cfl4{
	padding: 0 4% 0 4%;
}
#cont h3{
	color: #e20714;
	font-size: 30px;
	font-weight: 500;
	font-family: osb;
}
#cont p{
	color: #3f3f3f;
	font-size: 23px;
	font-family: or;
}
.board{
	display: flex;
	align-items: center;
	justify-content: right;
	column-gap: 30px;
}
#bpp{
	text-align: center;
	font-size: 15px;
	font-family: ol;
	margin-left: 30%;
}
.boxx{
	display: grid;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: linear-gradient(to right, #322f3f, #e20714);
	padding: 6% 1.5% 4% 1.5%;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
	transition: .4s;
}
.boxx:hover{
	transform: scale(1.1);
}
.bo{
	background-color: #f6f2ec;
	width: fit-content;
	height: fit-content;
	border: none;
	border-radius: 10px;
	padding: 10% 1% 8% 1%;
}
.bo h4{
	font-family: or;
	font-weight: 700;
}
.bo p{
	font-family: ol;
}
.boxx h3{
	font-family: or;
	font-weight: 600;
	color: white;
}
#cfl5 h1{
	color: #e20714;
	text-align: left;
	font-size: 45px;
	font-weight: 600;
	font-family: osb;
}
#cfl5{
	padding: 2%;
}
#cfl5 p{
	color: black;
	font-size: 15px;
	text-align: left;
	margin-left: .5%;
	font-family: or;
}
.category-checkboxes {
    display: flex;
    justify-content: center;
}

.category-btn {
    flex: 1;
    padding: 10px;
    border: 1px solid #e20714;
	border-radius: 25px;
	background-color: white;
    text-align: center;
    cursor: pointer;
	font-size: 20px;
	font-family: om;
    transition: .4s;
	margin: 0 5% 0 5%;
}
.category-btn.active,.category-btn:hover {
    background: linear-gradient(to right, #e20714, #322f3f);
    color: #fff;
}
form{
	display: grid;
	align-items: center;
	justify-content: left;
	padding-left: 2%;
}
input,textarea{
	border: none;
	border-bottom: 1px solid grey;
	resize: none !important;
	width: 50vw;
	transition: .8s;
	outline: none;
}
input::placeholder,textarea::placeholder{
	font-family: or;
}
input:hover,input:focus,textarea:hover,textarea:focus{
	border-bottom: 2px solid #e20714;
}
#submit{
	width: fit-content;
	background: linear-gradient(to right, #e20714, #322f3f);
	border-radius: 10px;
	padding: 2% 2% 2% 2%;
	border: none;
	color: white;
}
#submit:hover{
	transform: scale(1.2);
	color: black;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

#time #oo,#time p{
	font-size: 20px;
	font-weight: 700;
	font-family: or;
}
#time #oo{
	color: #e20714;
}
#time a{
	text-decoration: none;
	font-family: osb;
}
#time a:hover{
	text-decoration: underline;
	color: #000;
}
.day {
    cursor: pointer;
}
.underline {
	background: linear-gradient(to right, #e20714, white);
	width: fit-content;
	padding: 1.5% 1.5% 1% 1.5%;
	border-radius: 5px;
}
footer{
	padding: 2% 5% 2% 5%;
	background-image: url(bgfoot.png);
	background-attachment: scroll;
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	color: white;
}
#info img{
	height: auto;
	width: 200px;
}
#info p{
	padding-left: 4%;
	line-height: 2;
	font-family: om;
}
#links{
	display: grid;
	align-items: center;
	justify-content: center;
	
}
#links2{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#links a{
	text-decoration: none;
	color: white;
	margin: 0 1% 0 1%;
	font-family: om;
}
#links a:hover{
	text-decoration: underline;
}
#last{
	margin: 5% 0 0 0;
}
#last p{
	text-align: center;
	font-family: osb;
}
#last a{
	text-decoration: none;
	color: white;
}
#last a:hover{
	text-decoration: underline;
}
.boxx h3 a{
	text-decoration: none;color: white;background:  white;padding: 5%;font-size: 17px;
}
@media screen and (min-width:1600px) {
	.lines img{
		width: 100vw;
	}
}
@media screen and (max-width:1497px) {
	#img9s{
		margin-bottom: 3%;
	}
}
@media screen and (max-width:992px) {
	footer {
        color: black;
		background-image: unset;
    }
    #links a {
        color: black;
    }
    #last a {
        color: black;
    }
	#time #oo,#time p{
		text-align: center;
	}
	#formbox{
		display: grid;
		align-items: center;
		justify-content: center;
	}
	.underline {
		width: unset;
	}
	#cfl5 h1,#cfl5 p{
		text-align: center;
	}
	.category-btn {
		margin-bottom: 2%;
	}
	#atag,#servicesDropdown{
		padding: 2%;
	}
	#clbtn,
	#popup {
		font-size: 16px;
	}
	header {
		height: 65vw;
	}
	.tex h1{
		margin-top: 5%;
	}
}

@media screen and (max-width:478px) {
	.flip-box-front img,.flip-box-back{
		width: 98%;
		height: 100%;
	}
	
	#img9s{
		transform: scale(.9);
	}
	.boxx h3 a{
		padding: 10%;
		font-size: 10px;
	}
	#brandlogo{
		height: 30px;
	}
}
@media screen and (max-width:460px) {
	.bo h4{
		font-size: 15px;
	}
}

