@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Lora:wght@400;500;700&display=swap');

:root {
	--white: #fff;
	--black: #000;
	--primary: #EBDC83;
	--secondary: #333333;
}

html {
	scroll-behavior: smooth;
	height: 100%;
}

body {
	position: relative;
	background: #000;
	overflow-x: hidden;
	height: 100%;
	font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
	.container {
		max-width: 1380px;
	}
}

/* How to add New font */
@font-face {
	font-family: "Futurabook";
	src: url("../fonts//FuturaCyrillicBook.ttf");
}

@font-face {
	font-family: "Futura-medium";
	src: url("../fonts/FuturaCyrillicMedium.ttf");
}


section {
	position: relative;
	padding: 6rem 0;
}

p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	color: #fff;
}

h1,
h2,
h3 {

	font-family: 'Lora', serif;
}

h4,
h5,
h6 {
	color: #000;
}

.img-auto {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

a,
button {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover,
button:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

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

figure {
	margin: 0;
}

/* loader */
.preLoader {
	width: 100%;
	height: 100%;
	z-index: 1111;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.preLoader.black {
	background-color: #C67F2C;
	z-index: 11113;
}

.preLoader.white {
	z-index: 11112;
	background-color: var(--theme-color);
}

/* loader */

/* btn css */

.themeBtn {
	background: linear-gradient(180deg, #EBDC83, #C67F2C);
	font-size: 1rem;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	padding: 1.04em 1.96em;
	border-radius: 31px;
	line-height: normal;
	transition: 0.8s ease;
	overflow: hidden;
	position: relative;
	font-family: 'Lora';
}

.themeBtn:hover {
	background: transparent;
	color: var(--white);
}

.themeBtn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, #809681, #0e0f0f);
	transition: 0.8s ease;
	z-index: -1;
}

.themeBtn:hover::before {
	left: 0;
}


.themeBtn.borderBtn {
	background: transparent;
	border: 1px solid #fff;
	padding: 1.04em 2em;
}

/* btn css */

/* mouse animation css  */

/* .bounce-element {
	animation: bounce 0.9s infinite alternate;
	-webkit-animation: bounce 0.9s infinite alternate;
}
@keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
.mouse {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11;
	text-align: center;
} */

/* mouse animation css  */

/* navigation css */

header {
	/* position: absolute; */
	/* left: 0; */
	/* right: 0; */
	/* margin: 0 auto; */
	/* z-index: 111; */
	/* top: 0; */
	/* width: 100%; */
	/* padding: 1rem 0; */
	/* transition: 0.3s ease-in-out; */
	position: relative;
	z-index: 1;
}

.navbar-nav .nav-item .nav-link:hover {
	color: var(--primary);
}

.navbar-nav .nav-item:nth-child(6) .nav-link {
	background: linear-gradient(180deg, #EBDC83, #C67F2C);
	box-shadow: 0px 17px 81px 0px rgb(124 124 124 / 40%);
	width: 264px;
	height: 225px;
	margin-bottom: 0;
	position: relative;
	z-index: 11;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	clip-path: polygon(50% 0%, 100% 0, 100% 68%, 50% 100%, 50% 100%, 0 68%, 0 0);
	margin-bottom: -8rem;
	position: relative;
	margin-top: -134px;
}

.navbar-nav .nav-item:nth-child(6) .nav-link:before {
	/* content: ''; */
	position: absolute;
	left: 0;
	right: 0;
	bottom: -80px;
	background: url(../images/shapedown.webp) no-repeat top center/ cover;
	width: 100%;
	height: 81px;
	z-index: -1;
}

.navbar-nav .nav-item:nth-child(6) .nav-link img {
	height: auto;
	margin: 17px 0 0;
}

.navbar-nav {
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.navbar-nav .nav-item .nav-link {
	font-size: 18px;
	color: var(--white);
	text-transform: capitalize;
	font-weight: 400;
	padding: 0 0;
	display: inline-block;
	font-family: 'Lora';
}


.an-navbar {
	background: var(--theme-color);
	padding: 1rem 0;
}

/* navigation css */

/* slider css */

.main-slider {
	height: 100vh;
}

.homeSlider.swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.slideOne {
	margin-bottom: 7rem;
}

.homeSlider.swiper-container .swiper-slide {
	overflow: hidden;
}

.homeSlider .swiper-pagination {
	bottom: 8rem;
	width: fit-content;
	left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
	width: 4.35rem;
	height: 4.35rem;
	font-size: 1rem;
	color: #fff;
	display: inline-grid;
	place-items: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.28);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}

.homeSlider .swiper-button-next {
	right: 1rem;
}

.homeSlider .swiper-button-prev {
	left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
	background: var(--white);
	color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
	height: 12px;
	width: 12px;
	display: inline-block;
	margin: 0 0.5rem !important;
	opacity: 1;
	border: 1px solid var(--white);
	background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
	background: var(--white);
	position: relative;
}

.homeSlider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: end;
	justify-content: end;
}

.main-slider h1 {
	margin: 0;
	color: var(--white);
	font-size: 80px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.main-slider p {
	color: var(--white);
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1rem;
	font-size: 1.5625rem;
}

/* slider css */

.mainHead {
	font-size: 50px;
	font-weight: 600;
	text-transform: uppercase;
}





/* aboutSec css start */
.abtcntnt .mainHead {
	color: #fff;
}

.abtcntnt p {
	font-size: 20px;
	font-family: "Futurabook";
}



section.aboutsection figure:before {
	content: "";
	position: absolute;
	border: 5px solid #EBDC83;
	width: 690px;
	height: 562px;
	z-index: -1;
	right: 0;
	left: -4px;
	bottom: -18px;
}

img.img-fluid.dog11 {
	position: absolute;
	bottom: -3rem;
	right: -4rem;
	z-index: 1;
}

.abtcntnt {
	margin-left: 2rem;
}

/* aboutSec css end */

/* doggender css start*/
.dogcntnt h3 {
	font-size: 35px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 2rem;
	font-weight: bold;
}

.dogrwrap {
	text-align: center;
}

.dogrwrap figure:before {
	content: "";
	position: absolute;
	border: 3px solid transparent;
	height: 460px;
	width: 460px;
	border-radius: 50%;
	z-index: -1;
	top: -9px;
	margin: auto;
	left: 5px;
	transition: 0.5s ease;
}

.dogrwrap:hover figure:before {
	border: 3px solid #EBDC83;
}

.dogrwrap:hover h3 {
	color: #EBDC83;
}

img.img-fluid.dog22 {
	position: absolute;
	bottom: -13rem;
	right: -4rem;
	z-index: 1;
}

.dogrwrap figure img {
	width: 100%;
}

/* doggender css end */

/* smallSec css start */
.smallSec {
	background: url(../images/bgsmall.png)no-repeat;
}

section.smallSec h3 {
	font-size: 32px;
	font-weight: 500;
	text-align: center;
	font-family: "Futura-medium";
}

section.smallSec h2 {
	font-size: 60px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}

img.img-fluid.dog33 {
	position: absolute;
	bottom: -23rem;
	z-index: 1;
	left: 0;
}

/* smallSec css end */

/* programSec css start */
.programcntnnt p {
	font-size: 1rem;
	font-family: "Futurabook";
}

.programcntnnt h3 {
	font-size: 29px;
	color: #fff;
	margin-top: 1rem;
	text-transform: uppercase;
}

.programcntnnt {
	text-align: center;
}

section.ourProgram .mainHead {
	color: #fff;
}

.prowrap {
	border: 1px solid #707070;
	padding: 10px 10px;
	transition: 0.5s ease;
}

.prowrap figure img {
	width: 100%;
}

.prowrap:hover {
	border-color: #EBDC83;
}

/* programSec css end */

/* socialSec css start */
.socialSec {
	background: url(../images/socbg.png)no-repeat;
}

.socialcntnt h3 {
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 1rem;
}

.socialwrp {
	text-align: center;
}

img.img-fluid.dog44 {
	position: absolute;
	left: -13rem;
	bottom: 2rem;
}

img.img-fluid.dog55 {
	position: absolute;
	right: -1rem;
	bottom: -4rem;
}

section.socialSec a {
	color: #000;
}

/* socialSec css end */


/* Footer Css Start */

footer {
	padding-top: 5rem;
	background: #000;
}

footer h3 {
	font-size: 25px;
	margin-bottom: 1.2rem;
	color: #fff;
	text-transform: uppercase;
}

footer ul li a {
	color: var(--white);
}

footer ul li a:hover {
	color: var(--primary);
}

.links li a {
	text-transform: uppercase;
	font-size: 1rem;
	font-family: "Futura-medium";
}

.links li+li {
	padding-top: 10px;
}

.contactLinks li a {
	font-size: 18px;
	display: inline-flex;
	align-items: flex-start;
	gap: 12px;
	font-family: "Futura-medium";
}

.contactLinks li:nth-child(1) a {
	font-size: 22px;
}

.contactLinks li+li {
	padding-top: 1.5rem;
}

.footForm input {
	height: 55px;
	border-radius: 50px;
	border: 2px solid #D2D2D2;
	background: transparent;
	width: 100%;
	padding-left: 1.5rem;
}

.footForm input::placeholder {
	color: #DBDBDB;
}

.footForm {
	display: flex;
	align-items: center;
	position: relative;
}

.footForm a {
	position: absolute;
	right: 1.5rem;
	font-size: 1.25rem;
	color: #EBDC83;
}

.socialLinks {
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 1.2rem;
}

.socialLinks li a {
	border: 1px solid var(--white);
	width: 53px;
	height: 53px;
	display: grid;
	place-items: center;
	border-radius: 50px;
}

.socialLinks li a:hover {
	border: 1px solid var(--secondary);
}

.copyRight {
	border-top: 1px solid #D8D8D8;
	margin-top: 3rem;
	padding: 1.2rem 0;
}

.footPara {
	font-size: 16px;
	font-family: "Futura-medium";
}

.copyRight p {
	margin: 0;
	font-family: "Futura-medium";
	font-size: 1rem;
}

ul.links.linksbrk {
	display: flex;
	flex-flow: column wrap;
	margin: 0;
	max-height: 193px;
	gap: 7px 0rem;
}

/* Footer Css End */

.topBar {
	background: #191919;
	padding: 23px 0;
}

ul.navlist1 {
	display: flex;
	align-items: center;
	gap: 1rem;
}

ul.navlist1 li a {
	font-size: 15px;
	color: #fff;
	font-family: 'Futurabook';
}

ul.navlist1 li a span {
	font-weight: 500;
	margin-left: 10px;
}

ul.navlist1 li a img {
	margin-right: 9px;
}





ul.navlist2 {
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: end;
}

ul.navlist2 li a {
	font-size: 14px;
	color: #fff;
	font-family: 'Lora';
}

ul.navlist2 li a i {
	border: 1px solid #EBDC83;
	border-radius: 50%;
	width: 29px;
	height: 29px;
	display: inline-grid;
	place-items: center;
	/* color: #EBDC83; */
	margin-right: 8px;
	background: linear-gradient(180deg, #EBDC83, #C67F2C);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	/* background: #323232; */
}

ul.navlist2 li a:hover i {
	background: linear-gradient(180deg, #EBDC83, #C67F2C);
	color: #323232;
	-webkit-text-fill-color: #323232;
	-webkit-background-clip: unset;
}

ul.navlist2 li a:hover {
	color: var(--primary)
}

/* ul.navlist2 li a:hover {
	color: #EBDC83;
} */

.row.line {
	border-top: 1px solid #808080;
	padding: 7rem 0 6rem 0;
	margin-top: -7rem;
}


/* innerpages Start */

.innerBan .overlay {
	position: absolute;
	text-align: left;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
}

.innerBan h2 {
	font-size: 80px;
	color: var(--white);
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.innerBan {
	position: relative;
}


section.aboutsection.abtinnersec figure:before {
    display: none;
}

.malecntnt h3 {
    font-size: 36px;
    text-align: center;
    margin-top: 1rem;
    color: #fff;
}
.malewrap {
    margin-bottom: 4rem;
}

section.maleSec {
    padding: 5rem 0 3rem 0;
}






.contactBox {
    text-align: center;
}

.contactBox figure {
    /* background: #292929; */
    width: 250px;
    height: 250px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    margin: auto;
    border: 1px solid #EBDC83;
    transition: 0.5s ease-in-out;
    box-shadow: 0px 10px 25px #5A5B5D;
}


.contactBox:hover .contactText a {
    font-weight: 600;
    color: #fff;
}

.contactBox:hover .contactText p {
    font-weight: 400;
}

.contactText {
    padding-top: 2rem;
}

.contactText p {
    font-size: 22px;
    color: #fff;
}

.contactText a {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}

.contactForm .form-group label {
    font-size: 1.375rem;
    color: var(--black);
    font-family: 'futuraMed';
}

.contactForm .form-group .form-control {
    border-radius: 8px;
    height: 65px;
    border: 1px solid #5A5B5D;
    background: #161616;
}

.contactForm .form-group textarea {
    min-height: 155px;
}

.contactForm .form-group .form-control::placeholder {
    color: #7C7C7C;
}

.contactForm .form-group textarea::placeholder {
    padding-top: 8px;
}
/* 
.contactForm .themeBtn {
    border: 1px solid var(--secondary);
    background: unset;
    color: #fff;
} */

.contactText h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
}


.sermonsInner.contactInner {
    padding: 6rem 0 10rem 0;
}
.contactInformss .mainHead {
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
}

.contactInformss p {
    color: #fff;
    font-size: 19px;
}
.contactForm.cntcfrm2 .form-group textarea{
	height: 200px;
}