/**
 * Theme Name: Tackle Lounge
 * Author: Dipto Dhar and Team
 * Author URI: https://diptodhar.com
 * Version: 1.0
 */

 :root {
    --tackle-lounge-primary-color: #6fb750;
    --tackle-lounge-footer-bg: #5fae3c;
    --tackle-lounge-secondary-color: #24282b;
    --tackle-lounge-secondary-bg: #eff7eb;
    --tackle-lounge-text-color: #060606;
    --tackle-lounge-text-dark: #000;
    --tackle-lounge-text-white: #fff;
    --tackle-lounge-golden-color: #e3b959;
    --tackle-lounge-secondary-bg-golden: #f0dcab;
    --tackle-lounge-secondary-bg-green: #c7d2bf;

    --tackle-lounge-hero-heading-primary: #2e3337;
    --tackle-lounge-hero-cta-bg: #345534;
    --tackle-lounge-hero-h2-color: #354b37;
 }


 /** Header **/
body {
  margin: 0;
  font-family: serif;
  overflow: aito;
}
header {
  background: linear-gradient(to right, #78787a, #454951) !important;
  margin: 0;
  padding: 0;
}
header .navbar-brand {
    padding-block: 4px;
}
header .navbar-brand img {
  width: 210px;
}
header .first-line {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 4rem;
}
header .first-line .navbar-nav {
  display: flex;
  list-style: none;
  padding: 8px 16px;
}
header .first-line .navbar-nav li {
  padding-inline: 16px;
  position: relative;
  
}
header .first-line .navbar-nav li a {
  font-size: 14px;
  line-height: 20px;
  color: #000!important;
  text-decoration: none!important;
}
header .first-line .navbar-nav li:first-child::before {
  content: revert;
}
header .first-line .navbar-nav li::before {
  content: '';
  width: 1px;
  height: 20px;
  background: #000;
  position: absolute;
  left: 0;
}

header .css-mobile-menu {
  display: none;
}
header .container {
  max-inline-size: 1040px;
  margin-inline: auto;
}

header .fa-line {
  color: #00b900;
}

 /** Header **/

 /** Hero Section **/
.tackle-lounge-lures-hero {
    background: var(--tackle-lounge-secondary-color);
}
.tackle-lounge-lures-hero-img {
    width: 100%;
    margin-bottom: 0;
    min-height: 700px;
    object-fit: cover;
    object-position: left;
}

.tackle-lounge-lures-hero {
  position: relative;
  overflow: hidden;
}
.tackle-lounge-lures-hero .hero-text-contents {
  position: absolute;
  width: 1040px;
  margin-inline: auto;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 56px;
}


.hero-text-contents::before {
  content: '';
  width: 100%;
  height: 1000px;
  background: #ffffffb0;
  position: absolute;
  filter: blur(20px);
  z-index: -4;
  border-radius: 30%;
  left: -50%;
  top: 50%;
  transform: translateY(-50%);
}      
.tackle-lounge-lures-hero .main-headings h3 {
  font-size: 50px;
  font-family: curve;
  font-weight: bolder!important;
  line-height: 1.3;
  color: var(--tackle-lounge-hero-heading-primary);
  margin: 0;
}

.tackle-lounge-lures-hero .main-headings h2 {
  font-size: 68px;
  font-family: curve;
  font-weight: bolder!important;
  line-height: 1;
  margin: 0;
  margin-bottom: 8px;
  color: var(--tackle-lounge-hero-h2-color);
}

.tackle-lounge-lures-hero .main-headings h4 {
  font-size: 36px;
  font-family: curve;
  font-weight: bolder!important;
  line-height: 1;
  margin: 0;
  color: var(--tackle-lounge-hero-heading-primary);
}
.tackle-lounge-lures-hero .body-texts {
  margin-top: 28px;
  margin-bottom: 28px;
}
.tackle-lounge-lures-hero .body-texts  h5 {
  font-size: 28px;
  font-family: curve;
  font-weight: 600!important;
  line-height: 1.2;
  margin: 0;
  color: var(--tackle-lounge-hero-h2-color);
}

.hero-section-cta a {
  font-family: curve;
  display: flex;
  flex-direction: column;
  width: fit-content;
  font-size: 36px;
  font-weight: 600;
  color: var(--tackle-lounge-golden-color);
  background: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.hero-section-cta .button-main-title {
    padding: 8px 12px;
    background: var(--tackle-lounge-hero-cta-bg);
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 6px;
    line-height: 1.5;
}
.hero-section-cta a svg {
  width: 30px;
  height: 30px;
  margin: 0;
  margin-top: 4px;
}
.hero-section-cta .button-sub-title {
  font-size: 20px;
  color: var(--tackle-lounge-secondary-color);
  padding: 8px;
  text-align: center;
  font-weight: 500;
  
}
 /** Hero Section End **/


 /** Footer **/
 .tackle-lounge-footer {
    background-color: var(--tackle-lounge-footer-bg);
 }
 .tackle-lounge-footer .tackle-lounge-footer-inner {
    padding: 72px 16px 64px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
 }
 .tackle-lounge-footer .footer_nav {
    margin-top: 32px;
 }
 .tackle-lounge-footer .copyright {
    margin-top: 42px;
 }
 .tackle-lounge-footer nav ul{
    display: flex;
    gap: 32px;
    list-style: none;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
 }
 .tackle-lounge-footer nav ul a{
    color: #fff;
    text-decoration: none;
    font-weight: 400;
 }

 footer .copyright p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
 }
/** Footer **/

/** Laptop **/
@media screen and (max-width: 1024px) {
  .tackle-lounge-lures-hero .hero-text-contents {
    width: 90%;
    left: 5%;
    padding-left: 24px;
  }
  .navbar-brand .logo {
    width: 150px;
  }
  header .navbar-nav {
    gap: 0;
    font-size: 12px;
  }
  header .first-line .navbar-nav li {
    padding-inline: 8px;
  }
  header .navbar-nav .nav-item {
    padding: 8px;
  }
    
}


/** Laptop End **/
/** Tablet **/
@media screen and (max-width: 768px) {
    header {
        padding-inline: 10px;
    }
  header .navbar-nav  {
    flex-direction: column;
    position: absolute;
    width: 200px;
    background: green;
    right: 0;
    z-index: 4;
}
header .first-line {
    justify-content: space-between;
}
  header .first-line .navbar-nav li::before {
    content: unset;
    width: 0;
    height: 0;
  }
  
    header .first-line .navbar-nav {
        display: none;
    }


/* Inline | http://localhost/fish/lures/# */

.tackle-lounge-lures-hero .main-headings h3 {
  font-size: 40px;
}

.tackle-lounge-lures-hero .main-headings h2 {
  font-size: 56px;
}

.tackle-lounge-lures-hero .main-headings h4 {
  font-size: 32px;
}

.tackle-lounge-lures-hero .body-texts h5 {
  font-size: 24px;
}

    
}


/** Tablet End **/
/** Phone **/

@media screen and (max-width: 430px) {
  header .css-mobile-menu {
    display: flex;
    flex-direction: column;
  }
   header .first-line .navbar-nav li a {
        color: #fff;
    }
}
    /** Phone End **/