body,
html {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #111111;
  width: 100%;
  padding-right: 0 !important;
  background: #fffdfd;
  transition: all 0.5s;
}

a {
  color: #111111;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  transition: all 0.5s;
}

i:before {
  margin-left: 0 !important;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #111111;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
h1,
h2,
h3 {
  margin-top: 15px !important;
  margin-bottom: 10px !important;
}
.b-none {
  border: none !important;
}

p,
a {
  margin: 0;
  padding: 0;
  color: #797979;
}

p {
  /* font-family: "Lato", sans-serif; */
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  transition: all 0.5s;
}

img {
  transition: all 0.5s;
  max-width: 100%;
}

.btn-swingit {
  background: #fff;
  padding: 3px 10px;
  min-width: 140px;
  border-radius: 20px;
  font-weight: bold;
  color: #7334db;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.btn-swingit-inverse {
  background: #7334db;
  color: #fff;
}

.btn-swingit-border {
  border: 2px solid #fff;
  color: #fff;
  background: #7334db;
}

.btn-gradient {
  background: linear-gradient(to bottom right, #7334db, #89d2dc);
  color: #fff;
  border: none;
}

.btn-blue {
  background: #89d2dc;
  color: #fff;
}

.home-btn:hover {
  background: #7334db;
  color: #fff;
}

/* footer section */
.footer-section {
  background-color: #7334db;
  /* height: 150px; */
  padding: 30px;
}

.footer-section .footer-logo {
  width: auto;
  height: 90px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer-list {
  text-align: center;
  margin-top: 10px;
}

.footer-section .footer-list li {
  display: inline-block;
  margin-right: 5px;
  padding-right: 10px;
  position: relative;
  z-index: 100;
}

.footer-section .footer-list li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 5px;
  left: 0;
  border-right: 2px solid #fff;
  z-index: -1;
}

.footer-section .footer-list li a {
  display: inline-block;
}

.footer-section .footer-list li {
  /* margin-right:17px;  */
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

/* //logo list */

.footer-logo-list {
  text-align: center;
  margin-top: 30px;
  /* border:1px solid green; */
}

.footer-section .footer-logo-list li,
.footer-section .footer-logo-list li a {
  display: inline-block;
  margin-right: 5px;
}

.footer-section .footer-logo-list li {
  margin-right: 5px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
}

.footer-section .footer-logo-list li a i {
  background-color: #fff;
  color: #7a40db;
  padding: 4px;
  border-radius: 50%;
  width: 27px;
  height: 27px;
}

.copyright {
  background: #89d2dc;
}

.copyright h6 {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}

.request_image {
  height: 400px;
  width: auto;
}
.request_us {
  display: flex;
  flex-direction: column;
}
.request_us input,
textarea {
  border-radius: 25px;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  outline: none;
  border: 1px solid rgba(128, 128, 128, 0.623);
  margin-top: 10px;
  padding-left: 20px;
}
::placeholder {
  color: #7334db;
}
.row {
  row-gap: 20px;
}

.thanks-section-description {
  color: #333;
  font-size: 0.7rem;
  margin-top: 0.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 1rem;
}
#thanks-section img {
  width: auto;
  height: 10rem;
  margin-top: 1rem;
}

/* --------------------------------pricing logo list mobile------------------------------- */
.for-mobile {
  display: none;
  padding: 0px 20px;
}
.logo-list-mobile {
  padding-left: 0px;
}
.logo-list-mobile li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  font-size: 11px;
  font-weight: 700;
}
/* --------------------------------pricing logo list mobile------------------------------- */

/* -------------------------------- home page ------------------------------- */

/* Small devices (landscape phones, 576px and up) */

/* Medium devices (tablets, 768px and up) */

/* Large devices (desktops, 992px and up) */

/* -------------------------------- home page ------------------------------- */
/* ------------------------------ local_banner ------------------------------ */

/* ------------------------------ local_banner ------------------------------ */

/* ------------------------------ local search ------------------------------ */
.local_search {
  padding: 60px 0px;
  /* padding-bottom: 20px; */
  background-color: #efefef;
}
.local_search_heading h1 {
  font-size: 2rem;
  color: #7334db;
  font-weight: 700;
}

.local_search_description {
  margin: 20px 0 30px;
}

.local_search_description p {
  color: #333333;
  font-size: 0.8rem;
  text-align: center;
}

.search_local_field {
  display: flex;
  align-items: center;
  width: 90%;
  padding: 8px 50px;
  border: 2px solid #9ad7e0;
  border-radius: 50px;
  margin: 0 auto;
}
.search_local_field i {
  color: #9ad7e0;
  font-size: 16px;
  font-weight: 700;
}
.search_local_field input {
  width: 100%;
  border: none;
  outline: none;
  padding: 5px;
  background-color: transparent;
  margin-left: 10px;
}
.search_icon {
  width: 16px;
  height: auto;
}
.search_local_field input::placeholder {
  font-size: 16px;
  font-weight: 700;
  color: #9ad7e0;
}

.related {
  /* display: flex;
    align-items: center; */
  width: 100%;
  padding: 24px 40px;
  border: 2px solid #9ad7e0 !important;
  border-radius: 50px;
}
.related p {
  text-align: center;
  font-size: 16px;
  color: #9ad7e0;
  font-weight: 700;
  margin-left: 5px;
  padding: 0px !important;
  position: relative;
  top: -25px;
}
.search_list .search_list_item {
  cursor: default;
  font-weight: 400;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
  color: #797979;
}
.search_list .search_list_item:hover,
.search_list .search_list_item:focus {
  background-color: #89d2dc !important;
  color: #ffffff;
}
/* --------------------------------- search item--------------------------------- */

.search_item {
  /*height: 160px;*/
   box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border: none;
  border-radius: 20px;

  background-color: #7334db;
  position: relative;
}
.dash_gallery_image{
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border: none;
  border-radius: 20px;

  background-color: #7334db;
  position: relative;
}
.item_tick {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.search_item_heading {
  text-transform: uppercase;
  color: #7334db;
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
  margin-left: 10px;
}
.search_item_text {
  color: #333333;
  font-size: 12px;
  margin-left: 10px;
}
.load_more {
  text-align: center;
}

.load_more p {
  text-align: center;
  font-size: 16px;
  color: #9ad7e0;
  font-weight: 700;
  margin-left: 5px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  cursor: pointer;
  display: inline;
}
/* --------------------------------- search item--------------------------------- */

/* ------------------------------ local search ------------------------------ */

/* -------------------------- recommended location -------------------------- */
.recommended_location {
  background-color: #7334db;
  padding: 50px 0px;
}
.recommended_heading h1 {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}

.rec_item {
  display: flex;
}
.rec_item img {
  width: 200px;
  height: auto;
}
.rec_item_detail {
  margin-left: 20px;
}
.rec_item_detail .rec_item_heading {
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}

.rec_item_detail .rec_item_description {
  color: #fff;
  line-height: 1.5;
  font-size: 0.8rem;
  padding-right: 35px;
}
/* -------------------------- recommended location -------------------------- */

/* ------------------------ FIND YOUR FAVORITE PLACE? ----------------------- */
.find_fav_section {
  padding: 50px 0px;
}
.find_fav_image {
  height: 200px;
  width: auto;
}
.find_fav_heading h1 {
  font-size: 3rem;
  color: #7334db;
  font-weight: 700;
}
.find_fav_description p {
  color: #333333;
  font-size: 0.8rem;
  padding-left: 60px;
  padding-right: 10px;
  text-align: start;
}
.local_parent {
  position: relative;
}
.local_find {
  width: 400px;
  height: auto;
  position: absolute;
  bottom: 0px;
}
/* ------------------------ FIND YOUR FAVORITE PLACE? ----------------------- */
/* ------------------------------- local visit ------------------------------ */
.local_visit_banner {
  padding: 80px 0px;
}
.local_visit_heading h1 {
  font-size: 2rem;
  color: #7334db;
  margin-bottom: 5px !important;
  font-weight: 700;
}
.local_visit_subHeading {
  color: #89d2dc;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px !important;
}
.local_visit_description p {
  color: #333333;
  font-size: 0.8rem;
  text-align: start;
  line-height: 1.3;
  margin-top: 10px;
}
.carousel-item,
.splide__track {
  height: 400px;
  position: relative;
  background-color: #7334db;
  border-radius: 25px;
}

.splide__slide {
  position: relative;
}

.carousel_item_tick {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: auto;
}

.find_visit_description p {
  color: #333333;
  font-size: 0.8rem;
  padding-left: 10px;
  padding-right: 10px;
  text-align: start;
}
/* ------------------------------- local visit ------------------------------ */

/* responsive code */

@media (max-width: 992px) {
  .for-mobile {
    display: block !important;
    padding: 0px 100px;
  }
  .logo-list-mobile li {
    padding: 0px 20px;
  }
  .for-larger {
    display: none !important;
  }
  .header-banner-description {
    margin: 20px 0 30px;
    padding: 0px 5rem !important;
    padding-bottom: 20px !important;
  }
  .homepage-header2{
    padding-top: 20px !important;
  }
  .banner-image-div img {
      margin-top: 0px !important;
  }
  .about-us-mobile {
    text-align: center;
  }
}

  /* ------------------------------- 768px ------------------------------- */
  
  @media (max-width: 768px) {
    .header-banner-heading h1 {
      font-size: 1.8rem !important;
    color: #fff;
    font-weight: 700;
  }
  /* ------------------------------- about page ------------------------------- */
  .header-banner-description {
    margin: 20px 0 20px;
    padding: 0px !important;
  }
  #experience-section {
    background-image: none !important;
    background-color: #7334db;
    padding: 70px 0px !important;
  }
  .how-it-works-section-info-description {
    font-size: .7rem !important;
  }
  /* ------------------------------- about page ------------------------------- */
  /* ------------------------------ how it works page ------------------------------ */
  .how-it-works-section-info {
    text-align: center !important;
  }
  /* ------------------------------ how it works page ------------------------------ */
  .local_parent {
    display: none !important;
  }
  .responsive-local-banner{
    margin: 0px !important;
  }
  .local_banner {
    margin-top: 0px !important;
  }
  .homepage-header2{
    padding-top: 20px !important;
  }

  .neutral-ground-info-description {
    padding: 0px !important;
  }
  #how-it-works-section { 
    padding: 80px 0px 60px 0px !important;
  }
}
/* ------------------------------- 768px ------------------------------- */
/* for mobile */
@media (max-width: 576px) {
  .for-mobile {
    display: block !important;
    padding: 0px 50px !important;
  }
  .header-banner-heading {
    margin-top: 100px;
  }

  .header-banner-heading h1 {
    font-size: 1.8rem !important;
    color: #fff;
    font-weight: 700;
  }
  .header-banner-buttons a {
    width: 200px;
    margin: 4px 8px !important;
    text-transform: uppercase;
  }

  /* ---------------------------- exprience section --------------------------- */
  #howitworks-section {
    background-size: cover !important;
  }
  .experience-section-image {
    text-align: center;
  }
  .experience-section-image img {
    width: 200px !important;
  }
  .experience-section-heading {
    max-width: none !important;
  }
  .experience-section-content .experience-section-heading h2 {
    font-size: 1.8rem !important;
    color: #7334db;
    font-weight: 800;
    text-align: center;
  }
  .experience-section-content .experience-section-paragragh p, .header-banner-description p {
    font-size: 0.7rem !important;
    color: #333;
    padding: 0px 20px;
    line-height: 1rem !important;
  }
  .header-banner-description p {
    text-align: justify !important;
    position: relative;
    top: -35px;

  }
  
  .experience-section-button-mobile {
    text-align: center !important;
  }
  .exp-section-info-description {
    line-height: 1.5;
  }
  .exprerience-section-info {
    text-align: center;
}
.banner-image-div img {
  width: 250px !important;
  height: auto;
}
#analysis-section {
  text-align: center;
}
.analysis-section-description {
line-height: 1.5;
padding: 0px 10px;
}
  /* ---------------------------- exprience section --------------------------- */
  /* -------------------------- how it works section -------------------------- */
  .howitworks-section-heaing h2 {
    font-size: 1.8rem;
  }

  .howitworks-section-top .howitworks-section-heaing h2 {
    font-size: 1.8rem !important;
    color: #fff;
    font-weight: 800;
  }

  .howitworks-section-top .howitworks-section-paragragh p {
    font-size: 0.7rem !important;
    color: #fff;
    line-height: 1rem !important;
  }
  .howitworks-section-content h3 {
    font-size: 1rem !important;
  }

  /* -------------------------- how it works section -------------------------- */

  /* ------------------------------ about section ----------------------------- */
  .about-right-section img {
    height: auto;
    width: 250px !important;
  }
  .about-description,
  .blog-description {
    font-size: 0.7rem !important;
    color: #333;
    line-height: 1rem !important;
  }
  .blog-section .blog-heading {
    font-size: 1.8rem;
  }

  /* ------------------------------ about section ----------------------------- */

  /* ---------------------------- how it works page --------------------------- */
  .header-banner-heading {
    margin-top: 0px !important;
    margin: 50px 0px !important;

  }
  .curly-border::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    width: 70% !important;
    height: 25px !important;
    background-image: url(https://swingit.es/public/Frontend/New/assets/images/border.png);
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transform: translateX(-50%);
}
#how-it-works-section {
  background-image: none;
  background-color: #efefef;
  padding: 60px 0px !important;
}
.how-it-works-section-info-main-heading {
  line-height: 1 !important;
  padding:0px 15px !important;
}
.how-it-works-section-info-description,.how-it-works-section-info-sub-heading  {
  padding-left: 0px !important;
  padding: 0px 15px !important;
  text-align: justify;
}

#how-it-works-section .row {
  margin-bottom: 1rem !important;
}
.neutral-ground-info-description {
  
  text-align: justify !important;
  padding: 0px 10px !important;
}
.ps-5 {
  padding-left: 0px !important;
  padding: 0px 20px !important;
}
  /* ---------------------------- how it works page --------------------------- */
  /* ---------------------------- local finder page --------------------------- */
  .local_parent {
    
    display: none !important;
  }
  .local_banner {
     margin-top: 0px !important;
  }
  .local_search {
    padding: 15px 0px;
  }
  .recommended_heading h1 {
    font-size: 1.3rem !important;
  }
  .rec_item_detail .rec_item_description {
  
    line-height: 1.2 !important;
  }
  .find_fav_heading h1 {
    font-size: 1.8rem !important;
  }
  .find_fav_description p {
    color: #333333;
    font-size: 0.8rem;
    padding-left: 0px !important;
     padding:0px 10px !important ;
  }
  .responsive-local-banner{
    margin: 0px !important;
  }
  /* ---------------------------- local finder page --------------------------- */
}
/* responsive code */


.header-banner-section .left-ring-png, .header-banner-section .right-ring-png{
  width: 200px;
  height: auto;
}
