@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800&display=swap");

@font-face {
	font-family: "shahad";
	src: url("../fonts/shahdFontRegular.ttf") format("truetype");
	font-weight: 500;
}

@font-face {
	font-family: "shahad";
	src: url("../fonts/shahdFontBold.ttf") format("truetype");
	font-weight: 700;
}

.main-font {
	font-family: "shahad";
}
.alt-font {
	font-family: "shahad";
}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-track {
	width: 8px;
	background: white;
	border-left: 0 solid white;
	border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
	background: #7c7c7c;
	width: 0;
	height: 25%;
	transition: 0.5s ease;
	cursor: pointer;
}

/* ===================================
    Image Hover
====================================== */

.hover-effect::before,
.hover-effect::after {
	content: "";
	background: #fff;
	height: 0;
	width: 0;
	z-index: 1;
	position: absolute;
	-webkit-transition-duration: 1.3s !important;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s !important;
}
.hover-effect::before {
	right: 0;
	opacity: 1;
	bottom: 0;
}
.hover-effect::after {
	top: 0;
	opacity: 0.7;
	left: 0;
}
.hover-effect:hover::after,
.hover-effect:hover::before {
	height: 100%;
	opacity: 0;
	width: 100%;
}
/* Use in BLog */
.image {
	overflow: hidden;
}
a.image {
	display: block;
}
.image img {
	width: 100%;
	height: 100%;
	display: block;
}
.image,
.image img {
	position: relative;
}
/* Use in BLog */
.image {
	overflow: hidden;
}
a.image {
	display: block;
}
.image img {
	width: 100%;
	height: 100%;
	display: block;
}
.image,
.image img {
	position: relative;
}

/* ===================================
    General
====================================== */

body {
	font-family: "shahad", sans-serif;
	font-size: 16px;
	color: #202020;
	font-weight: 300;
	line-height: 25px;
	width: 100%;
	overflow-x: hidden;
	background-color: #161616;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
	line-height: 1.2;
	font-weight: 400;
	font-family: "shahad", sans-serif;
}
.h1,
h1 {
	font-size: 2.5rem;
}
a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
	transition: ease-in-out 0.2s;
	-webkit-transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
	-ms-transition: ease-in-out 0.2s;
	-o-transition: ease-in-out 0.2s;
}
section,
.section-padding {
	position: relative;
	overflow: hidden;
}
a {
	color: inherit;
	text-decoration: none;
}
.rev_slider_wrapper {
	width: 100% !important;
}
.btn.focus,
.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
p:last-child {
	margin-bottom: 0 !important;
	font-family: "shahad", sans-serif;
}
.fa,
.far,
.fas {
	display: inline;
}
a:active,
a:hover {
	color: #7c7c7c;
}
li {
	list-style: none;
	text-decoration: none;
}
blockquote {
	border-left: 2px solid;
	padding: 10px 15px 10px 35px;
	margin: 25px 0;
	font-size: 18px;
	line-height: 28px;
	margin-top: 32px;
	margin-bottom: 32px;
}
blockquote > cite {
	font-weight: 400;
	font-size: 14px;
	display: block;
}
.hidden {
	display: none;
}
section {
	padding: 5.5rem 0;
}
.padding-bottom {
	padding-bottom: 7.5rem;
}
.padding-top {
	padding-top: 7.5rem;
}
::selection {
	background-color: #7c7c7c;
	color: #ffffff;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
	margin: 0;
	background-color: #000;
	color: #eee;
	font-family: Poppins;
	font-size: 12px;
}
a {
	text-decoration: none;
}
header {
	width: 1140px;
	max-width: 80%;
	margin: auto;
	height: 50px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 100;
}
header a {
	color: #eee;
	margin-right: 40px;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
	margin: 0;
	background-color: #000;
	color: #eee;
	font-family: Poppins;
	font-size: 12px;
}
a {
	text-decoration: none;
}
header {
	width: 1140px;
	max-width: 80%;
	margin: auto;
	height: 50px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 100;
}
header a {
	color: #eee;
	margin-right: 40px;
}
/* carousel */
.carousel {
	height: 100vh;
	margin-top: -50px;
	width: 100vw;
	overflow: hidden;
	position: relative;
}
.carousel .list .item {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0 0 0 0;
}
.carousel .list .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel .list .item .author {
	font-weight: bold;
	letter-spacing: 10px;
}
.carousel .list .item .title,
.carousel .list .item .topic {
	font-size: 5em;
	font-weight: bold;
	line-height: 1.3em;
}
.carousel .list .item .topic {
	color: #d8d2d0;
}
.carousel .list .item .buttons {
	display: grid;
	grid-template-columns: repeat(2, 130px);
	grid-template-rows: 40px;
	gap: 5px;
	margin-top: 20px;
}
.carousel .list .item .buttons button {
	border: none;
	background-color: #eee;
	letter-spacing: 3px;
	font-family: Poppins;
	font-weight: 500;
}
.carousel .list .item .buttons button:nth-child(2) {
	background-color: transparent;
	border: 1px solid #fff;
	color: #eee;
}
/* For large screens */
@media screen and (min-width: 1200px) {
	.carousel {
		height: 100vh;
		margin-top: -50px;
		width: 100vw;
		overflow: hidden;
		position: relative;
	}
	.carousel .list .item {
		width: 100%;
		height: 100%;
		position: absolute;
		inset: 0 0 0 0;
	}
}

/* For medium screens for mobile  */
@media screen and (max-width: 1199px) and (min-width: 900) {
	.carousel {
		height: 70vh;
		margin-top: -50px;
		overflow: hidden;
		position: relative;
	}
	.carousel .list .item {
		width: 100%;
		height: 100%;
		position: absolute;
		inset: 0 0 0 0;
	}
}
@media screen and (max-width: 899px) and (min-width: 500px) {
	.carousel {
		height: 100vh;
		padding: 250px;
		margin-top: -50px;
		overflow: hidden;
		position: relative;
	}
	.carousel .list .item {
		width: 100%;
		height: 100%;
		position: absolute;
		inset: 0 0 0 0;
	}
}
@media screen and (max-width: 499px) {
	.carousel {
		height: 100vh;
		padding: 135px;
		margin-top: -50px;
		overflow: hidden;
		position: relative;
	}
	.carousel .list .item {
		width: 100%;
		height: 100%;
		position: absolute;
		inset: 0 0 0 0;
	}
}

/* thumbail */
.thumbnail {
	position: absolute;
	bottom: 150px;
	left: 50%;
	width: max-content !important;
	z-index: 100;
	display: flex;
	gap: 20px;
}
.thumbnail .item {
	width: 140px;
	height: 160px;
	opacity: 100px;
	flex-shrink: 0;
	position: relative;
}
.thumbnail .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.thumbnail .item .content {
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
.thumbnail .item .content .title {
	font-weight: 500;
}
.thumbnail .item .content .description {
	font-weight: 300;
}
/* For large screens */
@media screen and (min-width: 1200px) {
	.thumbnail {
		bottom: 30px;
		left: 65%;
		width: max-content !important;
		z-index: 100;
		display: flex;
		gap: 20px;
	}
}
@media screen and (max-width: 899px) and (min-width: 500px) {
	.thumbnail {
		position: absolute;
		bottom: 30px;
		left: 50%;
		width: max-content !important;
		z-index: 100;
		display: flex;
		gap: 20px;
	}
}
@media screen and (max-width: 499px) {
	.thumbnail .item {
		width: 100px;
		height: 70px;
		flex-shrink: 0;
		position: relative;
	}
	.thumbnail .item .content {
		color: #fff;
		bottom: 10px;
		left: 10px;
		right: 10px;
	}
}

/* arrows */
.arrows {
	position: absolute;
	top: 80%;
	right: 52%;
	z-index: 100;
	width: 300px;
	max-width: 30%;
	display: flex;
	gap: 10px;
	align-items: center;
}
.arrows button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	border: none;
	color: #000000;
	font-family: monospace;
	font-weight: bold;
	transition: 0.5s;
}
.arrows button:hover {
	background-color: #fff;
	color: #000;
}

/* animation */
.carousel .list .item:nth-child(1) {
	z-index: 1;
}

.close-button {
	background-color: #ffffff; /* Button background color */
	color: #333333; /* Button text color */
	padding: 10px 20px; /* Adjust padding as needed */
	border: none; /* Remove border for a clean look */
	cursor: pointer; /* Add pointer cursor for better usability */
}

.close-button:hover {
	background-color: #f2f2f2; /* Change background color on hover */
}

/* animation text in first item */

.carousel .list .item:nth-child(1) .content .author,
.carousel .list .item:nth-child(1) .content .title,
.carousel .list .item:nth-child(1) .content .topic,
.carousel .list .item:nth-child(1) .content .des,
.carousel .list .item:nth-child(1) .content .buttons {
	transform: translateY(50px);
	filter: blur(20px);
	opacity: 0;
	animation: showContent 0.5s 1s linear 1 forwards;
}
@keyframes showContent {
	to {
		transform: translateY(0px);
		filter: blur(0px);
		opacity: 1;
	}
}
.carousel .list .item:nth-child(1) .content .title {
	animation-delay: 1s !important;
}
.carousel .list .item:nth-child(1) .content .topic {
	animation-delay: 1s !important;
}
.carousel .list .item:nth-child(1) .content .des {
	animation-delay: 1s !important;
}
.carousel .list .item:nth-child(1) .content .buttons {
	animation-delay: 1s !important;
}
/* create animation when next click */
.carousel.next .list .item:nth-child(1) img {
	width: 150px;
	height: 220px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	border-radius: 30px;
	animation: showImage 0.8s linear 1 forwards;
}
@keyframes showImage {
	to {
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 0;
	}
}

.carousel.next .thumbnail .item:nth-last-child(1) {
	overflow: hidden;
	animation: showThumbnail 0.1s linear 1 forwards;
}
.carousel.prev .list .item img {
	z-index: 100;
}
@keyframes showThumbnail {
	from {
		width: 0;
		opacity: 0;
	}
}
.carousel.next .thumbnail {
	animation: effectNext 2s linear 1 forwards;
}

@keyframes effectNext {
	from {
		transform: translateX(150px);
	}
}

/* running time */

.carousel .time {
	position: absolute;
	z-index: 1000;
	width: 0%;
	height: 3px;
	background-color: #ffffff;
	left: 0;
	top: 0;
}

.carousel.next .time,
.carousel.prev .time {
	animation: runningTime 0.5s linear 1 forwards;
}
@keyframes runningTime {
	from {
		width: 100%;
	}
	to {
		width: 0;
	}
}

/* prev click */

.carousel.prev .list .item:nth-child(2) {
	z-index: 2;
}

.carousel.prev .list .item:nth-child(2) img {
	animation: outFrame 2s linear 1 forwards;
	position: absolute;
	bottom: 0;
	left: 0;
}
@keyframes outFrame {
	to {
		width: 150px;
		height: 220px;
		bottom: 50px;
		left: 50%;
		border-radius: 20px;
	}
}

.carousel.prev .thumbnail .item:nth-child(1) {
	overflow: hidden;
	opacity: 100px;
	animation: showThumbnail 2ms linear 1 forwards;
}
.carousel.next .arrows button,
.carousel.prev .arrows button {
	pointer-events: none;
}
.carousel.prev .list .item:nth-child(2) .content .author,
.carousel.prev .list .item:nth-child(2) .content .title,
.carousel.prev .list .item:nth-child(2) .content .topic,
.carousel.prev .list .item:nth-child(2) .content .des,
.carousel.prev .list .item:nth-child(2) .content .buttons {
	animation: contentOut 2ms linear 1 forwards !important;
}

@keyframes contentOut {
	to {
		transform: translateY(-150px);
		filter: blur(20px);
		opacity: 0;
	}
}
@media screen and (max-width: 678px) {
	.carousel .list .item .content {
		padding-right: 0;
	}
	.carousel .list .item .content .title {
		font-size: 30px;
	}
}

/* transition none */
.no-transition * {
	transition-timing-function: initial;
	-moz-transition-timing-function: initial;
	-webkit-transition-timing-function: initial;
	-o-transition-timing-function: initial;
	-ms-transition-timing-function: initial;
	transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	-ms-transition-duration: 0s;
}

/* overlay */
.bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* opacity */
.opacity-full {
	opacity: 1;
}
.opacity-1 {
	opacity: 0.1;
}
.opacity-2 {
	opacity: 0.2;
}
.opacity-3 {
	opacity: 0.3;
}
.opacity-4 {
	opacity: 0.4;
}
.opacity-5 {
	opacity: 0.5;
}
.opacity-6 {
	opacity: 0.6;
}
.opacity-7 {
	opacity: 0.7;
}
.opacity-8 {
	opacity: 0.8;
}
.opacity-9 {
	opacity: 0.9;
}

/*font-weight*/
.font-weight-100 {
	font-weight: 100;
}
.font-weight-200 {
	font-weight: 200;
}
.font-weight-300 {
	font-weight: 300;
}
.font-weight-500 {
	font-weight: 500;
}
.font-weight-600 {
	font-weight: 600;
}
.font-weight-700 {
	font-weight: 700;
}

/* button */
.btn {
	-webkit-appearance: initial;
	overflow: hidden;
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
	display: inline-block;
	font-size: 16px;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	line-height: inherit;
	border-radius: 0;
	text-transform: capitalize;
	width: auto;
	font-family: "shahad", sans-serif;
	font-weight: bold;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
}
/* Pink button */
.btn.btn-pink {
	background: #7c7c7c;
	border-color: #7c7c7c;
	color: #ffffff;
}
.btn.btn-pink:hover {
	background: transparent !important;
	border-color: #000;
	color: #fff !important;
}
/* Transparent button */
.btn.btn-trans {
	background: transparent;
	border-color: #ffffff;
	color: #ffffff;
}
.btn.btn-trans:hover {
	background: #7c7c7c !important;
	border-color: #7c7c7c;
	color: #ffffff !important;
}

/* button size */
.btn.btn-small {
	font-size: 12px;
	padding: 4px 1.8em;
}
.btn.btn-medium {
	font-size: 16px;
	padding: 10px 48px;
	line-height: 1.8em;
}
.btn.btn-large {
	font-size: 16px;
	padding: 14px 30px;
	line-height: 1.8em;
}
.btn.btn-rounded {
	border-radius: 50px;
}

/* Text color */
.text-pink {
	color: #7c7c7c;
}
.text-grey {
	color: #797979;
}
.text-white {
	color: #ffffff;
}

/* Background color */
.bg-pink {
	background: #7c7c7c;
}
.bg-black {
	background: #000000;
}
.bg-transparent {
	background: transparent;
}

/* Font */
.font-10 {
	font-size: 10px;
}
.font-15 {
	font-size: 15px;
}
.font-14 {
	font-size: 14px;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 26px;
}
.font-20 {
	font-size: 20px;
}
.font-22 {
	font-size: 22px;
}
.font-24 {
	font-size: 24px;
}
.font-40 {
	font-size: 40px;
}
.font-45 {
	font-size: 45px;
}

.margin-top {
	margin-top: 30px;
}
.margin-bottom {
	margin-bottom: 30px;
}

/*Social Icon Hover Bg Hover */
.social-icon:hover {
	color: #ffffff !important;
	background: #7c7c7c !important;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/* ===================================
        Header
   ====================================== */

/* nav top default */

header a.logo img {
	max-width: 80px;
	vertical-align: sub;
}

.nav-button {
	margin: 0 1.5rem;
}

.navbar-top-default {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.425);
	box-shadow: 0 2px 20px 12px rgb(0, 0, 0);
	top: 20px;
	z-index: 99;
	left: -500px;
	overflow: hidden;
	height: 100px;
	width: 150%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
@media screen and (max-width: 1200px) {
	.navbar-top-default {
		left: -100px;
	}
}
@media screen and (max-width: 991px) {
	.navbar-top-default {
		left: 0 !important;
		width: 100% !important;
	}
}

.other-page .navbar-top-default {
	background-color: #7c7c7c;
}

.header-appear .navbar-top-default {
	position: absolute;
	height: 100px;
	width: 150%;
	z-index: 99;
	top: 0px;
	background: #101010;
	animation-name: animationFade;
	animation-duration: 1s;
	animation-fill-mode: both;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
	transition: top 0.3s; /* Add smooth transition for a better effect */
}

@media screen and (min-width: 1200px) {
	.header-appear .navbar-top-default {
		position: fixed;
	}
}
/*change nav color on sticky nav*/
.header-appear .navbar-simple .navbar-nav .nav-link {
	color: #ffffff;
}

.navbar-nav {
	align-items: center;
}

.navbar-top-default #megaone {
	margin-right: -30px;
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 0.5rem 2rem;
	font-family: "shahad", sans-serif;
}

.nav-box-round .navbar-nav .nav-link {
	border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active {
	background-color: #7c7c7c;
	color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover {
	color: #7c7c7c;
}

/*nav line*/

.line:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 1px solid rgba(255, 255, 255, 0);
	bottom: 0;
	content: " ";
	display: block;
	position: relative;
	-webkit-transition: all 280ms ease-in-out;
	transition: all 280ms ease-in-out;
	width: 0;
}

.line:hover:after,
.line.active:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-color: #7c7c7c;
	-webkit-transition: width 350ms ease-in-out;
	transition: width 350ms ease-in-out;
	width: 100%;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
	width: 100%;
	position: fixed;
	right: 0;
	top: 0;
	background: #171717;
	z-index: 1032;
	height: 100vh;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	-o-transition: -o-transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	overflow: hidden;
}

.side-menu img {
	position: absolute;
	top: 8%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 250px;
}

.side-menu .side-nav .navbar-nav {
	text-align: center;
	margin-right: 0px;
	padding-top: 20px;
}

.side-menu .side-nav .navbar-nav li a {
	font-size: 20px;
}

.side-footer {
	text-align: center;
}

.side-menu.left {
	left: 0;
	right: auto;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
	width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
	visibility: visible;
	opacity: 1;
}

.side-menu .navbar-brand {
	margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2f2f2f;
	-webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	display: none;
	z-index: 1031;
	opacity: 0.4;
}

/*side clode btn*/
.btn-close {
	background-color: #00000000;
	border: none; /* No border */
	padding: 10px 20px; /* Padding for better appearance */
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px; /* Rounded corners */
}

/* Additional style for hover effect */

.side-menu .btn-close {
	color: white;
	position: absolute;
	right: 46px;
	top: 44px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1111;
}

.side-menu .btn-close:hover {
	-webkit-animation: 0.8s rotate;
	animation: 0.8s rotate;
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotates {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.sidemenu_btn {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	width: 36px;
	padding: 6px;
	margin-right: 1rem;
	position: fixed;
	right: 200px;
	top: 50px;
	display: inline-block;
}
@media screen and (max-width: 1200px) {
	.sidemenu_btn {
		margin-right: 3rem;
		right: 0px;
	}
}

.sidemenu_btn span {
	height: 2px;
	width: 100%;
	background: #2b2b2b;
	display: block;
}

.sidemenu_btn span:nth-child(2) {
	margin: 4px 0;
}

.sidemenu_btn:hover span {
	background: #7c7c7c;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
	width: 70%;
}

.side-menu .inner-wrapper {
	padding: 2rem 5rem;
	height: 100%;
	position: relative;
	overflow-y: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
	padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
	margin-bottom: 30px;
	display: block;
}

.side-nav .navbar-nav .nav-item {
	display: block;
	margin: 20px 0;
	padding: 0 !important;
	opacity: 0;
	-webkit-transition: all 0.8s ease 500ms;
	-o-transition: all 0.8s ease 500ms;
	transition: all 0.8s ease 500ms;

	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
	-webkit-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
	-webkit-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.side-nav .navbar-nav .nav-link {
	display: inline-table;
	color: #ffffff;
	padding: 2px 0 3px 0 !important;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: normal;
	position: relative;
	border-radius: 0;
	text-decoration: none;
}
.side-nav .navbar-nav .nav-link::after {
	content: "";
	position: absolute;
	background: #7c7c7c;
	display: inline-block;
	width: 0;
	height: 4px;
	bottom: 0;
	left: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
	width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
	background: transparent;
}
.side-menu p {
	margin-top: 0.5rem;
	margin-bottom: 0;
}

.social-icons-simple {
	margin-bottom: 0;
	margin-left: -10px;
}

.social-icons-simple li {
	display: inline-block;
}

.social-icons-simple li a {
	font-size: 16px;
	justify-content: center;
	color: #ffffff;
	height: 46px;
	line-height: 38px;
	width: 46px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	align-items: center;
	display: flex;
}

@-webkit-keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.side-menu .side-footer p {
	color: #ffffff;
}

.push-slider-up {
	margin-top: 100vh;
}

.navigation-toggle span {
	width: 25px;
	background-color: #ffffff;
	height: 2px;
	display: block;
	margin-top: 3px;
	-webkit-transition: 0.8s ease;
	-o-transition: 0.8s ease;
	transition: 0.8s ease;
	margin-left: auto;
	margin-right: auto;
	-webkit-animation: 0.8s zoomIn;
	animation: 0.8s zoomIn;
}

.header-appear .navigation-toggle span {
	background-color: #ffffff;
}

.header-appear .navigation-toggle:hover span {
	background-color: #7c7c7c;
}

/*Side Menu Animation*/

.side-menu .mega-title {
	position: absolute;
	top: 35%;
	left: 0;
	transform: translate(-50%, -50%);
	color: #595959;
	opacity: 0.5;
	width: 100%;
	text-align: center;
	font-family: "shahad", sans-serif;
	animation: scale 0.6s alternate infinite linear both;
}

.side-menu .mega-title h2 {
	font-size: 120px;
}

.nav-item:hover .mega-title h2 {
	opacity: 0.03;
}

.animation-effect {
	-webkit-animation: 0.6s slideInDown;
	animation: 0.6s zoomIn;
}

.cursor-change {
	cursor: none;
}

@keyframes scale {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-10px);
	}
}

/* ===================================
   Get Started Model Popup
====================================== */
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800&display=swap");

.slider {
	padding: 100px;
	box-sizing: content-box;
	backdrop-filter: blur(10px);
	background-color: #65656533;
	border-radius: 0%;
}
@media screen and (max-width: 900px) {
	.slider {
		overflow: auto;
		margin: auto;
	}
}
.slider::-webkit-scrollbar {
	width: 0;
}
.slider .form {
	width: max-content !important;
	--left: 0;
	transform: translateX(var(--left));
}

.Title {
	padding: 20px 0;
	color: #fff;
	text-shadow: 0 0 10px #0007;
	font-weight: 500;
	font-size: large;
}
.Title button {
	border-radius: 20px;
	border: none;
	font-family: system-ui;
}
.slider .form .item {
	width: 200px;
	height: 300px;
	display: inline-block;
	margin-right: 20px;
	transform: perspective(50px);
	transform-style: preserve-3d;
}
.slider .form .item .content {
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	transition: transform 0.5s;
}
.slider .form .item .content .des {
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: bold;
	width: 100%;
	height: 50px;
	backdrop-filter: blur(10px);
	color: #fff;
	font-family: "shahad", sans-serif;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
}
.slider .form .item .content .des button {
	background-color: #eee;
	border: none;
	border-radius: 10px;
	font-size: small;
}
.slider .form.left .item .content {
	transform: rotateY(-1deg) scale(0.8);
}
.slider .form.right .item .content {
	transform: rotateY(1deg) scale(0.8);
}
.slider .form .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: rgb(0 0 0 / 54%);
}

.quote-content {
	text-align: center;
	max-width: 900px;
	padding: 50px 150px;
	overflow: visible;
	background-color: #171717;
}

.quote-content .contact-form .form-control {
	border-radius: 0;
	padding: 0;
}

.quote-content #quote_submit_btn {
	margin-bottom: -120px;
}

/*CheckBox*/

.quote-content .form-check {
	padding: 50px 0 8px 0;
	text-align: center;
	margin-bottom: -15px;
}

.checkbox-lable {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #7c7c7c;
}

.checkbox-lable input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border: 1px dotted #d4d4d4;
}

.checkbox-lable:hover input ~ .checkmark {
	background-color: #ccc;
}

.checkbox-lable input:checked ~ .checkmark {
	background-color: #7c7c7c;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-lable input:checked ~ .checkmark:after {
	display: block;
}

.checkbox-lable .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.quote-content .fancybox-close-small {
	top: 15px;
	right: 15px;
	width: 45px;
	height: 45px;
	border-radius: 50px;
	background: #7c7c7c;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.quote-content .fancybox-close-small:after {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-top: -1px;
	font: initial;
	font-size: 35px;
	color: #fff;
}

.fancybox-close-small:focus:after {
	outline: none;
}

.quote-content .fancybox-close-small:hover:after,
.quote-content .fancybox-close-small:focus:after {
	background-color: transparent;
}

.contact-form .form-control:focus {
	border-color: #7c7c7c;
}

.contact-form .form-group {
	margin-bottom: 1.5rem;
}

.contact-form textarea {
	min-height: 130px;
	resize: none;
}

/* ===================================
        Slider
   ====================================== */
/* carousel */

.tp-bannertimer {
	background: #2d2d2d;
}

.slider-section {
	overflow-x: hidden;
}

.slider-section .slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.heading-title-small {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase !important;
}

.heading-title-large {
	font-family: "shahad", sans-serif;
	text-transform: uppercase !important;
}

.scroll-down {
	display: inline-block;
	position: absolute;
	bottom: 30px;
	z-index: 13;
	left: 50%;
	transform: translateX(-50%);
	color: #fff !important;
	font-weight: 700 !important;
}

.scroll-down img {
	-webkit-animation: mover 0.8s infinite alternate;
	animation: mover 0.8s infinite alternate;
}

@-webkit-keyframes mover {
	0% {
		transform: translateY(2px);
	}
	100% {
		transform: translateY(-4px);
	}
}

/* ===================================
    About Us
====================================== */

.about {
	background-image: url("../images/background-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.about-margin {
	margin: 7rem 0;
}

.about-box {
	border-radius: 3px;
	padding: 35px 15px 35px;
	background: transparent;
	text-align: center;
	cursor: pointer;
	transition: ease-in-out 0.3s;
}

.about-box:hover {
	background: transparent;
}

.about-box span {
	display: block;
}

.about-box h5 {
	font-family: "shahad", sans-serif;
	font-size: 24px;
	font-weight: 200;
	color: #202020;
}

.about-box .about-main-icon i {
	color: #ffffff;
	font-size: 80px;
}

.about-box h5 {
	font-weight: 200;
	color: #ffffff;
	transition: ease-in-out 0.5s;
}

.about-box:hover i,
.about-box:hover h5 {
	transition: ease-in-out 0.5s;
}

.about-box:hover i {
	color: #7c7c7c;
}

.about-main-icon {
	transition: 0.5s ease;
}

.about-box:hover .about-main-icon {
	transform: translateY(-10px);
	transition: 0.5s ease;
}

/* ===================================
   Team Stats
====================================== */
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800&display=swap");

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Comfortaa", cursive;
}

section {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #101010;
	min-height: 100vh;
	overflow: hidden;
}
@media screen and(max-width:900px) {
	.section {
		min-height: 150vh;
	}
}

.content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
	backdrop-filter: blur(30px);
	border-radius: 20px;
	width: min(900px, 100%);
	box-shadow: 0 0.5px 0 1px rgba(255, 255, 255, 0.23) inset, 0 1px 0 0 rgba(255, 255, 255, 0.66) inset, 0 4px 16px rgba(0, 0, 0, 0.12);
	z-index: 10;
}

.info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 450px;
	padding: 0 35px;
	text-align: justify;
}

.info p {
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	margin-bottom: 20px;
	line-height: 1.5;
}

.movie-night {
	background: linear-gradient(225deg, #c9974c 0%, #ecd586 50%, #6b5c32 100%);
}

.btn {
	display: block;
	padding: 10px 40px;
	margin: 10px auto;
	font-size: 1.1rem;
	font-weight: 700;
	border-radius: 4px;
	outline: none;
	text-decoration: none;
	color: #784ba0;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.3);
	cursor: pointer;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:visited {
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	animation: gelatine 0.5s 1;
}

@keyframes gelatine {
	0%,
	100% {
		transform: scale(1, 1);
	}
	25% {
		transform: scale(0.9, 1.1);
	}
	50% {
		transform: scale(1.1, 0.9);
	}
	75% {
		transform: scale(0.95, 1.05);
	}
}

/* SWIPER */

.swiper {
	width: 250px;
	height: 450px;
	padding: 100px 0;
}

.swiper-slide {
	position: relative;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

.swiper-slide span {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	padding: 7px 18px;
	margin: 10px;
	border-radius: 20px;
	letter-spacing: 2px;
	font-size: 0.8rem;
	font-weight: 700;
	font-family: inherit;
	background: rgba(255, 255, 255, 0.095);
	box-shadow: inset 2px -2px 20px rgba(214, 214, 214, 0.2), inset -3px 3px 3px rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(74px);
}

.swiper-slide h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.4;
	margin: 0 0 20px 20px;
}

/* ANIMATED BACKGROUND */

.circles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.circles li {
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	background-color: #474747;
	background-image: linear-gradient(225deg, #ffffff 0%, #949494 50%, #727272 100%);
	animation: animate 25s linear infinite;
	bottom: -150px;
}

.circles li:nth-child(1) {
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}

.circles li:nth-child(2) {
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
	animation-duration: 12s;
}

.circles li:nth-child(3) {
	left: 70%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
}

.circles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 18s;
}

.circles li:nth-child(5) {
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
}

.circles li:nth-child(6) {
	left: 75%;
	width: 110px;
	height: 110px;
	animation-delay: 3s;
}

.circles li:nth-child(7) {
	left: 35%;
	width: 150px;
	height: 150px;
	animation-delay: 7s;
}

.circles li:nth-child(8) {
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;
}

.circles li:nth-child(9) {
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 35s;
}

.circles li:nth-child(10) {
	left: 85%;
	width: 150px;
	height: 150px;
	animation-delay: 0s;
	animation-duration: 11s;
}

@keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 0;
	}

	100% {
		transform: translateY(-1000px) rotate(720deg);
		opacity: 0;
		border-radius: 50%;
	}
}

/*
@media (max-width: 750px) {
  .content {
     flex-direction: column-reverse;
  }
  
  .btn {
    margin: 10px auto 40px;
  }
}
*/

@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800&display=swap");

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "shahad", sans-serif;
}

section {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #101010;
	min-height: 100vh;
	overflow: hidden;
}
@media screen and(max-width:900px) {
	.section {
		min-height: 150vh;
	}
}

.content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
	backdrop-filter: blur(30px);
	border-radius: 20px;
	width: min(900px, 100%);
	box-shadow: 0 0.5px 0 1px rgba(255, 255, 255, 0.23) inset, 0 1px 0 0 rgba(255, 255, 255, 0.66) inset, 0 4px 16px rgba(0, 0, 0, 0.12);
	z-index: 10;
}

.info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 450px;
	padding: 0 35px;
	text-align: justify;
}

.info p {
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	margin-bottom: 20px;
	line-height: 1.5;
}

.movie-night {
	background: linear-gradient(225deg, #faaf3f 0%, #fdad44 50%, #f5ca89 100%);
}

.btn {
	display: block;
	padding: 10px 40px;
	margin: 10px auto;
	font-size: 1.1rem;
	font-weight: 700;
	border-radius: 4px;
	outline: none;
	text-decoration: none;
	color: #784ba0;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.3);
	cursor: pointer;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:visited {
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	animation: gelatine 0.5s 1;
}

@keyframes gelatine {
	0%,
	100% {
		transform: scale(1, 1);
	}
	25% {
		transform: scale(0.9, 1.1);
	}
	50% {
		transform: scale(1.1, 0.9);
	}
	75% {
		transform: scale(0.95, 1.05);
	}
}
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800&display=swap");

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "shahad", sans-serif;
}

section {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #101010;
	min-height: 100vh;
	overflow: hidden;
}

.content {
	display: flex;

	justify-content: center;
	align-items: center;
	gap: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
	backdrop-filter: blur(30px);
	border-radius: 20px;
	width: min(900px, 100%);
	box-shadow: 0 0.5px 0 1px rgba(255, 255, 255, 0.23) inset, 0 1px 0 0 rgba(255, 255, 255, 0.66) inset, 0 4px 16px rgba(0, 0, 0, 0.12);
	z-index: 10;
}

.info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 450px;
	padding: 0 35px;
	text-align: justify;
}

.info p {
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	margin-bottom: 20px;
	line-height: 1.5;
}

.movie-night {
	background: linear-gradient(225deg, #ebc356 0%, #a18a49 50%, #f0ab17 100%);
}

.btn {
	display: block;
	padding: 10px 40px;
	margin: 10px auto;
	font-size: 1.1rem;
	font-weight: 700;
	border-radius: 4px;
	outline: none;
	text-decoration: none;
	color: #784ba0;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.3);
	cursor: pointer;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:visited {
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	animation: gelatine 0.5s 1;
}

@keyframes gelatine {
	0%,
	100% {
		transform: scale(1, 1);
	}
	25% {
		transform: scale(0.9, 1.1);
	}
	50% {
		transform: scale(1.1, 0.9);
	}
	75% {
		transform: scale(0.95, 1.05);
	}
}

/*=================================
      Portfolio
 ==================================*/
.portfolio {
	background-image: url("../images/contact-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.portfolio-title h2 {
	font-size: 48px;
	margin-bottom: 20px;
	font-weight: 400;
	font-family: "shahad", sans-serif;
	color: #3c3f46;
}

.portfolio-subtitle {
	font-size: 16px;
	margin-bottom: 40px;
	color: #7e8186;
}

.nav-link {
	cursor: pointer;
	padding: 0.8rem 2.5rem;
}

.port {
	text-align: center;
	margin: 0 auto;
	max-width: 600px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: #7c7c7c;
	border-color: #7c7c7c;
}

.owl-carousel .owl-stage-outer {
	cursor: pointer;
}

.nav-pills .nav-link {
	margin: 0 10px 20px 0;
	border: 1px solid #434343;
	color: #ffffff;
}

.da-thumbs li {
	margin: 1px;
	width: 33.1%;
	position: relative;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.da-thumbs {
	z-index: 1;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.da-thumbs > li {
	display: block;
	position: relative;
}

.da-thumbs > li {
	overflow: hidden;
}

.da-thumbs > li .overlay h4 {
	color: #ffffff;
	font-size: 22px;
	font-weight: normal;
	font-family: "shahad", sans-serif;
}

.da-thumbs > li .overlay span {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	font-family: "shahad", sans-serif;
}

.da-thumbs > li .overlay {
	position: absolute;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	top: 100%;
	z-index: 2;
	background-color: rgb(0 0 0 / 54%);
}

.nav-pills .nav-link {
	border-radius: 0;
}

.search-icon {
	border: 1px solid white;
	border-radius: 50%;
	display: inline-block;
	color: #ffffff;
	padding: 5px 10px;
	margin-bottom: 10px;
}

/* ===================================
   Client
====================================== */

@keyframes slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

.logos {
	overflow: hidden;
	background: white;
	white-space: nowrap;
	position: relative;
}

.logos:before,
.logos:after {
	position: absolute;
	top: 0;
	width: 250px;
	height: 100%;
	content: "";
	z-index: 2;
}

.logos:before {
	left: 0;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
	right: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
	animation-play-state: paused;
}

.logos-slide {
	display: inline-block;
	animation: 20s slide infinite linear;
}

.logos-slide img {
	height: 100px;
	margin: 40px;
	max-width: 100vh;
}

/* ===================================
   Testimonial
====================================== */

.parallax-img {
	background-image: url("../images/parallax-img.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	padding: 4rem 0;
}

.testimonial-img img {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	display: inline-block;
}

.icon-quotes {
	color: #ffffff;
	font-size: 24px;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
	cursor: pointer;
	line-height: 1.3;
	margin: 0 auto;
}

.paragraph {
	font-weight: 200;
	line-height: 1.944;
	font-family: "shahad", sans-serif;
	font-size: 18px;
}

/* ===================================
   Pricing Plans
====================================== */

.pricing {
	background-image: url("../images/pricing.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.pricing-item {
	position: relative;
	padding: 2.5rem 1rem;
	margin-bottom: 10px;
	margin-top: 10px;
	/*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);*/
	/*box-shadow: 0 0 10px rgba(0, 0, 0, .12);*/
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-border-radius: 0;
	text-align: left;
	overflow: hidden;
	background: transparent;
	cursor: default;
	border-radius: 3px;
}

.pricing-item .pricing-price {
	padding: 25px 0 10px 0;
	border-top: 1.5px solid rgba(139, 144, 157, 0.3);
	border-bottom: 1.5px solid rgba(139, 144, 157, 0.3);
}

.pricing-item.active .pricing-price {
	border-top: 1.5px solid rgba(255, 255, 255, 0.18);
	border-bottom: 1.5px solid rgba(255, 255, 255, 0.18);
}

.pricing-item .pricing-currency {
	font-size: 48px;
	font-weight: normal;
	transition: 0.3s ease;
	font-family: "shahad", sans-serif;
}

.pricing-currency span {
	margin-top: 6px;
}

.pricing-para {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

.price-dollar {
	align-items: center;
	display: flex;
	margin-right: 5px;
	font-size: 22px;
	font-weight: bold;
	font-family: "shahad", sans-serif;
}

.pricing-list {
	font-size: 14px;
	padding: 25px 0;
	display: inline-block;
}

.pricing-list li {
	margin: 16px 0 16px 0;
	font-size: 15px;
	font-weight: normal;
	position: relative;
	cursor: pointer;
	color: #535353;
	font-family: "shahad", sans-serif;
}

.pricing-list li i {
	padding-right: 5px;
	font-size: 18px;
}

.fa-check {
	color: #62be10;
}

.pricing-item:hover .pricing-currency,
.pricing-item.active .pricing-currency {
	color: #7c7c7c !important;
	transition: 0.3s ease;
}

.pricing-item:hover sup,
.pricing-item:hover span,
.pricing-item:hover p,
.pricing-item:hover li {
	color: #ffffff !important;
}

.pricing-item.active sup,
.pricing-item.active span,
.pricing-item.active p,
.pricing-item.active li {
	color: #ffffff !important;
}

.price-pink .pricing-item:hover {
	background: #202020;
	border-color: #202020;
}

.pricing-item.active {
	background: #202020;
	border-color: #202020;
}

/* Portfolio Green-btn*/
.portfolio-btn-pink:hover {
	border-color: #7c7c7c;
	background-color: #7c7c7c;
	color: #ffffff !important;
}
.portfolio-btn-pink {
	border: solid 1px #ffffff;
	color: #ffffff;
	background-color: transparent;
	font-size: 14px;
	border-radius: 0.5em;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.8s ease;
	text-decoration: none;
	cursor: pointer;
}

/* ===================================
       Blog Section
====================================== */

.blog-bg {
	background-image: url("../images/contact-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

/* ===================================
       Contact Us
====================================== */

.contact-sec {
	background-image: url("../images/contact-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-sec .contact-details,
.contact-sec .contact-form-box {
	padding-top: 50px;
}

.contact-sec .contact-details .contact-heading {
	color: #000000;
	font-size: 40px;
	font-family: "oswald", sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 20px;
}

.contact-sec .contact-details .contact-address {
	font-size: 16px;
	color: #000000;
	opacity: 0.8;
	font-family: "shahad", sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
}

.contact-sec .contact-details .contact-list {
	padding-left: 0;
}

.contact-sec .contact-details .contact-list li {
	font-family: "shahad", sans-serif;
	font-weight: 300;
	list-style: none;
	color: #000000;
	font-size: 16px;
	opacity: 0.8;
}

.contact-sec .contact-details .contact-list li:nth-child(even) {
	margin-bottom: 20px;
}

.contact-sec .contact-details .contact-list li:last-child {
	margin-bottom: 50px;
}

.contact-sec .contact-details .contact-s-media {
	padding-left: 0;
	margin-bottom: 0;
	right: auto;
	left: -10px;
}

.contact-sec .contact-details .contact-s-media li {
	list-style: none;
	margin-right: 10px;
	display: inline-block;
}

.contact-sec .contact-details .contact-s-media li:last-child {
	margin-right: 0;
}

.contact-sec .contact-details .contact-s-media li a {
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	padding-top: 2px;
	transition: 0.8s ease;
}

.contact-sec .contact-details .page-footer {
	left: calc(50% - 125px);
}

.contact-sec {
	padding-bottom: 120px;
}

.contact-form {
	max-width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.contact-form .form-control {
	border: none;
	border-bottom: 1px solid #797979;
	padding: 10px 0;
	background: transparent;
	font-weight: normal;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 32px;
	color: #797979;
	font-size: 14px;
	position: relative;
	font-family: "shahad", sans-serif;
	-webkit-transition: border 0.9s ease;
	-o-transition: border 0.9s ease;
	transition: border 0.9s ease;
}

.contact-form .form-control:focus {
	border-color: #7c7c7c;
}

.contact-form textarea {
	min-height: 130px;
	resize: none;
}

.contact-form .form-group {
	margin-bottom: 1.5rem;
}

/* ===================================
       Google-Map
====================================== */

#map {
	overflow: hidden !important;
}

.mapouter {
	position: relative;
	text-align: right;
	height: 100%;
	width: 100%;
}

.full-map {
	height: 450px;
	width: 100%;
	overflow: hidden;
}

.map {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.bg-img-map {
	background: url(../images/map.jpg);
}

/* ===================================
   Footer
====================================== */

.footer {
	padding: 20px 0;
	background-image: url("../images/footer-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-social ul {
	margin: 0;
	padding: 0;
}

.footer-social li {
	display: inline-block;
}

.footer-social a {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 50px;
	font-size: 17px;
	margin: 0 10px 0 0;
	border: 1px solid transparent;
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.footer-social a i {
	color: #ffffff;
}

.footer-social li:nth-last-child(1) a {
	margin-right: 0;
}

.company-about {
	font-size: 13px;
	font-family: "shahad", sans-serif;
}

/* ===================================
   Scroll Top
====================================== */

.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 15px;
	right: 15px;
	color: #ffffff;
	background-color: #7c7c7c;
	border-radius: 50%;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
	-webkit-transform: translateY(150px);
	-ms-transform: translateY(150px);
	transform: translateY(150px);
}

.go-top.active {
	-webkit-animation: bounceInDown 2s;
	animation: bounceInDown 2s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.go-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

/* .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
} */

.go-top::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #7c7c7c;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50%;
}

.go-top:hover,
.go-top:focus {
	color: #ffffff;
}

.go-top:hover::before,
.go-top:focus::before {
	opacity: 1;
	visibility: visible;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}

/* ===================================
     Stand Alone
====================================== */

.standalone,
.blog-page,
.blog-detail {
	background-color: #171717;
}

.standalone-row:not(:last-child) {
	margin-bottom: 3rem;
}
.standalone-row .stand-img-des {
	padding-left: 30px;
	text-align: center;
}
.standalone-row:nth-child(2) .stand-img-des {
	padding-left: 0;
	padding-right: 30px;
}
.standalone-detail .sub-heading {
	margin-bottom: 10px;
}
.standalone-area .sub-heading {
	margin-bottom: 8px;
}
.standalone-detail .heading {
	margin-bottom: 20px;
	font-size: 56px;
	font-weight: 400;
	font-family: "shahad", sans-serif;
}

.standalone-detail .para_text {
	font-family: "shahad", sans-serif;
	text-align: center;
	font-size: 15px;
	margin: 0 auto;
}

.standalone-detail {
	padding-bottom: 100px;
}
.standalone-area .heading-text {
	font-weight: 400;
	margin-bottom: 12px;
	font-family: "shahad", sans-serif;
	font-size: 45px;
}
.standalone-area .stand-img-des .para_text {
	font-family: "shahad", sans-serif;
}

.page-title {
	position: relative;
	text-align: center;
	padding: 200px 0 150px 0;
	background: url("../images/standalone.jpg");
	background-size: cover;
	background-position: top center;
}

.page-title .auto-container {
	position: relative;
}

.page-title h2 {
	position: relative;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 10px;
	font-size: 3.5rem;
	text-transform: capitalize;
}

.page-breadcrumb {
	position: relative;
}

.page-breadcrumb li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	padding-right: 15px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}

.page-breadcrumb li:after {
	position: absolute;
	content: "\f101";
	right: -5px;
	top: 1px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after {
	display: none;
}

.page-breadcrumb li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.page-breadcrumb li a {
	color: #fff;
	font-weight: 400;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.page-breadcrumb li a .icon {
	margin-right: 4px;
	color: #7c7c7c;
}

.page-breadcrumb li a:hover {
	color: #ffffff;
}

/* ===================================
    Blog Page
====================================== */
.blog-page-title {
	position: relative;
	text-align: center;
	padding: 200px 0 150px 0;
	background: url("../images/page-tittle.jpg");
	background-size: cover;
	background-position: top center;
}
.heading-space {
	margin-bottom: 2.125rem;
}
.heading-space li {
	color: #797979;
}
.margin-bottom-3 {
	margin-bottom: 3rem !important;
}
.news_item {
	background: transparent;
	position: relative;
}
.news_item.blog-one:hover img,
.news_item.blog-two:hover img {
	transform: scale(1.2);
}
.news_item.shadow {
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.news_item .news_desc {
	padding: 40px 30px;
}
.meta-tags li,
.meta-tags li a {
	display: inline-block;
	margin-top: 10px;
}
.meta-tags li a i {
	color: #7c7c7c;
}
.meta-tags > li + li {
	margin-left: 10px;
}
.meta-tags li a {
	color: #a5a5a5;
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
}
.meta-tags li a > i {
	font-size: 17px;
	margin-right: 5px;
}
.meta-tags li a > i,
.meta-tags > li + li::before {
	vertical-align: middle;
}
.meta-tags li a:hover,
.meta-tags li a:focus {
	color: #7c7c7c;
}
.news_item:hover h3 a {
	color: #7c7c7c;
}

/* widgets */
.widget {
	background: #171717;
	padding: 2rem 1.5rem;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.widget button {
	border: none;
}
.blog-box {
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

/* form search */
.search-box .form-control {
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
}
.search-box .form-control,
.search-box .search-addon {
	background: transparent;
	border-color: #797979;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: table-cell;
}
.search-box .form-control:focus,
.search-box textarea:focus {
	border-color: #7c7c7c;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
}
.search-box .search-addon {
	background-color: #7c7c7c;
	color: #ffffff;
	position: relative;
	top: 0;
	left: -1px;
	width: 40px;
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

/* recent post */
.single-post {
	overflow: hidden;
	display: table;
}
.single-post .post,
.single-post .text {
	display: table-cell;
}
.single-post .post {
	height: 60px;
	width: 60px;
}
.single-post .post > img {
	width: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.single-post .text {
	vertical-align: middle;
	padding-left: 10px;
	font-size: 15px;
}
.single-post span {
	font-size: 13px;
	display: block;
	color: #797979;
}
.single-post:hover a,
.single-post:focus a {
	color: #7c7c7c;
}

/* categories */
.categories-name > a {
	display: block;
	padding: 18px 0 5px;
	border-bottom: 1px solid #797979;
}
.categories-name > a > p:hover {
	color: #7c7c7c !important;
}
.categories-name > a > p {
	-webkit-transition: 300ms all linear;
	-o-transition: 300ms all linear;
	transition: 300ms all linear;
}
.categories-name > a > p > span {
	float: right;
}

/* tags */
.tags li {
	display: inline-block;
	padding: 2px 12px 2px;
	border: 1px solid #838383;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor: pointer;
	-webkit-transition: 300ms all linear;
	-o-transition: 300ms all linear;
	transition: 300ms all linear;
	margin: 0 1px 6px 0;
}
.tags li p {
	color: #797979;
}
.tags li:hover,
.tags li:focus {
	background: #7c7c7c;
	border: 1px solid #7c7c7c;
	-webkit-transition: 300ms all linear;
	-o-transition: 300ms all linear;
	transition: 300ms all linear;
}
.tags li:hover p,
.tags li:focus p {
	color: #ffffff;
}
ul.rounded li {
	display: flex;
	margin-top: 20px;
}
ul.rounded li::before {
	content: "";
	height: 10px;
	width: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #7c7c7c;
	margin-top: 6px;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
}

/* post comments + tabs */
.agency-author {
	padding: 30px;
	background-color: transparent;
	margin-top: 2rem;
}
.post-navigation ~ .agency-author {
	margin-top: 0;
}
.author-avatar {
	width: 100px;
	height: 100px;
	line-height: 125px;
	text-align: center;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.author-avatar img {
	border-radius: 50%;
}
.author-content {
	padding-left: 1.9rem;
	overflow: hidden;
}

.author-content a:not(:hover):not(:focus) {
	text-decoration: none;
}
.author-content span {
	color: #797979;
	font-size: 14px;
}
.author-content h6 {
	margin: 0 0 10px;
	line-height: 1.2;
	font-size: 1.3rem;
}
.author-content h6 a:not(:hover):not(:focus) {
	color: #7c7c7c;
}

/* pagination */
.pagination li > a {
	height: 38px;
	width: 38px;
	padding: 0;
	line-height: 38px;
	font-size: 18px;
	color: #797979;
	text-align: center;
	background-color: #171717;
	margin: 0 4px;
	border: none;
}
.pagination li > a i {
	font-size: 14px;
}
.pagination li > a,
.pagination li:first-child a,
.pagination li:last-child a {
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
}
.pagination li > a:hover,
.pagination li > a:focus {
	background: #7c7c7c;
}
.pagination li > a:hover,
.pagination li > a:focus,
.pagination li.active > a {
	color: #ffffff;
}
.pagination li.active > a {
	background: #7c7c7c !important;
}
.page-link:focus {
	box-shadow: none;
}
.blockquote {
	font-size: 17px;
}

/* Latest News */

/*News box*/
.news_wrap .news-box {
	background: #fff;
	margin: -50px 10px 0 10px;
	padding: 20px 15px 0 15px;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.news_wrap .image {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.news-box a {
	color: #18191d;
}
.news-box a:hover,
.news-box a:focus {
	color: #7c7c7c;
}
.news-box:hover h4 a {
	color: #7c7c7c;
}

/* News Tags & Date */
.news-tags li {
	display: inline-block;
}
.news-tags li {
	margin-left: 10px;
}
.news-tags li:first-child {
	margin-left: 0;
}
.news-tags li:last-child {
	margin-right: 0;
}
.news-tags li a {
	display: block;
	color: #535353;
	font-size: 14px;
}
.news-tags li a:hover {
	color: #535353;
}
.news-tags li a i {
	font-size: 13px;
	margin-right: 4px;
	color: #7c7c7c;
}
.news_wrap .news-box .news-tags {
	margin: 15px 0;
}
.news-slider .owl-dots {
	text-align: center;
}
.news-slider .owl-dots .owl-dot {
	height: 12px;
	width: 12px;
	margin: 2px 3px;
	position: relative;
	border: 1px solid #7c7c7c;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.35);
	cursor: pointer;
}

/* ===================================
   Loader
====================================== */

.loader-bg {
	position: fixed;
	z-index: 99999;
	background-color: #000000;
	width: 100%;
	height: 100%;
}

.preload-img {
	width: 300px;
	height: 300px;
	position: fixed;
	left: calc(50% - 150px);
	top: 40%;
	transform: translate(-50%, -50%);
	animation-name: pulse;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		opacity: 0.2;
		transform: scale(0.9);
	}

	50% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0.2;
		transform: scale(0.9);
	}
}
@media screen and (max-width: 900px) {
	.preload-img {
		width: 300px;
		height: 300px;
		position: fixed;
		top: 40%;
		left: 35%;
	}
}
@media screen and (max-width: 499px) {
	.preload-img {
		width: 300px;
		height: 300px;
		position: fixed;
		top: 40%;
		left: 15%;
	}
}

.preload-img video {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/*
.loader-bg {
  position: fixed;
  z-index: 99999;
  background-color: #000000;
  width: 100%;
  height: 100%;
}

.loader {
  -webkit-transform: translate3d(0, 0, 0);
  border: 0 solid transparent;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader:before,
.loader:after {
  content: "";
  border: 1em transparent #7c7c7c;
  border-radius: 100%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: -20%;
  left: 0;
  animation: load 2s linear infinite;
  opacity: 0;
}

.loader:before {
  animation-delay: 0.5s;
}
@keyframes load {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
*/

/* ===================================
   Media & Queries
====================================== */

@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800&display=swap");

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "shahad", sans-serif;
}

section {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #101010;
	min-height: 100vh;
	overflow: hidden;
}

.content {
	display: contents;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
	backdrop-filter: blur(30px);
	border-radius: 20px;
	width: min(900px, 100%);
	box-shadow: 0 0.5px 0 1px rgba(255, 255, 255, 0.23) inset, 0 1px 0 0 rgba(255, 255, 255, 0.66) inset, 0 4px 16px rgba(0, 0, 0, 0.12);
	z-index: 10;
}

.info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: -5px;
	text-align: justify;
}

.info p {
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	margin-bottom: 20px;
	line-height: 1.5;
}

.movie-night {
	background: linear-gradient(225deg, #fcca2634 0%, #dfa60867 50%, #ca9c04af 50%);
}

.btn {
	display: block;
	padding: 10px 40px;
	margin: 10px auto;
	font-size: 1.1rem;
	font-weight: 700;
	border-radius: 4px;
	outline: none;
	text-decoration: none;
	color: #784ba0;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.3);
	cursor: pointer;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:visited {
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	animation: gelatine 0.5s 1;
}

@keyframes gelatine {
	0%,
	100% {
		transform: scale(1, 1);
	}
	25% {
		transform: scale(0.9, 1.1);
	}
	50% {
		transform: scale(1.1, 0.9);
	}
	75% {
		transform: scale(0.95, 1.05);
	}
}

@media (min-width: 1800px) {
	.side-nav .navbar-nav .nav-item {
		margin: 30px 0;
	}
	.team-img {
		height: 820px;
	}
	.side-menu .btn-close {
		right: 50px;
	}
}

@media (max-width: 1280px) and (min-width: 992px) {
	.navbar-simple .navbar-nav .nav-link {
		padding: 0.5rem 1.4rem;
	}
	.sidemenu_btn {
		right: -4px;
	}
	.about-box h5 {
		font-size: 20px;
	}
	.navbar .container {
		max-width: 930px;
	}
	.blog-bg {
		background-size: cover;
	}
}

@media (max-width: 1280px) and (min-width: 992px) {
	.skill-box {
		padding: 0 70px;
	}
	.team-img {
		height: 800px;
	}
	.side-menu .side-nav .navbar-nav li a {
		font-size: 30px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	body {
		text-align: center;
	}

	/* Nav */
	.round-nav {
		border-radius: 0;
	}
	.navbar-top-default {
		background: url("../images/MOTLS.png");
		top: 0;
	}
	.navigation-toggle span {
		background-color: #ffffff;
	}
	.side-menu .btn-close {
		right: 48px;
		top: 32px;
	}
	.side-menu .side-nav .navbar-nav li a {
		font-size: 22px;
	}
	.get-started-btn {
		margin: 20px;
	}

	/* Slider */
	.tp-caption > .font-18 {
		font-size: 15px;
	}

	/* About */
	.m-ipad {
		margin-top: 40px;
	}

	/* Client */
	.stats-bg,
	.parallax-img {
		background-size: cover;
	}
	.skill-box {
		padding: 7.5rem 0;
		max-width: 720px;
		margin: 0 auto;
	}
	.about-img {
		height: auto;
		width: 100%;
	}

	/* Portfolio */
	.da-thumbs li {
		position: absolute;
		left: 0;
		top: 0;
		transform: translateX(25%);
		width: 40%;
	}
	.nav-pills .nav-link {
		padding: 0.8rem 1.5rem;
	}

	/* Pricing */
	.pricing-item {
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}

	/* Blog Section */
	.blog-bg {
		background-size: cover;
	}

	/* Standalone */
	.standalone-detail {
		padding-bottom: 70px;
	}
	.standalone-area .gradient-text1 {
		font-size: 30px;
	}
	.standalone-detail .heading {
		font-size: 30px;
	}
	.standalone-area .sub-heading {
		margin-top: 3rem;
	}
	.standalone-row .stand-img-des {
		padding-left: 0;
		padding-right: 0;
	}
	.standalone-row:nth-child(2) .stand-img-des {
		padding-left: 0;
		padding-right: 0;
	}
	.standalone-row:nth-child(2) {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	.para_text {
		font-size: 18px;
	}
	.author-avatar {
		float: none;
		margin-bottom: 25px;
		overflow: visible;
	}
	.agency-author {
		padding: 30px;
		text-align: left;
	}
	.author-content {
		padding: 0;
	}
	.logo {
		max-width: 80px;
		vertical-align: sub;
	}
}

@media screen and (max-width: 767px) {
	/* Font adjustment for small screens */
	.font-10 {
		font-size: 10px;
	}
	.font-15 {
		font-size: 12px;
	}
	.font-14 {
		font-size: 14px;
	}
	.font-16 {
		font-size: 16px;
	}
	.font-18 {
		font-size: 16px;
	}
	.font-20 {
		font-size: 16px;
	}
	.font-22 {
		font-size: 22px;
	}
	.font-24 {
		font-size: 24px;
	}
	.font-40 {
		font-size: 28px;
	}
	.font-45 {
		font-size: 45px;
	}
	.tp-caption > .font-18 {
		font-size: 14px;
	}
	body {
		text-align: center;
	}
	section {
		padding: 4.5rem 0;
	}
	.padding-top {
		padding-top: 4.5rem;
	}
	.h1,
	h1 {
		font-size: 1.5rem;
	}

	/* Nav */
	.round-nav {
		border-radius: 0;
	}
	.navbar-top-default {
		background: url("../images/MOTLS.png");
		top: 0;
		height: 80px;
	}
	.header-appear .navbar-top-default {
		height: 80px;
	}
	.navbar-top-default .logo.d-md-none {
		display: block !important;
		position: relative;
		z-index: 100;
	}
	.navbar-top-default .logo.d-md-none img {
		max-width: 150px;
		width: auto;
		height: auto;
	}
	.navigation-toggle span {
		background-color: #ffffff;
	}
	.side-menu .mega-title {
		display: none;
	}
	.side-nav .navbar-nav .nav-item {
		margin: 18px 0;
	}
	.side-footer p {
		font-size: 14px;
	}
	.side-menu .side-nav .navbar-nav li a {
		font-size: 18px;
	}
	.sidemenu_btn {
		right: -24px;
		top: 25px;
	}
	.side-menu .btn-close {
		right: 26px;
		top: 28px;
	}
	.tp-caption > .font-40 {
		font-size: 35px;
	}
	.side-menu .mega-title h2 {
		font-size: 54px;
	}
	.side-menu .mega-title {
		animation: none;
		left: 50%;
	}
	.side-menu .side-nav .navbar-nav .get-started-btn a {
		font-size: 12px;
	}
	.quote-content {
		padding: 30px 20px;
		margin: 0;
	}
	.quote-content #quote_submit_btn {
		margin-bottom: 0;
	}
	.quote-content .form-check {
		padding: 10px 0 40px 0;
	}
	.get-started-btn {
		margin-top: 20px;
	}

	/* About Us */
	.about-box {
		margin-top: 20px;
	}
	.about-margin {
		margin: 4.5rem 0;
	}
	.about-box h5 {
		font-size: 20px;
	}

	/* Client */
	.skill-box {
		max-width: 540px;
		padding: 4.5rem 0;
	}
	.stats-bg,
	.parallax-img {
		background-size: cover;
	}

	/* Parallax */
	.paragraph {
		font-size: 14px;
	}

	/* Blog Section */
	.blog-bg {
		background-size: cover;
	}

	/* Portfolio */
	.nav-pills .nav-link {
		padding: 0.6rem 1.4rem;
	}

	/* Contact Form */
	.contact-sec {
		padding-bottom: 60px;
	}

	/* Footer */
	.footer-social a {
		margin: 0;
	}

	/* Standalone */
	.standalone-detail {
		padding-bottom: 70px;
	}
	.standalone-area .gradient-text1 {
		font-size: 30px;
	}
	.standalone-detail .heading {
		font-size: 30px;
	}
	.standalone-area .sub-heading {
		margin-top: 3rem;
	}
	.standalone-row .stand-img-des {
		padding-left: 0;
		padding-right: 0;
	}
	.standalone-row:nth-child(2) .stand-img-des {
		padding-left: 0;
		padding-right: 0;
	}
	.standalone-row:nth-child(2) {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	.page-title h2 {
		font-size: 2.5rem;
	}
	.standalone-area .heading-text {
		font-size: 30px;
	}

	/* Blog */
	.news_desc {
		text-align: center;
	}
	.author-avatar {
		float: none;
		margin-bottom: 25px;
		overflow: visible;
	}
	.agency-author {
		padding: 30px;
	}
	.author-content {
		padding: 0;
	}
	.widget-blog h5 {
		text-align: center;
	}
}

@media (max-width: 575.98px) {
	/* Side Nav */
	.side-nav .navbar-nav .nav-item {
		margin: 12px 0;
	}
	.side-menu .mega-title h2 {
		font-size: 48px;
	}
	.side-footer p {
		font-size: 10px;
		line-height: 1rem;
	}

	/* Portfolio */
	.da-thumbs li {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}

	/*Footer*/
	.social-icons-simple li a {
		width: 44px;
		height: 44px;
	}
}

@media (max-width: 320px) {
	.side-menu .side-nav .navbar-nav .get-started-btn a {
		font-size: 8px;
	}
	.quote-content .fancybox-close-small {
		right: 6px;
	}
	.get-started-btn {
		margin: 0;
	}
}

nav {
	direction: rtl !important;
}

#aimated-cursor {
	position: absolute;
	left: 0;
	display: none;
	top: 0;
	width: 30px;
	height: 30px;
	pointer-events: none;
	z-index: 10000;
	-webkit-transition: opacity 0.2s ease-in-out 0.5s;
	transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-light:hover ~ #aimated-cursor {
	display: inline-block;
}

#cursor {
	position: fixed;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	border: 2px solid rgba(255, 255, 255, 1);
	border-radius: 50%;
	pointer-events: none;
	opacity: 1;
	box-sizing: border-box;
}

.copywrite {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-family: "shahad";
	direction: rtl;
	gap: 3px;
}
#about {
	direction: rtl !important;
}

.tparrows.tp-leftarrow:before {
	content: "\f104" !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
}

.tparrows.tp-rightarrow:before {
	content: "\f105" !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
}

input,
textarea {
	direction: rtl !important;
}
