/*!
* Version: 1.0.0
* Template: GIGZ
* Author: iqonic.design
* Design and Developed by: iqonic.design
* NOTE: This file contains the styling for Template.
*
*/
:focus {
  outline: none; }

/* ===== FLEXBOX LAYOUT FOR STICKY FOOTER ===== */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

.main {
  flex: 1;
  width: 100%;
  margin: 0;
  padding: 0;
}

footer {
  width: 100%;
  margin-top: 0;
  padding: 0;
  flex-shrink: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  -webkit-border-radius: 20px;
          border-radius: 20px; }

/* Scroll Track */
::-webkit-scrollbar-track {
  background: #F6F7F9;
  -webkit-border-radius: 20px;
          border-radius: 20px; }

/* Scroll Handle */
::-webkit-scrollbar-thumb {
  background: #EBEBEB;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer; }

/* Scroll Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ededed;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }

.sign-bg {
  position: absolute;
  left: 0;
  top: 0; }
  .sign-bg.sign-bg-right {
    left: auto;
    right: 0; }

.gradient-main {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.login-bottom {
  margin-top: -12.5rem; }

.auth-padding {
  padding-left: 7rem;
  padding-right: 7rem; }

.auth-social-list .list-group-item {
  background-color: transparent; }

@media (min-width: 1400px) {
  .auth-card {
    padding: 0 6.25rem; } }

@media (max-width: 575.98px) {
  .auth-padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

@media (max-width: 991.98px) {
  .auth-padding {
    padding-left: 0rem;
    padding-right: 0rem; }
  .auth-400 {
    background-image: unset !important; }
  .sm-img {
    display: block !important;
    margin-top: 50%; } }

@media (max-width: 575.98px) {
  .login-header {
    height: 12.5rem !important; }
  .login-bottom {
    margin-top: -6.25rem; } }

@media (max-width: 1199.98px) {
  .auth-md-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .auth-md-form {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .gradient-main {
    height: unset !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .res-hide {
    display: none; }
  .res-hide1 {
    display: block !important; }
  .auth-padding {
    padding-left: 10rem;
    padding-right: 10rem; } }

@media (min-width: 1366px) and (max-width: 1920px) {
  .res-hide1 {
    display: none; } }

.pricing-details .pricing-header {
  background: rgba(123, 96, 231, 0.2);
  -webkit-border-radius: 8px 8px 50% 50%;
          border-radius: 8px 8px 50% 50%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .pricing-details .pricing-header.active {
    background: #7B60E7; }
    .pricing-details .pricing-header.active h3 {
      color: #fff; }
    .pricing-details .pricing-header.active small {
      color: #fff !important; }
    .pricing-details .pricing-header.active svg {
      stroke: #fff;
      fill: #B2A2F1; }

.pricing-details .btn-pricing {
  background-color: rgba(123, 96, 231, 0.4);
  color: #fff; }

.iq-pricing-details {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .iq-pricing-details:hover .pricing-header {
    background: #7B60E7;
    color: #fff; }
    .iq-pricing-details:hover .pricing-header > h3 {
      color: #fff; }
      .iq-pricing-details:hover .pricing-header > h3 > small {
        color: #fff !important; }
    .iq-pricing-details:hover .pricing-header .icon-data > svg {
      stroke: #fff;
      fill: #B2A2F1; }
  .iq-pricing-details:hover .btn-pricing {
    background-color: #7B60E7;
    color: #fff; }

.pricing .table thead tr {
  background-color: unset; }

.pricing .table th {
  border-top: none;
  border-bottom: 1px solid #EBEBEB;
  padding: 3rem 1.25rem;
  font-size: 1.188rem; }

.pricing .table td {
  border-top: none !important;
  padding: 0px; }

.pricing .table tr {
  border-bottom: 1px solid #EBEBEB; }

.prc-box {
  background: #EBEBEB;
  padding: 1.5rem;
  position: relative;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  cursor: pointer; }

.type {
  position: absolute;
  background: #7B60E7;
  padding: 3px 9px;
  color: #fff;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 500;
  font-size: 1rem; }
  .type:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    right: -15px;
    top: 0px;
    border-left: 15px solid #19132e;
    border-top: 15px solid transparent; }
  .type:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: -15px;
    top: 0px;
    border-right: 15px solid #19132e;
    border-top: 15px solid transparent; }

.prc-box.active {
  background: #7B60E7; }
  .prc-box.active .h4 {
    color: #fff; }
  .prc-box.active .type {
    background: #F0EDFC;
    color: #212529; }
    .prc-box.active .type:before {
      border-left: 16px solid #19132e;
      right: -16px; }
    .prc-box.active .type:after {
      border-right: 16px solid #19132e;
      left: -16px; }

.prc-wrap {
  border-bottom: none !important; }

.child-cell.active {
  color: #7B60E7;
  stroke: #7B60E7; }

.line-around {
  border-bottom: 1px solid #EBEBEB;
  line-height: 0.1em;
  margin: 10px 0 20px; }
  .line-around .line-around-1 {
    text-transform: uppercase;
    background: #fff;
    padding: 0 10px 0 0; }

.iq-single-card {
  -webkit-border-radius: 0 1.25rem 1.25rem 0;
          border-radius: 0 1.25rem 1.25rem 0; }

.rectangle6 {
  position: absolute;
  z-index: -3;
  left: 13%;
  top: 28%; }

.iq-star-inserted .iq-star-inserted-1.col {
  padding-right: unset; }

.iq-star-inserted .iq-star-inserted-2 {
  z-index: 2; }
  .iq-star-inserted .iq-star-inserted-2.col {
    padding: unset; }
    .iq-star-inserted .iq-star-inserted-2.col .card {
      height: 100%; }

.iq-star-inserted .iq-star-inserted-3.col {
  padding-left: unset; }

@media (min-width: 992px) {
  .rectangle6 {
    position: absolute;
    z-index: -3;
    left: 33%;
    top: 28%; } }

@media (max-width: 991.98px) {
  .iq-star-inserted .card.my-5 {
    margin: unset !important;
    margin-bottom: 2rem !important; }
  .iq-star-inserted .iq-star-inserted-1.col {
    padding-right: -webkit-calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2); }
  .iq-star-inserted .iq-star-inserted-2.col {
    padding-right: -webkit-calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: -webkit-calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2); }
    .iq-star-inserted .iq-star-inserted-2.col .card {
      height: unset;
      margin-bottom: 2rem !important; }
  .iq-star-inserted .iq-star-inserted-3.col {
    padding-left: -webkit-calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2); }
  .rectangle6 {
    position: absolute;
    z-index: -3;
    left: 35%;
    top: 28%; } }

@media (max-width: 767.98px) {
  .iq-single-card {
    -webkit-border-radius: 0 0 1.25rem 1.25rem;
            border-radius: 0 0 1.25rem 1.25rem; }
  .rectangle6 {
    left: 82%;
    top: 30%; } }
