/*
---TYPOGRAPHY SYSTEM---

---Font sizes (px)--
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98

--- WHITESPACE - Spacing system (px) 2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128 

- Font weights
Default:400, Medium:500, Semi-bold:600, Bold:700

- Line heights
Default: 1, Small: 1.05, Medium: 1.2, large: 1.8
Paragraph default: 1.6


---COLORS---
- Primary: #0061AF,rgb(0, 97, 175)
- secundary: #FFFF27,rgb(255, 255, 39)
- Tints:#e6eff7, #00579e

- Greys
#333, #555, #888
#767676 (lightest grey allowed on #fff)

---SHADOWS----
0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);

---ORDER-RADIUS----
Default: 9px Medium: 11px
*/

/**************************/
/**GERNALAR REUSABLE COMPONENETS**/
/**************************/

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
*:focus {
	outline: none;
}
html{
	/*font-size: 10px*/
	/*10px / 16px = 0.625 = 62.5% */
	/*percentage of user's browser font-size setting*/
	font-size: 62.5%;
	overflow-x: hidden;
}
body{
	font-family:rubik, sans-serif;
	line-height: 1;
	font-weight: 400;
	color:#555;
	overflow-x:hidden;
}
.container {
	max-width: 120rem;
	margin: 0 auto;
	padding: 0 2.4rem;
}
.main {
	margin-top: 8rem;
}
.section{
	margin-bottom: 9.6rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: solid 1px #0061AF;
	border-bottom: solid 1px #0061AF;
}
.section-el-1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 4.8rem;
	align-items: center;
	justify-content: center;
}
.section-img-box{
	display: flex;
	align-items: center;
	justify-content: center;
} 
.section-img {
	width: 100%;
	border-radius: 9px;
}
h1{
	font-size: 3.2rem;
	color: #0061AF;
	margin-bottom: 2.4rem;
}
h2{
	font-size: 2.4rem;
	color: #0061AF;
	margin-bottom: 1.8rem;
}
h3{
		font-size: 2.0rem;
		color: #0061AF;
		margin-bottom: 2.4rem;
}
p{
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 0.8rem;
}

.grid {
	display: grid;
}

/* .col-2 {
	grid-template-columns: repeat(2, 1fr);
}

.col-3 {
	grid-template-columns: repeat(3, 1fr);
}

.col-4 {
	grid-template-columns: repeat(4, 1fr);
} */


/**HEADER**/

.header{
	display:flex;
	justify-content:space-between;
	align-items: center;
	background-color:#e6eff7 ;
	height: 8.0rem;
	padding:0 2.4em;
	position: relative;
}
.logo{
	height: 3.6rem;
}

/**NAVIGATION**/


.main-nav-list{
	list-style: none;
	display: flex;
	align-items: center;
	gap:2.4rem;
}
.main-nav-link:link,
.main-nav-link:visited{
	display: inline-block;
	text-decoration: none;
	color:#0061af ;
	font-weight: 500;
	font-size: 1.8rem;
	transition: all 0.3s;
}
.main-nav-link:hover,
.main-nav-link:active{
	color:#58b4fe;
}
.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited{
	padding: 1.2rem 2.4rem;
	border-radius: 9px;
	color:#ffff27;
	background-color:#0061AF ;
}
.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active{
	background-color: #00579e;
}

/**mobile**/
.btn-mobile-nav{
	border: none;
	background: none;
	cursor: pointer;

	display: none;
}
.icon-mobile-nav{
	height: 4.8rem;
	width: 4.8rem;
	color: #0061af;
}
.icon-mobile-nav[name="close-outline"]{
	display:none;
}

/**Sticky navigation**/
.sticky .header{
	position: fixed;
	top:0;
	bottom:0;
	height:6.4rem;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	background-color: rgb(255, 255, 255, 0.95);
	z-index: 999;
	box-shadow: 0 1.2rem 3.2rem rgba(0,0,0, 0.03) ;
}
.sticky .section-hero{
	margin-top: 6.4rem;
}

/**HERO SECTION**/
.section-hero{
	background: linear-gradient(#e6eff7 40%, #00579e);
}

.hero {
	max-width: 130rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	justify-self: center;
}

.hero-img {
	width: 100%;
	border-radius: 9px;
}

/***slider***/

.section-slider{
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 2.4rem;
	border-top: solid 1px #0061AF;
	padding-top: 1rem;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-20.0rem * 8));
		transform: translateX(calc(-20.0rem * 8));
	}
}

@keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-20.0rem * 8));
		transform: translateX(calc(-20.0rem * 8));
	}
}

.slider {
	background: pr;
	height: 10.0rem;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.slider::before,
.slider::after {
	background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 10.0rem;
	position: absolute;
	width: 10.0rem;
	z-index: 2;
}

.slider::after {
	right: 0;
	top: 0;
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.slider::before {
	left: 0;
	top: 0;
}

.slider .slide-track {
	-webkit-animation: scroll 40s linear infinite;
	animation: scroll 40s linear infinite;
	display: flex;
	width: calc(20.0rem * 16);
}

.slider .slide {
	height: 8rem;
	width: 20.0rem;
}

.slide img{
	filter: grayscale(100%);
	height: 8rem;
	width: 20rem;
}

.slide img:hover{
	filter: none;
	transition-duration: 0.5s;
}

/****footer****/
footer{
	padding:6.4rem 0;
	background: linear-gradient(#00579e, #e6eff7 40%);
	border-top: 1px solid #eee;
	}
	.grid--footer{
		display: grid;
		grid-template-columns:repeat(4, 1fr)
	}
	.social-links{
		list-style: none;
		display: flex;
		gap:3.2rem;
	}
	.social-icon{
		height: 3rem;
		width: 3rem;
	}
	.footer-heading{
		font-size: 1.8rem;
		font-weight: 500;
		margin-bottom: 2.4rem;
	}
	.footer-col{
		display: flex;
		flex-direction: column;
	}
	.footer-link:link,
	.footer-link:visited{
		text-decoration: none;
		font-size: 1.6rem;
		color: #767676;
		transition: all 0.3s;
	}
	.footer-link:hover,
	.footer-link:active{
		color:#00579e
	}
	.copyright{
		font-size: 1.2rem;
		color: #767676;
		margin-top: auto;
	}
	.footer-contact{
		font-size: 1.2rem;
		color: #767676;
	}


/******************/
/****Gallery****/
/*****************/

.gallery-el-1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	justify-content: center;
	column-gap: 1rem;
}

.gallery:after {
	content: "";
	display: table;
	clear: both;
}
.text-gallery{
		grid-column: 1 / -1;
		margin-bottom: 1rem;
		color:#999;
		}
.text-gallery p{
	font-size: 1rem;
	}
		/*eide gallery*/
.column img {
	width: 100%;
	border-radius: 9px;
}
/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 9.6rem;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}
/* Modal Content */
.modal-content-el-1 {
	position: relative;
	background-color: black;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 60rem;
}
.mySlides img{
	border-radius: 9px;
}
/* The Close Button */
.close-el-1 {
	color: white;
	position: absolute;
	top: 6.4rem;
	right: 20rem;
	font-size: 3.2rem;
	font-weight: bold;
}
.close-el-1:hover,
.close-el-1:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
/* Hide the slides by default */
.mySlides {
	display: none;
}
/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 20rem;
	width: auto;
	padding: 0.4rem;
	/* margin-top: -50px; */
	color: #fff;
	font-weight: bold;
	font-size: 3.2rem;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
/* Caption text */
.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: #fff;
}

.active:hover {
	opacity: 1;
}
img.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
