@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');

html,
body {
	/* IE 10-11 didn't like using min-height */
	height: 100%;
}

body {
	font-family: "Poppins", sans-serif;
	scroll-behavior: smooth;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #ffffff;
}

input:focus {
	box-shadow: none !important;
}

button {
	box-shadow: none !important;
}

.section {
	flex: 1 0 auto;
}

/*NavBar*/
.padding-main {
	padding: 0px 60px
}

.navbar {
	transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
	background-color: transparent;
	padding-top: 30px;
	position: fixed;
	/* Keep position fixed */
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	transform: translateY(0);
}

.navbar.navbar-scrolled {
	background-color: rgba(0, 0, 0, 0.5);
	padding-top: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transform: translateY(0);
}

.navbar.navbar-scrolled .navbar-brand img {
	width: 100px;
	transition: transform 0.3s ease;
}

.navbar-toggler {
	border: none;
}

.navbar-ic {
	width: 35px;
}

.nav-bg {
	background: #292929;
	border-bottom: 2px solid #FFFFFF;
}

.navbar .nav-link {
	color: white;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	padding-right: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
}

.navbar .nav-link:focus,
.navbar .nav-link:hover {
	color: #CAC398 !important;
}

.nav-link.active {
	color: #CAC398 !important;
	border-bottom: 2px solid white;
	font-weight: 600;
}

.navbar .nav-item {
	margin: 0px 3px;
}

.navbar .nav-item:last-child {
	margin-right: 0;
}

.pledge-button {
	border-radius: 0px;
	padding: .8rem 1rem;
	color: #0D0A09;
	margin-right: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	/* max-width: 472px; */
	width: 250px !important;
	text-align: center;
	text-decoration: none;
	border-width: 2px;
}

.search-input::placeholder {
	color: #0D0A09;
	opacity: 1;
}

.search-input:focus {
	border-color: #CAC398;
}


.search-input:focus-visible {
	outline: none;
}

.search-icon {
	background: transparent;
	border-radius: 0px;
	border: 2px solid #CAC398;
}

.search-icon img {
	width: 23px;
}

.main-img img {
	width: 100%;
	height: 600px;
	border: 2px solid white;
	object-fit: cover;
}

.owl-head {
	color: white;
	font-weight: bold;
	font-size: 4.5rem;
	font-family: 'Times New Roman', Times, serif;
}

.head-box {
	padding: 70px 100px;
	width: 50%;
}

.lead {
	color: white
}

.Call_label {
	color: #0D0A09;
	background: #CAC398;
	text-transform: uppercase;
	font-size: 25px;
	padding: 10px;
}

.read-btn {
	background: #FCFBF9;
	border-color: #FCFBF9;
	padding: 14px 1rem;
	font-size: 13px;
	font-weight: 500;
	border-radius: 0px;
	color: #0D0A09;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.read-btn:hover {
	background: #FCFBF9;
	border-color: #FCFBF9;
	color: #0D0A09;
}

.read-btn:checked + .btn,
.read-btn.active,
.read-btn.show,
.read-btn:first-child:active,
:not(.read-btn-check) + .read-btn:active {
	background: #FCFBF9;
	border-color: #FCFBF9;
	color: #0D0A09;
}

.social-icons-fixed {
	position: fixed;
	top: 80px;
	right: 0px;
	display: flex;
	flex-direction: column;
	z-index: 1050;
	transition: top 0.3s ease;
}

.navbar.navbar-scrolled .social-icons-fixed {
	top: 180px;
}

.social-icon {
	width: 50px;
	height: 50px;
	background-color: white;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 0px;
	font-size: 18px;
	transition: transform 0.5s ease;
}

.social-icon:hover {
	transform: rotate(360deg);
}

.social-icon img {
	width: 20px;
}

.head_h2 {
	font-weight: bold;
	font-size: 3.8rem;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
}

.custom-hr {
	color: #CAC398;
	opacity: 1;
	border-width: 2px;
	margin: 4rem 0;
}


/*Home*/
.owl-slide {
	/* 	height: calc(100vh - 138px);*/
	height: 100vh;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	display: flex !important;
	align-items: center !important;
	position: relative;
	z-index: 1;
	justify-content: center;
	position: relative
}

.poz {
	position: relative;
	z-index: 6;
	margin-top: 5rem;
}

.owl-slide::before {
	/*
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
*/
	/* Adjust the color and opacity */
	/*	z-index: 1;*/
	/* Ensure the overlay is above the background */

}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	position: absolute;
	bottom: 15px;
	width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
	background: white !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #CAC398 !important;
}


/* About sec */

.fields_of_work_sec {
	background: rgba(202, 195, 152, 0.5);
	padding: 7rem 0;
}

.fields-text {
	font-size: 2rem;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
	font-weight: 600;
}

.field-box {
	margin: 0 40px;
}

.field-box img {
	width: 138px;
}

.clearfix {
	margin: 5rem 0
}

/* Briefings */
.briefings-sec {
	padding-top: 188px;
}

.brief-thumb {
	background: rgba(202, 195, 152, 0.5);
	padding: 60px;
	border-radius: 12px;
	text-align: start;
	width: 90%;
}

.pal-com-logo img {
	width: 60%;
}

.brief-thumb-head h3 {
	font-weight: bold;
	font-size: 2rem;
	font-family: 'Times New Roman', Times, serif;
	margin-top: 40px;
	max-width: 250px;
}
.brief-detail-head h3 {
	font-weight: bold;
	font-size: 2rem;
	font-family: 'Times New Roman', Times, serif;
}

.brief-details p {
	max-width: 450px;
}

.read-now-btn {
	background: transparent;
	border-color: #CAC398;
	border-width: 2px;
	padding: 14px 20px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 0px;
	color: #0D0A09;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.read-now-btn:hover {
	background: #CAC398;
	border-color: transparent;
	color: white;
}

.back-btn {
	background: transparent;
	border-color: #CAC398;
	border-width: 2px;
	padding: 14px 20px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 0px;
	color: #0D0A09;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.back-btn:hover {
	background: #CAC398;
	border-color: transparent;
	color: white;
}

.download-btn {
	background: transparent;
	border-color: #CAC398;
	border-width: 2px;
	padding: 14px 20px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 0px;
	color: #0D0A09;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.download-btn:hover {
	background: transparent;
	border-color: #CAC398;
	color: #CAC398;
}

.download-ic {
	width: 20px;
	margin-left: 10px;
}

.brief-pr {
	width: 80%;
}

.brief-date {
	text-transform: uppercase;
}

.share-tag {
	display: flex;
	align-items: center;
	gap: 15px;
	/* Space between the icons */
	font-size: 1.2rem;
}

.share-tag span {
	font-weight: bold;
	font-size: 14px;
	margin-right: 10px;
}

.share-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
}

.share-icon img {
	height: 20px;
}
/*navbar-d*/

.navbar-d.navbar .nav-link {
	color: #0D0A09;
}

.navbar-d.navbar.navbar-scrolled {
	background-color: white;
}

.navbar-d.navbar .nav-link.active {
	border-bottom: 2px solid #0D0A09;
}

.navbar-d.navbar .pledge-button {
	border-color: #0D0A09;
}

.social-br .social-icon {
	background-color: #CAC398;
}

/*Footer*/
.footer-bg {
	background: #0D0A09;
	padding: 30px 0px;
}

.contact_us_text b {
	color: #CAC398
}

.contact_us_text a {
	color: white;
	text-decoration: none;
}

.copytight-text {
	font-weight: 400;
	color: white
}
