/**
* Template Name: Boom Lift - v1.0
* Template URL: https://zohirs.com
* Author: Zohir
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --boom-primary: #F89635;
  --boom-secondary: #333333;
  --boom-text: #333333;
  --boom-white: #FFFFFF;
  --boom-light: #FEF4EB;

  --boom-font: 'Poppins', sans-serif;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--boom-font);
  color: var(--boom-text);
  font-size: 16px;
  font-weight: 400;
  background: var(--boom-white);
}

a {
  color: var(--boom-text);
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}

a:hover {
  color: var(--boom-text);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--boom-font);
  font-weight: 500;
}

button {
  outline: none;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 992px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  padding: 1.5rem 0;
  border: 0;
  border-bottom: 1px solid var(--boom-light);
  background-color: var(--boom-white);
}

header .col-logo {
  text-align: left;
}

header .header-logo a {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  color: var(--boom-primary);
}

header .col-contact {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
}

header .col-contact .header-conact-link {
  display: flex;
  align-items: center;
  color: var(--boom-primary);
}

header .col-contact .contat-icon {
  font-size: 1.4rem;
  line-height: 1em;
  color: var(--boom-white);
  background-color: var(--boom-primary);
  padding: 10px;
  height: 45px;
  width: 45px;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--boom-primary);
  margin-right: 0.75rem;
}

header .col-contact .contat-text {
  text-align: left;
}

header .col-contact .contat-text p {
  font-size: 1rem;
  line-height: 1.2em;
  margin-bottom: 0.3rem;
  font-weight: 400;
  color: var(--boom-primary);
}

header .col-contact .contat-text .number {
  font-size: 1.2rem;
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--boom-primary);
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
main {
  padding: 0;
  margin: 0 auto;
}

.hero {
  min-height: 80vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--boom-primary);
  background-image: url(../img/Hero.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;

}

.hero .container {
  z-index: 2;
  color: var(--boom-white);
}

.hero .hero-content h1 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.2em;
  margin-bottom: 2rem;
  font-weight: 600;
  text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
}

.hero .hero-content .hero-btn {
  display: inline-block;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1em;
  margin-top: 2rem;
  font-weight: 400;
  padding: 1rem 3rem;
  background-color: var(--boom-white);
  color: var(--boom-secondary);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.12);
}

.page-header {
  min-height: 30vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--boom-primary);
  background-image: url(../img/Hero.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;

}

.page-header .container {
  z-index: 2;
  color: var(--boom-white);
}

.page-header .page-header-content h1 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.2em;
  margin-bottom: 1rem;
  font-weight: 600;
  text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
}

.page-header .page-header-content p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1em;
  margin-bottom: 0.25rem;
}

.overlay {
  background-color: var(--boom-primary);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-blend-mode: multiply;
  opacity: 0.75;
  z-index: 1;

}

section {
  padding: 80px 0;
}

.section-title {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.content-block h2{
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
  font-weight: 600;
}

.document-list {
  list-style: none;
  padding-left: 0;
  margin: 15px 0;
}

.document-list li {
  padding: 0.5rem 1rem;
  background: var(--boom-light);
  margin-bottom: 0.25rem;
  border-left: 3px solid var(--boom-primary);
}

.boom-col {
  text-align: center;
  padding: 1.5rem;
  margin: 0 auto;
}

.boom-col .image {
  text-align: center;
  padding: 0;
  margin: 0rem 2.75rem;
  margin-bottom: -3rem;
  border: 2px solid var(--boom-primary);
  border-radius: 20px;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.boom-col .info {
  text-align: center;
  padding: 2rem;
  padding-top: 5rem;
  margin: 0 auto;
  background-color: var(--boom-light);
  position: relative;
  z-index: 1;
}

.boom-col .info .title {
  font-size: 1.3rem;
  line-height: 1.2em;
  font-weight: 600;
}

.boom-col .info .sub-title {
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 500;
  color: var(--boom-primary);
}

.boom-col .info .description {
  font-size: 1rem;
  line-height: 1.4em;
  font-weight: 400;
}

section.order-now {
  background-color: var(--boom-primary);
  color: var(--boom-white);
  text-align: center;

}

.order-now .order-now-btn {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  line-height: 1em;
  margin-top: 1rem;
  font-weight: 400;
  padding: 1rem 2rem;
  background-color: var(--boom-white);
  color: var(--boom-secondary);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.12);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  padding: 1.75rem 0;
  color: var(--boom-text);
  background: var(--boom-light);
}

footer p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2em;
}

.footer-text {
  text-align: left;
}

.footer-link {
  text-align: right;
}

/* -----Responsive Css-----  */

@media (max-width:1024px) {
  body {
    font-size: 14px;
  }

  header {
    padding: 1rem 0;
  }


  header .header-logo {
    font-size: 1.6rem;
  }

  header .col-contact .contat-icon {
    font-size: 1.2rem;
    padding: 10px;
    height: 35px;
    width: 35px;
    border-radius: 35px;
    margin-right: 0.5rem;
  }

  header .col-contact .contat-text p {
    font-size: 0.8rem;
    line-height: 1em;
    margin-bottom: 0.2rem;
  }

  header .col-contact .contat-text .number {
    font-size: 1rem;
    line-height: 1em;
  }

  .hero {
    min-height: 60vh;
  }


  .hero .hero-content h1 {
    font-size: 2rem;
    font-weight: 600;
  }

  .hero .hero-content .hero-btn {
    font-size: 1rem;
    padding: 1rem 2rem;
  }

  section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .boom-col {
    padding: 1.3rem;
  }

  .boom-col .image {
    margin: 0rem 2rem;
    margin-bottom: -2rem;
  }

  .boom-col .info {
    padding: 1rem;
    padding-top: 3.5rem;
  }

  .boom-col .info .title {
    font-size: 1rem;
  }

  .boom-col .info .sub-title {
    font-size: 0.9rem;
  }

  .boom-col .info .description {
    font-size: 0.8rem;
  }

  .order-now .order-now-btn {
    font-size: 0.8rem;
    margin-top: 0.5rem;
    padding: 1rem 1.5rem;
  }

  footer p {
    font-size: 0.8rem;
  }

  .footer-text,
  .footer-link {
    text-align: center;
  }

}

@media (max-width:767px) {
  header .col-logo {
    text-align: center;
  }

  header .header-logo {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }

  header .col-contact {
    justify-content: center;
  }
}