@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/*header*/
.site_header{
	padding: 15px 0px;
	background-color: white;
}
.site_header .navbar{
	width: 100%;
	text-align: right;
}
.site_header .navbar .log_in_btn{
	text-decoration: none;
	color: white;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid #00094e;
	background-color: #00094e;
	padding: 10px 17px;
	font-family: 'Montserrat', sans-serif;
	transition: .3s;
	border-radius: 50px;
	display: inline-block;
}
.site_header .navbar .log_in_btn:hover{
	color: #00094e;
	background-color: white;
}
/*Globel css*/
.container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 15px;
}
.dec_text{
	color: #1e2261;
	font-size: 19px;
	font-weight: 500;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	text-align: justify;
}
.sec_dec_text{
	color: white;
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
}
.sec_heding{
	font-size: 56px;
	line-height: 64px;
	font-weight: 500;
	color: white;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}
.sec_sub_heding{
	font-size: 64px;
	line-height: 74px;
	font-weight: 700;
	color: white;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}
.bg_blue{
	background-color: #1e2261; /*background blue*/
}
.bold_text{
	font-weight: 600;
	font-size: 21px;
}
.list_heading{
	padding-top: 45px;
	color: white;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
font-family: 'Montserrat', sans-serif;
}
.list{
	padding: 40px 0px 0px 21px;
}
.list .list_item{
	color: white;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 30px;
}
.list .list_item:last-child{
	padding-bottom: 0px;
}
.member_sec{
	padding: 80px 0px 320px;
	background-image: url("../images/hero-sec-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.member_sec .main{
	display: flex;
	justify-content: right;
}
.member_sec .member_box{
	width: 100%;
	max-width: 700px;
	border-radius: 35px;
	background: linear-gradient(to bottom, transparent, white);
	box-shadow: inset 0 -38px 33px -21px #0000004d;
	padding: 50px 60px;
}
.member_sec .heading{
	color: #020739;
	font-size: 54px;
	font-weight: 700;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.member_sec .heading .text_red{
	color: #b80302;  /*red color*/
}
.member_sec .member_box .dec_box{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.member_sec .member_box .dec_text{
	width: 75%;
	padding: 0px 15px;
}
.member_sec .member_box .member_box_img{
	width: 25%;
	padding: 0px 20px;
}
.crown{
	position: relative;
}.crown::before{
	position: absolute;
	content: "";
	width: 43px;
	height: 44px;
	background-image: url("../images/crown.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: -38px;
	left: 4px;

}
.member_sec .member_box .member_box_img img{
	width: 100%;
}
.pma_private_sec {
	padding-top: 200px !important;
}
.pma_private_sec,.protected_constitution_sec,.member_opportunity_sec,.unincorporated_sec,.private_assosiation_sec,.power_number_sec{
	padding: 100px 0px;
}
.protected_constitution_sec .sec_heding,.unincorporated_sec .sec_heding,.private_assosiation_sec .sec_heding,.thomas_v_collins_sec .sec_heding{
	font-weight: 700;
}
.private_assosiation_sec{
	padding-bottom: 200px;
}
.private_assosiation_sec .sec_heding{
	text-align: left;
}
.protected_constitution_sec .sec_dec_text{
	padding-top: 20px;
}
.thomas_v_collins_sec .dec_box {
	width: 100%;
	max-width: 500px;
	margin: 40px auto 0px auto;
	padding: 25px;
	background-color: white;
	border-radius: 25px;
}
.protected_constitution_sec .sec_heding{
	text-align: left;
}
.thomas_v_collins_sec .dec_box .dec_text{
	color: #161616;
	text-align: center;
}
.unincorporated_sec .list_wrapper{
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.unincorporated_sec .list{
	width: fit-content;
	margin: 0 auto;
}
.hero_sec{
	background-image: url("../images/pma-metal-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 0px;
}
.hero_sec .main{
	width: 100%;
	max-width: 560px;
}
.hero_sec .wrapper{
	width: 100%;
	display: flex;
	justify-content: right;
	align-items: center;
}
.hero_sec .pma_metal_heading_1{
	color: white;
	font-size: 227px;
	line-height: 1;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
.hero_sec .pma_metal_heading_2{
	color: white;
	font-size: 133px;
	line-height: 1;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
.hero_sec .pma_metal_dec{
	color: white;
	font-size: 20px;
	letter-spacing: 8px;
	line-height: 51px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	padding-top: 15px;
}
.power_number_sec{
	background-image: url("../images/power-number-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.power_number_sec .main{
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
	padding-top: 333px;
}
.power_number_sec .heading{
	text-align: center;
	color: #b80302;
	font-size: 65px;
	line-height: 77px;
	font-family: 'Montserrat', sans-serif;
}
.power_number_sec .sec_dec_text{
	padding-top: 30px;
	text-align: center;
	text-shadow: 0 0 54px #040a3c;
}
@media (max-width:768px){
	.hero_sec{
		padding: 70px 0px;
	}
	.member_sec .main{
		justify-content: center;
	}
	.member_sec .member_box{
		padding: 25px 20px;
		max-width: 300px;
	}
	.member_sec .heading{
		font-size: 23px;
	}
	.member_sec .member_box .dec_text{
		padding: 0px 10px;
		font-size: 14px;
		line-height: 22px;
		width: 100%;
	}
	.sec_dec_text{
		font-size: 14px;
		line-height: 22px;
	}
	.member_sec .member_box .dec_box{
		flex-direction: column-reverse;
	}
	.member_sec .member_box .member_box_img{
		padding: 0px 10px;
		width: 100%;
	}
	.member_sec .member_box .member_box_img img{
		width: 32px;
	}
	.member_sec .member_box .dec_box{
		margin-top: 15px;
	}
	.sec_heding{
		font-size: 24px;
		line-height: 34px;
	}
	.sec_sub_heding{
		font-size: 28px;
		line-height: 34px;
		padding: 8px 0px;
		font-weight: 600;
	}
	.protected_constitution_sec .sec_dec_text{
		padding-top: 15px;
	}
	.bold_text{
		font-size: 15px;
	}
	.list .list_item{
		font-size: 16px;
	}
	.list_heading{
		font-size: 20px;
		line-height: 30px;
	}
	.hero_sec .pma_metal_heading_1{
		font-size: 118px;
	}
	.hero_sec .pma_metal_heading_2{
		font-size: 68px;
	}
	.hero_sec .pma_metal_dec{
		font-size: 14px;
		line-height: 34px;
	}
	.pma_private_sec,.protected_constitution_sec,.member_opportunity_sec,.unincorporated_sec,.private_assosiation_sec,.member_sec,.power_number_sec{
		padding: 25px 0px;
	}
	.pma_private_sec{
		padding-top: 50px !important;
	}
	.crown::before{
		top: -24px;
		left: 1px;
		width: 21px;
		height: 31px;
	}
	.power_number_sec .heading{
		font-size: 24px;
        line-height: 34px;
        font-weight: 600;
	}
	.protected_constitution_sec .sec_heding, .unincorporated_sec .sec_heding, .private_assosiation_sec .sec_heding{
		font-weight: 600;
	}
	.power_number_sec .main{
		padding-top: 0px;
	}
	.unincorporated_sec .list_wrapper{
		flex-direction: column;
		gap: 0px;
	}
	.private_assosiation_sec{
		padding-bottom: 50px;
	}
	.protected_constitution_sec .dec_box {
		padding: 20px;
	}
	.dec_text{
		font-size: 16px;
		line-height: 26px;
	}
}