* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html{
  font-family: "Work Sans", sans-serif;
}
body{
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  background: #0C0C0C;
}
/*.nocopy {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}*/





.main_header_area {
  padding: 14px 100px;
}
.main_header_area.header_sticky .logo_area img {
  width: 94px;
  transition: ease-in-out 0.6s;
}
.logo_area img {
  width: 94px;
  transition: ease-in-out 0.6s;
}
.main_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu_area ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu_area ul li {
  list-style: none;
  padding: 0 0 0 40px;
}
.menu_area ul li a {
  color: #fff;
  text-decoration: none;
  transition: ease-in-out 0.6s;
  position: relative;
}
/*.menu_area ul li a::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -8px;
  content: '';
  background: #FFCE6B;
  width: 0;
  height: 1px;
  transition: ease-in-out 0.6s;
}*/
/*.menu_area ul li a:hover::after {
  width: 100%;
  transition: ease-in-out 0.6s;
}*/
.menu_area ul li.active a::after {
  width: 100%;
  transition: ease-in-out 0.6s;
}
.main_banner_area img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.main_header_area {
  padding: 14px 100px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999999;
  transition: ease-in-out 0.6s;
  width: 100vw;
}
.main_header_area.header_sticky {
  background: #000;
  transition: ease-in-out 0.6s;
}
.ban_social ul li:hover a svg {
  transition: ease-in-out 0.6s;
  transform: rotate(451deg);
}
.main_banner_area {
  position: relative;
  overflow: hidden;
}
.baner_content a svg {
  width: 18px;
  margin: 0 0 0 7px;
  transition: ease-in-out 0.6s;
}
.baner_content a:hover svg {
  transform: rotate(45deg);
  transition: ease-in-out 0.6s;
}
.baner_content {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
}
.baner_content h1 {
  color: #FFCE6B;
  font-size: 44px;
}
.baner_content h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  margin: 0 0 18px;
}
.baner_content a {
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  margin: 0 auto;
  height: 52px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: ease-in-out 0.6s;
}
.sbout_section_right h3 svg {
  width: 18px;
  color: #fff;
}
.sbout_section_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sbout_section_left {
  width: 50%;
}
.sbout_section_right {
  width: 50%;
  margin: 0 0 0 50px;
}
.sbout_section_left img {
  width: 100%;
  transform: scale(1.2);
  opacity: 0;
}
.sbout_section_right > * {
  opacity: 0;
  transform: translateY(50px);
}
.sbout_section_main {
  padding: 80px 100px;
  overflow: hidden;
  padding: 100px 0;
}
.sbout_section_right h4 {
  color: #ffce6b;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  border: 1px solid #ffce6b;
  display: inline-flex;
  padding: 7px 17px;
  border-radius: 4px;
  margin: 0 0 14px;
}
.sbout_section_right h2 {
  color: #fff;
  margin: 0 0 12px;
  font-weight: 600;
  font-size: 36px;
}
.sbout_section_right p {
  color: #fff;
  font-weight: 300;
  margin: 0 0 22px;
  line-height: 23px;
}
.sbout_section_right h3 {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 7px;
}
.sbout_section_right h3 svg {
  width: 18px;
  color: #fff;
  margin: 0 6px 0 0;
  position: relative;
  top: 1px;
}
.ban_social ul li a svg {
  width: 23px;
  color: #fff;
  padding: 7px 0;
  transform: rotate(90deg);
}
.ban_social ul li:nth-child(4) a svg {
  width: 28px;
}
.ban_social h4 {
  color: #fff;
  font-weight: 300;
}
.ban_social span {
  display: block;
  width: 70px;
  height: 1px;
  background: #fff;
}
.ban_social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 51%;
  left: -123px;
  transform: rotate(-90deg);
}
.ban_social ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
}
.ban_social ul li {
  padding: 0 8px;
  list-style: none;
}
.baner_content h1,
.baner_content h3,
.baner_content a {
  opacity: 0;
  transform: translateY(50px);
}
.sbout_section_right a {
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  margin: 33px 0 0;
  height: 52px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: ease-in-out 0.6s;
}
.sbout_section_right a:hover {
  background: #ffce6b;
  border: 1px solid #ffce6b;
  color: #000;
  transition: ease-in-out 0.6s;
}
.sbout_section_right a svg {
  width: 18px;
  margin: 0 0 0 7px;
  transition: ease-in-out 0.6s;
}
.sbout_section_right a:hover svg {
  transform: rotate(45deg);
  transition: ease-in-out 0.6s;
}
.sbout_section_main {
  padding: 90px 100px;
}

.service_area_main {
  padding: 0 100px 80px 70px;
}
.service_area_main h2{
	font-size:44px;
	font-weight:600;
	line-height:1.1;
	color:#ffffff;
	width:80%;
	margin:0 auto;
}
.serv_sing_slider img {
  width: 100%;
  border-radius: 50px;
}
.service_area_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serv_up_cont a {
  border: 1px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  margin: 33px 0 0;
  height: 52px;
  border-radius: 50px;
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
  transition: ease-in-out 0.6s;
}
.serv_up_cont a:hover {
  background: #ffce6b;
  border: 1px solid #ffce6b;
  color: #000;
  transition: ease-in-out 0.6s;
}
.serv_up_cont a svg {
  width: 18px;
  margin: 0 0 0 7px;
  color: #fff;
  transition: ease-in-out 0.6s;
}
.serv_up_cont a:hover svg {
  transform: rotate(45deg);
  transition: ease-in-out 0.6s;
  color: #000;
}
.service_area_left h2 {
  color: #FFCE6B;
  transform: rotate(-90deg);
  height: auto;
  width: 633px;
  font-size: 73px;
  opacity: 0.3;
  position: relative;
  left: -264px;
}
.service_area_left {
  width: 131px;
}
.service_area_right {
  overflow: auto;
  position: relative;
  width: 100%;
}
.service_slider_main {
  position: relative;
  overflow: hidden;
}
.serv_up_cont {
  position: absolute;
  top: 7%;
  left: 5%;
}

.serv_up_cont h2 {
  font-size: 200px;
  font-weight: 700;
  color: rgb(255,255,255,0.2);
}
.serv_up_cont h3 {
  font-size: 35px;
  color: #fff;
  margin: 0 0 15px;
}
.serv_up_cont p {
  color: #fff;
  width: 55%;
  line-height: 24px;
}
.serv_sing_slider {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.serv_sing_slider.active {
  opacity: 1;
  position: relative;
}
/* Arrows */
.slider_prev, .slider_next {
  position: absolute;
  top: 88%;
  transform: translateY(-50%);
  background: #fff;
  color: #000;
  border: none;
  padding: 15px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  font-size: 19px;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider_prev {
  left: 89%;
}
.slider_next { right: 25px; }


.collect_main_area {
  padding: 80px 100px 80px 100px;
}
.collect_main_area_inner {
  display: flex;
  justify-content: space-between;
/*   align-items: center; */
}
.collect_main_area_box_single_right a {
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  margin: 33px 0 0;
  height: 52px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: ease-in-out 0.6s;
}
.collect_main_area_box_single_right a:hover {
  background: #ffce6b;
  border: 1px solid #ffce6b;
  color: #000;
  transition: ease-in-out 0.6s;
}
.collect_main_area_box_single_right a svg {
  width: 18px;
  margin: 0 0 0 7px;
  color: #fff;
}
.collect_main_area_box_single_right a:hover svg{
  transform: rotate(45deg);
  transition: ease-in-out 0.6s;
  color: #000;
}
.collect_main_area_right h2 {
  color: #FFCE6B;
  transform: rotate(-90deg);
  height: auto;
/*   width: 633px; */
  font-size: 73px;
  opacity: 0.3;
/*   position: relative; */
/*   right: 178px; */
  text-align: right;
/*   bottom: 166px; */
  position: sticky;
  top: 440px;
  margin-top: 306px;
}
.collect_main_area_left_single {
  display: flex;
  justify-content: flex-start;
/*   align-items: center; */
  background: #171717;
  border-radius: 40px;
  padding: 30px;
  margin: 0 0 30px;
}
.collect_main_area_right {
  width: 131px;
  position: relative;
}
.collect_main_area_box_single_left img {
  border-radius: 20px;
  transition: ease-in-out 0.6s;
  width: 100%;
/*   height: 250px; */
  object-fit: cover;
  aspect-ratio: 20 / 13;
}
.collect_main_area_box_single_left {
  margin: 0 35px 0 0;
  overflow: hidden;
/*   width: 666px; */
  width: 40%;
  border-radius: 20px;
  transition: ease-in-out 0.6s;
}
.collect_main_area_box_single_right{
	width:55%;
}
.collect_main_area_box_single_right h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 15px;
}
.collect_main_area_box_single_right p {
  color: #fff;
  width: 100%;
  line-height: 24px;
}
.collect_main_area_left {
  width: 90%;
}

/*.collect_main_area_left_single {
  opacity: 0;
  transform: translateY(80px) scale(0.95);
}*/

/* .collect_main_area_left_single {
  opacity: 0;
  transform: translateY(160px);
} */


.video_sect_main_inner {
  position: relative;
  width:100%;
  height:70vh;
}
.video_sect_main_inner img {
  width: 100%;
  height:100%;
  object-fit: cover;
}
.video_up_cont span svg {
  width: 65px;
  color: #fff;
}
.video_up_cont {
    position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video_up_cont.olVid_up_cont{
	flex-direction:column;
	align-items:flex-start;
	padding-left:6%;
}
.video_sect_main_area__page_title{
	width: 80%;
	padding: 100px 0 60px;
	text-align: center;
	margin: 0 auto;
}
.video_sect_main_area__page_title h2{
	font-size:44px;
	line-height:1.1;
	font-weight:600;
	color:#ffffff;
	text-align:center;
	margin-bottom:8px;
}
.video_sect_main_area__page_title p{
	font-size:24px;
	line-height:1.4;
	color:#ffffff;
	font-weight:500;
	text-align:center;
}
.video_up_cont h2 {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin: 0 0 12px;
}
.video_up_cont p {
  font-size: 35px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 39px;
  width: 65%;
}
.video_up_cont span {
  display: block;
  cursor: pointer;
}


/* ======== Portfolio css ========= */

.protfolio_head h2 {
  font-size: 44px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 60px 0 60px;
  margin: 0 auto;
  width:80%;
}


/* ===== GALLERY ===== */
.protfolio_main_boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 0;
}

/* First 3 items → take 2 columns each */
.protfolio_box:nth-child(1), 
.protfolio_box:nth-child(2), 
.protfolio_box:nth-child(3) {
  width: 32.9%;
}

/* Force next items to new row */
.protfolio_box:nth-child(4), 
.protfolio_box:nth-child(5), 
.protfolio_box:nth-child(6), 
.protfolio_box:nth-child(7), 
.protfolio_box:nth-child(8) {
  width: 19.4%;
}

.protfolio_box {
  overflow: hidden;
  cursor: pointer;
}

.protfolio_box img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

.protfolio_box:hover img {
  transform: scale(1.1);
}

/* ===== POPUP ===== */
.portfolio_popup {
  position: fixed;
  inset: 0;
  z-index: 999999999;
  display: none;
}

.popup_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.8);
  backdrop-filter: blur(10px);
  opacity: 0;
}

.popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8) !important;
  opacity: 0;
  width: 1200px;
}

.popup_content img {
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
}

.popup_close {
  position: absolute;
  top: -50px;
  right: 0;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  font-family: Arial;
}


.upcoming_event_area_main {
  height: 100vh;
  padding: 70px 0 70px 74px;
}
.upcoming_event_area_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
}
.upcoming_event_area_left {
  width: 131px;
}
.upcoming_event_area_left h2 {
  color: #FFCE6B;
  transform: rotate(-90deg);
  height: auto;
  width: 633px;
  font-size: 73px;
  opacity: 0.3;
  position: relative;
  left: -264px;
  text-align: center;
}
.upcoming_event_area_left h3 {
  color: #fff;
  transform: rotate(-90deg);
  height: auto;
  width: 539px;
  font-size: 59px;
  opacity: 1;
  position: relative;
  left: -192px;
  text-align: center;
  bottom: 77px;
}
.upc_top_right a svg {
  width: 20px;
}
.upcoming_event_slider_main {
  display: flex;
  justify-content: space-between;
}

.upcoming_event_slider_sing img {
  width: 400px;
  height: 589px;
  object-fit: cover;
  border-radius: 25px;
	
	
  position: relative;
  inset: 0;
  display: block;
  z-index: 2;
  opacity: 1;
  transition: transform 0.5s ease;
  pointer-events: none;
}


/* POPUP reel video */


.video-popup {
	position: fixed;
	inset: 0;
	z-index: 99999999;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	pointer-events: none;
}


.popup-overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	inset: 0;
	background: rgba(0, 0, 0, 0.75);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	opacity: 0;
}


.popup-content {
	position: relative;

	width: min(90vw, 464px);
    height: min(85vh, 685px);

	background: #000;

	border-radius: 18px;
	overflow: hidden;

	opacity: 0;
	transform: scale(0.7);

	box-shadow: 0 25px 80px rgba(0, 0, 0, 0.6);

	z-index: 2;
}


.popup-content video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	cursor:pointer;
}



.popup-close {
	position: absolute;

	top: 15px;
	right: 15px;

	width: 42px;
	height: 42px;

	border: 0;
	border-radius: 50%;

	background: rgba(0, 0, 0, 0.65);
	color: #fff;

	font-size: 25px;
	line-height: 42px;

	cursor: pointer;

	z-index: 5;

	display: flex;
	align-items: center;
	justify-content: center;

	transition: background 0.3s ease;
}

.popup-close:hover {
	background: rgba(255, 255, 255, 0.2);
}



.volume-btn {
	position: absolute;

	bottom: 20px;
	left: 20px;

	width: 48px;
	height: 48px;

	border: none;
	border-radius: 50%;

	background: rgba(0, 0, 0, 0.65);

	color: #fff;

	font-size: 20px;

	cursor: pointer;

	z-index: 5;

	display: flex;
	align-items: center;
	justify-content: center;

	transition:
		background 0.3s ease,
		transform 0.3s ease;
}

.volume-btn:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: scale(1.08);
}



@media (max-width: 600px) {


	.popup-content {
		width: 92vw;
		height: 80vh;

		border-radius: 14px;
	}

	.popup-close {
		width: 38px;
		height: 38px;

		font-size: 22px;
	}

	.volume-btn {
		width: 44px;
		height: 44px;
	}
}




/* end POPUP reel video */

.upcoming_event_slider_sing {
  width: 32%;
  position: relative;
  margin: 0 12px 0;
  border-radius: 25px;
  overflow: clip;
  cursor:pointer;
}
.upcoming_event_slider_sing:hover img {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}
.upc_top_area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 27px;
  z-index:2;
}
.upc_top_left h2 {
  font-size: 60px;
  color: #fff;
  opacity: 0.5;
}
.upc_top_right a {
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #000;
}
.upc_bottm {
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0) 67%);
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 15px 43px;
  text-align: center;
  z-index: 2;
}
.upc_bottm p {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}


.upcoming_event_slider_sing.active {
  opacity: 1;
  pointer-events: auto;
}

.service_main_heading_title.heading_title h2{
	font-size: 44px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 60px 0 60px;
    margin: 0 auto;
    width: 80%;
}

.upc_bottm {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  border-radius: 0 0 25px 25px;
}
.slider_nav {
  position: absolute;
  bottom: 29px;
  right: 55px;
  z-index: 999999;
  display: flex;
}

.slider_nav button {
  background: #fff;
  color: #000;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-left: 10px;
  cursor: pointer;
}
.upcoming_event_area_right {
  overflow: hidden;
  position: relative;
  margin: 80px 0;
  padding: 92px 0;
}



/*========== Testimonials Area =============*/


.testimonial-container {
  width: 100%;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-grid {
  display: grid;
  gap: 7rem;
  width: 80%;
}
.image-container {
  position: relative;
  width: 100%;
  height: 24rem;
  perspective: 1000px;
}
.testimonial-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.testimonial-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.name {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.25rem;
}
.designation {
  font-size: 0.875rem;
  color: #fff;
  margin-bottom: 2rem;
}
.quote {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.75;
}
.arrow-buttons {
  display: flex;
  gap: 1rem;
  padding-top: 3rem;
}
.arrow-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 0;
}
.arrow-button:hover {
  background-color: #fff;
}
.arrow-button svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #000;
  transition: transform 0.3s;
}
.arrow-button:hover svg {
  fill: #000;
}
@media (min-width: 768px) {
  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }
  .arrow-buttons {
    padding-top: 0;
  }
}



.testimonials_grd_right h2 {
  color: #FFCE6B;
  transform: rotate(-90deg);
  height: auto;
  width: 633px;
  font-size: 73px;
  opacity: 0.3;
  position: relative;
  left: -264px;
  text-align: center;
}
.testimonials_grd_right h3 {
  color: #fff;
  transform: rotate(-90deg);
  height: auto;
  width: 539px;
  font-size: 59px;
  opacity: 1;
  position: relative;
  left: -192px;
  text-align: center;
  bottom: 77px;
}
.main_testimonials_area {
  height: 100vh;
  padding: 70px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonials_grd_right {
  width: 110px;
  position: relative;
  top: 50px;
}




.client_logo_area_main {
  background: #0C0C0C !important;
  padding: 70px 100px;
}
.client_logos_head {
  text-align: center;
  margin: 0 0 40px;
}
.client_logos_head h2 {
  font-size: 70px;
  color: #FFCE6B !important;
  opacity: 0.3 !important;
}

.client_logos_head h3 {
  font-size: 63px;
  color: #fff;
  margin: -48px 0 0px;
}
.client_logo_area_box img {
  width: auto;
  height: 55px;
}
.client_logo_area_boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.client_logo_area_box {
  width: 15%;
  padding: 40px 0;
}
.blog_main_area_main_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.blog_main_area_main_box_single img {
  width: 100%;
  border-radius: 25px 25px 0 0;
  margin: 0 0 -4px;
  transition: ease-in-out 0.6s;
}
.blog_main_area_main_box_single:hover .blog_img_mn img {
  transform: scale(1.4);
  transition: ease-in-out 0.6s;
}
.blog_main_area {
  padding: 70px 100px;
}
.submit_area input:hover {
  background: transparent;
  transition: ease-in-out 0.6s;
}
.blog_main_head {
  text-align: center;
  margin: 0 0 55px;
}
.blog_main_head h2 {
  font-size: 70px;
  color: #FFCE6B !important;
  opacity: 0.3 !important;
}

.blog_main_head h3 {
  font-size: 63px;
  color: #fff;
  margin: -48px 0 0px;
}

.blog_hed_bottm h3 {
  color: #FFCE6B;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #FFCE6B;
}
.blog_hed_bottm h3 {
  color: #FFCE6B;
  font-weight: 400;
  font-size: 12px;
  border: 1px solid #FFCE6B;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  width: 117px;
  border-radius: 4px;
  margin: 0 auto 22px;
}
.blog_hed_bottm h4 {
  font-size: 26px;
  font-weight:400;
  color: #fff;
  width: 80%;
  margin: 0 auto;
}
.blog_cont_area {
  background: #fff;
  padding: 27px 30px;
  border-radius: 0 0 25px 25px;
}
.blog_cont_area p {
  font-size: 16px;
  margin: 0 0 12px;
}
.contact_sec_marquee marquee {
  color: #0c0c0c;
  font-size: 90px;
  font-weight: 700;
  -webkit-text-stroke: 1px white;
}
.contact_sec_marquee marquee span {
  display: inline-block;
  width: 100px;
}
.main_cont_form_area {
  text-align: center;
  margin: 64px 0 0;
}
.main_cont_frm_boxes {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.main_cont_form_area h3 {
  font-size: 29px;
  color: #fff;
  margin: 0 0 38px;
}
.main_cont_frm_boxes input {
  width: 100%;
  height: 55px;
  background: transparent;
  color: #fff;
  border: 1px solid #1e1e1e;
  padding: 0 22px;
  border-radius: 4px;
  margin: 0 0 15px;
}
.main_cont_frm_boxes select {
    width: 100%;
    height: 55px;
    background: transparent;
    color: #fff;
    border: 1px solid #1e1e1e;
    padding: 0 22px;
    border-radius: 4px;
    margin: 0 0 15px;
    background-color: #0c0c0c;
}
.main_cont_frm_boxes textarea {
  width: 100%;
  height: 150px;
  background: transparent;
  color: #fff;
  border: 1px solid #1e1e1e;
  padding: 15px 22px;
  border-radius: 4px;
  margin: 0 0 15px;
}
.main_cont_frm_boxes form {
  width: 100%;
}
.frm_grp p span {
  flex-direction: column;
}
.wpcf7-not-valid-tip {
  width: 100% !important;
  text-align: left;
  position: relative;
  bottom: 9px;
  font-size: 14px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;
  padding: 12px 12px;
  font-size: 15px;
}
.wpcf7-form.invalid p br {
  display: none;
}
.frm_grp p {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.frm_grp p span {
  width: 49%;
  display: flex;
}
.main_cont_frm_boxes img {
  width: 24%;
  height: 100%;
}
.submit_area input {
  background: #D7A541;
  width: 54%;
  border-radius: 8px;
  margin: 13px 0 0;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  transition: ease-in-out 0.6s;
}
.frm_grp {
  display: flex;
  justify-content: space-between;
}
.frm_grp input {
  width: 100%;
}
.main_footer_area {
  background: #000000;
  margin: 80px 0 0;
  padding: 70px 100px 30px;
}
.main_foot_area_inn {
  text-align: center;
}
.foot_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap:20px;
  margin: 37px auto 90px;
}
.foot_menu ul li {
/*   padding: 0 20px 18px; */
  list-style: none;
}
.foot_menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size:15px;
  line-height:1.5;
  font-weight:400;
  transition: all 0.3s ease;
}
.foot_menu ul li a:hover{
	color:#d7a541;
	transition:all 0.3s ease;
}
.copy_ritarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #161616;
  padding: 36px 0 0;
}
.copy_ritarea p {
  color: #fff;
  font-size: 15px;
}
.copy_ritarea .copy_ritarea_wrapper{
	display:flex;
	flex-direction:column;
	align-items:start;
	gap:8px;
}
.copy_ritarea .copy_ritarea_wrapper a{
	font-size:12px;
	font-weight:300;
	line-height:1.5;
	color:#a1a1a1ab;
	text-decoration:none
}

.foot_logo img {
  width: 124px;
  margin: 0 0 24px;
}
.foot_social ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.foot_social ul li {
  list-style: none;
  padding: 0 0 0 7px;
}
.foot_social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.foot_social p {
  margin: 0 10px 0 0;
}
.cross_menu svg {
  display: none;
}
.toggle_menu{
  display: none;
}
.baner_video video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.ban_overlay {
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 103vh;
}
.floting_whatsapp a svg {
  width: 25px;
  color: #fff;
}
.floting_whatsapp a {
  background: #1cda78;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.floting_whatsapp {
  position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 999999;
}

.main_banner_area_innerpage {
  height: 300px;
}
.main_banner_area_innerpage img {
  height: 300px;
  transform: scale(1); /* initial zoom */
}

/* Initial animation state */
.tab-content__item--left {
  transform: translateX(-100px);
  opacity: 0;
}

.tab-content__item--right {
  transform: translateX(100px);
  opacity: 0;
}











.contact_page_up_area {
  padding: 70px 100px;
}
.contact_up_pageheading h2 {
  font-size: 50px;
  color: #FFCE6B;
  opacity: 0.3;
}
.contact_up_pageheading h3 {
  font-size: 39px;
  color: #fff;
  margin: -34px 0 17px;
}
.contact_up_pageheading p {
  color: #fff;
  width: 60%;
  line-height: 25px;
}
.contpage_sing_lft svg {
  width: 55px;
  color: #D7A541;
}
.contact_page_contdetails_sing {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 34%;
}
.contpage_sing_rit a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0 0 6px;
}
.contpage_sing_rit h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 6px;
}
.contpage_sing_lft {
  margin: 0 15px 0 0;
}
.contact_page_contdetails {
  display: flex;
  justify-content: flex-start;
  margin: 76px 0 0;
}
.contpage_sing_rit p {
  color: #fff;
  line-height: 25px;
}
.contact_page_map {
  padding: 0 100px 70px;
}
.contactpage_map_innr iframe {
  width: 100%;
  height: 500px;
  border-radius: 50px;
}
.contact_sec_marquee h3 {
  color: #0c0c0c;
  font-size: 88px;
  font-weight: 700;
  -webkit-text-stroke: 1px white;
}
.contact_sec_marquee {
  text-align: center;
}
.rentals_page_up_area {
  text-align: center;
  margin: 70px 15px 40px;
}
.page_heading_cmn h1 {
	font-size: 44px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    width: 80%;
}
.rentals_up_pageheading h2 {
  font-size: 40px;
  color: #FFCE6B;
  opacity: 0.3;
}
.rentals_up_pageheading h3 {
  font-size: 39px;
  color: #fff;
  margin: -34px 0 17px;
}
.rentals_main_cont_area_left form h3 svg {
  width: 20px;
  color: #fff;
  margin: 0 7px 0 0;
}
.rentals_main_cont_area_left form h3 {
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 30px 0;
  font-weight: 400;
}
.rentals_main_cont_area {
  padding: 0 100px 70px;
}

.rental_page_modal{
	display:none; 
	position: fixed; 
	top: 0; left: 0; 
	width: 100%;
	height: 100vh; 
	background: rgba(0,0,0,0.85); 
	z-index: 99999; 
	justify-content: center; 
	align-items: center; 
	padding: 20px;
}
.rental_page_modal_wrapper{
	background: #181818; 
	border: 1px solid #c5a059; 
	padding: 30px; 
	border-radius: 12px;
	max-width: 550px; 
	width: 100%; 
	color: #fff; 
	position: relative; 
	box-shadow: 0 10px 30px rgba(0,0,0,0.5);
	margin-top: 80px;
	max-height: 74vh;
    overflow-y: scroll;
}
.rental_page_modal_wrapper::-webkit-scrollbar{
	display:none;
}
.rental_modal_form_wrapper .wpcf7{
	width:100%;
}
.rental_modal_form_wrapper .wpcf7 .wpcf7-form{
	width:100%;
}
.rental_modal_form_wrapper .wpcf7 .wpcf7-form input{
	width: 100%;
    background: transparent;
    border: 1px solid #534f4f;
    border-radius: 6px;
    padding: 11px 8px;
	color:#fff;
	font-size:15px;
	font-weight:400;
	line-height:1.5;
}
.rental_modal_form_wrapper .wpcf7 .wpcf7-form textarea{
	width: 100%;
    background: transparent;
    border: 1px solid #534f4f;
    border-radius: 6px;
    padding: 11px 8px;
	color:#fff;
	font-size:15px;
	font-weight:400;
	line-height:1.5;
}
.rental_modal_form_wrapper .wpcf7 .wpcf7-form .wpcf7-form-control-wrap{
	display:block;
	
}
.rental_modal_form_wrapper .wpcf7 .wpcf7-form .wpcf7-list-item {
	margin-left:0 !important;
}
.rental_modal_form_wrapper .wpcf7 .wpcf7-form .wpcf7-list-item label{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	gap:12px;
}
.rental_modal_form_wrapper .wpcf7 .wpcf7-form .wpcf7-list-item label input[type="checkbox"]{
	width:auto;
}
.rental_modal_form_wrapper .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit{
	background:#c5a059;
	color:#ffffff;
	font-size:15px;
	line-height:1.5;
	font-weight:400;
	margin-top:32px;
}
.rental_modal_form_wrapper .wpcf7 .wpcf7-not-valid-tip{
	margin-top:14px;
}
.field-checkbox {
  border: 0;
}
.field-checkbox .check_group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 0 0 18px;
}
.check_group input {
  width: 18px;
  height: 18px;
  margin: 0 15px 0 0;
}
.check_group input[type="checkbox"]:checked {
  background-color: #fff !important; 
  
}
.rentals_main_cont_inner {
  display: flex;
  justify-content: space-between;
}
.rentals_main_cont_area_left {
  width: 20%;
}
.rentals_main_cont_area_right_boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.rentals_main_cont_area_right {
  display: flex;
  width: 80%;
}
.rentals_main_cont_area_right_single {
  width: 32%;
  margin: 0 0 35px;
  position: relative;
}
.top_rental_image {
  height: 235px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_rental_image img {
  width: auto;
  height: 200px;
  min-height: 200px;
  transition: ease-in-out 0.6s;
}
.rentals_main_cont_area_right_single:hover .top_rental_image img {
  transform: scale(1.3);
  transition: ease-in-out 0.6s;
}
.botom_rental_cont h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.botom_rental_cont h2 span {
  display: block;
  font-size: 15px;
  font-weight: 300;
  margin: 6px 0 0;
}
.botom_rental_cont p {
  color: #fff;
  margin: 18px 0 0;
  line-height: 25px;
}
.enquery_button a svg {
  width: 18px;
  color: #fff;
}
.enquery_button a {
  background: transparent;
  padding: 14px 13px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  width: 156px;
  border-radius: 50px;
  font-size: 14px;
  transition: ease-in-out 0.6s;
}
.enquery_button a:hover{
  background: #d7a541;
  border: 1px solid #d7a541;
  transition: ease-in-out 0.6s;
}
.enquery_button {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.6s;
}
.rentals_main_cont_area_right_single:hover .enquery_button{
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: ease-in-out 0.6s;
}
.cross_popup svg {
  width: 28px;
}
.lft_dp .wrapper svg {
  width: 20px;
}
.rentals_popup_forms_outer {
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.6s;
}
.rentals_popup_forms_outer2{
  opacity: 1;
  visibility: visible;
  transition: ease-in-out 0.6s;
}
.rentals_popup_forms_inner {
  background: #fff;
  width: 700px;
  padding: 30px;
  border-radius: 30px;
  position: relative;
}
.cross_popup {
  position: absolute;
  top: 13px;
  right: 14px;
  cursor: pointer;
}
.rental_form_head {
  text-align: center;
  margin: 0 0 25px;
}
.rental_form_head h2 {
  margin: 0 0 5px;
}
.rental_form_head p {
  font-size: 15px;
  line-height: 22px;
}
.rental_enq_input input {
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #ccc;
  padding: 0 15px;
  margin: 0 0 10px;
  border-radius: 4px;
}
.lft_dp .wrapper {
  border: 1px solid #ccc;
  height: 45px;
  margin: 0 0 10px;
  border-radius: 4px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.datepick_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lft_dp {
  width: 49%;
}
.lft_dp .wrapper label input {
  width: 100%;
  height: 100%;
  border: 0;
}
.lft_dp .wrapper label {
  width: 100%;
  height: 100%;
}
#ui-datepicker-div {
  background: #fff;
  width: 300px;
  padding: 15px;
  border-radius: 10px;
  display: none;
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.ui-datepicker-calendar thead tr th {
  border: 1px solid #ccc;
}
.ui-datepicker-calendar tbody tr td {
  border: 1px solid #ccc;
  color: #000;
}
.ui-datepicker-calendar tbody tr td a {
  color: #292929;
  text-decoration: none;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a {
  width: 50%;
  cursor: pointer;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a:nth-child(2) {
  text-align: right;
}
.ui-datepicker-title {
  margin: 17px 0 9px;
}
.rental_enq_textarea textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 15px;
  margin: 0 0 16px;
}
.submit_enq_frm input {
  cursor: pointer;
  width: 100%;
  height: 45px;
  background: #D7A541;
  border: 0;
  border-radius: 4px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
}
input:focus, textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: none; /* optional: keeps same border color */
}
.hidden_body {
  overflow: hidden !important;
}

.rentals_up_pageheading p {
  color: #fff;
  font-size: 15px;
  width: 55%;
  line-height: 23px;
  margin: 0 auto;
}
.connect_button a svg {
  width: 18px;
}
.collect_page_main_area {
  padding: 25px 100px 70px;
}
.collect_page_all_boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.collect_page_single_box {
  overflow: hidden;
}

.collect_page_single_box img {
  width: 100%;
  object-fit: cover;
  height: 350px;
  transition: ease-in-out 0.6s;
}
.collect_page_single_box {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  height: 350px;
}
.collect_page_all_boxes .collect_page_single_box:nth-child(1) {
  width: 67.5%;
  height: 350px;
}
.collect_page_all_boxes .collect_page_single_box:nth-child(2) {
  width: 30%;
  height: 350px;
}

/* popup */
.collect_page_popup{
	position: fixed;
    inset: 0;
    z-index: 999999999;
    display: none;
}
.collect_page_popup_overlay{
	position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    opacity: 0;
}

.collect_page_popup_content{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8) !important;
    opacity: 0;
    width: 1200px;
}
.collect_page_popup_close{
	position: absolute;
    top: -50px;
    right: 0;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
}
.collect_page_popup_content img{
	border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.collect_page_popup_prev, .collect_page_popup_next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    font-size: 24px;
    background: #fff;
    color: #000;
    border-radius: 50%;
}
.collect_page_popup_next{
	right: 50px;
}
.collect_page_popup_prev{
	left: 50px;
}
.collect_page_popup_prev span, .collect_page_popup_next span{
	display: block;
    position: relative;
    bottom: 3px;
    font-size: 21px;
}
/* popup */

.connect_heading {
  position: absolute;
  bottom: 50px;
  background: #000;
  color: #fff;
  padding: 13px 24px;
  border-radius: 0 6px 6px 0;
}
.connect_heading h3 {
  font-weight: 500;
  font-size: 18px;
}
.connect_button {
  position: absolute;
  top: 29px;
  right: 33px;
}
.connect_button a {
  background: transparent;
  border: 1px solid #fff;
  padding: 15px 25px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  transition: ease-in-out 0.6s;
  cursor:pointer;
}
.lft_dp .wrapper p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lft_dp p br {
  display: none;
}
.connect_button a:hover {
  background: #d7a541;
  border: 1px solid #d7a541;
  transition: ease-in-out 0.6s;
}
.connect_button a:hover svg {
  transform: rotate(45deg);
  transition: ease-in-out 0.6s;
}
.menu_area ul li.active a {
  color: #d7a541;
  font-size: 18px;
  font-weight: 500;
  transition: ease-in-out 0.6s;
}

/* =========== About Tab Css =============== */


.top-tab {
  margin: 80px auto 44px;
  padding-bottom: 70px;
}
.tab__menu,.tab__content{
  width: 100%;
}
.tab__menu {
  display: flex;
  justify-content: center;
  position: relative;
}
.tab__menu ::after {
  position: absolute;
  left: 0;
  top: 15px;
  content: '';
  background: #fff;
  width: 44%;
  height: 1px;
  margin: 0 auto;
  display: block;
  right: 0;
  z-index: -1;
}
.tab__menu ::before {
  position: absolute;
  left: 0;
  top: 30px;
  content: '';
  background: #fff;
  width: 40%;
  height: 1px;
  margin: 0 auto;
  display: block;
  right: 0;
  z-index: -1;
}
.tab-menu__item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 13px;
}
.tab-trigger {
  width: 180px;
  height: auto;
  cursor: pointer;
  text-align: center;
  padding: 15px 0;
  display: block;
  font-size: 14px;
  background-color: #0C0C0C;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}
.tab-trigger.is-active {
  background-color: #D7A541;
  pointer-events: none;
  color: #fff;
  border: 1px solid #D7A541;
}
.tab__content{
  margin-top: 60px;
  height: 380px;
}
.tab-content__item{
  display: none;
  width: 88.888888%;
  margin: 0 auto;
  opacity: 0;
  transition: opacity .6s cubic-bezier(0.32, 0.94, 0.6, 1);
}
.tab-content__item--left {
  width: 48%;
  margin-top: 12px;
  font-size: 14px;
  color: white;
  line-height: 2;
  display: flex;
  flex-direction: column;
  justify-content : center;
}
.tab-content__item--left h2{
  width: 100%;
  font-size: 37px;
  letter-spacing: .36em;
  line-height: 1.1;
  margin-top: 1px;
}
.tab-content__item--left p {
  margin-top: 0;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 21px;
}
.tab-content__item--right {
  width: 49%;
  margin-left: 0;
}
.tab-content__item--right img {
  width: 100%;
  height: 403px;
  object-fit: cover;
  border-radius: 35px;
}
.tab-content__item--left ul li svg {
  width: 20px;
  margin: 0 10px 0 0;
}
.tab-content__item {
  justify-content: space-between;
}
.tab-content__item--left h3 {
  font-size: 27px;
}
.tab-content__item--left ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  font-size: 16px;
}
.team_area_main_sect {
  padding: 30px 100px 70px;
}
.team_main_all {
  display: flex;
  justify-content: space-between;
}
.team_area_single img {
  width: 100%;
  transition: ease-in-out 0.6s;
}
.team_area_single {
  width: 32%;
  transform: translateY(60px) scale(0.95);
  opacity: 0;
  will-change: transform, opacity;
  position: relative;
  overflow: hidden;
  transition: ease-in-out 0.6s;
  border-radius: 35px;
}



.collect_page_single_box {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.3s ease;
}

.collect_page_single_box img {
  transform: scale(1.2);
  transition: transform 0.5s ease;
}






.team_area_single:hover img{
  transform: scale(1.3);
  transition: ease-in-out 0.6s;
}
.team_area_single h3 {
  position: absolute;
  bottom: 44px;
  background: #0C0C0C;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  padding: 13px 20px;
  border-radius: 0 6px 6px 0;
}
.team_area_single h3 span {
  display: flex;
  font-size: 12px;
  font-weight: 300;
  margin: 4px 0 0;
}
.profess_entrt_area {
  padding: 70px 100px;
}
.profess_entrt_area_left a svg {
  width: 20px;
  margin: 0 0 0 6px;
}
.profess_entrt_area_left {
  background: #000;
  padding: 40px;
  border-radius: 40px;
  width: 50%;
}
.profess_entrt_area_left h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
}
.profess_entrt_area_left h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 200;
  margin: 5px 0 0;
}
.profess_entrt_area_left p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  width: 87%;
  margin: 22px 0 36px;
}
.profess_entrt_area_left a {
  border: 1px solid #D7A541;
  display: flex;
  justify-content: center;
  width: 181px;
  height: 52px;
  align-items: center;
  border-radius: 50px;
  color: #D7A541;
  text-decoration: none;
}
.profess_entrt_area_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profess_entrt_area_right {
  width: 50%;
}
.profess_entrt_area_right img {
  width: 111%;
  height: 460px;
  object-fit: cover;
  border-radius: 30px;
  position: relative;
  right: 80px;
}
.stagic_main_area_left img {
  width: 100%;
}
.stagic_main_area_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stagic_main_area_right {
  width: 48%;
}
.stagic_main_area_left {
  width: 49%;
}
.stagic_main_area_left img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 0 40px 40px 0;
  object-position: top;
}
.stagic_main_area_right h3 {
  font-size: 30px;
  color: #fff;
  margin: 0 0 18px;
}
.stagic_main_area_right p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 25px;
}
.statg_link_area a svg {
  width: 20px;
}
.statg_link_area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin: 35px 0 0;
}
.statg_link_area a {
  color: #D7A541;
  text-decoration: none;
  border: 1px solid #D7A541;
  padding: 13px 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.stagic_main_area {
  padding: 0 100px 70px 0;
}
.statigic_main_video {
  padding: 0 100px 70px;
 
}
.statigic_main_video_yhumbl img {
  width: 100%;
  border-radius: 50px;
  height: 600px;
  object-fit: cover;
}
.statigic_main_video_yhumbl{
  position: relative;
}
.vido_ply_btn svg {
  width: 70px;
  color: #D7A541;
}
.vido_ply_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.main_banner_area.main_banner_area_innerpage img {
  object-position: bottom;
}
.servicepage_all_areamain_left a svg {
  width: 20px;
}
.slider_cont a svg {
  width: 15px;
}
.servicepage_all_areamain {
  padding: 70px 0px 70px 0;
}
.servicepage_all_areamain_inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 30px 0 30px 40px;
/*    border-radius: 10%;*/
    z-index: 1;
}

.servicepage_all_areamain_inner::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 35px 0 0 35px;
  background: linear-gradient(to right, #d7a541 47%, #0c0c0c 55%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.servicepage_all_areamain_left {
  width: 32%;
}
.servicepage_all_areamain_right {
  width: 67%;
  margin: 0 0 0 37px;
}
.srvpg_slider {
  display: flex;
  justify-content: space-between;
}
.srvpg_slider_singl img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 20 / 14.6;
}
.srvpg_slider_singl {
  width: 32%;
}
.slider_img {
  overflow: hidden;
  border-radius: 20px;
}
.slider_cont {
  background: #fff;
  padding: 17px 15px;
  border-radius: 15px;
  margin: 4px 0 0;
  display:none;
}
.servicepage_all_areamain_left h2 {
  color: #FFCE6B;
  font-size: 40px;
  opacity: 0.3;
}
.servicepage_all_areamain_left h3 {
  font-size: 29px;
  color: #fff;
  margin: -23px 0 16px;
}
.servicepage_all_areamain_left p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 20px;
}
.servicepage_all_areamain_left a {
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 26px;
  display: flex;
  width: 200px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 15px;
  justify-content: center;
  transition: ease-in-out 0.6s;
}
.servicepage_all_areamain_left a:hover {
  background: #ffce6b;
  border: 1px solid #ffce6b;
  color: #000;
  transition: ease-in-out 0.6s;
}
.servicepage_all_areamain_left a:hover svg{
  transform: rotate(45deg);
  color: #000;
  transition: ease-in-out 0.6s;
}
.servicepage_all_areamain_left a svg {
  margin: 0 0 0 5px;
}
.slider_cont a {
  color: #212121;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 6px 0 0;
}
.slider_cont h4 {
  font-size: 18px;
}












/* =========== About Tab Css End =============== */




.srvpg_slider_wrapper {
  position: relative;
  overflow: hidden;
}

.srvpg_slider {
  display: flex;
  transition: transform 0.5s ease;
}

.srvpg_slider_singl {
  min-width: calc(100% / 3);
  box-sizing: border-box;
  padding: 10px;
}

/* Buttons */
.srvpg_slider_btn {
  background: #fff;
  color: #000;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-left: 10px;
  cursor: pointer;
}

.srvpg_prev_btn { left: 10px; }
.srvpg_next_btn { right: 10px; }

.slid_nav_srv {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 31px 0 0;
}





.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(2)::before,
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(4)::before,
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(6)::before {
  background: linear-gradient(to left, #d7a541 47%, #0c0c0c 55%);
  /* -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); */
  border-radius: 0 35px 35px 0;
}
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(1),
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(3),
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(5){
  margin: 0 40px 0 100px;
}
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(2),
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(4),
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(6){
  margin: 0 100px 0 0;
}
.servicepage_all_areamain_right.servicepage_all_areamain_right2 {
  margin: 0 37px 0 0;
  width: 67%;
}
.servicepage_all_areamain_left.servicepage_all_areamain_left2 {
  text-align: start;
  padding: 0 43px 0 0;
}
.slid_nav_srv_rit {
  justify-content: flex-end;
}
.vcatlg.vcatlg_rigt {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.popup_video_mainouter {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgb(0 0 0 / 77%);
  backdrop-filter: blur(3px);
  z-index: 999999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.6s;
}
.popup_video_mainouter.popup_video_mainouter2 {
  opacity: 1;
  visibility: visible;
  transition: ease-in-out 0.6s;
  top:0;
}
.popup_video_maininner video {
  width: 100%;
  height: 100%;
}
.popup_video_maininner {
  background: #fff;
  width: 900px;
  height: 507px;
  position: relative;
}
.collect_main_area_box_single_left:hover img {
  transform: scale(1.2);
  transition: ease-in-out 0.6s;
}
.cls_pvid svg {
  width: 30px;
}
.cls_pvid {
  position: absolute;
  top: 17px;
  right: 21px;
  background: #e9b551;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
}
.contact_section_main_area {
  margin: 40px 0 0;
}
.main_banner_area_innerpage_privacy {
  height: 145px;
}
.privacy_policy_main_area {
  padding: 0 100px;
}
.privacy_policy_main_area h2 {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 16px;
}
.privacy_policy_main_area p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  padding: 0 0 15px;
}
.privacy_policy_main_area p a{
	color : #ffffff;
}
.privacy_policy_main_area ul li {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}
.privacy_policy_main_area ul {
  padding: 0 0 0 15px;
}
.privacy_policy_main_area h4 {
  font-size: 19px;
  color: #fff;
  font-weight: 500;
  margin: 13px 0 7px;
}

.menu_area ul li a:hover {
  color: #d7a541;
  transition: ease-in-out 0.6s;
  font-size: 18px;
  font-weight: 500;
}
.baner_content a:hover {
  background: #ffce6b;
  border: 1px solid #ffce6b;
  color: #000;
  transition: ease-in-out 0.6s;
}

.mute_btn {
  position: absolute;
  bottom: 121px;
  right: 30px;
  z-index: 2;
  padding: 7px 11px;
  border: none;
  cursor: pointer;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
}
#muteBtn svg {
  color: #fff;
  width: 21px;
}

.developer_main_logo_slider_inner .loop-container {
  width: 100%;
  height: 136px;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 10px;
  margin: 17px 0;
}
.developer_main_logo_slider_inner .loop-container .element {
  flex: 1 0 250px;
  height: 136px;
}



.popup_prev,
.popup_next{
   position: fixed;
   top: 50%;
   transform: translateY(-50%);
   z-index: 9999;
   width: 50px;
   height: 50px;
   border: none;
   cursor: pointer;
   font-size: 24px;
   background: #fff;
   color: #000;
   border-radius: 50%;
}

.popup_prev{
   left: 50px;
}

.popup_next{
   right: 50px;
}
.popup_prev span, .popup_next span {
  display: block;
  position: relative;
  bottom: 3px;
  font-size: 21px;
}

.blog_img_mn {
  overflow: hidden;
  border-radius: 25px 25px 0 0;
}

.blog_main_area_main_box_single{
border-radius: 25px 25px 0 0;

}





.stats_section {
    width: 100%;
    padding: 0  100px 70px 100px;
    overflow: hidden;
}

.stats-container {
    max-width: 1400px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(5, 1fr);

    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.stat-item {
    padding: 45px 25px;
    text-align: center;

    border-right: 1px solid rgba(255, 255, 255, 0.25);

    opacity: 0;
    transform: translateY(30px);

    animation: statReveal 0.8s ease forwards;
}

.stat-item:last-child {
    border-right: none;
}

/* Stagger animation */
.stat-item:nth-child(1) {
    animation-delay: 0.1s;
}

.stat-item:nth-child(2) {
    animation-delay: 0.2s;
}

.stat-item:nth-child(3) {
    animation-delay: 0.3s;
}

.stat-item:nth-child(4) {
    animation-delay: 0.4s;
}

.stat-item:nth-child(5) {
    animation-delay: 0.5s;
}

.stat-number {
    font-size: clamp(42px, 5vw, 75px);
    font-weight: 700;
    line-height: 1;

    letter-spacing: -2px;

    margin-bottom: 18px;
	color:#ffffff;
}

.stat-label {
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1.5px;

    opacity: 0.65;
	color:#ffffff;
}

@keyframes statReveal {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Tablet */
@media (max-width: 1000px) {

    .stats-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .stat-item:nth-child(3) {
        border-right: none;
    }

    .stat-item:nth-child(4),
    .stat-item:nth-child(5) {
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }
}

/* Mobile */
@media (max-width: 600px) {

    .stats-section {
        padding: 70px 20px;
    }

    .stats-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-item {
        padding: 35px 15px;
    }

    .stat-item:nth-child(2) {
        border-right: none;
    }

    .stat-item:nth-child(3) {
        border-right: 1px solid rgba(255, 255, 255, 0.25);
    }

    .stat-item:nth-child(4) {
        border-right: none;
    }

    .stat-item:nth-child(3),
    .stat-item:nth-child(4),
    .stat-item:nth-child(5) {
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }

    .stat-item:last-child {
        grid-column: span 2;
        border-right: none;
    }

    .stat-number {
        font-size: 42px;
    }

    .stat-label {
        font-size: 11px;
    }
}


.privacy_policy_main_area_wrapper{
	display:flex;
	justify-content:space-between;
}
.privacy_policy_main_area_wrapper .vendor_detail{
	width: 66%;
}
.privacy_policy_main_area_wrapper .vendor_form{
	width:30%;
	max-width:500px;
	position: relative;
}
.vendor_form .wpcf7{
	width: 100%;
    background-color: #fff;
    border-radius: 24px;
    position: sticky;
    top: 180px;
}
.vendor_form .wpcf7 .wpcf7-form{
	padding:24px;
}
.vendor_form .wpcf7 .wpcf7-form label{
	font-size:15px;
	font-weight:400;
	line-height:1.5;
	color:#000;
	margin-bottom:12px;
}
.vendor_form .wpcf7 .wpcf7-form input,
.vendor_form .wpcf7 .wpcf7-form textarea {
	border: 1px solid #D7A541;
    border-radius: 6px;
    padding: 6px 8px;
    font-size: 15px;
    line-height: 1.5;
    width: 100%;
	
}
.vendor_form .wpcf7 .wpcf7-response-output{
	color:#D7A541 !important;
	border:none  !important;
	padding:0 !important;
	margin:0 !important;
	font-size:14px !important;
}
.vendor_form .wpcf7 .wpcf7-form .wpcf7-submit{
	background: #D7A541;
	border: 1px solid #D7A541;
	font-size:15px;
	line-height:1.5;
	font-weight:400;
	color:#ffffff;
	transition:all 0.3s ease;
	padding: 14px 24px;
}

.vendor_form .wpcf7 .wpcf7-form .wpcf7-submit:hover{
	background: #fff;
	color:#D7A541;
	transition:all 0.3s ease;
}
.vendor_form .wpcf7 .wpcf7-form .wpcf7-not-valid-tip{
	margin-top:12px
}



.fancybox__container{
	z-index:9999999 ;	
}
.fancybox-image{
	height:70vh;
	border-radius:32px;
	object-fit:cover;
}


/* New gallary implement */

.our_portfolio_galary_galary_wrapper {
	padding: 25px 100px 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	row-gap:48px;
	column-gap:32px;
	flex-wrap: wrap;
}


.our_portfolio_galary_image_galary {
	position: relative;
	height: 350px;
	overflow: hidden;
	border-radius: 18px;
	background: #ddd;
	cursor: pointer;
}

.our_portfolio_galary_image_galary:nth-child(1) {
	width:48%;
}
.our_portfolio_galary_image_galary:nth-child(2){
	    width: 48%;
}
.our_portfolio_galary_image_galary:nth-last-child(2){
	width:48%;
}
.our_portfolio_galary_image_galary:nth-last-child(1){
	width: 48%;
}
.our_portfolio_galary_image_galary{
	width:48%;
}
.our_portfolio_galary_image_galary img {
	width: 100%;
	height: 100%;

	object-fit: cover;

	display: none;
}


        /* Only first image visible */

.our_portfolio_galary_image_galary img:first-of-type {
	display: block;
}


        .our_portfolio_galary_image_galary::after {
            content: "";

            position: absolute;

            inset: 0;

            background: linear-gradient(
                to top,
                rgba(0, 0, 0, 0.55),
                transparent 50%
            );

            pointer-events: none;
        }


.our_portfolio_galary_open_image {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 5;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 32px;
}


        .our_portfolio_galary_open_image span {
            position: relative;

            z-index: 2;
        }


        .our_portfolio_galary_gallery_modal {
            position: fixed;

            inset: 0;

            width: 100%;
            height: 100%;

            display: none;

            align-items: center;
            justify-content: center;

            background: rgba(0, 0, 0, 0.94);

            z-index: 99999999;

            opacity: 0;
        }


        .our_portfolio_galary_gallery_modal.active {
            display: flex;
        }


        .our_portfolio_galary_gallery_modal_content {
            position: relative;

            width: 90%;
            max-width: 1100px;

            height: 90%;

            display: flex;

            align-items: center;
            justify-content: center;
        }

        .our_portfolio_galary_gallery_modal_image {
            display: block;

            max-width: 80%;
            max-height: 78vh;

            width: auto;
            height: auto;

            object-fit: contain;

            border-radius: 12px;

            opacity: 0;

            transform: scale(0.85);

            user-select: none;
        }


        .our_portfolio_galary_gallery_close {
            position: absolute;

            top: 0;
            right: 0;

            width: 48px;
            height: 48px;

            border: none;

            border-radius: 50%;

            background: #fff;
            color: #111;

            font-size: 28px;

            cursor: pointer;

            display: flex;

            align-items: center;
            justify-content: center;

            z-index: 20;

            opacity: 0;

            transform: scale(0.5);
        }


        .our_portfolio_galary_gallery_prev,
        .our_portfolio_galary_gallery_next {

            position: absolute;

            top: 50%;

            transform: translateY(-50%);

            width: 52px;
            height: 52px;

            border: none;

            border-radius: 50%;

            background: #fff;
            color: #111;

            font-size: 28px;

            cursor: pointer;

            display: flex;

            align-items: center;
            justify-content: center;

            z-index: 20;

            opacity: 0;

        }


        .our_portfolio_galary_gallery_prev {
            left: 0;
        }


        .our_portfolio_galary_gallery_next {
            right: 0;
        }



        .our_portfolio_galary_gallery_counter {

            position: absolute;

            left: 50%;
            bottom: 0;

            transform: translateX(-50%);

            padding: 8px 16px;

            border-radius: 20px;

            background: rgba(0, 0, 0, 0.7);

            color: #fff;

            font-size: 14px;

            z-index: 20;

            opacity: 0;

        }
/* New gallary implement */


/*============================= Responsive Css Start ===============================*/


@media screen and (min-width: 1920px) {
.main_header_area.header_sticky .logo_area img {
  width: 117px;
}
.logo_area img {
  width: 117px;
}
.collect_main_area_right h2 {
  
}
.image-container {
  width: 90%;
}
.menu_area ul li a {
  font-size: 19px;
}
.popup_video_maininner {
  width: 1100px;
  height: 619px;
}
.collect_main_area_box_single_left img {
  border-radius: 20px;
  width: 100%;
  transition: ease-in-out 0.6s;
  height: 350px;
  object-fit: cover;
}




}


@media screen and (min-width: 1700px) {



}


@media screen and (max-width: 1540px) {
.slider_prev {
  left: 88%;
}
.collect_page_single_box {
  width: 31.8%;
}
.collect_page_all_boxes .collect_page_single_box:nth-child(7) {
  width: 65.8%;
  height: 350px;
}
.main_header_area.header_sticky .logo_area img {
  width: 94px;
}
.logo_area img {
  width: 94px;
}

.protfolio_box:nth-child(1), .protfolio_box:nth-child(2), .protfolio_box:nth-child(3){
	width: 32.5%;		
}

.protfolio_box:nth-child(4), .protfolio_box:nth-child(5), .protfolio_box:nth-child(6), .protfolio_box:nth-child(7), .protfolio_box:nth-child(8){
	width: 19%;
}


}

@media screen and (max-width: 1440px) {
.protfolio_box:nth-child(1), .protfolio_box:nth-child(2), .protfolio_box:nth-child(3) {
  width: 32.5%;
}
.slider_prev {
  left: 87.2%;
}
.collect_page_single_box {
  width: 31%;
}




}

@media screen and (max-width: 1366px) {
.slider_prev {
  left: 86%;
}

.service_area_left h2 {
  font-size: 64px;
  text-align: center;
}
.upcoming_event_area_main {
  padding: 70px 0 70px 39px;
}
.upcoming_event_slider_sing {
  width: 34%;
}
.testimonials_grd_right h2 {
  font-size: 56px;
}
.collect_page_all_boxes .collect_page_single_box:nth-child(1) {
  width: 67.4%;
}
.collect_page_single_box {
  width: 31%;
}











}

@media screen and (max-width: 1280px) {
.serv_up_cont h2 {
  font-size: 143px;
}

.collect_page_all_boxes .collect_page_single_box:nth-child(1) {
  width: 67%;
}
.collect_page_single_box {
  width: 31.4%;
}
.slider_prev {
  left: 85%;
}
.service_area_left h2 {
  font-size: 53px;
}
.collect_main_area {
  padding: 60px 100px 67px 60px;
}

.collect_main_area_right h2 {
  
}
.protfolio_box:nth-child(1), .protfolio_box:nth-child(2), .protfolio_box:nth-child(3) {
  width: 32.6%;
}
.protfolio_box:nth-child(4), .protfolio_box:nth-child(5), .protfolio_box:nth-child(6), .protfolio_box:nth-child(7), .protfolio_box:nth-child(8) {
  width: 19.1%;
}
.upcoming_event_slider_sing {
  width: 37%;
}
.upcoming_event_slider_sing img {
  height: 500px;
}
.reel-video{
	height: 500px;	
}

}

@media screen and (max-width: 1280px) {
	.collect_page_all_boxes .collect_page_single_box:nth-child(1){
		width: 66%;
	}
	.collect_page_single_box{
		width:30.5%;
	}
	
	
	.privacy_policy_main_area_wrapper .vendor_detail{
		width:60%;
	}
	.privacy_policy_main_area_wrapper .vendor_form{
		width:37%;
	}
	
	.our_portfolio_galary_galary_wrapper{
		row-gap: 32px;
    	column-gap: 24px;
	}
}

@media screen and (max-width: 1200px) {
  .protfolio_box:nth-child(1), .protfolio_box:nth-child(2), .protfolio_box:nth-child(3) {
    width: 32.6%;
  }
  .slider_prev {
    left: 84%;
  }
}

@media screen and (max-width: 1180px) {
.main_header_area {
  padding: 14px 50px;
}
.popup_content {
  width: 1050px;
}	
.collect_page_popup_content{
	 width: 1050px;	
}
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(1),
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(3),
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(5) {
  margin: 0 40px 0 50px;
}
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(2),
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(4),
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(6){
  margin: 0 50px 0 0;
}
.slider_cont h4 {
  font-size: 16px;
}
.slider_cont a {
  font-size: 13px;
}
.contact_page_up_area {
  padding: 70px 50px;
}
.contact_page_map {
  padding: 0 50px 70px;
}
.contactpage_map_innr iframe {
  height: 390px;
}
.rentals_main_cont_area {
  padding: 0 50px 70px;
}
.collect_page_main_area {
  padding: 25px 50px 70px;
}
.sbout_section_main {
  padding: 90px 50px;
}
.service_area_main {
  padding: 0 50px 80px 12px;
}
.collect_main_area_box_single_right h3 {
  font-size: 22px;
}
.collect_main_area_box_single_right p {
  width: 100%;
  line-height: 23px;
  font-size: 16px;
}

.protfolio_box:nth-child(1), .protfolio_box:nth-child(2), .protfolio_box:nth-child(3) {
  width: 32.5%;
}
.upcoming_event_slider_sing img {
  height: 500px;
  width: 313px;
}
.reel-video{
	width: 313px;
	height: 500px;	
}

.foot_menu ul {
  width: 86%;
}

.privacy_policy_main_area{
	 padding: 0 50px;		
}
.our_portfolio_galary_galary_wrapper{
	padding: 25px 50px 70px;		
}

}

@media screen and (max-width: 1100px) {
.protfolio_box:nth-child(4), .protfolio_box:nth-child(5), .protfolio_box:nth-child(6), .protfolio_box:nth-child(7), .protfolio_box:nth-child(8) {
  width: 19.1%;
}
}

@media screen and (max-width: 1080px) {
.serv_up_cont h2 {
  font-size: 109px;
}
.rentals_main_cont_area_left {
  width: 22%;
}
.field-checkbox .check_group {
  font-size: 13px;
}
.check_group input {
  width: 16px;
  height: 18px;
  margin: 0 9px 0 0;
}
.collect_page_single_box {
  height: 255px;
}
.collect_page_all_boxes .collect_page_single_box:nth-child(2) {
  height: 255px;
}
.collect_page_all_boxes .collect_page_single_box:nth-child(7) {
  width: 65.8%;
  height: 255px;
}
.collect_page_all_boxes .collect_page_single_box:nth-child(1) {
  height: 255px;
}
.collect_page_all_boxes .collect_page_single_box:nth-child(1) {
  width: 66.9%;
}
.collect_page_single_box {
  width: 31.2%;
}
.collect_page_all_boxes .collect_page_single_box:nth-child(7) {
  width: 65.7%;
}
.slider_prev {
  left: 84%;
}
.collect_main_area_box_single_right a {
  width: 181px;
  margin: 25px 0 0;
  height: 49px;
  font-size: 13px;
}

.collect_main_area_right h2 {
  
}

.protfolio_box:nth-child(4), .protfolio_box:nth-child(5), .protfolio_box:nth-child(6), .protfolio_box:nth-child(7), .protfolio_box:nth-child(8) {
  width: 19.2%;
}
.upcoming_event_area_main {
  padding: 0 0 0 39px;
}
.main_testimonials_area {
  height: 66vh;
  padding: 60px 70px 106px;
}
.blog_main_head h2 {
  font-size: 67px;
}
.blog_main_area {
  padding: 39px 50px;
}
.blog_cont_area h3 {
  font-size: 18px;
}
.main_cont_frm_boxes img {
  width: 17%;
}
/*.main_cont_frm_boxes form {
  width: 55%;
}*/
.logo_area img {
  width: 76px;
}
.collect_main_area_right h2 {
  
}
.serv_up_cont p {
  width: 73%;
  line-height: 24px;
}










}

@media screen and (max-width: 1024px) {
.slider_prev {
  left: 82.5%;
}
.collect_page_all_boxes .collect_page_single_box:nth-child(1) {
  width: 66%;
}
.collect_page_single_box {
  width: 30%;
}
.collect_page_all_boxes .collect_page_single_box:nth-child(7) {
  width: 65.6%;
}
.collect_main_area_right h2 {
 
}
.collect_main_area_left_single {
  border-radius: 40px;
  padding: 24px;
  margin: 0 0 22px;
}
.collect_main_area_box_single_right h3 {
  font-size: 20px;
  margin: 0 0 9px;
}
.collect_main_area_box_single_right p {
  line-height: 21px;
  font-size: 15px;
}
.collect_main_area_box_single_right a {
  width: 171px;
  margin: 18px 0 0;
  height: 45px;
  font-size: 12px;
}
.collect_main_area_box_single_left {
  margin: 0 20px 0 0;
}
.protfolio_box:nth-child(1), .protfolio_box:nth-child(2), .protfolio_box:nth-child(3) {
  width: 32.5%;
}
.upcoming_event_slider_sing img {
  height: 420px;
}
.reel-video{
	height: 420px;
}
.testimonial-grid {
  gap: 5rem;
}
.quote {
  font-size: 16px;
  line-height: 1.5;
}
.blog_cont_area h3 {
  font-size: 17px;
}
.blog_cont_area p {
  font-size: 14px;
}
.client_logo_area_main {
  padding: 70px 66px;
}
.client_logo_area_box img {
  width: auto;
  height: 40px;
}
.client_logo_area_box {
  text-align: center;
}


.service_area_main h2{
	width:100%;		
}
.protfolio_head h2{
	width:100%;		
}
.service_main_heading_title.heading_title h2{
	width:100%;		
}
.stats_section{
	 padding: 0 66px 70px 66px;
}
.page_heading_cmn h1 {
 width:100%;	
}
	
}

@media screen and (max-width: 1024px) {
	.video_sect_main_area__page_title{
		width:100%;	
	}
	.srvpg_slider_singl{
		min-width: calc(100% / 2);
	}
	
	.our_portfolio_galary_galary_wrapper{
		row-gap: 24px;
        column-gap: 18px;
	}
	.our_portfolio_galary_image_galary{
		height:278px;	
	}
	
	.contpage_sing_lft{
		  margin: 0 12px 0 0;
	}
	.contpage_sing_lft svg{
		width: 40px;
	}
	.contact_page_contdetails{
		gap:40px;
		justify-content:space-between;
	}
}

@media screen and (max-width: 1000px) {
.protfolio_box:nth-child(4), .protfolio_box:nth-child(5), .protfolio_box:nth-child(6), .protfolio_box:nth-child(7), .protfolio_box:nth-child(8) {
  width: 19.1%;
}
}

@media screen and (max-width: 980px) {

.serv_up_cont h2 {
  font-size: 90px;
}
.popup_content {
  width: 90%;
}
.collect_page_popup_content{
	 width: 90%;	
}
.serv_up_cont h3 {
  font-size: 28px;
  margin: 0 0 11px;
}
.slider_prev {
  left: 81.5%;
}

.protfolio_box:nth-child(4), .protfolio_box:nth-child(5), .protfolio_box:nth-child(6), .protfolio_box:nth-child(7), .protfolio_box:nth-child(8) {
  width: 19.1%;
}
.upcoming_event_slider_sing {
  width: 39%;
}
.blog_cont_area {
  padding: 20px 18px;
}
.main_footer_area {
  padding: 70px 50px 30px;
}

.menu_area ul li{
	padding: 0 0 0 18px;	
}
.menu_area ul li a{
	font-size:15px;
}

}

@media screen and (max-width: 820px) {
.collect_page_all_boxes .collect_page_single_box:nth-child(1) {
  width: 47%;
}
.servicepage_all_areamain_inner{
	flex-direction:column;		
}
.servicepage_all_areamain_left{
	width:100%;		
}
.servicepage_all_areamain_right{
	width:100%;
	margin: 32px 0 0 0;
}
.servicepage_all_areamain_right.servicepage_all_areamain_right2{
	width:100%;
	margin: 0 0 32px 0;
}
.srvpg_slider_singl {
  min-width: calc(100% / 2);
}
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(1),
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(3),
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(5) {
  margin: 0 30px 0 30px;
}
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(2),
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(4),
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(6) {
  margin: 0 30px 0 0;
}
.servicepage_all_areamain_inner{
  padding: 30px 0 30px 30px;		
}
.servicepage_all_areamain_left h2 {
  font-size: 30px;
}
.servicepage_all_areamain_left h3 {
  font-size: 22px;
  margin: -14px 0 16px;
}
.popup_video_maininner {
  width: 700px;
  height: 394px;
}
.rentals_main_cont_area {
  padding: 0 30px 70px;
}
.rentals_main_cont_area_right_single {
  width: 48%;
  margin: 0 0 35px;
}
.rentals_main_cont_area_left {
  width: 32%;
}
.rentals_main_cont_area_left form h3 {
  font-size: 17px;
  margin: 0 0 20px 0;
}
.collect_page_all_boxes .collect_page_single_box:nth-child(2) {
  width: 47%;
}
.collect_page_single_box {
  width: 47%;
}
.collect_page_all_boxes .collect_page_single_box:nth-child(7) {
  width: 47%;
}

.cross_menu svg {
  width: 26px;
  color: #fff;
  cursor: pointer;
  display: block;
}
.tab-menu__item {
  margin: 0 8px;
}
.tab-trigger {
  width: 142px;
  padding: 15px 0;
  font-size: 13px;
}
.tab__menu ::before {
  width: 46%;
}
.rentals_up_pageheading p {
  font-size: 14px;
  width: 85%;
  line-height: 22px;
}
.top-tab {
  margin: 40px auto 0px;
}
.main_banner_area_innerpage {
  height: 170px;
}
.toggle_menu span {
  display: block;
  background: #fff;
  width: 25px;
  height: 1.5px;
}
.toggle_menu{
  display: block;
}
.menu_area {
  position: fixed;
  width: 100vw;
  background: #000;
  height: 100vh;
  left: -100%;
  top: 0;
  padding: 30px;
  transition: ease-in-out 0.6s;
}
.menu_area.menu_area2 {
  left: 0;
  transition: ease-in-out 0.6s;
}
.menu_area ul {
  display: inline-block;
}
.menu_area ul li a {
  padding: 0 0 23px 0;
  display: block;
}
.cross_menu {
  position: absolute;
  right: 28px;
  top: 22px;
}
.toggle_menu span:nth-child(2) {
  margin: 10px 0;
}
.main_header_area {
  padding: 14px 30px;
}
.sbout_section_main {
  padding: 90px 30px;
}
.sbout_section_inner {
  flex-wrap: wrap;
}
.sbout_section_left {
  width: 100%;
}
.sbout_section_right {
  width: 100%;
  margin: 41px 0 0 0;
}
.service_area_main {
  padding: 0 30px 80px 30px;
}
.service_area_inner {
  flex-wrap: wrap;
}
.service_area_left h2 {
  color: #FFCE6B;
  transform: rotate(0deg);
  height: auto;
  width: inherit;
  font-size: 50px;
  position: relative;
  left: 0;
  text-align: center;
}
.service_area_left {
  width: 100%;
  margin: 0 0 32px;
}
.serv_up_cont h2 {
  font-size: 70px;
}
.serv_up_cont h3 {
  font-size: 27px;
  margin: 0 0 9px;
}
.serv_up_cont p {
  width: 84%;
}
.slider_prev {
  left: 81%;
  top: 83%;
}
.slider_next {
  right: 25px;
  top: 83%;
}
.collect_main_area {
  padding: 60px 30px 80px 30px;
}
.collect_main_area_box_single_right p {
  width: 100%;
  line-height: 23px;
  font-size: 15px;
}
.collect_main_area_box_single_right h3 {
  font-size: 20px;
  margin: 0 0 7px;
}

.collect_main_area_box_single_left img {
  border-radius: 12px;
  object-fit: cover;
}
.collect_main_area_right h2 {
  font-size: 52px;
  top: 342px;
  margin-top: 234px;
}
	

.protfolio_box:nth-child(1), .protfolio_box:nth-child(2), .protfolio_box:nth-child(3) {
  width: 31.9%;
}
.protfolio_box:nth-child(4), .protfolio_box:nth-child(5), .protfolio_box:nth-child(6), .protfolio_box:nth-child(7), .protfolio_box:nth-child(8) {
  width: 18.9%;
}
.upcoming_event_area_main {
  padding: 0 0 70px 30px;
}
.upcoming_event_area_inner {
  height: 70vh;
}
.upcoming_event_area_main {
  height: 77vh;
}
.testimonials_grd_right {
  top: -14px;
}
.upcoming_event_area_left h2 {
  color: #FFCE6B;
  font-size: 48px;
  left: -293px;
}
.upcoming_event_area_left h3 {
  font-size: 37px;
  left: -230px;
  bottom: 49px;
}
.upcoming_event_slider_sing img {
  width: 220px;
  height: 362px;
  object-fit: cover;
  border-radius: 25px;
}
.reel-video{
  width: 220px;
  height: 362px;
  object-fit: cover;
  border-radius: 25px;
}
.upc_top_area {
  padding: 6px 11px;
}
.upc_top_right a {
  width: 40px;
  height: 40px;
}
.upc_top_right a svg {
  width: 15px;
}
.upc_bottm p {
  font-size: 16px;
}
.upcoming_event_slider_sing {
  width: 35%;
}
.upcoming_event_area_left {
  width: 87px;
}
.main_testimonials_area {
  padding: 40px 30px;
}
.testimonial-image {
  height: 63%;
}
.testimonial-grid {
  gap: 4rem;
  width: 83%;
}
.designation {
  margin-bottom: 1rem;
}
.quote {
  font-size: 16px;
  line-height: 1.5;
}
.testimonials_grd_right h2 {
  font-size: 50px;
}
.testimonials_grd_right h3 {
  font-size: 53px;
}
.client_logo_area_main {
  padding: 70px 60px;
}
.client_logo_area_box {
  width: 21%;
  padding: 28px 0;
}
.blog_main_area {
  padding: 70px 30px;
}
.blog_main_head h2 {
  font-size: 60px !important;
}

.blog_cont_area {
  padding: 19px 19px;
  border-radius: 0 0 20px 20px;
}
.blog_cont_area p {
  font-size: 15px;
  margin: 0 0 12px;
}
.blog_cont_area h3 {
  font-size: 18px;
  line-height: 21px;
}
.blog_main_area_main_box_single {
  width: 33%;

}
.main_footer_area {
  padding: 70px 30px 30px;
}
.foot_menu ul {
  width: 94%;
  margin: 37px auto 56px;
}
.collect_main_area_right {
  width: 70px;
}

.service_area_main h2{
	font-size:32px;
}
.protfolio_head h2{
    font-size:32px;
}
.service_main_heading_title.heading_title h2{
font-size:32px;		
}

.stats_section{
	 padding: 0 60px 70px 60px;
}
	
	
.contact_sec_marquee h3 {
  font-size: 70px;
}
	
.tab-content__item {
	flex-wrap:wrap;		
}
.tab-content__item--right{
	width:100%;	
}
.tab-content__item--left{
	width:100%;	
}
.tab__content{
  height:fit-content;		
}

.page_heading_cmn h1 {
  font-size:32px;	
}
	
.privacy_policy_main_area_wrapper{
	flex-direction: column;		
	gap:40px;
}
.privacy_policy_main_area_wrapper .vendor_detail{
	width : 100%;
}
.privacy_policy_main_area_wrapper .vendor_form{
	width:100%;		
	max-width:100%;
}
.vendor_form .wpcf7{
	margin: 0 auto;
	max-width:400px;
}

.our_portfolio_galary_galary_wrapper{
	padding: 0px 30px 70px;	
	row-gap: 24px;
    column-gap: 23px;
}
.our_portfolio_galary_image_galary:nth-child(1){
	width:48%;
}
.our_portfolio_galary_image_galary:nth-child(2){
	width:48%;		
}
.our_portfolio_galary_image_galary{
	width:48%;		
}
.our_portfolio_galary_image_galary:nth-last-child(1){
	width:48%;		
}
.our_portfolio_galary_image_galary:nth-last-child(2){
	width:48%;		
}

.contact_page_contdetails{
	flex-direction:column;
	gap: 14px;
	margin: 40px 0 0;
}
.contact_page_contdetails_sing{
		width:100%
}
.contact_page_contdetails_sing .contpage_sing_rit{
	width:60%;		
}
.contpage_sing_lft{
	margin: 0 8px 0 0;		
}
.contpage_sing_lft svg{
	width: 32px;		
}
.contactpage_map_innr iframe{
	border-radius:24px;		
}

.video_sect_main_area__page_title h2{
	font-size:32px;		
}
.video_sect_main_area__page_title p{
	font-size:20px;		
}
	
}

@media screen and (max-width: 640px) {
.logo_area img {
  width: 50px;
}
.menu_area ul li {
  padding: 0 0 0 0 !important;
}
.rentals_popup_forms_inner {
  width: 96%;
}
.popup_content {
  width: 100%;
}
.collect_page_popup_content{
	 width: 100%;	
}
.mute_btn {
  bottom: 12px;
  right: 8px;
}
.developer_main_logo_slider_inner .loop-container .element {
  flex: 1 0 156px;
  height: 84px;
}
.popup_next {
  right: 12px;
}
.popup_prev {
  left: 12px;
}
.main_cont_frm_boxes input {
  width: 100%;
}
.main_header_area.header_sticky .logo_area img {
  width: 50px;
}
.main_banner_area_innerpage_privacy {
  height: 89px;
}
.privacy_policy_main_area {
  padding: 0 15px;
}
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(1),
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(3),
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(5){
  margin: 0 15px 0 15px;
}
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(2),
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(4), 
.servicepage_all_areamain .servicepage_all_areamain_inner:nth-child(6){
  margin: 0 15px 0 0;
}


.servicepage_all_areamain_inner {
  flex-wrap: wrap;
}
.servicepage_all_areamain_left {
  width: 100%;
  padding-left:10px;
}
.servicepage_all_areamain_left.servicepage_all_areamain_left2{
	padding: 0 0 0 10px;
}
.servicepage_all_areamain_inner {
  padding: 15px 15px 15px 15px;
}
.servicepage_all_areamain_right {
  width: 100%;
  margin: 0 0 0 0;
}
.srvpg_slider_singl {
  min-width: calc(100% / 1);
}
.slid_nav_srv {
  margin: 25px 0 30px;
}
.servicepage_all_areamain_right.servicepage_all_areamain_right2 {
  width: 100%;
}
.popup_video_maininner {
  width: 93%;
  height: 225px;
}
.contact_page_up_area {
  padding: 50px 15px;
}
.contact_up_pageheading h2 {
  font-size: 35px;
}
.contact_up_pageheading h3 {
  font-size: 30px;
  margin: -22px 0 17px;
}
.contact_up_pageheading p {
  width: 100%;
  line-height: 23px;
}
.contact_page_contdetails {
  flex-wrap: wrap;
  margin: 30px 0 0;
}
.contpage_sing_lft svg {
  width: 27px;
}
.contact_page_map {
  padding: 0 15px 37px;
}
.contact_page_contdetails_sing .contpage_sing_rit{
	width:80%;		
}
.contactpage_map_innr iframe {
  height: 265px;
}
.contact_page_contdetails_sing {
  width: 100%;
  padding: 0 0 0px;
}
.collect_page_main_area {
  padding: 25px 15px 70px;
}
.collect_page_all_boxes .collect_page_single_box:nth-child(1) {
  width: 100%;
}
.collect_page_all_boxes .collect_page_single_box:nth-child(2) {
  width: 100%;
}
.collect_page_single_box {
  width: 100%;
}
.collect_page_all_boxes .collect_page_single_box:nth-child(7) {
  width: 100%;
}
.connect_button {
  top: 9px;
  right: 10px;
}
.connect_heading h3 {
  font-size: 15px;
}
.connect_heading {
  bottom: 29px;
}
.main_banner_area_innerpage {
  height: 115px;
}
.main_header_area {
  padding: 12px 15px;
}
.baner_content a {
  width: 170px;
  height: 47px;
  font-size: 12px;
}
.rentals_page_up_area {
  text-align: center;
  margin: 30px 15px 25px;
}
.rentals_up_pageheading h2 {
  font-size: 35px;
}
.rentals_up_pageheading h3 {
  font-size: 26px;
  margin: -22px 0 17px;
}
.rentals_up_pageheading p {
  font-size: 14px;
  width: 100%;
  line-height: 20px;
}
.tab-content__item {
  justify-content: space-between;
  flex-wrap: wrap;
}
.tab-content__item--right {
  width: 100%;
}
.tab-content__item--left {
  width: 100%;
}
.tab__content {
  margin-top: 24px;
  height: auto;
}
.tab-content__item--right img {
  height: 243px;
  border-radius: 20px;
}
.tab-content__item--left h3 {
  font-size: 23px;
}
.tab-content__item--left p {
  width: 100%;
  line-height: 24px;
  margin: 0 0 13px;
}
.top-tab {
  margin: 32px auto 0;
  padding-bottom: 12px;
}
.team_main_all {
  flex-wrap: wrap;
}
.team_area_main_sect {
  padding: 30px 15px 40px;
}
.team_area_single {
  width: 100%;
  margin: 0 0 20px;
}
.contact_sec_marquee h3 {
  font-size: 48px;
}
.tab__menu {
  flex-wrap: wrap;
}
.tab-menu__item {
  margin: 0 8px 15px;
}
.tab__menu ::before {
  display: none;
}
.tab__menu ::after {
  display: none;
}
.ban_social {
  display: none;
}
.baner_content h1 {
  font-size: 25px;
}
.baner_video video {
  width: 100vw;
  height: 40vh;
  object-fit: cover;
}
.ban_overlay {
  height: 40vh;
}
.baner_content h3 {
  font-size: 25px;
  margin: 0 0 18px;
}
.main_banner_area img {
  height: 39vh;
}
.sbout_section_main {
  padding: 40px 15px;
}
.service_area_left h2 {
  font-size: 32px;
}
.service_area_main {
  padding: 0 15px 40px 15px;
}
.serv_sing_slider img {
  width: 100%;
  border-radius: 20px;
}
.serv_sing_slider img {
  width: 100%;
  border-radius: 20px;
  height: 434px;
  object-fit: cover;
}
.slider_next {
  right: 15px;
  top: 83%;
  width: 45px;
  height: 45px;
}
.slider_prev {
  left: 72%;
  top: 83%;
  width: 45px;
  height: 45px;
}
.collect_main_area_left_single {
  padding: 20px;
  margin: 0 0 20px;
  border-radius:24px;
  flex-wrap: wrap;
  flex-direction:column;
}
.collect_main_area {
  padding: 22px 15px 40px 15px;
}
.collect_main_area_box_single_left img {
  width: 100%;
  margin: 0 0 15px;
  
}
.collect_main_area_box_single_left {
  margin: 0;
  width:100%;
}
.collect_main_area_box_single_right{
  width:100%;		
}
.collect_main_area_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.collect_main_area_right h2 {
  width: 100%;
  transform: rotate(0deg);
  font-size: 35px;
  right: 0;
  bottom: 0;
  text-align: center;
}
.collect_main_area_right {
  width: 100% !important;
}
.collect_main_area_left {
  width: 100%;
  margin: 23px 0 0;
}
.video_sect_main_inner {
  width: 100%;
  height: 330px;
  object-fit: cover;
}
.video_up_cont p {
  font-size: 26px;
  margin: 0 0 18px;
  width: 99%;
}
.video_up_cont span svg{
	width:40px;		
}
.protfolio_head h2 {
  font-size: 34px;
}
.protfolio_box:nth-child(1), .protfolio_box:nth-child(2), .protfolio_box:nth-child(3) {
  width: 100%;
}
.protfolio_box:nth-child(4), .protfolio_box:nth-child(5), .protfolio_box:nth-child(6), .protfolio_box:nth-child(7), .protfolio_box:nth-child(8) {
  width: 100%;
}
.upcoming_event_slider_sing {
  width: 89%;
}
.upcoming_event_slider_sing img {
  width: 239px;
  height: 320px;
}
.reel-video{
  width: 239px;
  height: 320px;
}
.upc_bottm {
  padding: 0 15px 24px;
}
.upcoming_event_area_inner {
  height: 56vh;
}
.upcoming_event_area_main {
  padding: 40px 0 40px 30px;
  height: 69vh;
}
.main_testimonials_area {
  padding: 40px 15px;
}
.testimonial-container {
  flex-direction: column-reverse;
}
.testimonials_grd_right h2 {
  transform: rotate(0deg);
  width: 100%;
  font-size: 35px;
  left: 0;
}
.testimonials_grd_right h3 {
  transform: rotate(0deg);
  width: 100%;
   font-size: 24px;
  left: 0;
  bottom: 16px;
}
.testimonials_grd_right {
  width: 100%;
  top: -56px;
}
.testimonial-container {
  padding: 12px;
}
.testimonial-grid {
  gap: 0;
  width: 100%;
}
.image-container {
  width: 82%;
  margin: 0 auto -110px;
}
.client_logo_area_main {
  padding: 40px 15px;
}
.client_logo_area_box img {
  height: 38px;
}
.client_logo_area_box {
  width: 33%;
  padding: 15px 0;
  text-align: center;
}
.client_logos_head h2 {
  font-size: 35px;
}
.client_logos_head h3 {
  font-size: 26px;
  margin: -16px 0 0px;
}
.blog_main_area {
  padding: 40px 15px;
}
.blog_main_head h2 {
  font-size: 42px;
}
.blog_hed_bottm h4 {
  font-size: 21px;
  width: 68%;
}
.blog_hed_bottm h3 {
  font-size: 11px;
  height: 34px;
  width: 106px;
  margin: 0 auto 16px;
}
.blog_main_area_main_box {
  flex-direction: column;
}
.blog_main_area_main_box_single {
  width: 100%;
}
.main_cont_frm_boxes img {
  display: none;
}
.main_cont_form_area {
  margin: 30px 15px 0;
}
.main_cont_frm_boxes form {
  width: 100%;
}
.contact_sec_marquee marquee {
  font-size: 63px;
}
.main_footer_area {
  background: #000000;
  margin: 40px 0 0;
  padding: 40px 15px 20px;
}
.foot_logo img {
  width: 90px;
  margin: 0 0 0;
}
.foot_menu ul li {
  padding: 0 15px 18px;
  font-size: 14px;
}
.copy_ritarea {
  flex-direction: column;
  padding: 32px 0 0;
}
.foot_social {
  padding: 20px 0 0;
}
.foot_menu ul {
  width: 94%;
  margin: 37px auto 26px;
}
.main_testimonials_area {
  height: 100vh;
}

}


@media screen and (max-width: 640px) {
	.service_area_main .service_main_heading_title{
		    margin: 0 auto 24px !important;
	}
	.service_area_main h2{
		font-size:26px	
	}
	.protfolio_head h2{
		font-size: 26px;
		padding: 40px 0 40px;
	}
	.collect_main_area_right h2{
		margin-top:40px;
		font-size:26px;
	}
	.upcoming_event_area_right{
		margin: 40px 0;
    	padding: 42px 0;	
	}
	
	.sbout_section_right h2{
		font-size:26px;
	}
	.sbout_section_right p{
		font-size:15px;
		line-height:1.5;
		margin-bottom:12px;
	}
	.sbout_section_right p strong{ 
		font-weight:300 !important;
	}
	
	.slider_nav{
		bottom:0;
	}
	.upcoming_event_area_left h3{
		font-size:26px;
		bottom: 30px;
	}
	.upcoming_event_area_left h2{
		font-size:35px;
	}
	.service_main_heading_title.heading_title{
		
		margin-top:0 !important;
	}
	.service_main_heading_title.heading_title h2{
		padding: 0px 0 0px;
		font-size:26px;
	}
	..upcoming_event_area_left{
		width:64px;
	}
	
	.client_logos_head{
		margin-bottom:24px;
	}
	.developer_main_logo_slider_inner .loop-container{
		height:92px;
	}
	.blog_main_head.blog_main_heading_title h2{
		font-size:35px !important;
	}
	.blog_main_head.blog_main_heading_title h3{
		font-size:26px !important;
		margin-top:-16px !important;
	}
	
	.blog_main_head.blog_main_heading_title .blog_hed_bottm h4{
		font-size: 18px;
	}
	
	
	.stats_section{
	 	padding: 0 15px 40px 15px;
	}
	.rentals_intro_content_area h1{
		font-size:20px !important;
		font-weight:600 !important;
	}
	.rentals_main_cont_area{
		padding: 0 15px 50px;
	}
	
	.rentals_main_cont_inner{
		flex-wrap: wrap;
	}
	.rentals_main_cont_area_left{
		width:100%;	
	}
	.rentals_main_cont_area_right{
		width:100%;	
	}
	.page_heading_cmn h1 {
  		font-size:26px;	
	}
	.vendor_form .wpcf7{
		max-width:100%;
	}
	
	.fancybox-image{
		height:60vh;
		border-radius:24px;
		
	}
	
	.our_portfolio_galary_galary_wrapper{
		padding: 0px 15px 50px;
		column-gap:0;
	}
	.our_portfolio_galary_image_galary:nth-child(1){
		width:100%;
	}
	.our_portfolio_galary_image_galary:nth-child(2){
		width:100%;
	}
	.our_portfolio_galary_image_galary{
		width:100%;
	}
	.our_portfolio_galary_image_galary:nth-last-child(1){
		width:100%;
	}
	.our_portfolio_galary_image_galary:nth-last-child(2){
		width:100%;
	}
	
	.our_portfolio_galary_gallery_prev, 
	.our_portfolio_galary_gallery_next{
		width: 40px;
    	height: 40px;
		font-size: 22px;
	}

	.video_sect_main_area__page_title{
		padding:60px 0 40px;
	}
	.video_sect_main_area__page_title h2{
		font-size:26px;		
	}
	.video_sect_main_area__page_title p{
		font-size:18px;		
	}
}



@media screen and (max-width: 430px) {
.slider_nav {
  right: 22px;
}
.protfolio_head h2 {
  font-size: 27px;
  padding: 28px 0 24px;
}
.popup_content img {
  max-width: 100vw;
  max-height: 80vh;
}
.collect_page_popup_content img{
  max-width: 100vw;
  max-height: 80vh;
}
.rentals_main_cont_area_left {
  width: 100%;
}
.rentals_main_cont_inner {
  flex-wrap: wrap;
}
.rentals_main_cont_area_right {
  width: 100%;
}
.rentals_main_cont_area_right_single {
  width: 100%;
  margin: 0 0 0;
}



}

@media screen and (max-width: 414px) {
.sbout_section_right h2 {
  font-size: 27px;
}
.popup_video_maininner {
  width: 93%;
  height: 217px;
}
.video_up_cont p {
  font-size: 22px;
}









}

@media screen and (max-width: 395px) {
.blog_hed_bottm h4 {
  width: 83%;
}
.upcoming_event_slider_sing {
  width: 100%;
}
.upcoming_event_area_left {
  width: 70px;
}
.slider_prev {
  left: 68%;
}
.popup_video_maininner {
  width: 93%;
  height: 197px;
}






}

@media screen and (max-width: 390px) {
	.our_portfolio_galary_open_image{
		font-weight: 550;
		padding: 10px 20px;
		font-size: 14px;
	}
	.our_portfolio_galary_image_galary{
		height:256px;
	}
	.our_portfolio_galary_galary_wrapper{
		row-gap: 20px;
	}
	
	.contact_page_contdetails_sing .contpage_sing_rit{
		width:100%;
	}
	.contactpage_map_innr iframe{
		height:232px;
	}

}


@media screen and (max-width: 360px) {
.popup_video_maininner {
  width: 93%;
  height: 189px;
}
.serv_up_cont h3 {
  font-size: 24px;
  margin: 0 0 9px;
}
.serv_up_cont p {
  width: 98%;
}
.serv_up_cont a {
  width: 179px;
  margin: 43px 0 0;
  height: 48px;
  font-size: 13px;
}
.slider_prev {
  left: 69%;
  width: 40px;
  height: 40px;
}
.slider_next {
  width: 40px;
  height: 40px;
}
}

/* home page reel responsive */

/* ==========================================
   DESKTOP
========================================== */

@media (min-width: 769px) {

    /*
       Hide button on desktop.
       Desktop uses hover.
    */

    .reel-play-btn {

        opacity: 0;

        pointer-events: none;

    }

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1100px) {

    .reels-container {

        grid-template-columns:
            repeat(3, 1fr);

    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 768px) {

    .reels-section {

        padding: 50px 15px;

    }


    .reels-container {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 14px;

    }


    .reel-card {

        border-radius: 14px;

    }


    .reel-play-btn {

        width: 54px;
        height: 54px;

        opacity: 1;

        pointer-events: auto;

    }


    .play-icon {

        font-size: 17px;

    }


    .pause-icon {

        font-size: 16px;

    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .reels-container {

        gap: 10px;

    }


    .reel-card {

        border-radius: 12px;

    }


    .reel-play-btn {

        width: 48px;
        height: 48px;

    }

}
/* end home page reel respnsive */