/*=============== GOOGLE FONTS ===============*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;900&display=swap');

/*=============== PAGE EDIT ===============*/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	background-color: #F2F2F2;
}

body{
	line-height: 1.5s;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
}


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

/*=============== HEADER ===============*/

header {
	background-color: #F2F2F2;
	height: 80vh;
	background-size: cover;
	background-position: center;
	font-family: 'Poppins', sans-serif;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


/*=============== LOGO ===============*/


.logo	{
	float: left;
	width: 70px;
	height: 70px;
	background-position: center;
	background-size: cover;
	margin-left: 20px;
	margin-top: 10px;
}

/*=============== NAV BAR ===============*/

#main nav ul {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

#main nav ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 8px;
	line-height: 50px;
}

#main nav ul li a {
	text-decoration: none;
	color: #30363d;
	font-size: 14px;
	padding: 6px 13px;
	transition: 0.4s all ease-out;
	font-family: 'Poppins', sans-serif;
}

#main nav ul li a.active,
#main nav ul li a:hover {
	transform: translateY(1rem);
	background: #f94640;
	color: #fff;
	transition: 0.4s;
}


/*=============== THIS PAGE ===============*/


hr {
	width: 90%;
	margin-left: 6rem;
}

.header-img {
	max-height: 30rem;
}

.row-2{
	display: flex;
	flex-wrap: wrap;
}


.col-md-6 {
	max-width: 21.5rem !important;
	background-color: #30363d;
}

.caption-text {
	background-color: transparent;
	color: #939393;
	float: left;
	margin-top: 31rem;
	margin-left: -31.5rem;
	text-align: center;
}

.caption-text-2 {
	background-color: transparent;
	color: #939393;
	float: left;
	margin-top: 31rem;
	margin-left: -32rem;
	text-align: center;
}

.caption-text-3 {
	background-color: transparent;
	color: #939393;
	float: left;
	margin-top: 26.5rem;
	margin-left: -34rem;
	text-align: center;
}

.caption-text-6 {
	background-color: transparent;
	color: #939393;
	float: left;
	margin-top: 31rem;
	margin-left: -29rem;
	text-align: center;
}

.image-size {
	max-height: 30rem;
	padding-left: 5rem;
	padding-right: 5rem;
}

.image-size-6 {
	max-height: 21rem;
	padding-left: 5rem;
	padding-right: 5rem;
}

.image-size-2 {
	max-height: 30rem;
	padding-left: 12rem;
}

.image-size-3 {
	max-height: 30rem;
	padding-right: 12rem;
}

.image-size-4 {
	max-height: 30rem;
	padding-right: 5rem;
	padding-left: 5rem;
	margin-bottom: 3rem;
}

.image-size-5 {
	max-height: 30rem;
	padding-left: 9rem;
	padding-right: 5rem;
}

.image-size-7 {
	max-height: 25rem;
	padding-left: 5rem;
	padding-right: 5rem;
}

.paragraph1 {
	background-color: transparent;
	font-size: 18px;
	padding-right: 6.5rem;
	padding-left: 6.5rem;
}

.paragraph1-padding {
	background-color: transparent;
	font-size: 18px;
	padding-right: 6.5rem;
	padding-left: 55rem;
}

.paragraph3-padding {
	background-color: transparent;
	font-size: 18px;
	padding-right: 6.5rem;
	padding-left: 40rem;
}

.paragraph2-padding {
	background-color: transparent;
	font-size: 18px;
	padding-right: 6.5rem;
	padding-left: 48rem;
}

.paragraph4-padding {
	background-color: transparent;
	font-size: 18px;
	padding-right: 6.5rem;
	padding-left: 48rem;
}

.key {
	background-color: transparent;
	color: #939393;
}

.key2 {
	background-color: transparent;
	color: #01151f;
}

.header1 {
	background-color: transparent;
	padding-left: 6.5rem;
}

.header1-2 {
	background-color: transparent;
	padding-left: 48rem;
}

.header-link {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.5);
}

.header-link:hover{
	transform: translateY(-.5rem);
	transition: 0.4s all ease-out;
	text-decoration: none;
	color: white;
}

.header-text-bold {
	font-size: 24px;
	background-color: transparent;
	letter-spacing: 1px;
}

.header-text {
	padding: 2rem;
	background-color: transparent;
}

.header-text:hover {
	transform: translateY(-.2rem);
	transition: 0.4s ease all;
	background-color: transparent;
}


.video-2 {
	margin-left: 5rem;
	margin-right: 5rem;
	float: left;
}


.video {
	margin-left: 5rem;
	margin-right: 5rem;
	float: left;
}


.caption-link {
	text-decoration: none;
	color: #81b1c9;
	transition: 0.4s;
}

.caption-link:hover {
	color: #4a737c !important;
	transition: 0.4s;
}



/*=============== FOOTER ===============*/

.button-link {
	color: #30363d !important;
	text-decoration: none;
}

.button-link:hover {
	color: #fff !important;
	text-decoration: none;
	transition: 0.5s;
}

ul {
	list-style: none;
}

.row{
	padding-left: 5rem;
	display: flex;
	flex-wrap: wrap;
}

.footer {
	background-color: #30363d;
}

.footer-col{
width: 25%;
padding: 50px;
}

.footer-col h4{
	font-size: 20px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 30px;
	font-weight: 500;
	position: relative;
}

.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #f94640;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.footer-col ul li:not(:last-child){
	padding-bottom: 10px;
}

.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	color: #bbb;
	display: block;
	transition: 0.4s all ease-out;
}

.footer-col ul li a:hover{
	color: #fff;
	padding-left: 8px;
	transition: 0.4s ease;
}

.footer-link {
	background-color: transparent;
}

/*=============== FOOTER SOCIALS ===============*/

.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(24, 24, 24, 0.6);
	margin: 0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #fff;
	transition: all 0.3 ease;
}

.footer-col .social-links a:hover{
	color: #fff;
	background-color: #f94640;
	transition: 0.5s;
}

.footer-col .social-links i{
	background-color: transparent;
}