/*
Theme Name: My Biz Finder
Theme URI: https://www.mybizfinder.uk/
Author: CH Muneeb
Description: A Project build with love.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mybizfinder
*/

/* global styling */
html {
  scroll-behavior: smooth;
}
html,
body {
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
*::before,
*::after {
  padding: 0;
  margin: 0;
}
body {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 26px;
  background-color: #f8f9fb;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding-bottom: 20px;
  font-weight: 600;
}
p {
  margin: 0;
  padding-bottom: 14px;
}
a {
  text-decoration: none;
  font-weight: 500;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.d-flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.just-center {
  justify-content: center;
}
.space-between {
  justify-content: space-between;
}
.text-center {
  text-align: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-end {
  justify-content: flex-end;
}
button,
input[type="button"],
input[type="submit"] {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  font-weight: 500;
}
.container {
  width: 1600px;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 100%;
}
.btn {
  padding: 11px 32px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 18px;
  border: 2px solid transparent;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.btn-blue {
  background-color: #0c62ff;
  color: white;
  border-color: #0c62ff;
}
.btn-blue:hover {
  background-color: transparent;
  color: #0c62ff;
}

/* header */
.site-header {
  padding: 20px 0;
  background-color: white;
}
.header-content {
  gap: 20px;
}
.header-content--logo,
.header-content--navbar,
.header-content--btn {
  flex: 1;
}
.header-content--logo img {
  width: 110px;
  height: auto;
  object-fit: contain;
  display: block;
  overflow: hidden;
}
.menu {
  display: flex;
  gap: 40px;
}
.menu-item a {
  color: black;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  transition: 0.3s all;
}
.menu-item a:hover {
  color: #0c62ff;
  text-decoration: underline;
}
.white {
  color: #ffffff !important;
}
.btn-transparent {
  color: #0c62ff;
  border-color: #0c62ff;
}
.btn-transparent:hover {
  background-color: #0c62ff;
  color: white;
}

/* hero */
.hero {
  position: relative;
  padding-top: 100px;
  height: 1300px;
}
.hero-bg--image {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.hero-bg--image img {
  height: 1300px;
  width: 100%;
}
.hero-content--content {
  flex: 0.7;
}
.hero-content--image {
  flex: 1;
}
.hero-content--image img {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin-top: -40px;
}
.hero_tagline {
  color: white;
  font-size: 18px;
  line-height: 30px;
}
.hero_title {
  color: white;
  font-size: 80px;
  line-height: 95px;
  font-weight: 600;
}
.hero_text {
  font-size: 20px;
  color: white;
  line-height: 32px;
  font-weight: 500;
  width: 80%;
  max-width: 100%;
}
.hero_number {
  margin-top: 50px;
  text-align: center;
  gap: 80px;
}
.number_item h2 {
  padding-bottom: 0px;
  color: white;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 1px;
}
.number_item p {
  color: white;
  font-size: 16px;
  line-height: 26px;
}
.hero_form {
  background-color: #d64cb7;
  padding: 30px;
  border-radius: 20px;
  margin-top: 60px;
}
.hero_form h3 {
  color: #ffe900;
  padding-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}
.hero_form p {
  color: white;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
.wp-list-table {
  width: 100%;
  margin-top: 20px;
}
.wpforms-container,
.wpforms-submit-container {
  margin: 0 !important;
}
.wpforms-form {
  display: flex;
}
.wpforms-field {
  padding: 0 !important;
}
.forminator-input {
  width: 100% !important;
  height: 100% !important;
  padding: 14px 20px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 30px !important;
  border: 0 !important;
}
.forminator-input::placeholder{
  color: black !important;
}
.forminator-button-submit {
  width: 100% !important;
  height: 100% !important;
  border-radius: 30px !important;
  padding: 14px 30px !important;
  font-size: 18px !important;
	background-color: #6535d7 !important;
	color: white;
}
.forminator-row-last{
	margin: 0 !important;
}

/* step */
.step {
  margin: 80px 0;
  margin-bottom: 140px;
}
.section_tagline {
  background-color: #0c62ff;
  color: white;
  font-size: 18px;
  padding: 6px 40px;
  border-radius: 15px;
  margin-bottom: 30px;
  display: inline-block;
}
.section_title {
  font-size: 48px;
  color: #061529;
  line-height: 63px;
  font-weight: 600;
  padding-bottom: 10px;
}
.section_text {
  width: 50%;
  max-width: 100%;
  font-size: 20px;
  line-height: 32px;
  color: black;
}
.step-repeater {
  gap: 30px;
  margin-top: 50px;
}
.step__item {
  width: 32%;
  padding: 35px;
  border-radius: 15px;
  background-color: #dbfce6;
}
.step_item_content {
  gap: 20px;
  padding-bottom: 20px;
}
.step_icon img {
  width: 80px;
  height: auto;
  object-fit: contain;
  display: block;
  overflow: hidden;
}
.step_subtitle {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 0;
  font-weight: 600;
}
.section_subtext {
  font-size: 18px;
  color: black;
  line-height: 30px;
  padding-bottom: 0;
}

/* place */
.place {
  position: relative;
  padding: 80px 0;
}
.place-content {
  gap: 60px;
}
.place-content--image,
.place-content--content {
  flex: 1;
}
.plece_check {
  gap: 20px;
  margin-top: 30px;
}
.check-icon img {
  width: 30px;
  display: block;
  overflow: hidden;
}
.section_subext {
  padding-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}
.place-second-repeater {
  background-color: #c44fcf;
  padding: 20px 30px;
  border-radius: 20px;
  margin-top: 60px;
}
.place_box {
  margin-bottom: 30px;
}
.place_box:last-child {
  margin-bottom: 0;
}
.place_box_content {
  gap: 20px;
}
.box_icon img {
  width: 60px;
  display: block;
  overflow: hidden;
  height: auto;
}
.section_subtitle {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 0;
}

/* pricing */
.pricing {
  padding: 100px 0;
  background-color: #f8f9fb;
}
.pricing-repeater {
  margin-top: 60px;
  gap: 50px;
  flex-wrap: wrap;
}
.pricing-item {
  width: 31%;
  background-color: white;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  border-radius: 20px;
  transition: 0.4s ease-in-out;
}
.pricing-item:hover {
  transform: scale(1.05);
  background-color: #fef9c3;
}
.pricing-item:hover .pricing_tag {
  background-color: #d24dbd;
  color: white;
}
.pricing_subtitle {
  font-size: 30px;
  line-height: 42px;
  color: black;
  font-weight: 600;
  padding-bottom: 0;
}
.pricing_tag {
  font-size: 18px;
  color: black;
  background-color: #7ee3b6;
  padding: 4px 20px;
  border-radius: 20px;
  transition: 0.4s ease-in-out;
}
.pricing_price {
  font-size: 25px;
  line-height: 35px;
  color: black;
  font-weight: 500;
  margin-top: 10px;
}
.pricing_text {
  margin-top: 10px;
}
.pricing_text ul {
  list-style: disc;
  margin-left: 20px;
}
.pricing_text ul li {
  font-size: 18px;
  line-height: 35px;
}
.pricing_btn {
  margin-top: 30px;
}

/* local */
.local {
  background-color: #6435d7;
  padding: 100px 0;
}
.local-content {
  gap: 80px;
}
.local-content--content,
.local-content--image {
  flex: 1;
}
.width-full {
  width: 100%;
}
.local-repeater {
  margin-top: 50px;
}
.local-item {
  background-color: rgba(218, 218, 218, 0.2);
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 20px;
  gap: 20px;
}
.local_icon img {
  width: 60px;
  height: auto;
  display: block;
  overflow: hidden;
}
.local-content--image img {
  width: 100%;
}

/* testimonails */
.testimonails {
  margin: 120px 0;
}
.test-slide {
  padding: 50px 0;
}
.test-item {
  background-color: white;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 30px;
  border-radius: 30px;
}
.test_img img {
  width: 70px;
  height: auto;
}
.test_name {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  padding-bottom: 0;
}
.test_work {
  font-size: 18px;
  line-height: 30px;
}
.test_rating {
  padding: 20px 0;
}

/* access */
.access {
  position: relative;
}
.access-bg--image {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.access-bg--image img {
  width: 100%;
  display: block;
  overflow: hidden;
}
.access-content {
  gap: 60px;
}
.access-content--content,
.access-content--image {
  flex: 1;
}
.access_title {
  font-size: 80px;
  color: white;
  line-height: 90px;
  font-weight: 600;
}
.access_text {
  color: white;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}
.access-content--image img {
  width: 100%;
  display: block;
  overflow: hidden;
}
.access_form{
  margin-top: 50px;
}


/* reponsive */
@media only screen and (max-width: 1440px){
  .container{
    width: 1240px;
  }
  .hero{
    padding-top: 80px;
    height: 1000px;
  }
  .hero-bg--image img{
    height: 1000px;
  }
  .hero_title{
    font-size: 60px;
    line-height: 75px;
  }
  .hero_text{
    font-size: 18px;
    line-height: 30px;
  }
  .hero_number,
  .hero_form{
    margin-top: 40px;
  }
  .hero_form{
    padding: 25px;
  }
  .hero_form h3{
    font-size: 26px;
    line-height: 36px;
  }
  .hero_form p{
    font-size: 22px;
    line-height: 32px;
  }
  .wpforms-field-large{
    max-width: 100% !important;
    width: 300px !important;
  }
  .section_title{
    font-size: 45px;
    line-height: 55px;
  }
  .section_tagline{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .section_text{
    font-size: 18px;
    line-height: 30px;
  }
  .step-repeater{
    gap: 20px;
    margin-top: 40px;
  }
  .step_icon img{
    width: 70px;
  }
  .step_subtitle{
    font-size: 26px;
    line-height: 36px;
  }
  .section_subtext{
    font-size: 16px;
    line-height: 28px;
  }
  .pricing-repeater{
    gap: 40px;
    margin-top: 40px;
  }
  .pricing-item{
    padding: 30px 20px;
  }
  .pricing_subtitle{
    font-size: 26px;
    line-height: 36px;
  }
  .pricing_tag{
    font-size: 16px;
  }
  .pricing_price{
    font-size: 22px;
    line-height: 32px;
  }
  .pricing_text ul li{
    font-size: 16px;
    line-height: 28px;
  }
  .local{
    padding: 80px 0;
  }
  .testimonails{
    margin: 80px 0;
  }
  .test_name{
    font-size: 20px;
    line-height: 30px;
  }
  .test_work{
    font-size: 16px;
    line-height: 28px;
  }
  .access_title{
    font-size: 60px;
    line-height: 70px;
  }
  .access_text{
    font-size: 28px;
    line-height: 38px;
  }
  .test_rating img{
    width: 110px;
  }
}
@media only screen and (max-width: 1024px){
  .btn{
    padding: 8px 30px;
  }
  .hero{
    background-color: #6435d7;
    height: 100%;
    padding: 80px 0;
  }
  .hero-bg--image{
    display: none;
  }
  .hero-content{
    flex-direction: column;
    gap: 30px;
  }
  .hero-content--image img{
    margin-top: 0;
  }
  .hero_text{
    width: 100%;
  }
  .hero_form{
    display: inline-block;
  }
  .step{
    margin: 80px 0;
  }
  .step-repeater{
    justify-content: center;
  }
  .step__item{
    width: 48%;
  }
  .section_subext{
    font-size: 16px;
    line-height: 26px;
  }
  .place_box_image{
    display: none;
  }
  .pricing-repeater {
    justify-content: center;
  }
  .pricing-item{
    width: 47%;
  }
  .local-content{
    flex-direction: column;
  }
  .local-content--content{
    width: 100%;
  }
  .access_title{
    font-size: 45px;
    line-height: 55px;
  }
  .access_text{
    font-size: 22px;
    line-height: 32px;
  }
  .access_form{
    margin-top: 30px;
  }
  .access-content{
    gap: 80px;
  }
}
@media only screen and (max-width: 860px){
  .place{
    background-color: #6435d7 !important;
    background-image: none !important;
  }
  .place-content{
    gap: 40px;
    flex-direction: column-reverse;
  }
  .place-content--content{
    width: 100%;
  }
  .place_box_image{
    display: block;
  }
  .local-content{
    gap: 30px;
  }
}
@media only screen and (max-width: 640px){
  .btn{
    font-size: 16px;
    padding: 8px 26px;
  }
  .site-header{
    padding: 15px 0;
  }
  .header-content--logo img{
    width: 80px;
  }
  .header-content--navbar{
    display: none;
  }
  .hero{
    padding: 60px 0;
  }
  .hero_title{
    font-size: 38px;
    line-height: 48px;
  }
  .hero_tagline{
    font-size: 15px;
    line-height: 25px;
  }
  .hero_text{
    font-size: 16px;
    line-height: 28px;
  }
  .hero_number{
    gap: 30px;
  }
  .number_item h2{
    font-size: 35px;
    line-height: 45px;
  }
  .number_item p{
    font-size: 14px;
    line-height: 26px;
  }
  .hero_number, .hero_form{
    margin-top: 30px;
  }
  .wpforms-field-large{
    width: 200px !important;
    font-size: 15px !important;
  }
  .wpforms-submit{
    padding: 14px 24px !important;
    font-size: 16px !important;
  }
  .hero_form{
    padding: 20px 15px;
  }
  .hero_form h3{
    font-size: 22px;
    line-height: 32px;
  }
  .hero_form p{
    font-size: 18px;
    line-height: 28px;
  }
  .wp-list-table{
    margin-top: 10px;
  }
  .step{
    margin: 60px 0;
  }
  .section_tagline{
    font-size: 15px;
    margin-bottom: 15px;
    padding: 6px 30px;
  }
  .section_title{
    font-size: 30px;
    line-height: 40px;
  }
  .section_text{
    width: 100%;
    font-size: 16px;
    line-height: 28px;
  }
  .step-repeater{
    margin-top: 30px;
  }
  .step__item{
    width: 100%;
    padding: 20px 25px;
  }
  .step_icon img{
    width: 50px;
  }
  .step_subtitle{
    font-size: 24px;
    line-height: 34px;
  }
  .section_subtext{
    font-size: 15px;
    line-height: 25px;
  }
  .place{
    padding: 60px 0;
  }
  .plece_check{
    gap: 10px;
    margin-top: 15px;
  }
  .section_subext{
    font-size: 14px;
    line-height: 25px;
  }
  .check-icon{
    width: 10%;
  }
  .plece_check p{
    width: 90%;
  }
  .place_box_image{
    display: none;
  }
  .box_icon img{
    width: 40px;
  }
  .section_subtitle{
    font-size: 20px;
    line-height: 30px;
  }
  .place_box{
    margin-bottom: 15px;
  }
  .pricing{
    padding: 60px 0;
  }
  .pricing-repeater{
    margin-top: 30px;
  }
  .pricing-item{
    width: 100%;
  }
  .pricing_tag{
    font-size: 15px;
  }
  .pricing_subtitle{
    font-size: 24px;
    line-height: 34px;
  }
  .pricing_price{
    font-size: 20px;
    line-height: 30px;
  }
  .local{
    padding: 60px 0;
  }
  .local-repeater{
    margin-top: 20px;
  }
  .local-item{
    padding: 15px;
    gap: 15px;
  }
  .local_icon{
    width: 15%;
  }
  .local-item--content{
    width: 85%;
  }
  .testimonails{
    margin: 60px 0;
  }
  .access{
    background-color: #6435d7;
    padding-top: 60px;
  }
  .access-content{
    flex-direction: column;
    gap: 30px;
  }
  .access_title{
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 5px;
  }
  .access_text{
    font-size: 18px;
    line-height: 28px;
  }
  .access_form{
    margin-top: 10px;
  }
  .test_rating{
    padding: 15px 0;
  }
  .test-slide{
    padding: 30px 0;
  }
}