
.lovemore .main-container{
 margin-top: -120px;
}

.lovemore .main-title{
  padding-bottom:30px;
}

.lovemore .main-title-area{
 padding-left: 10px;
}

.lovemore .main-description{
  font-family: Raleway;
  font-size: 16px;
  line-height: 158.02%;
  padding-bottom: 40px;
  padding-top: 20px;
  width: 50%;
}

.lovemore h3.subliner{
font-size: 32px;
letter-spacing: 0.02em;
line-height: 145%;
font-weight: 600;
font-family: Raleway;
color: #fff;
text-align: left;
width: 100%;
text-transform: none;
}

.hero-bg {
  width: 100%;
  object-fit: cover;
  height: 70vh !important;
}

.main-title {
  margin: 0;
  font-size: 80px;
  line-height: 80px;
  text-transform: capitalize;
  color: #FFF;
}

.main-title-area {
    padding-left: 50px;
}

.title-image {
    display: flex;
    gap: 20px;
}

.main-container {
  width: 100%;
  position: relative;
  display: inline-block;
  font-family: 'Playfair Display';
  color: #fff;
  text-align: left;
  margin-top: -60px;
}

.main-description.seemore {
  width: 527px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 158.02%;
  font-family: Raleway;
  color: white;
  margin-top:-125px;
}

.cta-button {
  width: 221px;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  height: 51px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #262633;
  font-family: Raleway;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: transparent;
    color: #fff;
    border-left: 2px solid #ffff;
}

.blue-container.lovemore {
  width: 80%;
  position: relative;
  background-color: #262633;
  height: 500px;
  margin-top: -86px;
  padding-left: 100px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .hero-bg {
    width: 100%;
    object-fit: cover;
    height: 50vh !important;
  }
  
  .lovemore-header.blue-container.mobile.lovemore{
 height:780px;
}
  
 .lovemore .main-description{
  width: 100%;
}

  .blue-container {
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 50px;
    height: 225px;
  }

  .blue-container.mobile.seemore {
    height: 430px;
    width:95%;
  }
  
  
.blue-container.lovemore {
    width: 80%;
    position: relative;
    background-color: #262633;
    height: 440px;
    margin-top: -86px;
    padding-left: 23px !important;
    padding-bottom: 30px;
}

  .main-title {
    margin: 0;
    font-size: 55px;
    line-height: 60px;
    text-transform: capitalize;
  }

  .main-description {
    width: 100%;
  }

  .main-container {
    margin-top: -125px;
  }
  .explore-heading{
    width: 90%;
    position: relative;
    font-size: 55px;
    line-height:60px;
    line-height: 107.52%;
    font-family: 'Playfair Display';
    color: #83715c;
    text-align: left;
    display:block;
    padding-bottom:40px;
    padding-left:30px;
}
.explore-heeading-container {
    width: 100%;
}
.main-description.seemore {
  margin-top:-10px;
}
  
@media (max-width: 1023px) {
 .blue-container.lovemore {
    width: 80%;
    position: relative;
    background-color: #262633;
    height: 600px;
    padding-bottom: 30px;
}

  
@media (min-width: 1023px) {
 .main-description.seemore {
  margin-top:10px;
}


