/*========================================== 1.GLOBAL CSS START ===========================================*/

@import url('https://fonts.googleapis.com/css?family=Oswald:200,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@600;700;800;900&display=swap');

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	background: #ffffff;
	color: #666666;
	font-family: 'Nunito', sans-serif !important;

	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 auto;
	scroll-behavior: smooth !important;
}

:root {
	--border-gradient: 50px;
	--theme-clr: #177b57;
	--fs-1-2: 1.2rem;
}

p {
	margin-bottom: 0px;
}

/* SAFARI CLASS */

.rowsafari {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #3e4e52;
	text-decoration: none !important;
	outline: none !important;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

button:focus {
	outline: 0px;
}

/*================================================= 1.GLOBAL CSS END ===================================================*/

/*========================================== 2.COMMON CSS START ===========================================*/



.display-table {
	display: table;
}

.display-table-cell {
	display: table-cell;
}

.no-padding {
	padding: 0px;
}

.section-space {
	padding: 80px 0px 80px 0px;
}

.section-margin-bottom {
	margin-bottom: 15px;
}

.section-padding-bottom {
	padding-bottom: 30px;
}

.img-margin-bottom {
	margin-bottom: 20px;
}

.lt-space {
	letter-spacing: 1px;
}

.intro-content {
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 1px;
}



.theme-color {
	/* color: #ab9f9f; */
	color: #177b57 !important;
}

.section-grp-margin-bottom {
	margin-bottom: 7px;
}

.section-white-bg {
	background-color: #ffffff;
}

.section-gray-bg {
	background-color: #f5f5f5;
}

.section-dark-bg {
	background-color: #000000;
}

.section-width {
	width: 60%;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
}

.theme-bg-color {
	background-color: #ab9f9f;
}

.theme-color-1 {
	color: #177b57 !important;
}

.margin-auto {
	margin: 0 auto;
}

.width-100 {
	width: 100%;
}

.mar-right {
	margin-right: 10px;
}

.pad-right {
	padding-right: 10px;
}

.padding-right {
	padding-right: 30px;
}

.line-height {
	line-height: 0px;
}

.pad-left {
	padding-left: 10px;
}

/* nav {
	margin: 0 auto;
	max-width: 1400px;
} */
.pad-right-15 {
	padding-right: 15px;
}

.mar-bottom30 {
	margin-bottom: 30px !important;
}

/*========================================== 2.COMMON CSS END ===========================================*/

/*================================================= 3.NAVIGATION START ==============================================*/

.nav-style {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	position: relative;
	letter-spacing: 1px;
	font-family: 'Oswald';
	padding: 36px 15px !important;
	color: #333333 !important;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}

.logo-style {
	padding: 8px 0px;
}

.nav-btn-pad {
	padding: 11px 0px;
}

.nav-color {
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
}

.navbar-nav {
	float: right !important;
}

.navbar-nav-btn {
	padding: 27px 0px 27px 15px;
}

.navbar-dark .navbar-nav .active>.nav-style::before,
.navbar-dark .navbar-nav .nav-style.active::before,
.navbar-dark .navbar-nav .active>.nav-style,
.navbar-dark .navbar-nav .nav-style.active,
.navbar-dark .navbar-nav .nav-style.show,
.navbar-dark .navbar-nav .show>.nav-style {
	color: #ffffff !important;
}

.nav-dark-li-one {
	padding-left: 15px;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 600;
}

.nav-dark-ul {
	padding: 15px 0px 15px 0px;
}

.pre-nav-right-align {
	padding: 15px 0px 15px 0px;
}

.pre-navbar .fa-google-plus::before,
.pre-navbar .fa-dribbble::before,
.pre-navbar .fa-pinterest::before,
.pre-navbar .fa-twitter::before,
.pre-navbar .fa-facebook-f::before,
.pre-navbar .fa-facebook::before {
	font-size: 17px;
	vertical-align: middle;
	padding-right: 10px;
	color: #3e4e52;
}

.content-style {
	padding: 10px 0px;
}

.navbar-menu {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	/* padding: 20px 0; */
}

#menu_top {
	transition: all .8s ease;
}

.pre-navbar .fa-clock,
.pre-navbar .fa-envelope,
.pre-navbar .fa-phone {
	color: #3e4e52;
	padding-right: 7px;
	font-size: 17px;
}

.pre-navbar .fa-mobile-phone {
	font-size: 18px;
}

.pre-nav-border-right {
	border-right: 1px solid #808080;
	padding-right: 10px;
	margin-right: 10px;
	display: inline-block;
}

.last-child.pre-nav-border-right {
	margin-right: 0px;
}

/*========================================= 3.NAVIGATION END ===========================*/

/*========================================= 6.LOCATION AREA START ==================================*/

.locate-box {
	background-color: #f5f5f5;
	text-align: center;
	padding: 30px;
}

.about ul li:first-child {
	width: 100px;
}

.about ul li:last-child {
	vertical-align: middle;
}

.about-img {
	padding-top: 40px;
}

/*======================================= 6.LOCATION AREA END ========================================*/

/*================================================ 7.GAME AREA START ================================================*/



/*================================== 9.PRICE AREA START ====================================*/

.column-box {
	border: 1px solid #666666;
	padding: 30px;
	text-align: center;
}

.price-num {
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
}

.underline-1 {
	line-height: 1px;
}

/*================================== 9.PRICE AREA END ====================================*/
/*================================== 10.CTA AREA START ==================================*/
.cta h6 a:hover {
	color: #ffffff !important;
}

.cta {
	position: relative;
}

.cta-button {
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	position: absolute;
	right: 0;
}

/*================================== 10.CTA AREA END ==================================*/
/*=================================== 11.TEAM AREA START ===================================*/

.team-box {
	background-color: #ffffff;
	/* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 5px;
}

.team-content {
	padding: 20px 10px;
	text-align: center;
}

/*=================================== 11.TEAM AREA START ===================================*/



/*=================================== 13.TESTIMONIAL AAREA START ===================================*/

.fa-quote-left::before {
	font-size: 40px;
	padding-right: 15px;
	color: #3e4e52;
}

/*=================================== 13.TESTIMONIAL AAREA END ===================================*/

/* =============================== FOOTER ============================================ */

.footer {
	padding-top: 0 !important;
	padding-bottom: 30px;
	background: #f3f4f5;
}

.footer-info p {
	padding-right: 5%;
}

.rtl-direction .footer-info p {
	padding-right: 0;
}

.rtl-direction #footer-1 .footer-info p {
	padding-left: 5%;
}

#footer-1 .footer-links {
	padding-left: 10%;
}

.rtl-direction #footer-3 .footer-links {
	padding-left: 10%;
}

.rtl-direction .footer-links {
	padding-right: 20px;
}

.rtl-direction .bottom-footer-list {
	text-align: left;
}

/*------------------------------------------*/
/*  FOOTER LOGO
  /*------------------------------------------*/

img.footer-logo {
	width: auto;
	max-width: inherit;
	max-height: 40px;
}

/*------------------------------------------*/
/*  FOOTER TYPOGRAPHY
  /*------------------------------------------*/

.footer h6,
.footer h5 {
	line-height: 1;
	margin-bottom: 25px;
}

/*------------------------------------------*/
/*  FOOTER LINKS
  /*------------------------------------------*/

.footer-links li {
	width: auto !important;
	display: block !important;
	vertical-align: top;
	clear: none !important;
	margin: 0;
	padding: 0;
}

.footer-links li p {
	margin-bottom: 8px;
}

.bg-dark .footer-links li a:hover,
.bg-dark .footer-socials li span:hover,
.bg-deepdark .footer-links li a:hover,
.bg-deepdark .footer-socials li span:hover {
	color: #f2f3f4;
}

/*------------------------------------------*/
/*  FOOTER SOCIAL LINKS
  /*------------------------------------------*/

.footer-socials {
	margin: 0;
	display: inline-block;
}

.footer-socials li {
	float: left;
	width: auto !important;
	display: inline-block !important;
	vertical-align: top;
	clear: none !important;
	margin: 0;
}

.footer-socials a {
	display: block;
	margin-right: 20px;
}

.footer-socials span {
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.footer-socials.ico-25 a {
	margin-right: 16px;
}

/*------------------------------------------*/
/*  FOOTER NEWSLETTER FORM
  /*------------------------------------------*/

.footer-form .newsletter-form .input-group {
	background-color: #f5f5f5;
	border: 1px solid #eee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	padding: 8px 2px;
}

.footer-form .form-control {
	height: 40px;
	background-color: transparent;
	border: none;
	color: #666;
	font-size: 1.125rem;
	padding: 0 15px;
	box-shadow: none;
}

/*------------------------------------------*/
/*  Newsletter Form Input Focus
  /*------------------------------------------*/

.footer-form .form-control:focus {
	border: none;
	border-right: none;
	outline: 0;
	box-shadow: none;
}

/*------------------------------------------*/
/*  Footer Form Placeholder
  /*------------------------------------------*/

.footer-form .form-control::-moz-placeholder {
	color: #6c757d;
}

.footer-form .form-control:-ms-input-placeholder {
	color: #6c757d;
}

.footer-form .form-control::-webkit-input-placeholder {
	color: #6c757d;
}

/*------------------------------------------*/
/*  Newsletter Form Button
  /*------------------------------------------*/

.footer-form .btn {
	height: 40px;
	padding: 0 15px;
}

.footer-form .ico-15 [class*="flaticon-"]:before,
.footer-form .ico-15 [class*="flaticon-"]:after {
	line-height: 40px !important;
}

/*------------------------------------------*/
/*  Footer Form Notification
  /*------------------------------------------*/

.footer-form .form-notification {
	color: #e03a3e;
	font-size: 0.95rem;
	line-height: 1.25;
	font-weight: 400;
	margin-top: 12px;
	margin-left: 5px;
}

/*------------------------------------------*/
/*  BOTTOM FOOTER
  /*------------------------------------------*/

.bottom-footer {
	padding-top: 30px;
}

.footer hr {
	background-color: transparent;
	background-image: linear-gradient(90deg, rgba(206, 211, 246, 0) 0, #bbb 38%, #bbb 64%, rgba(206, 211, 246, 0) 99%);
	opacity: .3;
	margin: 30px 0 0;
}

.footer.bg-dark hr {
	background-image: linear-gradient(90deg, rgba(206, 211, 246, 0) 0, #ced3f6 38%, #ced3f6 64%, rgba(206, 211, 246, 0) 99%);
}

/*------------------------------------------*/
/*  BOTTOM FOOTER LINKS
  /*------------------------------------------*/

.bottom-footer-list li {
	width: auto !important;
	display: inline-block !important;
	vertical-align: top;
	clear: none !important;
	padding-left: 10px;
}

.bottom-footer-list li.first-li {
	padding-left: 0;
}

.bottom-footer-list li:after {
	content: "|";
	padding-left: 11px;
	position: relative;
	top: 2px;
}

.bottom-footer-list li.last-li:after {
	content: " ";
	padding-left: 0;
}

.bottom-footer-list li p {
	display: inline-block;
	float: left;
	margin-bottom: 0;
}

/*------------------------------------------*/
/*  FOOTER COPYRIGHT
  /*------------------------------------------*/

.footer-copyright p {
	margin-bottom: 0;
}
/*------------------------------------------*/
/*  FOOTER END
  /*------------------------------------------*/


.vertical-hr {
	width: 1px;
	height: 100%;
	background: #cecece;
	border: 1px solid #e5e5e5;
}

/* ######################################## */

.players-div {
	width: 100%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: .5rem;
	position: relative;
	height: 100%;
}

.players-div>img {
	aspect-ratio: 1 / 1.5;
	border-radius: .5rem;
	width: 100%;
	object-fit: cover;
}

.players-div::before {
	content: '';
	border-radius: .5rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: .5s;
	opacity: 0;
}

.players-div:hover::before,
.players-div:hover .players-content {
	opacity: 1;
}

.players-content {
	position: absolute;
	bottom: 10%;
	left: 10%;
	font-weight: medium;
	color: #fff;
	opacity: 0;
}

.secondary-clr {
	color: #bdcffd !important;
}

@media (max-width: 768px) {
	.next-player {
		display: none;
	}

	.next-player-hr {
		display: none;
	}
}

.section-green-bg {
	background: linear-gradient(#11998e, #38ef7d);
	position: relative;
	z-index: -2;
}

.section-green-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(125deg, rgba(17, 153, 142, 0.8), rgba(56, 239, 125, 0.5));
	backdrop-filter: blur(5px);
	z-index: -1;
}

.section-green-bg::after {
	content: '';
	background-image: url(../../images/circle.svg);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: -2;
}

/* OWL CAROUSEL ################################################################################################################################################################################################################################################################################################################################################################################################################ */

.owl-theme .owl-nav [class*=owl-] {
	background: none !important;
}

.owl-next,
.owl-prev {
	position: absolute;
	border: 1px solid red;
	top: 50%;
	transform: translateY(-50%);
}

.owl-next {
	right: 2%;
}

.owl-prev {
	left: 2%;
}

.fa-arrow-right-long {
	font-size: 1.5rem;
	color: #fff;
}

.owlIcon-before {
	border-radius: 100%;
	text-align: center;
	padding: 1em;
	background: rgba(0, 0, 0, 0.5) !important;
}

.owl-dots {
	width: 100%;
	margin: 2rem auto auto auto !important;
}

.owl-theme .owl-dots .owl-dot {
	position: relative;
}

.owl-theme .owl-dots .owl-dot span {
	width: 20px !important;
	height: 5px !important;
	/* margin: 0 !important; */
	background: #cccc !important;
	display: block;
	transition: 0.5s !important;
	border-radius: 0 !important;
	right: 0;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #32D74B !important;
	width: 30px !important;
	transition: 1s !important;
	right: 100%;
	transform-origin: right;
}

.owl-theme .owl-dots .owl-dot:hover span {
	background: #B7E4C7 !important;
	width: none !important;
	transition: none !important;
}

.owl-stage {
	padding: 1.5rem 50px !important;
}

.slider-player-img-div {
	border-radius: 1rem;
	position: relative;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.slider-figure {
	overflow: hidden;
	border-radius: 1rem;

}

.slider-figure>img {
	transition: 1.3s ease-in-out;
	height: 100% !important;
	border-radius: 1rem;
}

.slider-player-img-div::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 1) 100%);
	border-radius: 1rem;
	z-index: 1;
}

.players-slider-name {
	position: absolute;
	z-index: 2;
	left: 5%;
	bottom: 10%;
}

/* OWL CAROUSEL ################################################################################################################################################################################################################################################################################################################################################################################################################ */


.ranking-info {
	font-size: .8rem;
}

.ranking-info hr {
	margin: .5rem 0;
	width: 100%;
}

.ranking-info .change .text-danger {
	position: relative;
}

.ranking-info .change .text-danger::before {
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	background: #afb5ac;
	transform: rotate(45deg) translateY(-80%);
	top: 50%;
	left: -1.5rem;
	position: absolute;
}

.players-text p:first-child {
	font-size: 1.3em;
}

.players-text p:first-child span {
	font-weight: 900;
}

.players-card {
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 18%);
}

.players-card:hover {
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 16%);
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.down-arrow {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* border: 1px solid red; */
}

.down-arrow>a>i {
	transition: .5s;
	animation: upanddown alternate 2s infinite;
	font-size: 2rem;
	color: #fff;
}

@keyframes upanddown {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0);
	}
}

.back-video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
	width: 100%;
}

.bg-img-property {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	padding: 0 0 10% 0;
	height: 100vh;
}

.bg-img-property::before {
	content: '';
	position: absolute;
	top: 0%;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .2);
	z-index: -1;
}

.trainer-box {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 2rem;
	position: relative;
}

.trainer-img {
	transition: 2s;
}

.trainer-box:hover .trainer-img {
	transform: scale(1.1) !important;
}

.trainer-box:hover div:first-child::before {
	opacity: 1;
	visibility: visible;
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.trainer-box:hover div:first-child::after {
	opacity: 1;
	visibility: visible;
}

.trainer-box div:first-child {
	position: relative;
}

.trainer-box div:first-child::before {
	content: '';
	background: rgba(0, 0, 0, 0.3);
	width: 10%;
	height: 10%;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	transform-origin: center;
}

.trainer-box div:first-child::after {
	content: 'Hakkında';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: hidden;
	opacity: 0;
	color: #fff;
	font-size: 1.3em;
	z-index: 3;
}

.d-grid {
	display: grid !important;
}

.players-grid-div {
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5em;
}

.box-shadow-1 {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}

.box-shadow-16 {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
}

.tennis-info-section {
	background-image: url(https://images.tennis.com/image/upload/t_21-9_1920/f_auto/v1620919980/tenniscom-prd/assets/Player-Hero/Ruud-Casper-GettyImages-1277177711-Hero_aqcc4b.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.player-info {
	position: absolute;
	bottom: 5%;
	left: 0%;
	right: 0;
}

.overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent 0%, black 100%);
}

.fw-bolder {
	font-weight: 900;
}

.fw-bold {
	font-weight: 700;
}
.videoBG {
	position: absolute;
	z-index: -2;
	inset: 0;
}

.personal-img {
	border-radius: var(--border-gradient);
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.gradient-border {
	background: #1D1F20;
	position: relative;
	border-radius: var(--border-gradient);

}

.gradient-border:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: center;
	transform: translate(-50%, -50%);
	height: 101%;
	width: 101%;
	background: linear-gradient(60deg, #fff, #000);
	border-radius: var(--border-gradient);
	z-index: -1;
	animation: animatedgradient 15s ease alternate infinite;
	background-size: 300% 300%;
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.bg-green {
	background-color: #40916C;
}

.player-sub-info div p:first-child {
	color: #CED4DA;
}

.player-sub-info div p:nth-child(2) {
	font-size: 2rem;
	font-weight: bold;
}

.player-sub-info div+div {
	border-left: 2px solid #fff;
	padding-left: 1em;
}

.player-sub-info {
	padding: 1rem;
}

.lemonade {
	border-radius: 5px 50px;
}

.text-end {
	text-align: end;
}

.green-rectangle-1 {
	position: absolute;
	top: -50%;
	left: -5%;
	bottom: 0;
	transform-origin: center;

	background-color: #40916C;
	width: 110%;
	height: 250%;
	z-index: -2;
	display: block;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

.green-rectangle-2 {
	background-color: #40916C;
	border-radius: 100rem;
	display: none;
	background-color: #40916C;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.text-start {
	text-align: start;
}

.player-stats p:first-child {
	font-size: 1.5rem;
}

.player-stats p:nth-child(2) {
	font-size: .9rem;
	color: #cecece;
}

.desktop-player-stats {
	position: absolute;
	right: -67%;
	transform: translateX(-50%);
	background-color: #fff;
	top: 0;
	z-index: -2;
	border-radius: 0rem 1rem 1rem 0rem;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.desktop-player-stats div p:first-child {
	font-size: 1.5rem;
}

.desktop-player-stats div p:nth-child(2) {
	font-size: .9rem;
	color: #cecece;
}

.text-dark-2 {
	color: #1a252b;
}

.border-left {
	border-left: 1px solid currentColor;
}

.font-sm {
	font-size: .7em;
}

.text-secondary-2 {
	color: #CED4DA !important;
}

.text-dark-3 {
	color: #444444 !important;
}

.box-shadow {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.text-white-2 {
	color: #f5f5f5;
}

.square {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.rectangle-1-5{
	aspect-ratio: 1 / 1.5;
	object-fit: cover;
}
.rectangle {
	aspect-ratio: 1 / 1.2;
	object-fit: cover;
}
.boxed-btn-1{
	padding: .5rem 1rem;
	background-color: var(--theme-clr);
	color: #fff;
	border-radius: 3rem;
	transition: .5s;
}
.boxed-btn-1:hover{
	box-shadow: 0 0 20px 2px var(--theme-clr);
	color: #fff !important;
}
.venoratio{
	background-color: #000 !important;
}
.fs-1-2{
	font-size: var(--fs-1-2);
}
.filter-bright-2{
	filter: brightness(2);
}
.filter-bright-0{
	filter: brightness(0);
}
.scale-1{
	transform: scaleX(-1);
}