/*
=========================================
              Section #2
=========================================
*/
/* 
html,
body {
  max-width: 100%;
  overflow-x: hidden;
} */
.section-2 {
	padding: 6.4rem 0 9.6rem 0;
	background-color: #1e1e1e;
}

.section-2-grid {
	padding: 9.6rem 0;
}
.left {
	z-index: 1;
}

.blur-card {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 3.2rem;
	border-radius: 24px;
	backdrop-filter: blur(5px);
	z-index: 2;
	
}

.right {
	z-index: 1;
	opacity: 0;
}

.absoluete-alee {
  position: absolute;
  top: 60%;
  left: 83%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.absoluete-alee img {
  width: 100rem;
  height: auto;
}

.space {
	padding-top: 2.4rem;
}

.secondary-heading {
	font-size: 3.6rem;
	color: white;
	margin-bottom: 3.2rem;
	display: inline-block;

}

.heading-upper{
	text-transform: uppercase;
}

.text-shadow {
	text-shadow: 1px 1px 5px black;
}

.yellow-border {
	border-bottom: 2px solid #ffba27;
}

.center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.description {
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #eee;
}

.section-2-grid {
	align-items: center;
}

/*
=========================================
              Section #3
=========================================
*/

.service-section {
	background-color: #1e1e1e;
	position: relative;
	padding: 4.6rem 0;
}

.hidden-name {
  visibility: hidden;
}

.service-background-1st {
  position: absolute;
  left: -9%;
  top: 11%;
  width: 1085px;
  height: 486px;
  z-index: 0;
  transform: scaleX(-1);
}

.service-background-1st svg {
  width: 100%;
  height: auto;

}
.about-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 12.6rem auto;
  text-align: center;
}

.about-flex {
	width: 100%;
}


.service-background {
  position: absolute;
  right: 0%;
  top: 0%;
  width: 1600px;
  height: 486px;
  z-index: 0;
}

.service-background svg {
  width: 100%;
  height: auto;
}


main {
	overflow: hidden;
}

.center-flex {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.box-heading {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
	margin-top: 9.6rem;
	margin-bottom: 4.8rem;
	color: #eeeeee;
	font-weight: bold;
	position: relative;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.18);
	padding: 1.6rem 3.2rem;
	border-radius: 50px;
	backdrop-filter: blur(10px);
}

.service-grid {
	gap: 3.2rem;
	padding: 0 6.4rem;
	position: relative;
	z-index: 1;
}

.service-card {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 3.2rem;
    border-radius: 26px;
    color: #eeeeee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.2rem;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    box-sizing: border-box;
    width: 35rem;
}

.service-card:hover {
	transform: translateY(-4%);
}

.service-card-img {
	max-width: 60%;
    height: 100%;
    object-fit: contain;
}

.service-head {
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #ffba27;
	color: #ffba27;
}

.service-desc {
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
}

.project-head {
	text-align: center;
	margin: 9.6rem 0 3.2rem 0;
}

/*
=========================================
              Section #4
=========================================
*/

.carousel {
	position: relative;
	padding-bottom: 3.2rem;
	width: 100%;
}

.slider {
	overflow: hidden;
	border-radius: 12px;
	position: relative;
	z-index: 1;
}

.slides {
	display: flex;
	transition: transform 1s ease-in-out;
	width: 100%;
	align-items: center;
}

.img {
	width: 100%;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
	border-radius: 12px;
}

.slide {
	flex-basis: 100%;
	flex-shrink: 0;
}

.btn {
	padding: 1.2rem;
	position: absolute;
	background-color: transparent;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
	border: none;
}
.btn-left {
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.btn-right {
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}
.btn-icon {
	width: 9.8rem;
	height: 9.8rem;
}

.btn:focus {
	box-shadow: none;
}

.mobile {
	display: none;
}

/*
=========================================
              Section #5
=========================================
*/

.clients {
	background-color: #1e1e1e;
	overflow: hidden;
}

.logo-background {
	background-color: white;
	padding: 1.6rem 3.2rem;
	border-radius: 26px;
}

.logo-img {
	width: 100%;
	max-width: 40rem;
}

.relative {
	position: relative;
}

.client-container {
	position: relative;
}

.client {
	text-align: center;
	color: white;
}

.logo-grid {
	grid-template-columns: repeat(10, 1fr);
	gap: 2.4rem;
	align-items: center;
	justify-content: center;
}

.hidden {
	display: none;
}

.client-container:hover .hover-client {
	display: flex;
}

/*
=========================================
              Section #5
=========================================
*/

.testimonial {
	background-color: #1e1e1e;
	padding: 9.6rem 0;
	padding: 2.4rem;
	position: relative;
	z-index: -1;
	
}

.testimonial-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 3.6rem;
}

.testimonial-heading {
	color: white;
	font-size: 3.6rem;
	text-align: center;
	display: inline-block;
}

.testimonial-description {
	font-size: 1.6rem;
	color: white;
	margin-bottom: 3.6rem;
}

.wrapper {
	overflow: hidden;
	width: 100%;
}

.group {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-top: 2.4rem;
}

.slider-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: white;
	border-radius: 22px;
	box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.1);
	transition: all 1s;
}

.slider-item:hover,
.slider-item:active {
	transform: scale(1.05);
	transform-origin: center center;
}

.slider-img {
	margin-top: 3rem;
}

.author-img {
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	object-fit: contain;
}

.slider-author {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.slider-position {
	font-size: 1.6rem;
	color: #888;
	margin-bottom: 1rem;
}

.slider-symbol {
	padding: 2rem;
	border-radius: 50%;
	margin-top: 1.5rem;
}

.slider-text {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: center;
  padding: 0rem 1.6rem;
}

.quote {
	width: 2rem;
}

/*
=========================================
              Section #6
=========================================
*/
.comprehensive {
	background-color: white;
}

.compre-heading {
	font-size: 2.4rem;
	margin-top: 3.2rem;
}

.compre-flex {
	display: flex;
	flex-direction: column;
	background-color: #e67822;
	padding: 1.2rem;
	border-radius: 12px;
	gap: 2.4rem;
	margin-bottom: 3.6rem;
}


.FAQ-SECTION {
	background-color: #1e1e1e;
}

.faq {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
	height: 100%;
	margin: 3.2rem 0;
}

.faq-heading {
	text-align: center;
	color: #eeeeee;
}

.faq-grid {
	margin-top: 3.2rem;
	gap: 3.2rem;
	margin-bottom: 3.2rem;
}

iframe {
	border-radius: 12px;
}

.faq-question {
	font-size: 2.4rem;
	width: 100%;
	border: none;
	color: #ffba27;
	background-color: rgba(0, 0, 0, 1);
	padding: 2.4rem;
	cursor: pointer;
	text-align: left;
	position: relative;
}

.faq-card {
	border-radius: 12px;
	overflow: hidden;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 1);
	color: #eeeeee;
	padding: 0 2.4rem;
	transition: all 0.5s ease;
	font-size: 1.8rem;
}

.faq-answer.active {
	max-height: 300px;
	padding: 2.4rem;
}

.btn-faq {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translate(50%, -50%) rotate(90deg);
	transition: transform 0.3s ease;
}

.btn-faq.rotate {
	transform: translate(50%, -50%) rotate(270deg);
}

.map {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

iframe {
	width: 100%;
	height: 100%;
	min-height: 50vh;
}

/*
=========================================
              Section #7
=========================================
*/
.logo-slider {
    overflow: hidden; 
    position: relative;
    width: 100%;
    padding: 2rem 0;
	z-index: 1;
}

.logo-track {
    display: flex;
    width: max-content;
    animation: slide-left 40s linear infinite;
    gap: 4rem;
}

.logo-flip {
    display: flex;
    width: max-content; 
    animation: slide-right 40s linear infinite;
    gap: 4rem;
}


@keyframes slide-left {
    0% {
        transform: translateX(0%);
    }
    100% {

        transform: translateX(-50%);
    }
}

@keyframes slide-right {
    0% {
        transform: translateX(-50%); 
    }
    100% {

        transform: translateX(0%);
    }
}

.logo-img {
    max-width: 20rem;
    height: auto;
    flex-shrink: 0;
}


/*
=========================================
              Section #7
=========================================
*/
@media only screen and (max-width: 768px) {
	.grid {
		grid-template-columns: 1fr;
	}

	.faq-question {
		font-size: 1.8rem;
	}
	.section-2-grid {
		padding: 0;
	}
	.testimonial-heading {
		font-size: 2.4rem;
	}

	.faq-answer {
		font-size: 1.6rem;
	}

	.testimonial {
		padding: 0;
	}

	.blur-card {
		margin: 0 2.4rem;
	}

	.box-heading {
		margin-top: 0;
	}

	.description {
		font-size: 1.8rem;
	}

	.secondary-heading {
		font-size: 2.4rem;
	}

	.logo-img {
		width: 8rem;
	}
	.top-bar {
		display: none;
	}
	.service-grid {
		padding: 0;
		display: grid;
		grid-template-columns: 1fr;
		font-size: 1rem;
		gap: 1.6rem;
	}
	.group {
		grid-template-columns: 1fr;
	}

	.interest-flex {
		width: 80%;
	}

	.service-head {
		font-size: 1.4rem;
	}
	.service-desc {
		font-size: 1.2rem;
	}
	.service-card {
		padding: 1.6rem;
	}
	.service-card-img {
		height: auto;
	}
	form {
		display: flex;
		display: block;
		width: 100%;
	}

	.absoluete-alee {
		top: 100%;
	}
	.service-background-1st {
		z-index: 1;
	}
	
	.landing-head {
		font-size: 3rem;
	}

	.heading-description {
		margin-bottom: 3.2rem;
	}


	.mobile {
		display: flex;
	}
	.desktop {
		display: none;
	}
	.btn-icon {
		width: 4.8rem;
		height: 4.8rem;
	}
	.testi-btn-next {
		display: none;
	}
	.testi-btn-prev {
		display: none;
	}
}
