/* These vars for you, because they will ask you many and many times to change them */
:root {
	--brand-primary: #06A9C4;
	--brand-secondary: #01429b;
	--brand-light: #f6feff;
	--brand-font: "Almarai", sans-serif;
}

/* General */
*:not(i):not(.fa) {
	font-family: var(--brand-font);
	transition: all 0.1s ease;
}

body {
	background-color: var(--brand-light);
}

.btn-secondary {
	background-color: var(--brand-secondary) !important;
}

.testing {}

.lang-select {
    background-color: #01429b;
  /*margin-bottom: 15px;*/
}

.more-btn {
	box-shadow: 0px 0px 6px -3px;
	background: white;
	padding: 5px 40px 5px 20px;
	display: block;
	margin-top: 10px;
	text-decoration: none;
	color: black;
	position: relative;
	width: max-content;
}

.more-btn:before {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	width: 30px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 2px;
	filter: brightness(50%) sepia(100) saturate(100) hue-rotate(210deg);
	background-repeat: no-repeat;
	z-index: 1;
}

.more-btn:after {
	content: "";
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: var(--brand-primary);
}

.text-b-primary {
	color: var(--brand-primary);
}

.text-b-light {
	color: var(--brand-light);
}

.text-b-secondary {
	color: var(--brand-secondary);
}

.text-b-hover-primary:hover {
	color: var(--brand-primary);
}

.btn-more {
	display: block;
	text-decoration: none;
	color: white;
	width: 140px;
	box-shadow: 0 0 10px -3px black;
	text-align: center;
	margin: auto;
	border-radius: 2px;
	padding: 5px;
	background-color: var(--brand-secondary);
}

.btn-more:hover {
	color: var(--brand-primary);
}

/* General */

/* Header */
#header {
	background-color: var(--brand-primary);
	height: 120px;
}

.head-logo {
	height: 80px;
}

.navbar-nav {
	bottom: 0px;
	margin-bottom: -45px;
}

.navbar-nav>.nav-item {
	margin: 10px 0;
	font-weight: bold;
}

.navbar-nav>.nav-item .nav-link {
	border-left: 1px solid black;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-nav>.nav-item:last-of-type .nav-link {
	border: none;
}

.navbar-nav>.nav-item:first-of-type .nav-link {
	margin: 0;
	padding-right: 0 !important;
}

.nav-link {
	color: black;
}

.nav-link.active,
.nav-link:hover,
.nav-link:focus {
	color: var(--brand-secondary);
}

.dropdown-item:active {
	background-color: var(--brand-secondary);
}

/* Header */

/* Footer */
#footer {
	background-color: var(--brand-primary);
	height: 330px;
}

.foot-contact {
	color: var(--brand-secondary);
	text-decoration: none;
	position: relative;
	overflow: hidden;
	font-size: 1.2rem;
	line-height: 25px;
	padding: 10px;
	border: 2px solid var(--brand-secondary);
	border-radius: 15px;
}

.foot-contact i {
	color: var(--brand-secondary);
	height: 100%;
	padding: 0 6px;
}

.foot-social {
	width: 40px;
	height: 40px;
	line-height: 25px;
	display: block;
	text-align: center;
	display: block;
}

.foot-social:hover,
.foot-contact:hover {
	color: var(--brand-secondary);
}

/* Footer */

/* Sections */
.carousel-control-next-icon,
.carousel-control-prev-icon {
	width: 4rem;
	height: 4rem;
}

.carousel-caption {
	color: white;
	top: 228px;
	right: 0;
	bottom: 0;
	left: 0;
	text-shadow: 0px 0px 5px black;
	width: 100%;
	text-align: center;
    padding: 8rem;
}

.carousel-caption h1 {
	font-size: 2rem;
	font-weight: bold;
}

.slide-img {
	height: 500px;
	background-position: center;
	background-size: cover;
	box-shadow: inset 0px 0px 100px 0px black;
	/*transform: translateX(-180px);*/
}

.slide-btn {
	color: var(--brand-secondary);
	text-decoration: none;
	min-height: 100px;
	line-height: 100px;
}

.slide-btn img {
	margin: auto;
	display: block;
}

.card {
	text-decoration: none;
	color: black;
}

.card:hover {
	color: var(--brand-secondary);
}

/* Sections */
button.navbar-toggler {
	position: absolute;
}

@media (max-width: 992px) {
	.nav-items {
		position: absolute;
		background: white;
		z-index: 1;
		top: 120px;
		right: 0;
		width: 100%;
	}

	.nav-items form {
		width: 100%;
	}

	.nav-items .navbar-nav {
		position: relative !important;
		margin-bottom: unset !important;
	}

	.navbar-nav>.nav-item:first-of-type .nav-link {
		padding-right: 1.5rem !important;
	}

	.navbar-nav>.nav-item::after {
		display: none;
	}

	.nav-items {
		background-color: var(--brand-primary);
	}

	.carousel-caption h1 {
		font-size: 3rem;
	}

	.carousel-caption {
		right: unset;
		left: unset;
		text-align: center;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.row-item:after {
		display: none;
	}

	.slide-img {
		transform: unset;
	}
	.carousel-caption h1 {
		font-size: 1rem;
	}
}


.navbar-nav>.nav-item {
	position: relative;
}

.navbar-nav>.nav-item::after {
	content: "";
	width: 2px;
	height: 30px;
	position: absolute;
	top: -4px;
	left: 0px;
	transform: rotate(15deg);
	background-color: lightblue;
}

.navbar-nav>.nav-item:last-of-type::after {
	display: none;
}

.w-40px {
	width: 40px;
}

.w-50px {
	width: 50px;
}

.h-100px {
	height: 100px;
}

.text-secondary {
	color: var(--brand-secondary) !important;
}

#sec-cards .card-body {
	color: var(--brand-secondary);
	position: absolute;
	bottom: 10px;
	background: white;
	width: 80%;
	text-align: center;
	left: 10%;
}

.card-img {
	height: 350px;
	background-size: cover !important;
	background-position: center !important;
}

.sec-head {
	background: white;
	color: #004aad;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	border-top: 5px solid #94e9f4;
	border-bottom: 5px solid #94e9f4;
	width: 100%;
}

.sec-title {
	text-align: center;
	background: var(--brand-light);
	width: 200px;
	margin: auto;
	color: var(--brand-secondary);
	font-size: 1.5rem;
	font-weight: bold;
}

.sec-title::after {
	background: var(--brand-secondary);
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	transform: translateY(22px);
	z-index: -1;
}

.navbar-collapse {
	z-index: 999;
}

@media (min-width: 992px) {
	.dropdown-menu .dropdown-toggle:after {
		border-top: .3em solid transparent;
		border-left: 0;
		border-bottom: .3em solid transparent;
		border-right: .3em solid;
		margin-bottom: -5px;
	}

	.dropdown-menu .dropdown-menu {
		margin-left: 0;
		margin-right: 0;
	}

	.dropdown-menu li {
		position: relative;
	}

	.nav-item .dropdown-menu .dropdown-menu {
		display: none;
		position: absolute;
		right: 100%;
		top: -7px;
	}

	.dropdown-menu>li:hover {
		background-color: #f1f1f1
	}

	.dropdown-menu>li:hover>.dropdown-menu {
		display: block;
	}
}