@import url('https://fonts.googleapis.com/css2?family=Domine:wght@500&display=swap');

* {
	margin: 0;
	padding: 0;
}

:root {
	--white: #fff;
	--brand-500: #10b981;
	--gray-100: #f1f5f9;
	--gray-500: #64748b;
	--gray-600: #475569;
	--gray-800: #1e293b;
	--gray-900: #0f172a;
}
li, a, button {
	font-family: "Domine", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: var(--white);
	text-decoration: none;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 10%;
	background-color: #a9a9a9;
}

.nav_links{
	list-style: none;
	background-color: #a9a9a9;
}

.nav_links li {
	display: inline-block;
	padding: 0px 20px;
}

.nav_links li a {
	transition: all 0.3s ease 0s;
}

.nav_links li a:hover {
	color: #000000;
}

button {
	padding: 9px 25px;
	background-color: #464683;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

button:hover {
	background-color: #36a53e;
}
 /*------start of media-----*/
.flex-container0 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #2547A0;
}

.flex-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5em;
  background-color: #a9a9a9;
}

.to-bottom {
  margin-top: auto;
}

@media screen and (min-width: 45em) {
  .flex-box1 {
    position: relative;
    width: calc(400px - 30px);
    height: calc(300px - 30px);
    background: #a9a9a9;
    background: #a9a9a9;
    float: left;
    margin: 15px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
  }

  .flex-box2 {
  	position: relative;
    width: calc(400px - 30px);
    height: calc(300px - 30px);
    background: #a9a9a9;
    background: #a9a9a9;
    float: left;
    margin: 15px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
  }
  .flex-box3 {
  	position: relative;
    width: calc(400px - 30px);
    height: calc(300px - 30px);
    background: #a9a9a9;
    background: #a9a9a9;
    float: left;
    margin: 15px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
  }
}

.section1 {
	float: left;
	border-width: 90%;
	background-color: #464683;
	padding: 50px 15px;
	margin-bottom: 20px;
}

.section2{
	padding: 9px 25px;
	float: left;
	width: 100%;
	background-color: #36a53e;
	text-align: center;
	padding: 50px 15px;
}
/*------end of media------*/
.body2 {
	background-image: linear-gradient(#a9a9a9, #2547A0);
	position: relative;
	width: 1200px;
	height: 300px;
	background: #2547a0;
	margin: 240px auto;
	
}

/*---------START OF BOXES PART-------*/

.body2 .container2 {
	position: relative;
	width: 1200px;
	height: 300px;
	margin: 240px auto;
	background-color: #2547A0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 5%;
}

.container2{
	align-items: center;
	flex-wrap: wrap;
	margin-left: 90px;
	margin-right: 50px;
}

.container2 .box {
	position: relative;
	width: calc(400px - 30px);
	height: calc(300px - 30px);
	background: #36a53e;
	float: left;
	margin: 30px 10px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 10px;
	padding: 20px 15px;
	display: flex;
	flex-direction: column;
	box-shadow: 0.5px 10px #000000;
	transition: 0.3s ease-in-out;
	margin-top: 8%;
	margin-right: 45px auto;
	margin-left: 40px auto;
}

.container2 .box .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #a9a9a9;
	transition: 0.5s;
	z-index: 1;
}

.container2 .box:hover .icon {
	top: 20px;
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.container2 .box .icon .fas {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 60px;
	transition: 0.5s;
	color: #2547A0;
}

.container2 .box:hover .icon .fas {
	font-size: 40px;
}

.container2 .box .content {
	position: absolute;
	top: 100%;
	height: calc(100% - 100px);
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	transition: 0.5s;
	opacity: 0;
}

.container2 .box:hover .content {
	top: 100px;
	opacity: 1;
}

.container2 .box .content h3 {
	margin: 0 0 10px;
	padding: 0;
	color: #fff;
	font-size: 24px;
	
}

.container2 .box .content p {
	margin: 0;
	padding: 0;
	color: #fff;
}

/*---------END OF BOXES PART---------*/
/*------START OF ABOUT CONTENT--------*/
.about {
	width: 100%;
	padding: 100px 0px;
	background-color: #2547A0;

}

.about img {
	height: auto;
	width: 360px;
	background-color: #2547A0;
	margin: 10px;
	margin-top: 40px;
}

.about .img .about-text{
	margin-top: 10px;
}
.about-text {
	width: 550px;
	background-color: #2547A0;
	height: 550px auto;
}

.about-text h2 {
	background-color: #2547A0;
}

.about-text p {
	background-color: #2547A0;
}

.main {
	width: 1130px;
	max-width: 95%;
	margin: 0 auto;
	background-color: #2547A0;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.about-text h2{
	color: white;
	font-size: 100% auto;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.about-text button {
	background-color: #a9a9a9;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	padding: 9px 25px;
}
 
.about-text li{
	list-style: none;
}
.about-text button:hover {
	background-color: #36a53e;
	border: 2px solid #2547A0;
} 

.about-text p {
	color: white;
	letter-spacing: 1px;
	line-height: 28px;
	font-size: 75% auto;
	text-align: justify;
	margin-bottom: 45px;
}
/*------END OF ABOUT CONTENT-------*/
@media (max-width: 820px) {
  .btn1, .btn2 {
    padding: 10px 15px;
  }
}

/*-------Start of Section5 (newsletter)-----*/
.section5 {
  display: flex;
  align-items: center;
  padding-top: 10px;
  background-image: linear-gradient(#2547A0, #a9a9a9);
  width: 100%
}

.section5 form {
  width: 100%;
  padding: 0 auto;
}

 .section5 form h1 p {
 	float: center;
 	margin-top: 15px;
}

.section5 form p {
  color: rgba(1, 1, 1, 0.8);
}

.section5 form footer-btn {
  float: center;
  margin-top: 15px;
}

@media (max-width: 1020px) {
  .section5 {
    display: flex;
    align-items: center;
  }
  .section5 form {
    padding: 0 auto;
    text-align: center;
  }
  input[type='email']{
    outline: none;
    display: inline-block;
    width: 100%;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin-left: 150px;
    margin-right: 150px;
	align-items: center;
	justify-content: center;
}

input[type='email']:focus{
    border: 2px solid #aaa;
}

#button{
    color: rgba(0,0,0,0.6);
    text-decoration: none;
    border-radius: 5px;
    width: 27%;
    display: inline-block;
    padding: 8px;
    background: #fff;
    text-align: center;
    border: 2px solid #a9a9a9;
    margin-left: 24px;   
    margin-right: 245px;
}

#button:hover{
    border: 2px solid #aaa;
}

@media screen and (max-width: 736px){
    input[type='email']{
        display: block;
        width: 50%;
    }
    #button{
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        width: 20%;
        display: block;
        margin-top: 5px;
    }
}
}
/*-------End of Section5 (newsletter)-------*/

.footer {
	background-color: #a9a9a9;
}

.footer-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 2rem;
	padding: 3rem 2rem;
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
	background-color: #a9a9a9;
}

.footer-info {
	width: 16rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #a9a9a9;
}

.footer-title {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gray-900);
	text-decoration: none;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.footer-title svg{
	width: 1.25rem;
	height: 1.25rem;
	color: var(--white);
	padding: 0.5rem;
	background-color: var(--brand-500);
	border-radius: 50%;
}

.footer-title span{
	margin-left: 0.5rem;
}

.footer-tagline {
	color: var(--gray-500);
	font-size: 0.875rem;
	line-height: 1.25rem;
	background-color: #a9a9a9;
}

.footer-section-wrapper {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 2rem;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.25rem;
	background-color: #a9a9a9;
}

.footer-category {
	color: var(--gray-900);
	font-weight: 500;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	margin-bottom: 0.75rem;
}

.footer-list {
	display: flex;
	flex-direction: column;
	row-gap: 0.25rem;
	list-style-type: none;
}

.footer-link {
	color: var(--gray-600);
	text-decoration: none;
}

.footer-link:hover {
	color: var(--gray-800);
}

.footer-bottom {
	background-color: #a9a9a9;
}

.footer-bottom-container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	row-gap: 1rem;
	padding: 1.25rem 2rem;
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;

}

.foot-copyright {
	color: var(--gray-500);
	font-size: 0.875rem;
	line-height: 1.25rem;
	text-align: center;
}

.footer-social {
	display: flex;
	justify-content: center;
	column-gap: 1rem;
}

.footer-social-icon {
	color: var(--gray-500);
}

.footer-social-icon svg {
	width: 1.25rem;
	height: 1.25rem;
	background-color: #a9a9a9;
}

/* Small breakpoint */
@media (min-width: 640px) {
	.footer-container{
		flex-direction: row;
	}

	.footer-info {
		margin-left: 0;
		margin-right: 0;
		text-align: left;
	}

	.footer-title {
		justify-content: flex-start;
	}

	.footer-section-wrapper {
		flex-direction: row;
		justify-content: space-between;
		text-align: left;
	}

	.footer-bottom-container {
		flex-direction: row;
		justify-content: space-between;
	}
}

/*----START OF SECOND PAGE----*/

.body5 {
	display: flex;
	height: 100vh;
	justify-content: center;
	align-items: center;
	padding: 10px;
	background-image: linear-gradient(#a9a9a9, #2547A0);

}


.container{
	width: 100%;
	background: linear-gradient(#a9a9a9, #2547A0);
	padding: 0 10%
}

.container .title{
	font-size: 25px;
	font-weight: 500;
	position: relative;
}

.container .title::before{
	content: '';
	position: absolute;
	height: 3px;
	left: 0;
	bottom: 0;
	width: 30px;
	background: #333;
}

.container form .user-details{
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 12px 0;
	justify-content: space-between;
}

form .user-details .input-box{
	width: calc(100% / 2 - 20px);
	margin-bottom: 15px;
}

form input[type='email-1']{
	width: calc(100% / 2 - 20px);
	margin-bottom: 15px;
}

.user-details .input-box input{
	height: 45px;
	width: 100%;
	outline: none;
	border-radius: 5px;
	border: 1px solid #333;
	padding-left: 15px;
	font-size: 16px;
	border-bottom-width: 2px;
	transition: all 0.3s ease;
}

.user-details .input-box .details{
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
}

.user-details .input-box input:focus,
.user-details .input-box input:valid{
	border-color: #333;
}

form .button{
	height: 45px;
	margin: 45px 0;
}

form .button input{
	height: 100%;
	width: 100%;
	outline: none;
	color: #fff;
	border: none;
	list-style: none;
	font-size: 18px;
	border-radius: 5px;
	font-weight: 500;
	letter-spacing: 1px;
	cursor: pointer;
	background: linear-gradient(#a9a9a9, #36a53e, #2547A0);
}

form .button input:hover{
	background: linear-gradient(-#a9a9a9, #36a53e, #2547A0);
}

@media (max-width: 584px) {
	.container{
		max-width: 100%;
	}
	form .user-details .input-box{
		width: 100%;
		margin-bottom: 15px;
	}
	.container form .user-details{
		max-height: 300px;
		overflow-y: scroll;
	}
	.user-details::-webkit-scrollbar{
		width: 0;
	}
}

.container3{
	position: relative;
	max-width: 500px;
	width: 100%;
	background-color: #a9a9a9;
	border-radius: 10px;
	height: fit-content;
	width: fit-content;
}

.select-btn {
	display: flex;
	height: 45px;
	align-items: center;
	padding: 0 16px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #333;
	width: 95%;
	outline: none;
	border-radius: 5px;
	padding-left: 15px;
	font-size: 16px;
	border-bottom-width: 2px;
	transition: all 0.3s ease;
}

.select-btn .btn-text{
	font-size: 17px;
	font-weight: 400;
	color: #333;
}

.select-btn .arrow-dwn{
	display: flex;
	height: 21px;
	width: 21px;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	background: #6e93f7;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.list-items{
	position: relative;
	background-color: #fff;
	margin-top: 15px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 16px;
	display: none;
}

.select-btn.open ~ .list-items{
	display: block;
}
.list-items .items{
	list-style: none;
	display: flex;
	align-items: center;
	height: 50px;
	cursor: pointer;
	transition: 0.3s;
	padding: 0 15px;
	border-radius: 8px;
}


.list-items .items:hover{
	background-color: #e7edfe;
}
.items .checkbox{
	height: 16px;
	width: 16px;
	border: 1.5px solid #c0c0c0;
	border-radius: 4px;
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.checkbox .check-icon{
	font-size: 11px;
	transform: scale(0);
	transition: all 0.3s ease-in-out;
	color: #fff;
}

.items .item-text {
	font-size: 16px;
	font-weight: 400;
	color: #333;
}
 
.items.checked .check-icon{
	transform: scale(1);
}

.items.checked .checkbox{
	background-color: #2547a0;
	border-color: #2547A0;
}

/*---start of thirdpage----*/
header-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 10%;
	background: #a9a9a9;
}

header-1 .nav_links {
	background: transparent;
}
body8 {
	margin: 0;
	padding: 0;
	background: #a9a9a9;
}

body8 .privacy-policy{
	margin: 40px;
	padding: 10px;
	word-spacing: 5px;
}

body8 p{
	color: #000000;
}
body8 h3{
	color: #000000;
}   

body8 h2{
	color: #000000;
}

body8 h1{
	color: #000000;
}

body8 strong{
	color: #000000;
}

body8 li{
	color: #000000;
}

body8 a{
	color: #000000;
}

body8 .terms-conditions{
	margin: 40px;
	padding: 10px;
	word-spacing: 5px;
}
