.footer-area,
.footerhover {
  position: relative;
  text-align: left;
}
.footer-area.with-black-background {
  background-image: url(../images/home-page/footer.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 15px;
  overflow: hidden;
}
.footer-area.with-black-background-2 {
  background-image: url(../images/home-page/rec.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 15px;
  max-height: 47rem;
  
  overflow: hidden;
}

.main_con{
  position: relative;
  z-index: 1;
  padding-inline: 30rem;
  padding-block: 5rem;
  display: flex;
}
/* .abs{
  position: relative;
  left: 80%;
  top: 30%;
  z-index: 99999;

} */
.part_1{
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  /* position: relative; */
}
.part_1 h1{
  color: white;
  font-size: 6rem;
}
.main{
  position: relative;
  margin-top: 10rem;
}
.part_1 p{
  color: white;
  font-size: 2rem;
}

.part_1 button{
 padding-inline: 5rem;
 padding-block: 1rem;
 background-color: black;
 color: white;
 border: none;
 border-radius: 2px;
 margin-right: 30px;
}
.part_2{
  width: 50%;
  display: flex;
  justify-content: right;
  
  
}

.part_2 img{
/* position: absolute; */
/* right: 0;
top: -90px; */
z-index: 999;
}


.flex_1{
  display: flex;
}


/* @media only screen and (max-width: 1000px) {
 
  .main_con{
   
    flex-direction: column;
  }
  
  .part_2{
    width: 100%;
    
    
    
  }
  .part_1{
    width: 100%;
    
  }
  } */



.footer-area.margin-zero {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.single-footer-widget {
  margin-bottom: 25px;
}
.single-footer-widget .widget-social {
  padding: 0;
  margin-bottom: 0;
  margin-top: 25px;
}
.single-footer-widget .widget-social li {
  display: inline-block;
  list-style-type: none;
  margin-right: 12px;
}
.single-footer-widget .widget-social li:last-child {
  margin-right: 0;
}
.single-footer-widget .widget-social li a i {
  color: #fff;
  display: inline-block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  font-size: 15px;
}
.single-footer-widget .widget-social li a i:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  color: var(--black-color);
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}
.single-footer-widget h3 {
  font-size: 22px;
  margin-bottom: 25px;
  color: var(--white-color);
  font-weight: 700;
}
.single-footer-widget .quick-links {
  padding: 0;
  margin-bottom: 0;
}
.single-footer-widget .quick-links li {
  margin-bottom: 18px;
  list-style-type: none;
}
.single-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .quick-links li a {
  text-decoration: none;
  font-size: 14px;
}
.footerhover,
.footerhover::before {
  background: var(--btn-gradient-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.footerhover {
  -webkit-background-clip: text;
  font-weight: 700;
  color: #cdc4d9 !important;
}
.footerhover::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
}
.footerhover:hover {
  padding-left: 20px;
  color: #38e8fe !important;
}
.footerhover:hover::before {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .footer-area.with-black-background {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
  .single-footer-widget.ps-5 {
    padding-left: 0 !important;
  }
  .single-footer-widget h3 {
    font-size: 20px;
  }
  .single-footer-widget .quick-links li {
    font-size: 15px;
  }
}
