section.kayak-sec .kayak-gallery img{
  width: 100%;
    height: 280px;
    object-fit: cover;
}
section.kayak-sec, section.kayak-sec .container-fluid{
 padding-left:0;
  padding-right:0;
}
section.kayak-sec .kayak-btn{
 margin-top:30px; 
  text-align:center;
}
section.kayak-sec .kayak-btn .main-btn{
      max-width: 200px;
  margin:auto;
}
section.kayak-sec span.background-text {
  font-size: 105px;
  line-height: 0.8em;
  font-weight: 500;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  opacity: 0.13;
  left: 50%;
  position: absolute;
  top: -25px;
  transform: translateX(-50%);
}
section.kayak-sec h6 {
  position: relative;
  z-index: 1;
  /* margin: 16px 0 7px 0; */
  text-transform: uppercase;
  font-size: 13px;
  font-family: var(--primary-font);
  letter-spacing: 0.25em;
  font-weight: 500;
  padding-top: 16px;
  margin-bottom: 7px;
}
section.kayak-sec .head-sec {
  text-align: center;
  margin-bottom: var(--m30);
  position: relative;
}
section.kayak-sec .head-sec h2 {
  position: relative;
  z-index: 1;
}
.kayak-content {
    text-align: center;
    margin-bottom: 50px;
}