/*
Theme Name: Bruce Lucy
Author: CH Muneeb 
Description: A Project Build with ❤️.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brucelucy
*/

/* Global Styling */
html,
body {
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
body {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 26px;
  background-color: black;
  color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding-bottom: 20px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #f6f5f5;
}
p {
  margin: 0;
  padding-bottom: 14px;
  font-family: "Montserrat", sans-serif;
}
a {
  font-weight: 500;
  text-decoration: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
button,
input[type="submit"],
input[type="button"] {
  background-color: transparent;
  border: 0;
  font-weight: 500;
  box-shadow: none;
}
img {
  max-width: 100%;
  display: block;
  overflow: hidden;
}
.container {
  padding: 0 30px;
}
.d-flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.space-between {
  justify-content: space-between;
}
.just-center {
  justify-content: center;
}
.text-center {
  text-align: center;
}
.btn {
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #f6f5f5;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border: 2px solid transparent;
}
.table-btn {
  background-color: #786b5d;
  border: 2px solid #786b5d;
}
.table-btn:hover {
  background-color: transparent;
}
.btn-color {
  background-color: #7d5d43;
  border-color: #7d5d43;
}
.btn-color:hover {
  background-color: transparent;
}
.sun-btn {
  background-color: #382f21;
  border-color: #382f21;
}
.sun-btn:hover {
  background-color: transparent;
}
.pb-0 {
  padding-bottom: 0;
}

/* hero */
.hero {
  height: 100vh;
  padding: 30px 0;
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.hero .container {
  position: relative;
  z-index: 99;
}
.hero-header__logo {
  width: 220px;
}
.hero-header__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.hero-content {
  padding-top: 120px;
}
.hero_title {
  font-size: 200px;
  line-height: 190px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #fff;
  margin-left: -17px;
}
.hero_title span {
  color: #b9b9c3;
}
.hero_text {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 500;
}
.hero_logo {
  width: 160px;
  margin-top: 40px;
}
.hero_logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* columns-section */
.column-section {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.section {
  width: 49%;
  padding: 50px 30px;
  padding-top: 120px;
  height: 90vh;
  position: relative;
}
.section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.section-right {
  text-align: right;
}
.containers {
  position: relative;
  z-index: 9;
}
.section_tag {
  font-size: 18px;
  line-height: 28px;
  color: #f4f4f4;
  letter-spacing: 2px;
}
.section_title {
  font-size: 130px;
  line-height: 120px;
  letter-spacing: -6px;
}
.section_title span {
  color: #b9b9c3;
}
.section_text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 4px;
  font-weight: 500;
}
.section_btn {
  margin-top: 20px;
}

/* details */
.details {
  margin: 80px auto;
  width: 80%;
}
.brand__item {
  gap: 20px;
}
.brand_image img {
  width: 60px;
}
.brand_content p {
  padding-bottom: 0;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 500;
}
.brand_content p span {
  font-size: 16px;
  font-weight: 400;
}

/* contact */
.contact {
  background-color: #141414;
  text-align: center;
  padding: 60px 0;
  padding-bottom: 0;
}
.contact_maintitle {
  font-size: 70px;
  line-height: 80px;
  font-family: "Smooch Sans", sans-serif;
  padding-bottom: 0;
}
.contact-content {
  margin: 20px 0;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
.contact_title {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 2px;
  font-family: "Smooch Sans", sans-serif;
	padding-bottom: 0;
}
.contact-form {
  margin: 0 auto;
}
.wpforms-field-label {
  display: none;
}
.wp-list-table {
  width: 100%;
}
.wpforms-field-large {
  width: 100% !important;
  padding: 5px 10px !important;
  font-size: 16px !important;
  color: black !important;
  border: 0 !important;
  font-weight: 500 !important;
  margin-bottom: 10px !important;
  outline: none;
}
.wpforms-field-large::placeholder {
  color: black !important;
}
#wpforms-59-field_5 {
  height: 100px;
}
.wpforms-submit {
  padding: 6px 40px !important;
  background-color: white !important;
  font-size: 16px !important;
  color: black !important;
  cursor: pointer;
  transition: 0.3s ease-in;
  margin-top: 15px !important;
}
.wpforms-submit:hover {
  opacity: 0.8;
}
.country {
  font-size: 18px;
  line-height: 28px;
}
.contact_info {
  font-size: 20px;
  line-height: 35px;
  margin-top: 15px;
  letter-spacing: 1px;
}
.wpforms-container {
  margin: 0 !important;
}
.wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
  padding: 0 !important;
}
/* footer */
.footer {
  background-color: #141414;
  padding-top: 30px;
  padding-bottom: 20px;
}
.footer-text {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  padding-bottom: 20px;
}
.copyright {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 1680px) {
  .section {
    width: 49%;
  }
  .hero_title{
    font-size: 180px;
    line-height: 180px;
  }
  .section_title{
    font-size: 100px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 1440px) {
	.btn{
		font-size: 16px;
	}
  .hero{
    height: 120vh;
  }
  .hero-content {
    padding-top: 60px;
  }
  .hero_title {
    font-size: 150px;
    line-height: 150px;
  }
  .hero_text {
    font-size: 16px;
    line-height: 26px;
  }
  .hero_logo {
    width: 140px;
    margin-top: 20px;
  }
  .section {
    padding-top: 80px;
    width: 49;
    height: 100vh;
  }
  .section_title {
    font-size: 80px;
    line-height: 80px;
  }
  .section_text{
    font-size: 16px;
    line-height: 26px;
  }
  .btn{
    font-size: 16px;
  }
  .details{
    margin: 60px auto;
  }
}



@media only screen and (max-width: 1024px) {
  .hero{
    height: 80vh;
    width: 100%;
  }
  .hero-content {
    padding-top: 80px;
  }
  .hero_title {
    font-size: 130px;
    line-height: 130px;
  }
  .hero_text {
    font-size: 16px;
    line-height: 26px;
  }
  .column-section{
    width: 100%;
  }
  .section {
    padding-top: 120px;
    height: 80vh;
    width: 100%;
  }
  .details{
    margin: 60px auto;
    width: 100%;
  }
  .contact-content{
    width: 100%;
  }
}

@media only screen and (max-width: 820px) {
  .hero_title{
    font-size: 100px;
    line-height: 90px;
  }
  .brand_image img{
    width: 40px;
  }
  .brand_content p{
    font-size: 14px;
  }
  .brand_content p span{
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .container{
    padding: 0 20px;
  }
  .hero-header__logo{
    width: 150px;
  }
  .hero{
    height: 100vh;
  }
  .hero_title{
    font-size: 50px;
    line-height: 50px;
    margin-left: 0;
  }
  .hero_text{
    font-size: 15px;
    line-height: 24px;
  }
  .hero_logo{
    width: 120px;
  }
  .section{
    height: 100vh;
    padding: 0 20px;
    padding-top: 80px;
  }
  .section_title{
    font-size: 60px;
    line-height: 60px;
  }
  .section_tag{
    font-size: 15px;
  }
  .section_text{
    font-size: 15px;
    line-height: 24px;
  }
  .details{
    margin: 50px 0;
  }
  .brand-details{
    flex-wrap: wrap;
    gap: 15px;
  }
  .brand__item{
    width: 46%;
    gap: 15px;
  }
  .brand_image img{
    width: 34px;
  }
  .brand_content p{
    font-size: 13px;
    line-height: 23px;
  }
  .brand_content p span{
    font-size: 11px;
  }
  .contact{
    padding-top: 50px;
  }
  .contact_maintitle{
    font-size: 50px;
    line-height: 60px;
  }
  .contact-content{
    margin: 20px 0;
  }
  .contact_title{
    font-size: 22px;
    line-height: 30px;
  }
  .wpforms-submit{
    margin-top: 0px !important;
  }
  .contact_info{
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
  }
  .footer{
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .footer-text{
    font-size: 13px;
    line-height: 22px;
  }
  .copyright{
    font-size: 12px;
    line-height: 20px;
  }
}