/*  9/16 = 0.5625 
    100* 9/16 = 56.25% 
    100* 3/4 = 75% 
    100* 3/2 = 150% 

/* @mixin aspect-ration-padding-bottom ( 
  $img-aspect-ration-padding-bottom:calc(55%*9/16),
  $img-aspect-ration-bg-color:  rgba(black, 0.0)
){
    padding-bottom:$img-aspect-ration-padding-bottom; 
} */
html {
  top: unset !important;
}

.cdk-overlay-container,
.cdk-overlay-container {
  z-index: 1000000 !important;
}

p.lead {
  display: flex;
  align-items: center;
}

.video-btn {
  padding: 0px 10px;
  background: transparent;
  display: flex;
  align-items: center;
  transition: all 0.5s linear;
}

.video-btn:after {
  content: "";
  background-image: url(../images/video-icon.svg);
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  margin: 4px 0 0 10px;
  padding-bottom: 13px;
  padding-left: 20px;
  transition: all 0.5s linear;
}

.video-btn:hover:after {
  margin-left: 20px;
  transition: all 0.5s linear;
}

.demo {
  margin-left: 0px;
}

a span {
  /* color: #023669; */
  font-weight: bold;
  font-size: 26px;
  margin-left: 10px;
  text-shadow: 0px 0px 2px #ccc;
}

.home-banner {
  background: #fff;
}

.home-banner .jumbotron {
  background: transparent;
  padding: 0px;
  margin-bottom: 0px;
}

/*brand name section starts here*/
.brand-name {
  display: flex;
  flex-wrap: wrap;
  background: #f0f3f7;
}

.brand-name ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.brand-name ul li {
  padding: 10px;
  width: 15%;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.brand-name ul li:hover {
  border-radius: 0px;

  transition: all 0.5s linear;
  transform: scale(1.03);
}

.brand-name ul li img {
  width: 100%;
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
}

/* six column*/

.six-col h2 {
  padding-bottom: 1.5rem;
}

.six-col p {
  margin-bottom: 3rem;
}

/*three col*/

/* .three-col .parent {
  padding: 1.56rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
  transform: scale(1);
  transition: all 0.5s linear;
  border: 2px solid transparent;
} */
/* .three-col .parent:hover {
  border: 2px solid #985ce1;
  border-radius: 20px;

  transition: all 0.5s linear;
  transform: scale(1.03);
  .mat-icon {
    color: #985ce1;
  }
} */

.three-col .parent img {
  max-width: 50px;
  max-height: 50px;
}

.three-col .parent h4 {
  padding-bottom: 1.5rem;
}

/*three col-image*/
.three-col-image {
  padding: 50px 0px;
  background: #f0f3f7;
  position: relative;
}

.three-col-image .parent {
  padding: 0px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  height: 300px;
}

.three-col-image .parent .image-wrap {
  width: 100%;
  height: 100%;
}

.three-col-image .parent .details {
  padding: 1.56rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(74, 85, 109, 0.6);
}

.three-col-image .parent .details .icon {
  width: 50px;
  height: 50px;
}

.three-col-image .parent .details .des h4 {
  color: #fff;
  padding-bottom: 1rem;
}

.three-col-image .parent .details .des a {
  color: #fff;
}

/* why section*/

/* .why-section .why-details{
  padding:90px 0px;
 } */
.why-section h2 {
  padding-bottom: 1rem;
}

/* .why-section .parent {
  padding: 1.56rem;
  background: #fff;
  border-radius: 20px;
 
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: scale(1);
  transition: all 0.5s linear;
  border: 2px solid transparent;
} */
/* .why-section .parent:hover {
  border: 2px solid #985ce1;
  border-radius: 20px;

  transition: all 0.5s linear;
  transform: scale(1.03);
  .mat-icon {
    color: #985ce1;
  }
} */

.why-section .user-details {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 100%;
}

.why-section .number {
  font-size: 75px !important;
  font-weight: 700;
}

.why-section .number img {
  width: 80px;
}

/*marketplace*/
.marketplace {
  padding: 50px 0px;
}

.marketplace h2 {
  padding-bottom: 1.5rem;
}

.marketplace ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.marketplace ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  width: 90px;
  height: 90px;
  margin-top: 0.25rem;
  margin-right: 1rem;
}

/*fetaure*/
/*three col*/

.feature .parent {
  padding: 1rem;
  background: #fff;
  border-radius: 0px;
  box-shadow: none;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid #cdd8e8 !important;
  height: 100%;
}

.feature .parent:hover {
  border-radius: 0px;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid #cdd8e8 !important;
  transition: all 0.5s linear;
  transform: scale(1.03);

  .mat-icon {
    color: #985ce1;
  }
}

.feature .parent .icon {
  padding-bottom: 1.56rem;
}

.feature .parent img {
  max-width: 50px;
  max-height: 50px;
}

.feature .parent h4 {
  padding-bottom: 1.5rem;
}

.fetaure .parent p {
  padding-bottom: 1.76rem;
}

/*footer*/
footer {
  background: #253143;
  padding: 50px 0px;
}

footer p {
  font-weight: 700;
  padding-bottom: 20px;
}

footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

footer ul li {
  padding: 5px 0px;
}

footer ul li a {
  color: #fff;

  line-height: 1.5rem;
}

footer .footer-menu {
  padding-bottom: 1rem;
}

footer .privacy-section {
  padding-top: 3rem;
  border-top: 2px solid #fff;
}

footer .privacy-section ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
}

.social-section ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  padding-bottom: 3rem;
}

.social-section ul li {
  padding: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: yellow;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-section ul li a {
  color: blue;
}

footer .privacy-section ul li a {
  padding: 0px 10px;
  border-right: 1px solid #fff;
}

footer .privacy-section ul li:last-child a {
  border-right: 0px;
}

footer .privacy-section p {
  font-weight: 400;
  padding: 0px;
}

@media (max-width: 992px) {
  .brand-name ul li {
    width: 25%;
    min-width: unset;
  }
}

/*remaining code from setting page setting page details*/

.form-group {
  width: 100%;
  margin-bottom: 1rem;

  .form-field-add {
    width: 100%;
  }

  &.checkbox-group {
    display: block;

    .mdc-label {
      margin-bottom: 0px;
    }
  }

  &:last-child {
    margin-bottom: 0px;
  }

  &:last-of-type {
    margin-bottom: 0px;
  }
}

mat-form-field {
  width: 100%;
}

.form-group.btn-right {

  /* margin-bottom: 1rem !important; */
  button {
    float: right;
  }

}

.form-row {
  margin: 0px;
}

/*popup radio parent*/
.radio-parent {
  .mdc-form-field>label {
    margin-bottom: 0px !important;
    margin-right: 10px !important;
  }

  .mdc-radio {
    padding-left: 0px !important;
    padding-right: 5px !important;
  }
}







.your-body-cms-class-name {
  overflow-y: hidden;
}

.setting-popup .mat-mdc-menu-item-text {
  
      display: flex !important;
      align-items: center !important;
    
}

.setting-popup .mat-mdc-menu-item-text .material-icons{
  font-size: 14px;
  margin-right: 10px;
}
.setting-popup .unpublish-ico .material-icons{
  transform:rotate(180deg);
}
