

/*===== VARIABLES CSS =====*/
:root {
    --header-height: 3rem;


    /*========== Colors ==========*/
    --green-color: #7fbe25;
    --grey-color: #879a9f;


}




/*========== Layout ==========*/

* {
  font-family: 'Nunito', sans-serif !important;
}

.btn-blue {
  background-color: #0082fa;
  color: #fff !important;
  text-decoration:  none !important;
  border-radius: 50px !important;
  width: 80% !important;
  padding: 15px 30px !important;
  transition: 0.21s !important;
  border: 1px solid #0082fa;
  display: inline-block;
  text-align: center !important;
}

.btn-blue:hover {
  background-color: transparent;
  color: #0082fa !important;
}

.btn-outline {
  background-color: white !important;
  color: #0082fa;
  text-decoration:  none !important;
  border-radius: 50px !important;
  width: 60% !important;
  padding: 15px 30px !important;
  transition: 0.21s !important;
  border: 1px solid #0082fa;
  display: inline-block;
}

.btn-outline:hover {
  background-color: #0082fa !important;
  color: white !important;
}

.btn-buy {
  background-color: #0082fa;
  color: #fff !important;
  text-decoration:  none !important;
  border-radius: 50px !important;
  width: 50% !important;
  padding: 15px 30px !important;
  transition: 0.21s !important;
  border: 1px solid #0082fa;
  display: inline-block;
  text-align: center !important;
  margin-top: 20px;
}

.btn-buy:hover {
  background-color: transparent;
  color: #0082fa !important;
}

.logos {
  background-color: #5d5c5c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 25px;
}

.x-kom-logo {
  width: 220px;
}

.vendor-logo {
  max-width: 400px;
}

@media(max-width: 600px) {
  .btn-blue {
    width: 70% !important;
  }

  .logos {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .x-kom-logo {
    width: 180px;
  }
  
  .vendor-logo {
    max-width: 300px;
    padding-bottom: 25px;
  }
}

@media(min-width: 520x) and (max-width: 767px) {
  #mainWID .headerTOP .headerTOP__info .headerTOP__info-grid {
    width: 65% !important;
  }
}

@media(min-width: 740px) and (max-width: 1024px) {
  #mainWID .headerTOP .headerTOP__info .headerTOP__info-grid {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 60% !important;
  }

  #mainWID .headerTOP .headerTOP__info .headerTOP__info-grid .headerTOP__info-grid-left {
    margin: unset !important;
  }
}

@media(max-width: 350px) {
  #mainWID .headerTOP .headerTOP__info .headerTOP__info-grid {
    width: 95% !important;
    margin: 50px auto !important;
    width: unset;
  }

  .logos {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .x-kom-logo {
    width: 160px;
  }
  
  .vendor-logo {
    max-width: 200px;
    padding-bottom: 25px;
  }
}




html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body {
  min-height: 100vh;
  background: #fff;
  font-display: swap;
  margin: 0;
}

#mainWID {
  width: 100% !important;
  margin: 0 auto !important;
}

::placeholder {
  color: #000 !important;
}

/* #mainWID .models .models__spec .btn__buy {
  text-align: center !important;
  text-decoration: none !important;
  margin: 40px auto !important;
  background: var(--green-color) !important;
  display: block !important;
  color: #fff !important;
  width: 80% !important;
  padding: 12px 0 !important;
  border-radius: 18px !important;

  font-size: 18px !important;
  transition: 0.19s !important;
} */

/* #mainWID .models .models__spec .btn__buy:hover {
  transform: scale(0.96) !important;
  color: #000 !important;
} */

/*========== Header ==========*/

#mainWID .headerTOP .headerTOP__img {
  width: 100% !important;
}

#mainWID .headerTOP {
  text-align:center !important;
}


#mainWID .headerTOP .headerTOP__info .headerTOP__info-heading {
  width: 900px !important;
  font-size: 39px !important;
  margin: 100px auto 60px auto !important;
}

#mainWID .headerTOP .headerTOP__info .headerTOP__info-heading2 {
  margin: 65px auto 50px auto !important;
}

#mainWID .headerTOP .headerTOP__info .headerTOP__info-flex {
  display: flex !important;
  width: 600px !important;
  margin: 0 auto !important;
}

#mainWID .headerTOP .headerTOP__info .webLink {
  color: #000 !important;
}

#mainWID .headerTOP .headerTOP__info .headerTOP__info-flex a {
  color: #000 !important;
}

#mainWID .headerTOP .headerTOP__info .headerTOP__info-flex-left p  {
  background: var(--green-color) !important;
  padding: 8px 13px !important;
  border-radius: 50% !important;
}

#mainWID .headerTOP .headerTOP__info .headerTOP__info-flex-right {
  margin-left: 30px !important;
  text-align: left !important;
}

#mainWID .headerTOP .headerTOP__info .headerTOP__info-flex-right p {
  line-height: 24px !important;
  font-size: 18px !important;
}

#mainWID .headerTOP .headerTOP__info .headerTOP__info-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  width: 600px;
  margin: 50px auto !important;
}

/* #mainWID .headerTOP .headerTOP__info .headerTOP__info-grid a {
  background: var(--green-color) !important;
  color: #fff !important;
  text-decoration:  none !important;
  border-radius: 20px !important;
  width: 100% !important;
  padding: 15px 20px !important;
  transition: 0.21s !important;
  display: block !important;
}

#mainWID .headerTOP .headerTOP__info .headerTOP__info-grid a:hover {
  transform: scale(0.94);
  color: #000 !important;
} */

/* #mainWID .headerTOP .headerTOP__info .headerTOP__info-grid .headerTOP__info-grid-right a {
  background: var(--grey-color) !important;
  width: 50% !important;
  margin-left: auto !important;
  margin-right: 30px !important;
} */

#formAnchor {
  padding: 0px 7px;
}

/*========== Models ==========*/

#mainWID .models {
  text-align: center !important;
  margin-top: 200px !important;
}

#mainWID .models .models__heading {
  font-size: 32px !important;
  padding: 0px 7px;
}

#mainWID .models .models__spec {
  text-align: center;
  width: 280px;
  margin: 80px auto;
}

#mainWID  .models__spec p {
  line-height: 8px !important;
}


#mainWID  .models__spec h4 {
  text-align: center !important;
  font-size: 26px !important;
  margin-bottom: 10px !important;
}

#mainWID .models .models__spec-grey {
  text-align: center !important;
  margin-top: 0 !important;
  color:  var(--grey-color);
}

#mainWID .models .models__image {
  width: 600px !important;
  margin-top: 50px !important;
}



/*========== Media Queries ==========*/

@media screen and (min-width:1901px){

  #mainWID .headerTOP .headerTOP__info .headerTOP__info-heading {
    font-size: 44px !important;
    width: 999px !important;
  }

  p.headerTOP__info-description {
    font-size: 19px !important;
  }

  #mainWID .headerTOP .headerTOP__info .headerTOP__info-heading2 {
    font-size: 32px !important;
  }
  #mainWID .headerTOP .headerTOP__info .headerTOP__info-flex {
    width: 700px !important;
  }

  #mainWID .headerTOP .headerTOP__info .headerTOP__info-flex-right p {
    font-size: 21px !important;
  }

  #mainWID .formSection #form h3 {
    font-size: 24px !important;
  }

  #mainWID .formSection #form input {
    font-size: 16px !important;
  }

  #mainWID .formSection #form {
    width: 750px !important;
  }

  #mainWID .formSection #form .form__oneinput p {
    font-size: 16px !important;
  }

  .flex-checkbox {
    width: 740px !important;
  }

  .checkcontent {
    font-size: 15px !important;
  }

  #sendBTN {
    font-size: 20px !important;
    padding: 19px 40px !important;
  }

  #mainWID .models .models__heading {
    font-size: 36px !important;
  }

  #mainWID .models__spec p {
    font-size: 19px !important;
    line-height: 12px !important;
  }
  
  #mainWID .models .models__spec {
    width: 320px !important;
  }

  #mainWID .models .models__spec .btn__buy {
    font-size: 21px !important;
    padding: 16px 0 !important;
  }

}

@media screen and (max-width: 990px) {
    
  #mainWID .headerTOP .headerTOP__info .headerTOP__info-heading {
    width: 90% !important;
    font-size: 22px !important;
    margin: 40px auto 45px auto !important;

  }

  #mainWID .headerTOP .headerTOP__info .headerTOP__info-heading2 {
    margin: 50px auto 10px auto !important;
  }

  #mainWID .headerTOP .headerTOP__info .headerTOP__info-flex {
    width: 90% !important;
  }
  
  #mainWID .headerTOP .headerTOP__info .headerTOP__info-flex-right {
    margin-left: 25px !important;
  }

  #mainWID .headerTOP .headerTOP__info .headerTOP__info-description {
    font-size: 15px !important;
    width: 90% !important;
    margin: 0 auto !important;
  }

  #mainWID .headerTOP .headerTOP__info .headerTOP__info-grid {
    display: block;
    width: 95%;
    margin: 50px auto 10px auto;
  }

  #mainWID .headerTOP .headerTOP__info .headerTOP__info-grid .headerTOP__info-grid-left {
    margin: 20px auto;
  }

  /* #mainWID .headerTOP .headerTOP__info .headerTOP__info-grid .headerTOP__info-grid-right a {
    width: 80% !important;
    margin: 0 auto !important;
  } */

  /* #mainWID .headerTOP .headerTOP__info .headerTOP__info-grid a {
    padding: 15px 0 !important;
    width: 80% !important;
    margin: 0 auto !important;
    font-size: 14px !important;
  } */

  #mainWID .formSection .formSection__heading {
    font-size: 26px !important;
  }

  #mainWID .formSection #form {
    margin: 50px auto 30px auto !important;
  }

  #mainWID .models {
    margin-top: 80px !important;
  }

    
}


@media screen and (max-width: 750px) {
  #mainWID .formSection #form .two__input {
    display: block !important;
  }

  #mainWID .formSection #form .two__input div:nth-child(2) input {
    margin-top: 30px !important;
  }

  #mainWID .formSection #form,
  #mainWID .flex-checkbox {
    width: 90% !important;
  }

  #mainWID .formSection #form input {
    width: 95% !important;
  }

  #mainWID .formSection #form .form__oneinput p {
    text-align: center !important;
  }

  #mainWID .models .models__image { 
    width: 80% !important;
  }

  #mainWID .models .models__spec {
    width: 80% !important;
    text-align: center !important;
  }

  #mainWID  .models__spec p  {
    line-height: 13px !important;
  }

}