/*--------------------------------------*/
/*--- Banner ---*/
/*--------------------------------------*/


.site-banner {
  width: 100%;
  min-height: 70vh;
  background-image: url(../images/Landing/banner.jpg);
  background-image: url(../images/Home/sld/1.jpg);
  background-image: url(../images/Landing/1.jpg);
  background: linear-gradient(180deg, #2a0426 0%, #1d0648 100%) !important;

  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-family: "Inter", sans-serif;

}

@media(max-width:768px) {
  .site-banner {
    width: 100%;
    height: auto;
    padding: 95px 0;
  }
}


.banner-title {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  max-width: 700px;
  margin: 0 0;
  position: relative;
  text-align: center;
}

.banner-title span {
  background: linear-gradient(90deg, #6EB535, #01C4A1);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
  font-size: 2.7rem;
}



.site-banner p {
  max-width: 600px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Poppins", sans-serif;
  margin: .8rem 0;
}



.site-banner .tagline {
  max-width: 600px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  /* color: #ffbc3c; */
  background: linear-gradient(90deg, #6EB535 0%, #01C4A1) 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(18.06%, #f2a50c), color-stop(60.19%, #f7711d), to(#d655a5));
  background: linear-gradient(90deg, #f2a50c 18.06%, #f7711d 60.19%, #d655a5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;


  margin: 00 0 80px 0;
}

.site-banner .tagline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
  width: 200px;
  height: 20px;
  background: url('../images/home/brush.png') no-repeat center;
  background-size: contain;
  pointer-events: none;
}

.banner-search-wrap {
  width: 100%;
  color: #4a3561;
  font-family: "Inter", sans-serif;
}

.banner-search-wrap .search-submit .btn.btn-yellow {


  background: linear-gradient(90deg, #6EB535 0%, #01C4A1) 100%;
}

@media screen and (max-width: 767px) {
  .site-banner p {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .site-banner .tagline {
    max-width: 600px;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .banner-title {
    font-size: 2.2rem;
    font-weight: 600;
  }

}



/*--------------------------------------*/
/*--- Listing ---*/
/*--------------------------------------*/
.section-title h2 {
  margin-bottom: 3.2rem;
}

.section-title h2::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -26px;
  width: 125px;
  height: 20px;
  background: url('../images/home/brush.png') no-repeat center;
  background-size: contain;
  pointer-events: none;
}

/*--------------------------------------*/
/*--- Blog and feature cities ---*/
/*--------------------------------------*/
.blog-section .sec-title h2,
.feature-cities-1 .sec-title h2 {
  position: relative;
}

.blog-section .sec-title h2::after,
.feature-cities-1 .sec-title h2::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -26px;
  width: 125px;
  height: 20px;
  background: url('../images/home/brush.png') no-repeat center;
  background-size: contain;
  pointer-events: none;
}





/*--------------------------------------*/
/*--- Footer ---*/
/*--------------------------------------*/


.first-footer {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: .890rem;
}

.first-footer h5 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  margin-top: 10px;
}

.first-footer a {
  color: #a2a2a2;
  margin-right: 20px;
}

.first-footer a:hover {
  color: #fafafa;
}

.first-footer hr {
  background-color: #494949;
  width: 100%;
}

.top-footer a {
  display: inline-block;
  color: #a2a2a2 !important;
  margin: 5px 10px 5px 0;
  border: 1px solid #515456;
  padding: 4px 8px;
  border-radius: 6px;
  transition: all .5s ease-in-out;
}

.top-footer a:hover {
  display: inline-block;
  color: #ffff !important;
  margin: 5px 10px 5px 0;
  border: 1px solid #eee;
  padding: 4px 8px;
  border-radius: 6px;
  transition: all .5s ease-in-out;
}


.copy-sec {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

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

  .copy-sec {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .second-footer .netsocials
  {
    margin-top: 15px;
  }
}














/*--------------------------------------*/
/*--- Font ---*/
/*--------------------------------------*/

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

  .page-header .header-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
}

.main-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
    row-gap: 10px;
}
.main-menu li a {
    padding: 10px 0;
    position: relative;
    vertical-align: middle;
    color: #f6f6f6;
    font-size: 15px;
    font-weight: 400;
    transition: all ease-in-out 0.4s;
}
.main-menu li {
    margin: 0 11px;
}


}
