/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Home
- Information
- Button
- Services
- internship
- Testimonials
- Newsletter
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/


/**************************/
/*     General Styles     */
/**************************/
:root {
	/* --primary: #1c262f; */
	/* --primary: #e6ebec; */
	/* #f3f5fa */
	 --primary: white;
	/* --primary-light: #212d37; */
	--primary-light: #f3f5fa;
	--secondary: #0ee951;
	--tertiary: #00dabf;
	--gradient: linear-gradient(to right, #0ee951, #00dabf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: "Poppins", sans-serif; */
	font-family: 'Houschka-medium', sans-serif;

}

h1 {
	font-size: 60px;
	font-weight: 500;
}

button {
	font-family: sans-serif;
}

p,
ul,
h4 {
	margin: 0;
	padding: 0;
}

a {
	color: white;
	text-decoration: none;
}

li {
	list-style-type: none;
}

/* Section Background */
.home,
.about,
.services,
.internship,
.work,
.contact {
	height: 100%;
	position: relative;
}

.services,
.contact,
.testimonial,
.footer {
	background-color: var(--primary);
}

.about,

.company,
.newsletter,
.location {
	background-color: var(--primary-light);
}

.bottom {
	background-color: black;
}

/* Gradient Border And Background On Icons */
.home_text,
.home .fas,
.internship .far,
.information .fas,
.work .fas,
.services .fas,
.location .far,
.location .fas {
	padding: 15px 0;
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#0ee951),
			to(#00dabf));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}




/**********************/
/*     Navigation     */
/**********************/
.navbar {
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 0.875rem;
	/* background-color: var(--primary); */
	background-color: red;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
	width: 108px;
	height: 32px;
}

.navbar .logo-text {
	color: #fff;
	font-weight: 500;
	line-height: 1rem;
	font-size: 1.575rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 2.75rem;
	/* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	overflow-y: auto;
	visibility: hidden;
	padding-right: 1rem;
	padding-left: 1rem;
	background-color: var(--primary);
	transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .dropdown-menu {
	border: none;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	background-color: var(--primary-light);
}

.navbar .dropdown-item {
	color: #eee;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 0.875rem;
	padding-top: 0.625rem;
	text-decoration: none;
	padding-bottom: 0.625rem;
}

.navbar .dropdown-item:hover {
	background-color: var(--primary);
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	border: none;
	margin: 0.5rem auto 0.5rem auto;
	background-color: var(--primary-light);
}

.navbar .nav-item .nav-link {
	color: #eee;
	text-decoration: none;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	transition: all 0.2s ease;
}

.navbar .fa-stack {
	width: 2em;
	font-size: 0.75rem;
	margin-right: 0.25rem;
}

.navbar .fa-stack-2x {
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#0ee951),
			to(#00dabf));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
	color: var(--primary);
}

.navbar .fa-stack:hover .fa-stack-1x {
	color: var(--primary);
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}


/****************/
/*     Home     */
/****************/
.home {
	position: relative;
	background-image: url(https://i.ibb.co/y9ZzDvx/853.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 1;
}

.home::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity and color */
	z-index: -1;
}

.para {
	width: 50%;
}

.para-light {
	opacity: 0.7;
}

.para-dark {
	opacity: 0.7;
}


/***********************/
/*     Information     */
/***********************/
/* .information .container-fluid .row div:first-child {
  	background-color: var(--primary);
} */

.information .container-fluid .row div:last-child {
	background-color: white;
}

.information .container-fluid .row div:nth-child(2) {
	background-color: var(--primary-light);
}


/******************/
/*     Button     */
/******************/
.btn1 {
	color: white;
	border-radius: 0;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px var(--secondary);
}

.btn1:hover {
	color: white;
	box-shadow: none;
	border-radius: 0;
	padding: 10px 30px;
	transform: translate(5px, 5px);
}

/* Email - Newsletter Button */
.btn-secondary {
	color: black;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
}

.btn-secondary:hover {
	color: black;
	padding: 10px 30px;
	background-image: var(--gradient);
}

/* Other Pages Button */
.btn-tertiary {
	color: black;
	border-radius: 0;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px var(--secondary);
}

.btn-tertiary:hover {
	color: black;
	box-shadow: none;
	border-radius: 0;
	padding: 10px 30px;
	transform: translate(5px, 5px);
}


/********************/
/*     Services     */
/********************/
.services .card {
	padding: 20px;
	border-radius: 0;
	border: 2px solid white;
}

.services .card:hover {
	border: 10px solid;
	transform: scale(1.01);
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px #0ee951;
}


/*--------------------------------------------------------------
# Section products
--------------------------------------------------------------*/

.section-bg {
	background-color: #f3f5fa;
}

.section-title {
	text-align: center;
	padding-bottom: 30px;
}

.section-title h2 {
	font-size: 32px;
	font-weight: bold;
	/* text-transform: uppercase; */
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;

}

.section-title h2::before {
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	/* height: 1px; */
	/* background: #ddd; */
	bottom: 1px;
	/* left: calc(50% - 60px); */
}

.section-title h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;

	bottom: 0;
	/* left: calc(50% - 20px); */
}

.section-title p {
	margin-bottom: 0;
}

.products-icon {
	padding: 15px 0;
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#0ee951),
			to(#00dabf));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.products .icon-box {
	box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
	padding: 50px 30px;
	transition: all ease-in-out 0.4s;
	background: #fff;
}

.products .icon-box .icon {
	margin-bottom: 10px;
}

.products .icon-box .icon i {
	/* color: #47b2e4; */
	font-size: 36px;
	transition: 0.3s;
}

.products .icon-box h4 {
	font-weight: 500;
	margin-bottom: 15px;
	font-size: 24px;
}

.products .icon-box h4 a {
	/* color: #37517e; */
	transition: ease-in-out 0.3s;
}

.products .icon-box p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

.products .icon-box:hover {
	transform: translateY(-10px);
}

.products .icon-box:hover h4 a {
	/* color: #47b2e4; */
}


/*****************/
/*     internship     */
/*****************/
.internship .card {
	height: 100%;
	padding: 20px;
	border: 2px solid --primary-light;
}


/************************/
/*     Testimonials     */
/************************/
.slider-1 {
	padding-top: 8.25rem;
	padding-bottom: 8.5rem;
}

.slider-1 .section-title {
	text-align: center;
}

.slider-1 .h2-heading {
	text-align: center;
	margin-bottom: 3rem;
}

.testimonial-card {
	border: 10px solid;
	border-image-slice: 1;
	border-width: 3px;
	border-image-source: var(--gradient);
}

.slider-1 .slider-container {
	position: relative;
}

.slider-1 .swiper-container {
	width: 86%;
	position: static;
}

.slider-1 .swiper-button-prev,
.slider-1 .swiper-button-next {
	color: var(--primary);
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-1 .swiper-button-prev {
	left: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .swiper-button-next {
	right: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .card {
	border: none;
	position: relative;
	background-color: transparent;
}

.slider-1 .card-image {
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	margin-bottom: 1.25rem;
}

.slider-1 .card-body {
	padding: 0;
}

.slider-1 .testimonial-text {
	margin-bottom: 0.75rem;
}

.slider-1 .testimonial-author {
	margin-bottom: 0;
	color: #252c38;
}

.slider-1 .avatar {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s;
	/* required for the fade animation */
}

@-webkit-keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


/**********************/
/*     Newsletter     */
/**********************/
.form-control-input,
.form-control-textarea {
	width: 100%;
	appearance: none;
	border-radius: 4px;
	font-size: 0.875rem;
	line-height: 1.5rem;
	padding-left: 1.5rem;
	padding-top: 0.775rem;
	padding-bottom: 0.775rem;
}


/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	z-index: 99;
	right: 20px;
	width: 52px;
	height: 52px;
	bottom: 20px;
	border: none;
	outline: none;
	display: none;
	position: fixed;
	cursor: pointer;
	border-radius: 50%;
	background-color: #323137;
}

#myBtn:hover {
	background-color: #0f0f11;
}

#myBtn img {
	width: 18px;
	margin-left: 0.125rem;
	margin-bottom: 0.25rem;
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
	background-color: var(--primary);
}

.ex-header h1 {
	color: #fff;
}

.ex-basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .flex-grow-1 {
	margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: #f7f9fd;
}

.ex-cards-1 .card {
	border: none;
	background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
	color: var(--secondary);
}

.ex-cards-1 .card .fa-stack-1x {
	width: 2em;
	color: #ffffff;
	font-weight: 700;
	line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 {
	margin-left: 2.25rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.5rem;
}


/*************************/
/*     Media Queries     */
/*************************/
@media only screen and (max-width: 1024px) {

	.services,
	.work,
	.testimonial,
	.about,
	.contact,
	.internship {
		height: 100%;
	}
}

@media (min-width: 992px) {
	.slider-1 .swiper-container {
		width: 92%;
	}

	.slider-1 .swiper-button-prev {
		left: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	.slider-1 .swiper-button-next {
		right: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	/* Navigation */
	.navbar {
		box-shadow: none;
		transition: all 0.2s;
		padding-top: 1.75rem;
		background-color: transparent;
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color: var(--primary);
		box-shadow: 0 3px 6px 0 rgba(136, 133, 133, 0.025);
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar .nav-item .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.navbar .dropdown-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.875rem;
		box-shadow: 0 3px 3px 1px rgba(170, 167, 167, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}

	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}
}

@media only screen and (max-width: 540px) {
	h1 {
		font-size: 30px;
	}

	.para {
		width: 100%;
	}

	.swiper-container {
		width: 92%;
	}

	.swiper-button-prev {
		left: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	.swiper-button-next {
		right: -16px;
		width: 22px;
		background-size: 22px 34px;
	}
}




/* ------------------------------------------------------------------------------------
services
---------------------------------------------------------------------------------------- 
*/

.serviceBox {
	text-align: center;
	padding: 80px 0 0;
	/* padding: 100px 0 0; */
	/* margin: 80px 10px 0; */
	margin: 48px 10px 0;
	border-left: 3px solid #D008AF;
	position: relative;
	z-index: 1;
  }
  
  .serviceBox:before,
  .serviceBox:after {
	content: "";
	background-color: #D008AF;
	height: 3px;
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
  }
  
  .serviceBox:after {
	/* background: linear-gradient(to right, #D008AF, #F92D4B); */
	background: linear-gradient(to right, #bd86b4, #f77084);
	width: 100%;
	top: auto;
	bottom: 0;
  }
  
  .serviceBox .service-icon {
	color: #fff;
	/* background: linear-gradient(to right, #D008AF, #F92D4B); */
	background: linear-gradient(to right, #bd86b4, #f77084);
	font-size: 70px;
	line-height: 140px;
	width: 140px;
	height: 140px;
	margin: 0 auto;
	border-radius: 50%;
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	z-index: 1;
	transition: all 0.3s;
  }
  
  .serviceBox:hover .service-icon {
	font-size: 60px;
  }
  
  .serviceBox .service-icon:before,
  .serviceBox .service-icon:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	height: 96%;
	width: 96%;
	border: 10px solid #fff;
	border-radius: 50%;
	z-index: -1;
  }
  
  .serviceBox .service-icon:after {
	border: none;
	/* background: linear-gradient(to right, #D008AF, #F92D4B); */
	background: linear-gradient(to right, #bd86b4, #f77084);
	height: 82%;
	width: 82%;
	z-index: -1;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	transition: all 0.3s;
  }
  
  .serviceBox:hover .service-icon:after {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3), 0 0 10px #fff inset;
  }
  
  .serviceBox:hover img {
	transform: rotateY( 360deg);
	transition: all 0.3s;
  }
  
  .serviceBox .service-content {
	/* padding: 0 20px 20px; */
	padding: 0 20px 1px;
	border-right: 3px solid #F92D4B;
  }
  
  .serviceBox .title {
	color: #D008AF;
	font-size: 20px;
	text-transform: capitalize;
	margin: 0 0 10px;
  }
  
  .serviceBox .description {
	color: #707070;
	font-size: 15px;
	line-height: 27px;
  }
  
  .service-icon img {
	width: 80;
	height: 80px;
	margin-top: -10px;
	/* background: #5D9CEC; */
	color: #ffffff;
	line-height: 70px;
	text-align: center;
	font-size: 44px;
  }
  
  .serviceBox.yellow:after,
  .serviceBox.yellow .service-icon,
  .serviceBox.yellow .service-icon:after {
	background: linear-gradient(to right, #FEC901, #FE0C34);
  }
  
  .serviceBox.yellow:before {
	background-color: #FEC901;
  }
  
  .serviceBox.yellow {
	border-left-color: #FEC901;
  }
  
  .serviceBox.yellow .service-content {
	border-right-color: #FE0C34;
  }
  
  .serviceBox.yellow .title {
	color: #FE0C34;
  }
  
  .serviceBox.blue,
  .green {
	margin-top: 100px;
  }
  
  .serviceBox.blue:after,
  .serviceBox.blue .service-icon,
  .serviceBox.blue .service-icon:after {
	background: linear-gradient(to right, #559DF3, #9114D0);
  }
  
  .serviceBox.blue:before {
	background-color: #559DF3;
  }
  
  .serviceBox.blue {
	border-left-color: #559DF3;
  }
  
  .serviceBox.blue .service-content {
	border-right-color: #9114D0;
  }
  
  .serviceBox.blue .title {
	color: #9114D0;
  }
  
  .serviceBox.green:after,
  .serviceBox.green .service-icon,
  .serviceBox.green .service-icon:after {
	background: linear-gradient(to right, #2CD190, #138FC8);
  }
  
  .serviceBox.green:before {
	background-color: #2CD190;
  }
  
  .serviceBox.green {
	border-left-color: #2CD190;
  }
  
  .serviceBox.green .service-content {
	border-right-color: #138FC8;
  }
  
  .serviceBox.green .title {
	color: #138FC8;
  }
  
  @media only screen and (max-width: 990px) {
	.serviceBox {
		margin: 100px 0 0;
	}
  }
  
  /* internship */
  .list-item {
	padding: 8px;
	margin: 4px;
	background-color: bisque;
  }
  /* pinkmoon-lands */
  .pinkmoon-lands-image {
	max-width: 100%;  /* This ensures the image doesn't exceed its parent container's width */
	height: auto;     /* This maintains the aspect ratio */
  }
  
  
  /* 
  ----------------------------------------------------------------------------------
  footer
  ----------------------------------------------------------------------------------
  */
  /* footer {
	position: fixed;
	bottom: 0;
	width: 100%;
  } */
  
  .social-media-icons {
	  display: flex;
	  align-items: center;
	}
  
  /* footer copyright css */
  .navbar-menu-color{
	  color: #6fa337 !important;
  }
  
  
  /* image size chnages */
  .image-changes{
	width: 100%;
	height: 200px;
  }
  


  /*//////// statistics section //////*/

  .stats-you-should-know-section .stats-main-heading-h3 {
    /* font-family: Basis-bold; */
    font-size: .875rem;
    line-height: 1.5rem;
    letter-spacing: .15em;
    margin-bottom: 2rem
}

.stats-you-should-know-section .section-dividing-border {
    border-top: 1px solid #dfdee3
}

.stats-you-should-know-section .section-dividing-border.section-divider-top {
    padding-top: 2.5rem
}

.stats-you-should-know-section .stats-slider-panel {
    padding-bottom: 3rem
}


.stats-you-should-know-section .stats-cards-swiper-container .stats-card-swiper-wrapper .stats-card-swiper-slide {
    height: 21rem
}


.stats-you-should-know-section .stats-cards-swiper-container .stats-card-swiper-wrapper .stats-card-swiper-slide .stats-card-swiper-slider-card {
    height: 100%;
    
}

@media only screen and (max-width: 1199px) {
    .stats-you-should-know-section .stats-cards-swiper-container .stats-card-swiper-wrapper .stats-card-swiper-slide .stats-card-swiper-slider-card {
        opacity:1
    }
}

.stats-you-should-know-section .stats-cards-swiper-container .stats-card-swiper-wrapper .stats-card-swiper-slide .stats-card-swiper-slider-card .stats-card-swiper-slider-card-body {
    background: #f4f3f9;
    padding: 2rem
}

.stats-you-should-know-section .stats-cards-swiper-container .stats-card-swiper-wrapper .stats-card-swiper-slide .stats-card-swiper-slider-card .stats-card-swiper-slider-card-body .stats-trend-icon {
    height: 1.5rem;
    width: 1.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.stats-you-should-know-section .stats-cards-swiper-container .stats-card-swiper-wrapper .stats-card-swiper-slide .stats-card-swiper-slider-card .stats-card-swiper-slider-card-body .stats-card-heading {
    /* font-family: Basis-bold; */
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .15em;
    color: #000
}

.stats-you-should-know-section .stats-cards-swiper-container .stats-card-swiper-wrapper .stats-card-swiper-slide .stats-card-swiper-slider-card .stats-card-swiper-slider-card-body .stats-card-value {
    /* font-family: Basis-medium; */
    margin-bottom: .5rem;
    line-height: 4.5rem;
    background-image: -webkit-gradient(linear,left top,right top,from(#007dc5),to(#7159b1));
    background-image: linear-gradient(90deg,#007dc5,#7159b1);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.stats-you-should-know-section .stats-cards-swiper-container .stats-card-swiper-wrapper .stats-card-swiper-slide .stats-card-swiper-slider-card .stats-card-swiper-slider-card-body .stats-card-value.large__size {
    font-size: 4rem
}

@media only screen and (max-width: 1199px) {
    .stats-you-should-know-section .stats-cards-swiper-container .stats-card-swiper-wrapper .stats-card-swiper-slide .stats-card-swiper-slider-card .stats-card-swiper-slider-card-body .stats-card-value.large__size {
        font-size:4rem
    }
}

.stats-you-should-know-section .stats-cards-swiper-container .stats-card-swiper-wrapper .stats-card-swiper-slide .stats-card-swiper-slider-card .stats-card-swiper-slider-card-body .stats-card-value.small__size {
    font-size: 2.25rem
}

.stats-you-should-know-section .stats-cards-swiper-container .stats-card-swiper-wrapper .stats-card-swiper-slide .stats-card-swiper-slider-card .stats-card-swiper-slider-card-body .stats-card-content-para {
    /* font-family: Basis-regular; */
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: .5px;
    color: #000;
    margin-bottom: .75rem
}

.stats-you-should-know-section .stats-cards-swiper-container .stats-card-swiper-wrapper .stats-card-swiper-slide .stats-card-swiper-slider-card .stats-card-swiper-slider-card-body .link-text3 {
    color: #000;
    letter-spacing: .5px;
    border-bottom: 1px solid #747678;
    font-size: 1.125rem;
    line-height: 2pc;
    /* font-family: Basis-regular */
}

.stats-you-should-know-section .stats-cards-swiper-container .stats-card-swiper-wrapper .stats-card-swiper-slide .stats-card-swiper-slider-card .stats-card-swiper-slider-card-body .link-text3:hover {
    border-bottom: 1px solid #154b8c;
    font-weight: 700
}

.stats-you-should-know-section .stats-cards-swiper-container .stats-card-swiper-wrapper .swiper-slide-active .stats-card-swiper-slider-card,.stats-you-should-know-section .stats-cards-swiper-container .stats-card-swiper-wrapper .swiper-slide-next+.swiper-slide .stats-card-swiper-slider-card,.stats-you-should-know-section .stats-cards-swiper-container .stats-card-swiper-wrapper .swiper-slide-next .stats-card-swiper-slider-card {
    opacity: 1
}

@media only screen and (min-width: 1920px) {
    .stats-you-should-know-section .stats-cards-swiper-container .stats-card-swiper-wrapper{
        opacity:1
    }
}

.stats-you-should-know-section .stats-cards-swiper-container .stats-card-swiper-wrapper:last-child {
    margin-right: 0
}

.stats-you-should-know-section .stats-cards-swiper-container .swiper-button-disabled {
    display: none!important
}

@media screen and (max-width:767px) {
	.statistics-cards{
		width: 100% !important;
	}
}

@media  (min-width:768px) and (max-width:1024px) {
	.statistics-cards{
		width: 48%;
	}
	
}

@media screen and (min-width:1025px)  {
	.statistics-cards{
		width: 24%;
	}
	
}


  


/* another section for context/beliefs/culture */
.body-nav-logs {
    display: flex;
    padding: 10px 0;
}

.nav-item-logs {
    position: relative;
}

.nav-link-logs {
    text-decoration: none;
    color: rgb(22, 21, 21);
    position: relative;
    transition: color 0.3s;
   
}


.nav-link-logs::after {
    content: '';
    position: absolute;
    width: 120%;
	text-align: center;
	margin-left: -10px;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #0f0f0f; /* Initial underline color */
    transform: scaleX(1);
    transform-origin: bottom left;
    transition: transform 0.3s, background-color 0.3s;
    margin-bottom: -5px;
}

.nav-item-logs.active .nav-link-logs::after {
    
    transform: scaleX(1);
}

.nav-item-logs:hover .nav-link-logs::after,
.nav-item-logs.active:hover .nav-link-logs::after {
    
    transform: scaleX(1);
}

.nav-item-logs:hover .nav-link-logs,
.nav-item-logs.active:hover .nav-link-logs {
    color: black;
    font-weight: bold;
}

.nav-item-logs.active .nav-link-logs {
    color: black;
    font-weight: bold;
}

.content-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.content-text {
    width: 48%;
}

.content-image {
    width: 48%;
}

.hidden {
    display: none;
}




@media screen and (min-width:768px) {
	.Copyright{
	  height: 55px;
	 
	}
	.Copyright-text{
	  margin-top: 15px;
	}
	.p-tc-margin{
	 
	  margin-top: -20px;
	}
	
  }