body {
	background: #F8F9FA !important;
	margin: 0px !important;
	color: #353550 !important;


	font-family: 'Inter' !important;
	font-style: normal !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 17px !important;
}

.btn {
	font-weight: 600 !important;
	font-size: 14px !important;
}

a {
	text-decoration: none !important;
	color: unset !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0px;
}

.btn-info {
	background: #6FDBD4 !important;
}


.btn-rounded {
	-webkit-border-radius: 500px !important;
	-moz-border-radius: 500px !important;
	border-radius: 500px !important;
}







header.topmenu {
	padding: 0px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 110px;
}


.menuarea {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.menuarea .menuitem {
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-right: 34px;


	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	position: relative;
}

.logoarea img {
	width: 87px;
}

.logoarea {
	display: flex;
	align-items: center;
}

.menuarea a:last-child .menuitem {
	margin-right: 0px;
}



.languagearea {
	border: 1px solid #FFFFFF;
	border-radius: 120px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 10px;
	gap: 10px;
	margin-left: 20px;
}

.languagearea .menuitem {
	margin: 0px;
	font-weight: 400;
	width: 17px;
}

.languagearea .menuitem:hover,
.activelang {
	font-weight: 600 !important;
	color: #6fcefb;
}

.regulartext {
	font-weight: 400;
	line-height: 30px;
}


section.sliders {
	background: #F8F9FA;
	padding: 30px 12%;
	padding-bottom: 50px;
}

.slider {
	position: relative;
	box-sizing: border-box;
}

img.sliderimgfirst {
	width: 100%;
	height: auto;
	max-height: 500px;
}

.smalltext {
	font-weight: 400;
	color: #A8ABBD;
	font-size: 14px;
	line-height: 22px;
}

.slidertext {
	position: absolute;
	left: 0;
	z-index: 10;
	top: 20%;
	width: 50%;
	transform: translateX(50%);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.slidertext>.slidertitle,
.slidertext>.sliderdetails {
	background-color: #4242427a;
	color: white;
	margin-top: 10px;
	text-align: center;
	display: inline-block;
	padding: 0px 12px;
}

.slidertext .redtext {
	color: #FB5565;
}

.slidermaintext {
	font-size: 40px;
	line-height: 48px;
	padding-top: 10px;
}

.text-type-1 {
	font-size: 40px;
	line-height: 48px;
}

.sliderbuttons {
	padding-top: 38px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.sliderbutton {
	margin-right: 28px;
}

.sliderbutton:last-child {
	margin: 0px;
}



.redsubborder {
	display: inline-block;
	position: relative;
}

.redsubborder:before {
	position: absolute;
	content: '';
	border-bottom: 12px solid #FA5766;
	width: 100%;
	transform: translateX(-50%);
	bottom: 3px;
	left: 50%;
	z-index: -1;
}


.sectionpadding {
	padding: 50px 0px;
}

.smallverticalpadding {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sectiontitle {
	padding-top: 9px;
	text-align: center;
	font-weight: 700;
}

.sectionrow {
	display: flex;
	align-items: center;
}

.whatisbuddify .sectionrow {
	padding-top: 61px;
}

.sectionrowimg {
	position: relative;
	padding: 20px;
}

.text-type-2 {
	font-size: 24px;
	line-height: 32px;
}

.imageplacedright {
	flex-direction: row-reverse;
}

.sectionrowtext {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	margin-top: 24px;
	color: #A8ABBD;
}

.whitebg {
	background-color: white;
	/* background: #F8F9FA; */
}

.imglabel {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%);
	height: 56px;
	width: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FA5766;
	border-radius: 5px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: 500;
}

.watchourvideo .sectionrowtextarea {
	text-align: center;
}

.watchourvideo .sectionpadding {
	padding: 105px !important;
}




.text-type-3 {
	font-size: 32px;
	line-height: 39px;
}

.text-type-4 {
	font-size: 18px;
	line-height: 26px;
}

.socialmedia .sectionrowimg {
	text-align: center;
}

img.socialmediatopbg {
	/* position: absolute; */
	/* left: 0px; */
	/* top: 0px; */
	/* z-index: -1; */
	margin-bottom: -53px;
	max-height: 87px;
}

.socialmedia .sectionrow {
	align-items: normal;
}

.socialmedia .sectionrowtextarea {
	padding-top: 80px;
}

.socialmedia .sectionrowtext {
	margin-top: 37px;
}

.socialmedialinks {
	margin-top: 47px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.socialmedialink {
	display: flex;
	flex-direction: row;
	padding: 5px 0px;
	position: relative;
	padding-bottom: 30px;
}


.socialmedia a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.socialmediatext {
	margin-left: 10px;
	color: #353550;
	font-weight: 400;
}

.socialmedialink::after {
	width: 50%;
	height: 0px;
	content: " ";
	position: absolute;
	bottom: 15px;
	border-bottom: 1px solid #E5E5E5;
}

.socialmedialink:last-child::after {
	width: 0px;
}

.quicklinks {
	display: flex;
	flex-direction: row;
}

.quicklink {
	flex: 1;
}

.quicklink-text {
	margin-top: 20px;
}

.quicklink-title {
	color: #FA5766;
	font-weight: 700;
}

.quicklink-item {
	line-height: 30px;
	color: #A8ABBD;
}

.quicklink-download {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: -50%;
}

.quicklink-item a {
	font-weight: 400;
}

.copyrightarea {
	border-top: 1px solid #E0EAF4;
	padding-top: 20px;
	margin-top: 40px;
	color: #A8ABBD;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
}

footer,
header {
	background-color: white;
}

footer .sectionpadding {
	padding-bottom: 20px;
}


.loginarea {
	display: flex;
	border-radius: 100px;
	text-align: right;
	min-width: 80px;
}

.loginarea>a {
	flex-basis: 100%;
	padding: 8px 0px;
	transition: all 0.5s;
}

.loginarea>a:hover {
	color: #FF4E6B !important;
}

.cityarea {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.locationpicker {
	border: 1px white solid;
	margin-left: 20px;
	padding: 11px 12px;
	border-radius: 100px;
	line-height: 16px;
	background-color: white;
	transition: all 0.5s;
}

.locationpicker:hover {
	border: 1px #ff0200 solid;
	/* color: #ff0200; */
}

.searcharea {
	display: flex;
	flex-direction: row;
	flex-basis: 80%;
	justify-content: center;
	align-items: center;
}

.searchfield {
	display: flex;
	flex-basis: 100%;
	border-radius: 100px;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 100%;
	background-color: white;
	border: 1px white solid;
	transition: all 0.5s;
}

.searchfield form {
	width: 100%;
}

.searchfield input {
	border: none;
	outline: none;
	width: 100%;
	padding: 0px 12px;
	background: none;
	height: 40px;
}

.searchfield>i {
	margin-right: 12px;
	font-size: 16px;
}

.searchfield:hover,
.searchfield:focus-within {
	color: #ff0200;
	border: 1px #ff0200 solid;
}


section#cityandsearcharea {
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 20px;
}

.cityandsearchsection>div:first-child {
	display: flex;
	flex-direction: column;
	width: 300px;
	flex-basis: unset;
}

.cityandsearchsection>div {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	gap: 10px;
}



.categorylist {
	display: flex;
	flex-direction: row;
	/* flex-wrap: wrap; */
	gap: 20px;
	overflow-y: auto;
	padding: 20px;
}

.category {
	width: 120px;
	flex: 0 0 auto;
}

.categoryimg>img {
	width: 100%;
}

.categoryname {
	text-align: center;
	text-overflow: ellipsis;
	white-space: unset;
	overflow: hidden;
	max-width: 90%;
	margin: auto;
}


.eventlist {
	display: flex;
	flex-direction: row;
	gap: 20px;
	overflow-y: auto;
	padding: 20px;
	justify-content: stretch;
}

.event {
	width: 184px;
	flex: 0 0 auto;
	align-self: stretch;
	border: 1px #ffffff solid;
	background: white;
	border-bottom-right-radius: 16px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
}

.eventimg img {
	width: 100%;
	border-radius: 16px;
}

.eventname {
	font-weight: 700;
}

.eventname,
.eventdate,
.eventlocation,
.eventprice {
	text-overflow: ellipsis;
	white-space: unset;
	overflow: hidden;
	margin: auto;
	padding-bottom: 4px;
	padding-left: 5%;
	padding-right: 5%;
}

.eventcard {
	font-weight: 400;
	padding-top: 6px;
	flex: 1;
}

.eventprice {
	width: 100%;
	max-width: 100%;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 16px;
	margin-top: 6px;
	/* color: #fa5766; */
	background: white;
	border-bottom: 1px #fa57664f solid;
	cursor: pointer;
	transition: all 0.5s;
}

.eventprice:hover,
.event:hover .eventprice {
	background: #fa5766;
	color: white;
}

.eventimg {
	flex: 0;
}

.eventdate>i,
.eventlocation>i {
	width: 16px;
	color: #fa5766;
	text-align: center;
}

.eventdate {
	padding-top: 8px;
}


.eventlocation {
	padding-top: 8px;
	border-bottom: 1px #fa576621 solid;
}

/* 
.eventdate>i {
	color: #353550;
} */

#cityeventlistarea .eventlist {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
}

section#cityandsearcharea {
	padding-top: 20px;
}


.button {
	display: flex;
	flex-direction: row;
	padding: 9px 20px;
	height: 38px;
	box-sizing: border-box;
	border-radius: 100px;
	gap: 5px;
	cursor: pointer;
	transition: all 0.5s;
	border: 1px #fa5756 solid;
	color: #fa5756;
	margin-right: 1px;
}

.button:hover {
	background: #fa5766;
	color: white;
}


.cityselector {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #F8F9FA;
	z-index: 1000;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-top: 24px;
}

.citylist {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: stretch;
	align-items: center;
	gap: 12px;
	width: 90%;
	margin: auto;
	margin-top: 20px;
}

.city {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: white;
	padding: 20px;
	border-radius: 8px;
	width: 80px;
	border: 2px transparent solid;
	transition: all 0.5s;
	cursor: pointer;
}

.citycode {
	font-size: 22px;
	text-align: center;
	padding: 12px 0px;
	box-sizing: border-box;
}

.cityname {
	font-weight: 400;
}

.city:hover,
.city.selected {
	border: 2px #fa5756 solid;
}

.verticalpadding {
	padding-left: 20px;
	padding-right: 20px;
}

.closebutton {
	background: #fa5756;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 32px;
	border-radius: 100px;
	position: fixed;
	top: 16px;
	right: 16px;
	cursor: pointer;
}


































::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	border-radius: 100px;
}

::-webkit-scrollbar-track {
	background: #F8F9FA;
	border-radius: 100px;
}

::-webkit-scrollbar-thumb {
	background: #FA5766;
	border-radius: 100px;
}

::-webkit-scrollbar-thumb:hover {
	background: #e24252;
	border-radius: 100px;
}













































/* For mobile devices and Tablet */
@media screen and (max-width: 768px) {
	.container {
		max-width: 94%;
	}

	.sectionrow {
		flex-direction: column;
	}

	.quicklink {
		margin-top: 50px;
	}

	.quicklinks {
		flex-direction: column;
		align-items: center;
	}

	.quicklink:first-child {
		margin: 0px;
	}

	.quicklink-download {
		margin: 0px;
	}

	.socialmedia img.socialmediatopbg {
		width: 100% !important;
		margin-top: 0px !important;
	}

	.socialmedia .sectionrowimg img {
		width: 70%;
		height: auto !important;
		margin-top: 30px;
	}

	.watchourvideo .sectionrowimg img {
		width: 80%;
	}

	.watchourvideo .sectionpadding {
		padding: 0px !important;
		text-align: center;
	}

	.sectionrowimg img {
		max-width: 100%;
		height: auto;
	}

	.menuarea {
		display: none;
	}

	.sectionpadding {
		padding: 20px 0px;
	}

	.smallverticalpadding {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	section.sliders {
		padding: 30px 20px;
	}

	.sliderbuttons {
		flex-direction: column;
		justify-content: center;
	}

	.sliderbutton {
		margin: 0px;
	}

	.searcharea {
		flex-direction: column;
		gap: 5px;
	}

	.locationpicker {
		margin-left: 0px;
	}

	.cityandsearchsection>div:first-child {
		flex-direction: row;
		justify-content: space-between;
		width: unset;
		align-items: center;
	}

	section#cityandsearcharea {
		flex-direction: column;
	}

	#cityeventlistarea .eventlist {
		overflow: hidden;
	}

	#cityeventlistarea .event {
		width: 100%;
	}
}


/* For PC with minimum resolution till your PC resolution */
@media screen and (min-width: 769px) and (max-width: 1024px) {

	.sectionrow {
		flex-direction: column;
	}

	.quicklink {
		margin-top: 50px;
	}

	.quicklinks {
		flex-direction: column;
		align-items: center;
	}

	.quicklink:first-child {
		margin: 0px;
	}

	.quicklink-download {
		margin: 0px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
	/* Styles for screens between 1025px and 1366px */

}

@media screen and (min-width: 1367px) {
	/* For Screen Higher than 1367px */
}


.container {
	margin: auto;
}


@media (min-width: 600px) {
	.container {
		max-width: 600px
	}
}

@media (min-width: 728px) {
	.container {
		max-width: 728px
	}
}

@media (min-width: 984px) {
	.container {
		max-width: 984px
	}
}

@media (min-width: 1268px) {
	.container {
		max-width: 1268px
	}
}