*::after, *::before{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body{
    font-size: 16px;
    font-family: "Onest", sans-serif;
      scroll-behavior: smooth;
}

:root{
    --primary-color:#F8771C;
    --secondry-color:#0c2f55;
    --text-color: #333;
    --text-primary-color:#1c1c1c;
    --text-secondry-color:#66707a;
    --color-white:#fff;
    --color-black:#000;
    --primary-font-size: 3.2rem;
    --secondary-font-size: 2rem;
    --h2-font-size:2.5rem;
    --h4-font-size:1.5rem;
    --h5-font-size:1.25rem;
    --text-font-size: 1rem;
    --accent-font-size:1.2rem;
    --font-fourteen:14px;
    --primary-font-weight: 700;
    --text-font-weight: 400;
    --accent-font-weight:500;
}

  h1{
     font-size: var(--primary-font-size);
     font-weight: var(--primary-font-weight);
     line-height: 1.2em;
  }
  h2{
    font-size: var(--h2-font-size);
    font-weight: var(--primary-font-weight);
    line-height: 1.15em;
  }
  h3{
    font-size: var(--secondary-font-size);
    font-weight: var(--primary-font-weight);
    line-height: 1.15em;
  }
  h4{
    font-size: var(--h4-font-size);
    font-weight: var(--primary-font-weight);

  }
  h5{
    font-size: var(--h5-font-size);
    font-weight: var(--primary-font-weight);
  }
  h6{
    font-size: var(--accent-font-size);
    font-weight: var(--primary-font-weight);
  }
  p{
    font-size: var(--text-font-size);
    font-weight: var(--text-font-weight);
    color: var(--text-secondry-color);
  }
  a{
    text-decoration: none;
    color: var(--text-primary-color);
  }
  img{
    width: 100%;
  }
  li{
    list-style-type: none;
    color: var(--text-secondry-color);
  }
  input:focus{
    box-shadow: none !important;
  }
  .btn{
      background-color: var(--primary-color);
      color: #fff;
      padding: 10px 20px;
      border-radius: 6px;
  }
  [x-cloak] {
    display: none !important;
}
  a:hover{
    cursor: pointer;
  }
  .container{
    width: 90% !important;
  }
  .ate-problemsolving ul li{
       list-style: disc;
       font-size: var(--text-font-size);
       margin-bottom: 5px;
  }
  .bg-sec {
   background-color: var(--secondry-color);
  }
  .ate_thanku_list li{
   list-style-type: disc;
  }
    .ate-faq button{
      padding: 1.1rem;
    }
    .ate-tnx-ixonbox h6{
          font-size: 17px !important;
    }

  .ate-faq button span{
    font-size: 1.1rem !important;
    font-weight: 400;
  }
  .ate-price-tag{
        background: linear-gradient(45deg, var(--primary-color), #ddb47000);
    border-color: #ffe8d7 !important;
    color: #000;
  }
  .ate-footer p,
  .ate-footer li{
    font-size: 14px !important;
  }
  .ate-login-or:before {
    content: '';
    width: 45%;
    height: 1px;
    background: #3333 !important;
    position: absolute;
    top: 50%;
    left: 0;
}
.ate-login-or:after {
    content: '';
    width: 45%;
    height: 1px;
    background: #3333 !important;
    position: absolute;
    top: 50%;
    right: 0;
}
  .ate-cta{
  background-image: url("https://allthingsecommerce.co/storage/images/cta-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  }
   .success_toast{
    /* background: linear-gradient(45deg, #7cff95, #ffffff) !important; */
    border-radius: 8px !important;
    }
@media(max-width:800px){
  body, html{
    font-size: 15px !important;
  }
  h1{
    font-size: 2.7rem;
  }
}
@media(max-width:540px){
  body, html{
    font-size: 14px !important;
  }
  h1{
    font-size: 2rem;
  }
  h2{
    font-size: 2.1rem;
  }
    h5{
    line-height: 1.8rem !important; 
   }
}
