/*
Theme Name: Jurassic Coast Bass Fishing
Author: Old Salt
Description: Jurassic Coast
Text Domain: JorassicCoast
Use it to make something cool, have fun, and share what you've learned with others.
 * Version: 1.0.17
 * Copyright 2021 Jurassic Coast.
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/


/*** Add your styles here **/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body {
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}

body,
html {
  height: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  border: none;
  outline: none;
}

button:active,
button:focus {
  border: none;
  outline: none;
}

img {
  max-width: 100%;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}


/* Fade in tabs */

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.header-inner a {
  fontw: ;
  font-weight: 600;
  color: ;
  color: #1e2022;
  font-size: 19px;
}

.mobile-menu {
  display: none;
}

.desktop-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 9;
  padding: 20px 0;
  transition: .3s;
}

header.sticky {
  background: #FFF;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
  padding: 15px 0;
}

.desktop-menu li {
  display: inline-block;
  margin-right: 25px;
}

.desktop-menu li:last-child {
  margin: 0;
}

.desktop-menu .menu-right li:last-child a {
  display: block;
  font-size: 19px;
  font-weight: 700;
  color: #1e2022;
  padding: 7px 20px;
  background: #FFF;
  border-radius: 50px;
  background: #d5af68;
  border: 0;
}

.desktop-menu .menu-right li:last-child a:hover,
.desktop-menu .menu-right li:last-child a:focus {
  color: #1e2022;
}

.sticky-logo {
  height: 0;
  opacity: 0;
  transition: .3s;
}

.main-logo {
  height: auto;
  transition: .3s;
}

.logo img {
  width: 100%;
  height: auto;
  max-width: 140px;
  margin: auto;
}

header.sticky .sticky-logo {
  height: auto;
  opacity: 1;
}

.logo {
  text-align: center;
}

header.sticky .main-logo {
  height: 0;
  opacity: 0;
}

.header-inner li a:hover {
  color: #D5AF68;
}

h1 {
  color: #1e2022;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
}

.banner-contents {
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.banner-contents li {
  display: inline-block;
  margin: 0 8px;
}

.banner-contents li a {
  display: block;
  font-size: 19px;
  font-weight: 700;
  color: #1e2022;
  padding: 7px 20px;
  background: #FFF;
  border-radius: 50px;
  transition: .3s;
}

.banner-contents li a:hover {
  background: #D5AF68;
}

.banner-contents li:first-child a {
  background: #D5AF68;
}

.banner-contents ul {
  margin-top: 70px;
}

.banner-inner {
  position: relative;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 0;
  padding: 297px 0 200px 0;
}

.banner-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle 836px at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: ;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

#welcome {
  background: #1E2022;
  text-align: center;
  padding: 125px 0;
  color: #cbbca0;
}

#welcome h2 {
  color: #d5af68;
  font-size: ;
}

h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 40px;
  display: inline-block;
}

.welcome-contents {
  max-width: 790px;
  margin: auto;
}

.welcome-contents p {
  font-weight: 600;
  font-size: 18px;
}

#trips {
  background-size: cover;
  background-position: center;
  padding: 125px 0;
  text-align: center;
}

.trips {
  display: flex;
  justify-content: center;
}

.single-trip {
  width: 32%;
  margin: 15px;
}

.trip-image {
  min-height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}

.trip-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

h3 {
  font-weight: 500;
  font-size: 28px;
}

.single-trip h3 {
  margin: 0;
  color: #FFF;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

.trip-contents {
  background: #FFF;
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 0 0 4px 4px;
  transition: .3s;
}

.trip-contents a {
  display: inline-block;
  background: #D5AF68;
  color: ;
  color: #1e2022;
  padding: 5px 20px;
  borde4r-r: ;
  border-radius: 50px;
  font-weight: 700;
  transition: .3s;
}

.trip-contents a:hover {
  color: #D5AF68;
  background: #1e2022;
}

.trip-contents p:first-child {
  color: ;
  color: #1e2022;
}

.single-trip:hover .trip-contents {
  box-shadow: 4px 15px 25px rgba(0, 0, 0, 0.2);
}

#about {
  background: #F2F3EB;
  padding: 125px 0;
}

.section-title {
  text-align: center;
}

.trip-tab-controll {
  text-align: center;
}

.trip-tab-controll buttoon {
  background: transparent;
  border: none;
}

.trip-tab-controll button {
  border: ;
  border: 1px solid #1e2022;
  padding: 6px 30px;
  border-radius: 50px;
  background-color: transparent;
  color: #1e2022;
  font-weight: 600;
  line-height: ;
  transition: .3s;
  margin: 0 5px;
}

.trip-tab-controll button.active {
  background: #FFF;
  border-color: #FFF;
}

.trip-items {
  padding-top: 90px;
}

.tab-inner {
  display: flex;
  align-items: center;
}

.tab-contents {
  width: 50%;
  padding-right: 60px;
}

.tab-media {
  width: 50%;
}

.tab-video video {
  max-width: 100%;
}

.tab-contents h3 {
  margin-bottom: 30px;
}

.tab-contents a {
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  transition: .3s;
  padding: 5px 20px;
  border: 2px solid #1e2022;
  border-radius: 50px;
  color: #1e2022;
}

.tab-contents p {
  margin: 0;
}

.tab-contents a:hover {
  background: #1e2022;
  color: #F2F3EB;
}

#testimonial {
  background: #D5AF68;
  padding: 125px 0;
}

body {
  color: #1e2022;
}

.testimonials {
  margin-top: 40px;
}

.single-testimonial {
  display: flex;
  align-items: center;
  padding-bottom: 90px;
}

.testimonial-image {
  width: 33%;
}

.testimonial-contents {
  width: 66%;
  padding-left: 60px;
}

h4 {
  font-size: 19px;
  font-weight: 600;
}

.testimonial-contents p {
  margin: 0;
  font-weight: 300;
}

.testimonial-contents img {
  display: inline-block;
  margin-bottom: 30px;
  max-width: 100%;
  width: inherit !important;
}

.testimonial-contents h4 {
  margin-top: 30px;
}

#gallery {
  background: #1E2022;
  color: #d5af68;
  padding: 125px 0;
}

.instagram-btn {
  text-align: center;
}

.instagram-btn a {
  display: inline-block;
  color: #d5af68;
  border: 1px solid;
  border-color: #d5af68;
  transition: .3s;
  padding: 6px 30px;
  border-radius: 50px;
  font-weight: 700;
}

.instagram-btn a:hover {
  bva: ;
  background: #d5af68;
  color: #1E2022;
}

#gallery .instagram-btn {
  margin-top: 90px;
}

.gallery {
  margin-top: 30px;
}

#contact {
  background: #F2F3EB;
  padding: 125px 0;
}

#contact .section-title {
  text-align: left;
}

#contact .section-title {
  max-width: 380PX;
}

.contact-form-inner {
  width: 50%;
}

.single-input input {
  border: 1px solid #c5c5c5;
  padding: 7px 15px;
  width: 100%;
}

.single-input label {
  color: #1e2022;
  font-weight: 500;
}

.dual {
  display: flex;
  justify-content: space-between;
}

.dual .single-input {
  width: 48.5%;
}

.single-input {
  margin-bottom: 23px;
}

.from-tag {
  font-size: 11px;
  font-weight: 500;
}

.single-input-btn input {
  background: #1E2022;
  color: ;
  color: #d5af68;
  border: 1px solid #1E2022;
  padding: 6px 25px;
  display: inline-block;
  border-radius: 50px;
  transition: .3s;
}

.single-input-btn input:hover {
  background: #D5AF68;
  color: #1E2022;
  border-radius: ;
  border-color: #D5AF68;
}

.single-input-btn {
  margin-top: 35px;
}

.footer-main {
  background: #1E2022;
  padding: 27px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
}

.footer-social {
  position: absolute;
  right: 15px;
  top: 0;
}

.footer-social li {
  display: inline-block;
  margin-left: 12px;
}

.footer-social li a {
  color: #FFF;
  display: block;
}

.footer-social li a:hover {
  color: #D5AF68;
}

.footer-right {
  width: 100%;
  text-align: right;
}

.contact-inner {
  display: flex;
}

.contact-contents {
  width: 50%;
}

.footer-menu.clearfix li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li a {
  color: #FFF;
  display: block;
  font-weight: 300;
  font-size: 15px;
}

.copyright p {
  margin: 0;
  color: #FFF;
  font-weight: 300;
  font-size: 15px;
}

.footer-right-menu {
  padding-right: 105px;
  margin-bottom: 7px;
}

#testimonial .owl-nav button {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
}

#testimonial .owl-nav button.owl-prev {
  left: -80px;
}

#testimonial .owl-nav button.owl-next {
  right: -70px;
}

#testimonial .owl-dots {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

#testimonial .owl-dots button {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid;
  margin: 0 2px;
  background: transparent;
}

#testimonial .owl-dots button.active {
  background: #1E2022;
}

#testimonials .owl-dots {
  text-align: center;
}

.gallery .owl-stage {
  display: flex;
  align-items: center;
}

.banner-mobile-image {
  display: none;
}

@media(max-width: 1199px) {
  h1 {
    font-size: 56px;
  }
  .banner-contents {
    max-width: 600px;
  }
  .testimonials {
    max-width: 800px;
    margin: auto;
    margin-top: 40px;
  }
}

@media(max-width: 991px) {
  .header-inner a {
    font-size: 15px;
  }
  .menu-left {
    width: 40%;
  }
  .desktop-menu .logo {
    width: 20%;
  }
  .menu-right {
    width: 40%;
    text-align: right;
  }
  .logo img {
    max-width: 115px;
  }
  h1 {
    font-size: 40px;
  }
  .banner-contents {
    max-width: 420px;
  }
  .banner-inner {
    padding: 210px 0 115px 0;
  }
  .banner-contents li a {
    font-size: 16px;
  }
  #welcome,
  #trips,
  #about,
  #testimonial,
  #gallery,
  #contact {
    padding: 70px 0;
  }
  .welcome-contents p {
    font-size: 16px;
  }
  h2 {
    font-size: 32px;
  }
  .single-trip {
    width: 45%;
    max-width: 320px;
  }
  .testimonials {
    max-width: 600px;
  }
  #testimonial .owl-nav button.owl-prev {
    left: -46px;
  }
  #testimonial .owl-nav button.owl-next {
    right: -45px;
  }
  .testimonial-contents {
    padding-left: 30px;
  }
  .single-testimonial {
    padding-bottom: 50px;
  }
}

@media(max-width: 767px) {
  /*hamburger-menu*/
  .nav-header {
    position: absolute;
    width: 45px;
    height: 45px;
    background: 0 0;
    cursor: pointer;
    z-index: 99;
    right: 0;
    top: 0;
  }
  .hamburger {
    position: absolute;
    width: 35px;
    height: 2px;
    background: #1E2022;
    top: 50%;
    transform: translate(0%, -50%);
    right: 15px;
  }
  .hamburger:before,
  .hamburger:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 2px;
    background: #1E2022;
    transition: .5s;
    left: 0;
  }
  .hamburger:before {
    top: -10px;
  }
  .hamburger:after {
    top: 10px;
  }
  .nav-header.active .hamburger {
    background: rgba(0, 0, 0, 0);
  }
  .nav-header.active .hamburger:before {
    top: 0;
    transform: rotate(45deg);
    background: #1E2022;
  }
  .nav-header.active .hamburger:after {
    top: 0;
    transform: rotate(135deg);
    background: #1E2022;
  }
  .collapse-nav {
    display: none;
  }
  /*header*/
  header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    transition: .3s;
    z-index: 5;
  }
  header.sticky {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  }
  .header-inner {
    transition: .3s;
  }
  header.sticky .logo {
    width: 145px;
    margin: auto;
  }
  .collapse-nav-menu li {
    display: block;
    margin: 0;
    margin-bottom: 15px;
  }
  /*hamburger-menu end*/
  .desktop-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .banner-inner {
    background-size: 0;
    background-color: #e3e5e7;
    padding-bottom: 60px;
  }
  h2 {
    font-size: 30px;
    max-width: 300px;
  }
  .single-trip {
    width: 100%;
    margin-bottom: 30px;
  }
  .trips {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #welcome,
  #trips,
  #about,
  #testimonial,
  #gallery,
  #contact {
    padding: 50px 0;
  }
  .trip-tab-controll button {
    font-size: 12px;
    padding: 4px 10px;
    margin: 0 1px;
  }
  .tab-inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .tab-contents {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
  }
  .tab-media {
    width: 100%;
  }
  .single-testimonial {
    display: inherit;
    text-align: center;
  }
  .testimonial-image {
    width: 100%;
    max-width: 200px;
    margin: auto;
    margin-bottom: 30px;
  }
  .testimonial-contents {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .owl-carousel .owl-item img {
    margin: auto;
    margin-bottom: 25px;
  }
  .gallery {
    margin-top: 0;
  }
  #gallery .instagram-btn {
    margin-top: 10px;
  }
  .contact-inner {
    display: inherit;
  }
  .contact-contents {
    width: 100%;
    text-align: center;
  }
  #contact .section-title {
    text-align: center;
  }
  .contact-form-inner {
    width: 100%;
  }
  .dual {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .dual .single-input {
    width: 100%;
  }
  .footer-inner {
    display: inherit;
    text-align: left;
  }
  footer .logo {
    text-align: left;
  }
  .footer-right {
    text-align: left;
  }
  .footer-right-menu {
    padding: 0;
    margin: 45px 0;
  }
  .footer-menu.clearfix li:first-child {
    margin-left: 0;
  }
  .footer-menu.clearfix li {
    display: block;
    margin: 0;
    margin-bottom: 14px;
  }
  .footer-main {
    padding: 35px 0;
  }
  .footer-social {
    top: 10px;
  }
  header.sticky .nav-header {
    top: 0;
  }
  .collapse-nav {
    background: #D5AF68;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 120px;
    text-align: center;
  }
  .collapse-nav li a {
    color: #1E2022;
    padding: 10px 15px;
    display: block;
    transition: .3s;
  }
  .collapse-nav li:last-child a {
    display: inline-block;
    font-weight: 700;
    color: #D5AF68;
    padding: 7px 20px;
    background: #1e2022;
    border-radius: 50px;
    border: 0;
    margin-top: 20px;
  }
  .collapse-nav li:last-child a:hover,
  .collapse-nav li:last-child a:focus {
    background: #1E2022;
    color: #D5AF68;
  }
  .logo {
    z-index: 9;
    position: relative;
  }
  .collapse-nav li a:hover {
    background: #D5AF68;
    color: #1E2022;
  }
  .banner-mobile-image {
    display: block;
    position: relative;
    z-index: -1;
  }
  .banner-mobile-image::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #E8EAEB 0%, rgba(227, 229, 231, 0) 100%);
  }
  .banner-contents ul {
    margin-top: 35px;
  }
  .banner-mobile-image img {
    min-height: 180px;
    width: auto;
  }
  h3 {
    font-size: 23px;
  }
}

.booking-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 999;
}

.booking-modal-overlay.open {
  display: block;
}

.booking-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 90vw;
    z-index: 999;
    height: 80vh;
    overflow: auto;
}

.booking-modal-close {
  color: #FFF;
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 50px;
  font-weight: 100;
  line-height: 1;
}

.booking-modal-close:hover, .booking-modal-close:focus {
  color: #FFF;
}