:root{
  --max-cw:1270px;
  --color-brand1:#ee7225e2;
  --color-fb1:#e05906;
  --color-brand2:#1184B6;
}
html, body{
  font-family: 'Poppins', sans-serif;
  padding: 0;
  margin: 0;
}


.icon{
  background-color: #E6E2E2;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: relative;
}
.icon::after{
  width: 20px;
  height: 20px;
  content: '';
  left: 11px;
  top: 10px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-phone{
  width: 44px;
  height: 44px;
  margin-right: 10px;
  border: solid 2px rgba(255, 255, 255, 0.5);
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50%;
}
.icon-phone::after{
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  filter: invert(100%);
}

.container{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
.header{
  max-width: var(--max-cw);
  width: 100%;
  height: 100px;
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 20px;
  align-items: center;
}
#review{
  height: 79px;
}
#btn-qc-cont{
  height: inherit;
}
#btn-qc{
  display: flex;
  height: inherit;
  width: 100%;
  background-color: var(--color-brand2);
  display: flex;
  align-items: center;
  justify-content:center;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
#btn-qc:hover{
  opacity: 0.72;
}

.row-2x1{
  max-width: var(--max-cw);
  width: inherit;
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 20px;
}
.hero{
  padding: 40px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  position: relative;
  text-transform: uppercase;
}
.hero h1 span{
  color: var(--color-fb1);
  font-size: 82px;
  line-height: 60px;
  text-transform: uppercase;
}
.hero h1{
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size:112px;
  line-height: 90px;
  text-transform: uppercase;
}

.hero::before{
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  content: '';
  background: var(--color-brand1);
  position: absolute;
}
.highlights{
  display: flex;
  gap: 20px;
  margin-top: 20px;
  align-items: center;
}
#social{
  display: flex;
  gap: 20px;
}
#social > div{
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-items: center;
}
#social > div > a{
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-items: center;
  transition: 0.3s;
}
#social > div > a:hover{
  opacity: 0.5;
}

/* form-cont */
.form-cont{
  background-color: #000;
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}

.title, .title-x2, .since{
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
.title-x2{
  text-align: left;
}
.title-x2 span, .since span{
  color: var(--color-fb1);
}
.since{
  text-align: right;
}

.title span{
  font-weight: 400;
}
.form-cont p{
  text-align: center;
  font-size: 14px;
  color: #D3D3D3;
  padding: 0 10px;
  margin:0;
}
#form{
  padding: 40px 30px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
#form input,
#form select{
  background-color: inherit;
  border: solid 1px #707070;
  padding: 14px;
  font-size: 16px;
  border-radius: 6px;
  color: inherit;
  outline: none;
  transition: 0.3s;
}
#form input:focus,
#form select:focus{
  color: var(--color-brand1);
  border: solid 1px var(--color-brand1);
  box-shadow: 0 0 0 3px #ee7225b0;
}
#submit{
  width: 100%;
  border: none;
  color: #fff;
  background: var(--color-fb1);
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 400;
  text-align: center;
  padding: 14px 0;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  cursor: pointer;
  transition: 0.3s;
}
#submit:hover{
  opacity: 0.72;
}

.row-1x2{
  max-width: var(--max-cw);
  width: inherit;
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 20px;
  margin: 20px 0;
}
.row-1x2 img{
  width: 100%;
  max-width: 100%;
  height: auto;
}

.r2side{
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 0 40px;
}
.r2side p{
  margin: 0;
  color: #555;
}
.r2side .title{
  text-align: left;
}

.slider-cont{
  width: 100%;
  max-width: var(--max-cw);
}
.slider{
  padding: 20px 0;
  max-width: var(--max-cw);
  overflow-x: auto;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.slider img:not(:last-child){
  margin-right: 20px;
}
.row-halfx2{
  width: 100%;
  max-width: var(--max-cw);
  display: grid;
  grid-template-columns: 6fr 6fr;
  margin: 20px 0;
}
.row-halfx2 > div{
  padding: 20px;
}
.row-halfx2 > div:first-child{
  background-color: #000;
  color: #fff;
}
.row-halfx2 h3{
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.row-halfx2 p{
  font-size: 14px;
}
.row-halfx2 > div:last-child,
.row-halfx2 > div:last-child .title-x2{
  text-align: right;
  padding-right: 0;
}

.call-to-action{
  width: 100%;
  height: auto;
  max-width: var(--max-cw);
  background-color: var(--color-fb1);
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  color: #000000;
}
.call-to-action .title-x2{
  text-align: center;
}
.call-to-action .button{
  background-color: #B94500;
  padding: 10px 30px;
  font-size: 27px;
  font-weight: 500;
  margin: 10px 0;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
.call-to-action .button:hover{
  opacity: 0.5;
}

.map{
  width: 100%;
  max-width: var(--max-cw);
  margin: 20px 0;
}

.footer{
  width: 100%;
  max-width: var(--max-cw);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.footer > div:first-child{
  text-align: left;
}
.footer > div:last-child{
  text-align: right;
}
.footer ul,
.footer ul li{
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer ul li{
  display: inline-block;
}
.footer ul li a{
  text-decoration: none;
  color: #000;
}
.footer ul li a{
  padding: 0 10px;
}
.footer span{
  font-weight: 500;
}

.anim-phone-icon{
  animation: phone-icon-anim 0.45s linear infinite;
}
.author{
  font-size: 10px;
  color: #555;
}
.author a{
  color: #555;
}
.para hr{
  border: none;
  background-color: #eaeaea;
  height: 1px;
}
.para p{
  line-height: 27px;
}
.info-phone{
  position: absolute;
  top: 20px;
  left: 45px;
}
.info-phone a{
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
  color: #000;
  border: solid 1px #000;
  padding: 2px 8px;
  border-radius: 4px;
}
.info-phone a:first-child{
  margin-right: 6px;
}

@keyframes phone-icon-anim {
  0% {
      transform: rotate(0);
  }

  50% {
      transform: rotate(20deg) scale(1.26);
  }
}

@keyframes wpulse {
  0% {
      opacity: 0;
      transform: scale(0);
  }

  25% {
      transform: scale(1);
  }

  50% {
      opacity: 1;
  }

  100% {
      opacity: 0;
      transform: scale(1.5);
  }
}

/**/

@media (max-width: 1299px) {
  :root{
    --max-cw:1100px;
  }
}

@media (max-width: 1129px) {
  :root{
    --max-cw:900px;
  }
  /**/
  .row-2x1{
    grid-template-columns: auto;
    gap: 0;
  }
  .hero::before{
    display: none;
   }
   #submit{
    border-radius: 0;
  }
  .r2side p{
   font-size: 14px;
  }

  .row-halfx2{
    grid-template-columns: auto;
    margin: 20px 0;
  }
  .row-halfx2 > div:last-child{
    text-align: left;
    padding-left: 0;
  }
  .row-halfx2 > div:last-child .title-x2{
    text-align: center;
  }
  .row-halfx2 > div{
    padding: 20px;
  }
  .footer{
    flex-direction: column;
    text-align: center;
  }
  .footer div{
    text-align: center !important;
  }
  .footer > div:last-child{
    margin-top: 10px;
  }
  #btn-qc{
    background-color: transparent;
  }
  .icon-phone{
    opacity: 1;
    filter:invert(100%);
  }
  .info-phone{
    position: static;
    margin-top: -10px;
    text-align: center;
  }
}

@media (max-width: 929px) {
  :root{
    --max-cw:100%;
  }
  body{
    padding: 0 20px;
  }
  .sm-h{
    display: none;
  }
  .header{
    height: 72px;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1001;
  }
  .header img{
      transform: scale(0.72) translateY(8px);
  }
  .row-2x1{
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .hero{
    width: 100%;
    text-align: center;
  }
  .hero::before{
   display: none;
  }
  .hero h1 span{
    color: var(--color-fb1);
    font-size: 9vw;
    line-height: 7vw;
  }
  .hero h1{
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size:12vw;
    line-height: 11vw;
  }
  .highlights{
    display: flex;
    flex-direction: column;
  }
  #social{
    gap: 10px;
  }
  #social > div{
    width: 36px;
    height: 36px;
  }
  .icon::after{
    width: 16px;
    height: 16px;
    left: 10px;
    top: 10px;
  }
  #review{
    transform: scale(0.8);
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .icon-phone{
    margin-right:0;
  }
  #submit{
    border-radius: 0;
  }
  .row-1x2{
    grid-template-columns: auto;
    gap: 14px;
  }
  .r2side{
    padding: 20px;
    text-align: center;
    align-items: center;
  }
  .r2side .title{
    text-align: center;
  }
  .title-x2, .since{
    text-align: center;
  }
  .info-phone a{
    font-size: 16px;
    font-weight: 500;
  }
  .info-phone a:first-child{
    margin-right: 2px;
  }
}


.whatsapp-pulse {
  position: fixed;
  left: 30px;
  bottom: 30px;
  width: 54px;
  height: 54px;
  background-color: rgba(18,140,126,.72);
  z-index: 1000;
  border-radius: 100%;
  text-align: center;
  line-height: 48px;
  transition: .2s ease-in
}

.whatsapp-pulse:hover {
  transform: scale(.8)
}

.whatsapp-pulse svg {
  width: 30px;
  height: 30px;
  user-select: none;
  transform: translateY(10px);
  opacity: 0.9;
}

.whatsapp-pulse::before {
  position: absolute;
  width: 50px;
  height: 50px;
  content: '';
  left: 0;
  top: 0;
  border: solid 8px #25d366;
  border-radius: 100%;
  margin-left: -6px;
  margin-top: -6px;
  animation: wpulse 2s linear infinite
}

.whatsapp-pulse::after {
  position: absolute;
  width: 50px;
  height: 50px;
  content: '';
  left: 0;
  top: 0;
  border: solid 2px rgba(0,0,0,.1);
  border-radius: 100%;
  animation: wpulse 3s linear infinite
}

@keyframes wpulse {
  0% {
      opacity: 0;
      transform: scale(0)
  }

  25% {
      transform: scale(1)
  }

  50% {
      opacity: 1
  }

  100% {
      opacity: 0;
      transform: scale(1.5)
  }
}