@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");

@font-face {
	font-family: "Trebuc";
	src: url("../fonts/trebuc.ttf");
}

@font-face {
	font-family: "Trebuc Italic";
	src: url("../fonts/Trebuchet-MS-Italic.ttf");
}

html,
body {
	margin: 0;
	font-family: "Lato", sans-serif;
	color: rgb(27, 27, 27);
	/* font-family: "Fjalla One", arial, sans-serif; */
	/* font-family: "Montserrat", sans-serif; */
}

p {
	font-size: 14px;
}

.heading {
	font-family: "Montserrat", sans-serif;
}

.star-color {
	color: #D5AB55;
	font-size: 18px;
}

.para-text {
	color: rgb(227, 72, 66);
}

.sub-heading {
	font-family: "Fjalla One", arial, sans-serif;
}

.main-background {
	background-color: rgb(173, 37, 32);
}

.secondary-background {
	background-color: rgb(22, 22, 22);
}

.top-bar p {
	font-size: 14px;
	color: #fff;
}

.speaking-engage h2 {
	display: inline-block;
}

/* p.speaking-date {
    color: #7d7070;
} */
/* p.academy-day{
    font-weight: 600;
} */

input,
textarea {
	border: 0;
	border-bottom: 1px solid #000;
	width: 100%;
	padding: 10px 0;
}

input:focus,
textarea:focus {
	outline: none !important;
}

.grab-form {
	width: 100%;
	max-width: 60%;
	margin: 0 auto;
}

input::placeholder,
textarea::placeholder {
	color: #000;
	font-size: 16px;
}

.help-block.text-danger {
	margin: 10px 0;
}

.help-block.text-danger ul {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

p.help-block.text-danger ul li {
	text-align: left;
	font-size: 16px;
}

input.mailing-email {
	border: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.text-white {
	color: #ffffff;
}

input.mailing-email::placeholder {
	color: #fff;
	font-size: 14px;
	color: #fff;
}

#mailing-id p.help-block.text-danger ul li {
	color: #fff;
}

.arrow-find-right i {
	-webkit-transition: transform 0.3s ease-out;
	-moz-transition: transform 0.3s ease-out;
	-ms-transition: transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.arrow-find-right i:hover {
	-webkit-transform: translateX(4px);
	-moz-transform: translateX(4px);
	-ms-transform: translateX(4px);
	-o-transform: translateX(4px);
	transform: translateX(4px);
}

.counter-group {
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
}

h2 {
	font-size: 40px;
	margin-bottom: 40px;
	line-height: 1.25;
	letter-spacing: 2px;
}

.bart-heading h1 {
	color: rgb(27, 27, 27);
	line-height: 1.2;
	letter-spacing: 4px;
	font-size: 35px;
	margin-top: 2em;
}

/* .second-section{
    margin-top: 4em;
} */
p.partial-proceed {
	font-size: 18px;
	width: 100%;
	max-width: 60%;
	margin: 0 auto;
	line-height: 1.8;
}

.buy-now {
	font-size: 14px;
	letter-spacing: 2px;
	padding: 18px 40px;
}

.secondary-button {
	background-color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 18px 40px;
}

.grace-extended {
	font-size: 20px;
	letter-spacing: 2px;
	color: rgb(27, 27, 27);
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
	max-width: 80%;
	margin-bottom: 2em;
}

.redem-title {
	font-size: 56px;
	letter-spacing: 4px;
	color: rgb(27, 27, 27);
	margin-bottom: 16px;
}

p.buy-now-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 16px;
}

.podcast-network h2 {
	max-width: 80%;
	width: 100%;
	text-align: center;
}

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

.business-activity ul li {
	color: #fff;
	text-align: left;
	padding: 5px 0;
}

.business-activity ul li a {
	color: #fff;
	text-decoration: none;
	padding-left: 7px;
	font-weight: 900;
	cursor: pointer;
    word-break: break-word;
}

.business-linkedin a {
    text-decoration: none;
	color: #fff;
    
}
.img-fixed {
	height: 400px;
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
  }
.business-linkedin {
    text-align: left;
    padding-left: 30px;
}
.business-linkedin {
    text-align: left;
}

.best-selling h2 {
	width: 100%;
	max-width: 90%;
}

.terms-conditions,
.privacy-policy {
	font-size: 16px;
	line-height: 1.8;
}

.best-sell-author {
	font-size: 18px;
}

.about-book-section p {
	font-size: 16px;
	line-height: 2;
	width: 100%;
	max-width: 80%;
	margin: 0 auto;
}

.user-icon-size {
	font-size: 25px;
}

.carousel-caption {
	top: 0;
	transform: translate(-50%, 0%);
	left: 50%;
	width: 100%;
	max-width: 80%;
	text-align: center;
	position: relative;
}

.best-sell-author {
	font-size: 20px;
	font-style: italic;
}

.podcast-title {
	font-size: 40px;
	max-width: 50%;
	width: 100%;
	margin: 40px auto;
	line-height: 1.25;
	letter-spacing: 2px;
}

.find-out {
	font-size: 14px;
	letter-spacing: 2px;
	border-bottom: 2px solid;
}

.know-more p {
	margin-bottom: 3em;
}

.row.second-section {
	border-bottom: 2px solid #f7f7f7;
}

.media-list {
	width: 100%;
	max-width: 70%;
	margin: 0 auto;
}

.single-media-list p {
	font-size: 16px;
	line-height: 2;
}

button.mailing-button {
	letter-spacing: 2px;
	font-size: 14px;
	margin-left: 1em;
}

.single-media-list h2 {
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1.25;
}

.grab-section,
.podcast-network,
.media-section,
.review-section,
.second-section,
.podcast-section,
.did-you-know,
.know-more,
.best-selling,
.available-section,
.about-book-section,
.counter-section {
	padding: 6em 0;
}

.reserve-form-section {
	margin: 5em 0;
}

.footer-section {
	background-color: rgb(22, 22, 22);
	padding: 8em 0;
}

.question-section h2 {
	font-size: 40px;
	line-height: 1.25;
	letter-spacing: 2px;
	margin-bottom: 24px;
}

.looking-buy {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
	margin-bottom: 5em;
}

.footer-sec {
	padding-top: 8em;
}

.footer-menus a {
	font-size: 14px;
	letter-spacing: 2px;
}

.footer-link a {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}

.footer-copyright p {
	font-size: 13px;
	font-weight: 400;
}

.social-medial {
	width: 25px;
	height: 25px;
	margin-right: 15px;
}

.protected-content p {
	font-size: 12px;
	color: rgb(145, 145, 145);
}

.join-us-content {
	width: 100%;
	max-width: 60%;
	margin: 4em auto;
}

.join-us-content h2 {
	font-size: 40px;
	margin-bottom: 40px;
	line-height: 1.25;
	letter-spacing: 2px;
}

.mailing-list {
	padding: 5em 0;
}

.bart-heading h1 {
	max-width: 30%;
	width: 100%;
	margin: 2em auto;
	margin-bottom: 0;
}

/* .carousel-item {
    height: 300px;
} */

.better-together img {
	width: 150px;
	z-index: 1;
}

.better-together h2 {
	position: relative;
	left: -5px;
	background-color: black;
}

.carousel-caption img {
	width: 100%;
	height: 250px;
	max-width: 250px;
	margin: 0 auto;
	margin-bottom: 3em;
	object-fit: cover;
}

.coming-soon-content {
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
	width: 100%;
}

.media-list-soon a {
	text-decoration: none;
	color: #000;
}

.coming-soon-content img {
	height: 500px;
	object-fit: cover;

}

.media-list-soon h2 {
	margin-bottom: 0;
	color: #A020F0;
	position: relative;
	font-size: 90px;
	padding-bottom: 25px;
	font-family: "Trebuc Italic";
	font-weight: 900;
}

.media-list-soon h3 {
	margin-bottom: 0;
	color: #000000;
	position: relative;
	font-size: 35px;
	font-weight: 900;
	font-family: "Fjalla One", arial, sans-serif;
	padding-top: 25px;
}

.media-list-soon p {
	margin-bottom: 0;
	color: #000000;
	position: relative;
	font-size: 16px;
	padding: 0 10px;
}

.coming-soom-section {
	padding-bottom: 3em;
}


.counter-group-single {
	border-right: 1px solid #ccc;
}


.press-release .footer-section {
	padding: 3em 0;
}

.press-release .footer-sec {
	padding-top: 0;
}

.press-release-img {
	width: 100%;
	max-width: 60%;
	margin: 3em auto;
}

.alert-dismissible .btn-close {
	padding: 0;
	position: absolute;
	top: 15px;
	right: 15px;
}

.alert.alert-success {
	padding: 10px;
}

.privacy-policy p,
.terms-conditions p {
	font-size: 16px;
}

@media (max-width: 1140px) {

	.bart-heading h1,
	p.partial-proceed,
	.media-list,
	.podcast-network h2,
	.grab-form,
	.grace-extended,
	.podcast-title {
		max-width: 80%;
	}
}

@media (max-width: 991px) {
	h2 {
		font-size: 30px !important;
	}

	.media-list-soon {
		max-width: 100%;
	}

	.media-list-soon h2 {
		font-size: 70px !important;
	}

	.know-more p {
		margin-bottom: 1em;
	}

	.join-us-content {
		width: 100%;
		max-width: 100%;
		margin: 0em auto;
	}

	.podcast-title {
		font-size: 20px;
		max-width: 100%;
	}

	.bart-heading h1,
	p.partial-proceed,
	.media-list,
	.podcast-network h2,
	.grab-form,
	.grace-extended,
	.about-book-section p,
	.press-release-img,
	.coming-soon-content {
		max-width: 100%;
	}

	.coming-soon-content img {
		height: auto;
	}

	.press-release-img img {
		width: 100%;
	}

	.press-release-img img {
		width: 100%;
	}

	.redem-title {
		font-size: 36px;
	}

	.grab-section,
	.podcast-network,
	.media-section,
	.review-section,
	.second-section,
	.podcast-section,
	.did-you-know,
	.know-more,
	.best-selling,
	.available-section,
	.about-book-section,
	.counter-section {
		padding: 2em 0;
	}

	.footer-section {
		padding: 3em 0;
	}

	.footer-sec {
		padding-top: 5em;
	}
}

@media (max-width: 767px) {
	.single-media-list h2 {
		letter-spacing: 1px;
	}

	.counter-group-single {
		border-right: 0;
	}

	.better-together h2 {
		left: 0;
		top: -5px;
	}

	.better-together img {
		width: 180px;
		z-index: 1;
	}

	.media-list-soon h2 {
		font-size: 50px !important;
	}

	.media-list-soon h3 {
		font-size: 24px;
	}

}

@media (max-width: 350px) {
	.media-list-soon h2 {
		font-size: 40px !important;
	}
}