/* Generated by scripts/build-homepage-critical-css.js; edit homepage.css. */
html {
  scroll-behavior: smooth !important;
}

#trubuddy-logo {
  max-width: 150px;
}




body {
  font-family: "Open Sans", Arial, sans-serif !important;
  position: relative;
  min-height: 100vh;
}

.login-btn {
  color: #EE7700;
  margin-right: 0.5rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
}



.login-btn:hover {
  cursor: pointer;
}
@media (max-width:768px) {
  .h3 {
    font-size: 26px !important;
  }
  #trubuddy-logo{
    width: 100px;
  }
  .login-btn{
    font-size: 20px;
  }
}

.subscribe-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 52px;
  border-radius: 200px;
  border: 2px solid #E70;

  color: #EE7700 !important;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  text-transform: uppercase;
}

.subscribe-btn:hover{
  background-color: #fef3e8;
  color: #EE7700 !important;
}

.preview-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 52px;
  border-radius: 200px;
  background: #E70;


  color: #FFF !important;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  transition: background-color 0.3s, color 0.3s;
}

.preview-btn:hover {
  background-color: #FEF3E8; 
  color: #E70 !important;   
  border: 2px solid #E70;
}




.points {
  background-image: url('https://trubuddy.me/assets/comic-subscription/icon-group-1.png');
  display: inline-block;
}

.points {
  flex: none;
}

@media (max-width:768px) {
  .points {
    scale: 70%;
  }
}

.point1 {
  height: 100px;
  width: 100px;
  background-position: 0px 0px;

}

.point2 {
  height: 100px;
  width: 100px;
  background-position: 0px -100px;
}

.point3 {
  height: 100px;
  width: 100px;
  background-position: 0px 100px;
}

.point4 {
  height: 100px;
  width: 100px;
  background-position: 0px 200px;
}

a:hover {
  text-decoration: none !important;
}

nav {
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
}

.cancel-text-main-section {
  width: 234px !important;
}

.preview-section {
  background: linear-gradient(180deg, #F1F1F1 0%, #FFF 52.08%, #F1F1F1 100%);
}
@media (min-width:1650px) {
  .main-title-head {
    font-size: 36px !important;
  }

  .sub-title-head {
    font-size: 24px !important;
  }

  .button-box-head {
    margin-top: 3rem !important;
  }
}


.column-header {
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 3rem;
}

.column-header-img {
  display: flex;
  flex-direction: column;
  flex: 0 0 60%;
  max-width: 60%;
}

.btns-desk {
  display: flex;
}

.btns-mob {
  display: none;
}

.head-text {
  text-align: left;
}

@media (min-width:1280px) {
  .column-header {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .column-header-img {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width:1080px) {
  .column-header {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .column-header-img {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .btns-desk {
    display: none;
  }

  .btns-mob {
    display: block;
  }

  .head-text {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


.fs-18 {
  font-size: 18px !important;
}

@media (min-width:1500px) {
  .column-header {
    padding-left: 8rem;
  }
}

h1 {
  font-weight: 600 !important;
}

.profile-btn, .login-btn{
  display: none;
}
