/*Global*/
:root {
	--FontText: 'CustomFont';
	--TitleFont: 'TitleFont';
	--TextColor: #5d5d60;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	background-color: #F4F4F4 !important;
	font-family: 'CustomFont';
}

@font-face {
	font-family: 'TitleFont';
	/* Name your font family */
	src: url('din-next-lt-w23-bold.ttf');
	/* Locate the .ttf file within your directory*/
	font-weight: bold;
}

@font-face {
	font-family: 'CustomFont';
	/* Name your font family */
	src: url('din-next-lt-w23-regular.ttf');
	/* Locate the .ttf file within your directory*/
}

/*navbar*/
nav {
	backdrop-filter: blur(8px);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
	background-color: rgba(0, 0, 0, 0.6);
	font-family: var(--FontText)
}

.navbar-nav>li {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	font-size: 18px;
}

/* circle button */
.main-btn {
	direction: rtl;
}

.main-btn .circle {
	border-radius: 60px;
	height: 40px;
	padding: 8px 20px;
	border: none;
	font-size: 16px;
	transition: .3s;
	background-color: #F9F9F9;
	font-family: var(--TitleFont);
	color: var(--TextColor) !important;
	font-weight: lighter;
}

.main-btn .circle:hover {
	background-color: lightgrey;
}

.main-btn img.img1-btn {
	margin: 0 -15px 25px;
	width: 30px;
	z-index: 999;
}

.main-btn img.img2-btn {
	margin: 25px -15px 0;
	width: 30px;
}

.navbar {
	backdrop-filter: blur(8px);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
	background-color: rgba(0, 0, 0, 0.6) !important;
}

.navbar.scrolled {
	background: rgba(6, 29, 58, 0.635) !important;
}

button.navbar-toggler {
	background-color: #fff;
}

/*navbar*/
/*hero section*/
.hero-section {
	background-image: url('../image/hero photo.png');
	background-size: cover;
	object-fit: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	font-family: var(--FontText);
}

.content {
	display: flex;
	padding-top: 200px;
}

.soltion-img {
	width: 500px;
	z-index: 1;
}

.hero-text h5 {
	z-index: 1;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

@media(max-width:779px) {
	.soltion-img {
		width: 300px;
	}
}

/*hero section*/
/*About us section*/
.text-style {
	color: #5D5E60;
	text-align: right;
	padding-right: 10%;
	padding-left: 10%;
	font-family: 'CustomFont';
	font-size: 21px;
}
.second-title {
	position: relative;
	font-family: var(--TitleFont);
	color: #676767;
}

.second-title h2 {
	font-size: 40px;
}

.second-title img {
	width: 45px;
}

.second-title img.second-title-image {
	margin-top: 35px;
}

.second-title img.second-title-image2 {
	margin-bottom: 35px;
}

.image2 {
	position: absolute;
	right: 330px;
	bottom: 100px;
}

.image3 {
	position: absolute;
	left: 330px;
	bottom: 330px;
	transform: rotate(180deg)
}

/*About us section*/
/*Images section*/
.images-container div .box-img img {
	height: 400px;
	filter: grayscale(100%);
	transition: .75s;
	cursor: pointer;
}

.images-container div .box-img {
	position: relative
}

.images-container div .box-img.pos::before {
	content: url('../image/Group 3265.svg');
	position: absolute;
	top: 30px;
	left: -40px;
	z-index: 111;
	transform: rotate(180deg);
}

.images-container div .box-img.pos2::before {
	content: url('../image/Group 3265.svg');
	position: absolute;
	bottom: 30px;
	right: -40px;
	z-index: 111;
}

.images-container div .box-img img:hover {
	filter: grayscale(0);
}

.images-container .col-md-3 {
	margin-right: -10px;
}

@media(max-width:776px) {

	.images-container div .box-img.pos::before,
	.images-container div .box-img.pos2::before {
		display: none;
	}
}

/*Images section*/
/*Partner section*/
.partners {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}

@media(max-width:776px) {
	.partners {
		gap: 15px;
	}
}

.partner-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
	width: 150px;
	height: 150px;
}

.partner-item img {
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
	filter: grayscale(100%);
	transition: filter 0.75s;
}

.partner-text {
	font-weight: bold;
}

.partner-item img:hover {
	filter: grayscale(0%);
}

.icon {
	position: absolute;
	width: 20px;
	position: absolute;
	right: 54%;
	top: 50%;
	transform: translateY(-50%);
}

/* product*/


.card-title{
font-family: var(--TitleFont);
font-size: 20;
color: var(--TextColor) !important;
}
.card-text  {
	color: #5D5E60;
	text-align: right;
	font-family: 'CustomFont';
	font-size: 17px;
}
.card-button {
    background-color: #5586C8; /* Set button background color */
    color: white; /* Set button text color */
    border: none; /* Remove button border */
    padding: 5px 10px; /* Add padding for better appearance */
    border-radius: 5px; /* Add some rounded corners */
    cursor: pointer; /* Change cursor to pointer on hover */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
	width: 210px;
}

.card-button:hover {
    color: #5586C8; /* Change text color on hover */
    background-color: white; /* Change background color on hover */
}



/*Partner section*/
/*projects section*/
.projects {
	scroll-behavior: smooth;
}

.projects .container {
	max-width: 1220px;
	padding: 0 20px;
	margin: 0 auto;
}

@media (max-width:1440px) {
	#project {
		padding: 7rem 0;
	}
}

#project .project-slider {
	height: 550px;
	padding: 2rem 0;
	position: relative;
}

@media (max-width:500px) {
	#project .project-slider {
		height: 45rem;
	}
}

.project-slide {
	width: 610px;
	height: 300px;
	position: relative;
}
.project-slide-img{
	display: flex;
	justify-content: center;
}
.project-slide .project-slide-img img {
	width: 610px;
	height: 300px;
	border-radius: 2rem;
}

@media (max-width:500px) {
	.project-slide {
		width: 22rem !important;
		height: 36rem !important;
	}

	.project-slide .project-slide-img img {
		width: 18rem !important;
		height: 33rem !important;
	}
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
	display: none;
}

.project-slider-control {
	position: relative;
	bottom: 175px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media(max-width:500px) {
	.project-slider-control {
		bottom: 110px;
	}
}

.project-slider-control .swiper-button-next {
	left: 58% !important;
	transform: translateX(-58%) !important;
}

@media (max-width:990px) {
	.project-slider-control .swiper-button-next {
		left: 75% !important;
		transform: translateX(-70%) !important;
	}
}

@media (max-width:450px) {
	.project-slider-control .swiper-button-next {
		left: 85% !important;
		transform: translateX(-80%) !important;
	}
}

@media (max-width:990px) {
	.project-slider-control .swiper-button-prev {
		left: 25% !important;
		transform: translateX(-30%) !important;
	}
}

@media (max-width:450px) {
	.project-slider-control .swiper-button-prev {
		left: 15% !important;
		transform: translateX(-20%) !important;
	}
}

.project-slider-control .slider-arrow {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	left: 42%;
	top: 15px;
	transform: translateX(-42%);
	filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.project-slider-control .slider-arrow ion-icon {
	font-size: 30px;
	color: #222224;
}

.project-slider-control .slider-arrow::after {
	display: none;
}

.project-slider-control .swiper-pagination {
	position: relative;
	width: 150px;
	bottom: -6px;
}

.project-slider-control .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #5585C5;
}

.swiper-slide.project-slide .slider-text{
	text-align: center;
	margin-top: 80px;
	font-size: 18px;
	color: var(--TextColor);
	font-family: var(--FontText);
	display:none;
	padding: 2px 60px;
}
.project-slide.swiper-slide-active .slider-text {
	display: block;
}
/*projects section*/
/*joinus section*/
.joinus-section {
	position: relative;
	background-image: url('../image/JoinUs.png');
	background-size: cover;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	font-family: var(--FontText);
}

.joinus-text h3 {
	color: white;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
}

.joinus-text h1 {
	color: white;
	font-family: var(--TitleFont);
	text-align: center;
	padding-top: 80px;
}

/*Footer*/
.footer {
	font-family: var(--FontText);
	color: #5d5d60;
}

.footer h2 {
	font-family: var(--TitleFont);
}

footer {
	position: relative;
	font-family: var(--FontText);
}

footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 60%;
	height: 2px;
	background-color: rgb(206, 206, 207);
	transform: translateX(-50%);
}

.fa {
	padding: 20px;
	font-size: 30px;
	width: 30px;
	text-align: center;
	text-decoration: none;
}

.social-icons {
	padding: 10px;
	text-align: center;
}

.social-icons a {
	line-height: 20px;
	font-size: 20px;
	margin: 5 2px;
	text-decoration: none;
	text-align: center;
	color: rgb(96, 96, 99);
}

.social-icons a i {
	line-height: 30px;
	font-size: 30px;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1);
	transition: all 200ms ease-in;
	transform: scale(1);
}

.social-icons a:hover i {
	color: #5586C8;
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.5);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.5);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.5);
	transition: all 200ms ease-in;
	transform: scale(1.5);
}

.basic-logo {
	display: block;
	margin: 0 0 0 auto;
	margin-top: -17px;
}

.icon-line {
	display: block;
	margin: 0 auto;
	margin-top: -25px;
}



/* Basic styling for the button and form */
#bookMeetingBtn {
	padding: 10px 20px;
	background-color: #4CAF50;
	color: white;
	border: none;
	cursor: pointer;
}

#bookingForm {
	display: none;
	/* Initially hidden */
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	background-color: white;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	z-index: 1000;
}

#bookingForm input,
#bookingForm button {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 16px;
}

#overlay {
	display: none;
	/* Initially hidden */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1050;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
	margin: 10% auto;
	max-width: 500px;
}

  /* The Modal (background) */
        .modal {
            display: none;
            /* Hidden by default */
            position: fixed;
            /* Stay in place */
            z-index: 1;
            /* Sit on top */
            left: 0;
            top: 0;
            width: 100%;
            /* Full width */
            height: 100%;
            /* Full height */
            overflow: auto;
            /* Enable scroll if needed */
            background-color: rgb(0, 0, 0);
            /* Fallback color */
            background-color: rgba(0, 0, 0, 0.4);
            /* Black w/ opacity */
        }

        /* Modal Content */
        .modal-content {
            background-color: #fefefe;
            margin: 8% auto;
            /* 15% from the top and centered */
            padding: 20px;
            border: 1px solid #888;
            width: 50%;
            height: 85%;
            /* Could be more or less, depending on screen size */
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            border-radius: 10px;
        }

        @media (max-width: 768px) {
            .modal-content {
                width: 95%;
                height: auto;
                margin: 15% auto;
            }
        }

        /* Adjust modal width and height for very small screens */
        @media (max-width: 480px) {
            .modal-content {
                width: 98%;
                height: auto;
                margin: 20% auto;
            }
        }

        /* The Close Button */
        .close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }

        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

/*Footer*/

/*invest*/
.invest-section{
	background-color: #32527b;
	
}
/*invest*/
.invest-photo{
	padding-bottom: 15%;
}
.invest-hero h5{
margin-top: -70px;
font-size: 21px;
}



.card .icon {
	font-size: 3rem;
	color: lightseagreen;
  }
  
  .card-text {
	color: gray;
  }
  
  .card {
	transition: all 0.5s;
  }
  
  .card:hover {
	background-color:rgb(197, 207, 220);
    border-color:#5586C8 ;  }
  


  .button-margin {
    margin-bottom: 20px; /* Adjust the value as needed */
}