/*-- ================= Footer Section CSS  ==================== --*/

footer {
	overflow: hidden;
  }

  footer a{
	color: var(--white);
  }
  .d-center {
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .social-wrapper a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
  }
  .footer-section {
	background-color: #090A0B;
	position: relative;
  }
  .footer-section .footer-element {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
  }
  .footer-section .footer-newsletter {
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
	padding: 80px 0 60px;
  }
  .footer-section .footer-newsletter .form-cmn-style1 {
	max-width: 580px;
	margin: 0 auto;
  }
  .footer-section .footer-newsletter h2 {
	z-index: 1;
	font-size: clamp(26px, 2.6vw, 120px);
	font-weight: 700;
	color: var(--white);

  }
  .footer-section .footer-newsletter h2 .newsletter-element {
	position: absolute;
	top: 96%;
	right: 10%;
	z-index: -1;
  }
  @media (min-width: 992px) {
	.footer-section .footer-newsletter .form-cmn-style1 input {
	  width: 68%;
	}
  }
  @media (max-width: 991px) {
	.footer-section .footer-newsletter .form-cmn-style1 svg {
	  display: none;
	}
	.footer-section .footer-newsletter h2 .newsletter-element {
	  position: absolute;
	  top: 96%;
	  right: 50%;
	  transform: translateX(50%);
	}
  }
  
  .footer-widgets-wrapper {
	padding: 50px 60px;
	position: relative;
	z-index: 9;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	background: #1a1b1c;
	border-radius: 20px;
  }
  .footer-widgets-wrapper .single-footer-widget .widget-head {
	margin-bottom: 26px;
	color: var(--white);

  }
  .footer-widgets-wrapper .single-footer-widget .widget-head h4{
	font-weight: 700;
	position: relative;
  }
  .footer-widgets-wrapper .single-footer-widget .widget-head h4::before{
	content: "";
	position: absolute;
	background-color: var(--main);
	width: 25%;
	height: 4px;
	display: inline;
	left: 0;
	bottom: -10px;
  }
  .footer-widgets-wrapper .single-footer-widget .logo{
	width:200px;
  }
  .footer-widgets-wrapper .single-footer-widget .footer-content p {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: var(--white);
  }
  .footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper {
	display: flex;
	gap: 10px;
  }
  .footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper a {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.1);
  }
  .footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper a i {
	color: var(--white);
	transition: all 0.4s;
  }
  .footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper a:hover {
	background: rgba(102, 102, 102, 0.5);
  }
  .footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper a:hover i {
	color: var(--white);
  }
  .footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li {
	color: var(--text);
	font-weight: 500;
  }
  .footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li:not(:last-child) {
	margin-bottom: 20px;
  }
  .footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li i {
	font-size: 16px;
	color: var(--p2-clr);
	margin-right: 10px;
	font-size: 20px;
  }
  .footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li a {
	color: var(--text);
  }
  .footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
	margin-bottom: 12px;
  }
  .footer-widgets-wrapper .single-footer-widget .list-area li a {
	color: #c4c0c0;
	font-size: 16px;
	font-family: "Outfit", sans-serif;
	display: flex;
	align-items: center;
	position: relative;
	transition: all 0.4s;
	text-wrap: nowrap;
  }
  .footer-widgets-wrapper .single-footer-widget .list-area li a i {
	font-size: 14px;
	transition: all 0.4s;
  }
  .footer-widgets-wrapper .single-footer-widget .list-area li a:hover {
	color: var(--main);
  }
  .footer-widgets-wrapper .single-footer-widget .list-area li a:hover i {
	opacity: 1;
  }
  .footer-widgets-wrapper .single-footer-widget .footer-info li {
	display: flex;
  }
  .footer-widgets-wrapper .single-footer-widget .footer-info li .icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-widgets-wrapper .single-footer-widget .footer-info li .icon i {
	color: var(--white);
	font-size: 16px;
  }
  .footer-widgets-wrapper .single-footer-widget .footer-info li .cont a:hover{
	color: #009fd4;
  }
  @media (max-width: 1199px) {
	.footer-widgets-wrapper {
	  gap: 30px 20px;
	}
	.footer-widgets-wrapper .single-footer-widget .widget-head {
	  margin-bottom: 20px;
	}
	.footer-widgets-wrapper .single-footer-widget .footer-content p {
	  margin-bottom: 20px;
	  font-size: 16px;
	  line-height: 26px;
	}
	.footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper {
	  display: flex;
	  gap: 8px;
	}
	.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
	  margin-bottom: 14px;
	}
	.footer-widgets-wrapper .single-footer-widget .list-area li a {
	  font-size: 16px;
	}
  }
  @media (max-width: 991px) {
	.footer-widgets-wrapper {
	  padding: 50px 30px;
	}
  }
  
  .social-wrapper {
	display: flex;
	gap: 10px;
  }
  .social-wrapper a {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.1);
  }
  .social-wrapper a i {
	color: var(--white);
	transition: all 0.4s;
  }
  .social-wrapper a:hover {
	background: rgba(102, 102, 102, 0.5);
  }
  .social-wrapper a:hover i {
	color: var(--white);
  }
  
  .footer-bottom {
	position: relative;
	z-index: 9;
  }
  .footer-bottom .footer-wrapper {
	position: relative;
	z-index: 9;
  }
  .footer-bottom .footer-wrapper .footer-menu {
	display: flex;
	align-items: center;
	gap: 18px;
  }
  .footer-bottom .footer-wrapper .footer-menu .line {
	width: 1px;
	height: 24px;
	background: var(--cmnwhite);
  }
  .footer-bottom .footer-wrapper .footer-menu li a {
	background-position: 0 95%;
	background-repeat: no-repeat;
	background-size: 0% 2px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
  }
  .footer-bottom .footer-wrapper .footer-menu li a:hover {
	background-size: 100% 1px;
	color: var(--p2-clr);
  }
  @media (max-width: 1199px) {
	.footer-bottom .footer-wrapper .footer-menu {
	  display: flex;
	  align-items: center;
	  gap: 14px;
	}
	.footer-bottom .footer-wrapper .footer-menu .line {
	  height: 18px;
	}
  }
  
  .mb-40 {
	margin-bottom: 40px;
  }
  @media (max-width: 1199px) {
	.mb-40 {
	  margin-bottom: 30px;
	}
	.footer-section .footer-newsletter {
		padding: 50px 0 30px;
	  }
  }
  @media (max-width: 991px) {
	.mb-40 {
	  margin-bottom: 20px;
	}
  }











  