*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	font-family: 'Work Sans', sans-serif;
	overflow-x: hidden;
	position: relative;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

p {
	font-size: 16px;
	line-height: 1.5;
}

ul,
ol {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.container,
.container-fluid {
	height: 100%;
}

.row {
	height: 100%;
}

.global-heading {
	font-family: 'Work Sans', sans-serif;
	font-size: 45px;
	font-weight: 700;
}

.main-button {
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1.2px;
	color: white;
	text-align: center;
	display: inline-block;
	background: #d11525;
	overflow: hidden;
	position: relative;
	transition: color .25s;
	z-index: 1;
	border: 0;
	border-radius: 0;
	min-width: 360px;
	padding: 20px 30px;
	text-transform: uppercase;
}

.main-button:before {
	background: #bf1221;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(-100%) skewX(-45deg);
	transform-origin: 0 0;
	transition: transform .25s;
	width: 102%;
	z-index: -1;
}

.main-button:hover:before {
	transform: translateX(0) skewX(-45deg);
}

.center-text,
.text-center {
	text-align: center;
}


/* Header Style */
header {
	color: white;
	background: #1c1c1c url(../img/MenuTexture.svg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.top-bar {
	/*height: 55px;
	min-height: 55px;*/
	background-color: #d11525;
}

.join-sema-wrapper,
.login-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.join-sema-wrapper {
	margin-right: 40px;
}

.login-wrapper {
	padding-right: 60px;
}

.join-sema-wrapper img,
.login-wrapper img {
	width: 40px;
	height: 40px;
}

.top-bar p {
	font-size: 18px;
	margin-left: 18px;
	font-weight: 500;
	padding: 15px 0 15px 10px;
}

nav.navigation {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	min-height: 128px;
	position: relative;
}

nav.navigation .logo-wrapper img {
	margin-top: -45px;
	margin-bottom: -35px;
	position: relative;
	z-index: 20;
	max-height: 188px;
	max-width: 138px;
}

.nav-menu {
	display: flex;
	list-style: none;
	margin-left: 40px;
}

.nav-link {
	text-decoration: none;
	color: #ffffff;
	padding: 52px 15px;
	font-size: 22px;
	font-weight: bold;
	margin: 0 2px;
}

.nav-link:hover {
	background: #2b2b2b;
	transition: all .25s linear;
}

a.nav-link.active-link {
	color: #d11525;
}

.menu-toggle {
	display: none;
}

.search-wrapper {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	max-width: 100%;
	width: calc(100% - 96%);
}

.search-wrapper svg {
	color: white;
	cursor: pointer;
}


/* Hero Section */
.swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	border: none;
	color: #fff;
	background-color: #d11525;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.heroSlider {
	height: 80%;
	width: 100%;
}

.heroSlider .swiper-slide {
	height: 65vh;
}

.heroThumbSlider {
	height: 165px;
	box-sizing: border-box;
	padding: 0;
}

.heroThumbSlider .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 1;
	background-color: #1b1b1b;
	border-right: 2px solid #000000;
	position: relative;
}

.heroThumbSlider .swiper-slide:last-of-type {
	border-right: none;
}

.heroThumbSlider .swiper-slide-thumb-active:before,
.heroThumbSlider .swiper-slide:hover:before {
	border-top: 3px solid #fff;
	content: "";
	left: -1px;
	height: 3px;
	width: 500px;
	position: absolute;
	right: 25%;
}

.heroSlider .swiper-button-next,
.heroSlider .swiper-button-prev {
	display: none;
}

.hero-left-wrapper h1 {
	font-size: 58px;
	font-weight: 700;
	color: white;
	margin-bottom: 20px;
}

.hero-left-wrapper p {
	font-size: 24px;
	font-weight: 400;
	color: white;
	line-height: 1.5;
}

.hero-left-wrapper .main-button {
	margin-top: 40px;
	background: #1b1b1b;
}

.hero-left-wrapper .main-button:before {
	background: #000000;
}

.tab-back {
	background: #1b1b1b;
}

.hero-tab-wrapper {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 20px;
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
}


/* Why Join Section */
section.why-join-section {
	margin-top: 60px;
	margin-bottom: 40px;
}

.why-join-section h2 {
	color: #1B1B1B;
	margin-top: 80px;
	margin-bottom: 24px;
}

.why-join-section p {
	color: #1B1B1B;
	font-weight: 500;
	font-size: 18px;
}

.member-renew {
	margin-top: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.member-renew h3 {
	font-size: 25px;
	font-weight: 700;
}

.member-renew .main-button {
	width: 265px;
}


/* Freedom Section */
section.freedom-section {
	margin-top: 100px;
	margin-bottom: 80px;
}

.freedom-left-wrapper h2 {
	margin-bottom: 20px;
}

.freedom-left-wrapper h2 span {
	color: #d11525;
}

.freedom-left-wrapper p {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}

.freedom-left-wrapper .main-button {
	width: 250px;
}

.freedom-right-wrapper {
	margin-left: 40px;
}

.freedom-right-wrapper h3 {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 20px;
}

.freedom-right-wrapper p {
	font-size: 18px;
	font-weight: 400;
	color: #242424;
	margin-bottom: 10px;
	margin-top: 10px;
}

.freedom-right-wrapper a {
	color: #d11525;
	text-decoration: underline;
}


/* Membership Benefit Section */
section.membership-benefit-section {
	min-height: 360px;
	height: 460px;
	color: white;
	background: #79808e url(../img/Gray-Crowd.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.membership-benefit-section h2 {
	font-size: 45px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}

.membership-benefit-section p {
	font-size: 18px;
	margin-top: 16px;
	margin-bottom: 10px;
}


/* Benefits */
section.benefits {
	margin-top: 80px;
	margin-bottom: 80px;
}

.benefits p {
	margin-top: 16px;
	font-size: 18px;
	font-weight: 500;
}

.left-right-row {
	padding-top: 60px;
	padding-bottom: 60px;
}

.benefits-left-wrapper {
	margin-right: 50px;
}

.benefits-left-wrapper .global-heading {
	font-size: 38px;
}

.benefits-left-wrapper p,
.benefits-right-wrapper p {
	font-size: 18px;
}

.benefits-right-wrapper {
	margin-left: 50px;
}

.benefits-right-wrapper .global-heading {
	font-size: 38px;
}

.benefits-right-wrapper a.main-button {
	margin-top: 20px;
}

.center-row {
	margin-top: 20px;
	margin-bottom: 80px;
}

.max-width-850 {
	max-width: 850px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.center-row a.main-button {
	margin-top: 24px;
	width: 320px;
}

.benefits-left-wrapper a {
	color: #d11525;
	text-decoration: underline;
}

.center-row a.main-button.border {
	background: transparent;
	border: 1px solid #d11525;
	color: #d11525;
}

.center-row a.main-button.border:hover {
	color: #ffffff;
}


/* FAQ */
section.faq-section {
	background-color: #f8f9fa;
	padding: 60px 0;
}

section.faq-section h2 {
	margin-bottom: 10px;
}

section.faq-section .p-with-link {
	margin-top: 16px;
	font-size: 18px;
}

.p-with-link a {
	color: #d11525;
	text-decoration: underline;
}

.faq-accordion {
	margin-top: 60px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	background: white;
}

.faq-accordion li {
	border-bottom: 1px solid #dddddd;
	position: relative;
}

.faq-accordion li:last-of-type {
	border-bottom: 0;
}

.faq-accordion li p {
	max-height: 0;
	font-size: 18px;
	overflow: hidden;
	padding: 0 40px 0 20px;
	transition: max-height 0.3s ease-in-out;
}

ul.faq-accordion li p a {
	color: rgb(209, 21, 37);
	text-decoration: underline;
}

.faq-accordion a.faq-label {
	width: 100%;
	display: block;
	cursor: pointer;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	user-select: none;
	padding: 15px 40px 15px 20px;
	position: relative;
}

.faq-accordion a.faq-label:after {
	width: 10px;
	height: 10px;
	border-right: 1px solid #797979;
	border-bottom: 1px solid #797979;
	position: absolute;
	right: 20px;
	content: " ";
	top: 20px;
	transform: rotate(-45deg);
	transition: transform 0.2s ease-in-out;
}

.faq-accordion a.faq-label.active:after {
	transform: rotate(45deg);
	transition: transform 0.2s ease-in-out;
}

section.development-program {
	margin: 60px 0;
}


/* Footer */
.footer-back-primary {
	padding: 30px 0;
	background: #d11525;
	color: white;
}

.subscribe-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.subscribe-wrapper .main-button {
	padding: 22px 60px;
	background: #1b1b1b;
}

.subscribe-wrapper .main-button:before {
	background: #000000;
}

.footer-back-secondary {
	padding: 18px 0;
	background-color: #000000;
	color: white;
}

.footer-logo-wrapper img {
	margin-bottom: -105px;
	max-height: 188px;
	max-width: 138px;
}

.footer-content-info p {
	font-size: 18px;
}

.footer-content-info p span {
	font-weight: 700;
}

.footer-social-icons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	height: 100%;
	margin-right: 115px;
}

/* .footer-social-icons svg {
  transform: scale(0.9);
} */

.footer-social-icons svg:hover {
	color: #d11525;
	fill: white;
	transition: all 0.3s ease;
}

.footer-copyright {
	padding: 30px 0 20px;
	background-image: url(../img/FooterTexture.svg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.footer-nav-wrapper ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer-nav-wrapper a:hover {
	text-decoration: underline;
}

.footer-copyright p {
	font-weight: 500;
	font-size: 18px;
}

.footer-copyright .back-to-top-text {
	font-weight: 700;
}

.footer-copyright p a {
	color: #d11525;
	text-decoration: underline;
}

.footer-nav-wrapper a {
	color: #d11525;
	font-weight: 700;
	font-size: 18px;
}

.footer-nav-wrapper {
	border-right: 3px solid #000000;
	max-width: 406px;
	margin-left: auto;
}

.back-to-top {
	width: fit-content;
	height: auto;
	margin-left: auto;
	border-radius: 100px;
	cursor: pointer;
}


/* Popup Style */
.no-scroll {
	overflow-y: hidden;
}

.popupContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	overflow-y: scroll;
}

.popupContent {
	background-color: #fff;
	max-width: 800px;
	max-height: 95vh;
	overflow-y: auto;
	padding: 20px;
	border-radius: 5px;
}

.openPopupBtn {
	margin-top: 20px;
}

button.closeBtn {
	padding: 0;
	border: 0;
	background: 0;
	font-size: 38px;
	line-height: 38px;
	color: #8a8a8a;
	cursor: pointer;
}

button.closeBtn:hover {
	color: #1b1b1b;
}

.modal-header {
	color: #1b1b1b;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9ecef;
}

#clients-holder {
	background-color: #f2f2f2;
	padding-bottom: 50px;
	padding-top: 50px;
}

@media (min-width: 1600px) {
	.search-wrapper {
		width: calc(100% - 100%);
	}

	.heroSlider .swiper-button-next,
  .heroSlider .swiper-button-prev {
		display: block;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1505px;
	}
}

@media screen and (max-width: 1380px) {
	nav.navigation {
		justify-content: space-between;
	}

	.menu-toggle {
		display: block;
		cursor: pointer;
		padding: 10px;
	}

	.mobile-content {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}

	.search-wrapper {
		position: static;
		transform: unset;
		width: auto;
	}

	.nav-menu {
		display: none;
		flex-direction: column;
		align-items: center;
		margin-top: 10px;
		margin-left: 0;
		padding-top: 40px;
		padding-bottom: 20px;
		transition: max-height 0.3s ease-in-out;
		max-height: 0;
		overflow: hidden;
		z-index: 10;
	}

	.nav-item {
		margin: 10px 0;
	}

	nav.navigation.menu-open .nav-menu {
		position: absolute;
		top: 110px;
		background: #1c1c1c;
		width: 100%;
		box-shadow: 200px 0 0 0 #1c1c1c, -200px 0 0 0 #1c1c1c;
		overflow-x: hidden;
	}

	.menu-open .nav-menu {
		max-height: fit-content;
	}
}

@media screen and (max-width: 1200px) {
	.footer-social-icons {
		margin-right: 0;
	}

	.footer-copyright p {
		max-width: 32ch;
		margin: auto;
		text-align: center;
		margin-bottom: 15px;
	}

	.footer-nav-wrapper {
		border-right: none;
		max-width: 100%;
	}

	.footer-nav-wrapper ul {
		justify-content: center;
		align-items: center;
		margin-bottom: 5px;
	}

	p.back-to-top-text {
		display: none;
	}

	.back-to-top {
		margin-top: 15px;
		margin-right: auto;
	}
}

@media screen and (max-width: 991px) {
	.freedom-right-wrapper {
		margin-left: 0;
		margin-top: 60px;
	}

	.benefits-left-wrapper {
		text-align: center;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.benefits-right-wrapper {
		text-align: center;
		margin-left: 0;
	}

	.flex-column-reverse.flex-lg-row .benefits-left-wrapper {
		margin-top: 40px;
		margin-bottom: 0;
	}

	.center-row {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.become-a-member {
		margin-top: -40px;
	}

	.footer-logo-wrapper {
		text-align: center;
	}

	.footer-logo-wrapper img {
		margin-bottom: 10px;
	}

	.footer-content-info {
		text-align: center;
	}

	.footer-social-icons {
		justify-content: center;
		margin-top: 10px;
	}

	.footer-social-icons svg {
		transform: scale(0.8);
	}
}

@media screen and (max-width: 768px) {
	.search-wrapper {
		display: none;
	}

	section.hero-section {
		height: 80vh;
	}

	.heroSlider {
		height: 70%;
	}

	.hero-left-wrapper h1 {
		font-size: calc(26px + 2.8vw);
	}

	p {
		font-size: calc(1rem + .3vw) !important;
	}

	.main-button {
		width: 300px !important;
		min-width: unset;
		font-size: calc(1rem + .2vw) !important;
	}

	.global-heading {
		font-size: 32px;
	}

  section.why-join-section {
    margin-top: 20px;
  }

	.membership-benefit-section h2 {
		font-size: 34px;
	}

	.benefits-left-wrapper .global-heading {
		font-size: 26px;
	}

	.benefits-right-wrapper .global-heading {
		font-size: 26px;
	}

	.button-group a {
		margin-bottom: 10px;
	}

	.left-right-row {
		padding-bottom: 20px;
	}

	.center-row {
		margin-top: 60px;
	}

	.faq-accordion a.faq-label {
		font-size: 18px;
	}

	.popupContent {
		max-width: 90%;
	}
}

@media screen and (max-width: 576px) {
	.join-sema-wrapper p {
		display: none;
	}

	.login-wrapper {
		padding-right: 0;
	}
}
