/*
Template Name: Adminto - Bootstrap 4 Landing Page Tamplate
Author: CoderThemes
Email: coderthemes@gmail.com
File: Main scss file
*/
/*******************************
01.General
02.Helper
03.Navbar
04.Home
05.Features
06.Services
07.Portfolio
08.Clients
09.Pricing plans
10.Contact
11.Cta
12.footer
13.Responsive
********************************/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Karla:400,700");
/*******************
    1.General
*******************/
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Karla", sans-serif;
  font-weight: 600;
}

h3 {
  line-height: 30px;
}

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

p {
  line-height: 1.6;
  font-size: 15px;
}

/*content mobile & desktop:*/
#content-desktop {display: block;}
#content-mobile {display: none;}
/*******************
    2.Helper
*******************/
.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
}

.section-sm {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-primary {
  color: #672fed !important;
}

.text-custom {
  color: #672fed ;
}

.bg-custom {
  background-color: #c35bff;
}

.bg-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#3a59af), to(#352786));
  background: linear-gradient(to bottom, #803be2, #50b0ff);
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.btn {
  font-family: "Karla", sans-serif;
  padding: 10px;
}

.btn-custom {
  color: #ffffff !important;
  background-color: #ff5b5b;
  border-color: #ff5b5b;
  
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active {
  background-color: #ff4747;
}

.title .small-title {
  text-transform: uppercase;
  letter-spacing: 2px;
}

/**BACK TO TOP**/
.back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  border-radius: 3px;
  background-color: #672fed;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.back-to-top i {
  color: #ffffff;
  font-size: 22px;
  display: block;
  line-height: 30px;
}

/******************
    3.Navbar
*******************/
.navbar-custom {
  padding: 20px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-custom .logo .logo-light {
  display: inline-block;
}

.navbar-custom .logo .logo-dark {
  display: none;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 6px 15px;
  margin: 0 7px;
  font-family: "Karla", sans-serif;
  font-weight: bold;
  /* font-size: 80%; */
}

.navbar-custom .navbar-nav .nav-item .get-started {
  color: #fff;
  border-radius: 50px;
  margin: 1 15px;
  padding: 5px 20px;
  background-image: linear-gradient(to right, #35278691 0%, #3a59af8e 51%, #35278691 100%);
}

navbar-custom .navbar-nav .nav-item .get-started:hover {
  background-position: right center;
} 



.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #ffffff;
  background-position: right center;

}

.navbar-custom .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

/*--- navbar sticky ---*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
}

.nav-sticky.navbar-custom .logo .logo-dark {
  display: inline-block;
}

.nav-sticky.navbar-custom .logo .logo-light {
  display: none;
}



/**/ .nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link.first-twos{
  color: rgba(40, 40, 46, 0.8);
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link.first-twos:hover, .nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #672fed;
}

.nav-sticky.navbar-custom .navbar-nav .nav-item.active .nav-link {
  color: #672fed;
}

/* ============ Dropdown NavBar ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item > .dropdown-menu{ display: none; }
	.navbar .nav-item:hover > .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.navbar .nav-item .dropdown-menu .dropdown-item:hover{
  background-color:   #813be277;
}

.navbar .nav-item .dropdown-menu .dropdown-item{
  color:  #8260dd;
}
/* ============ Dropdown NavBar .end// ============ */
/*******************
    4.Home
*******************/
.bg-home {
  position: relative;
  padding: 100px 0px 40px;
}

.home-center {
  display: table;
  width: 100%;
  height: 50%;
}

.home-desc-center {
  display: table-cell;
    padding-top: 8%;
}

.home-title .play-icon-circle {
  background: #ffffff;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #672fed;
}

.how-it-work {
  margin-top: 80px;
  position: relative;
  top: 30px;
}

/*******************
    5.Features
*******************/
.features {
  position: relative;
  bottom: 98px;
}

.features-tab .nav-item {
  text-align: left;
  margin: 0px 12px;
}

.features-tab .nav-item:first-child {
  margin-left: 0px;
}

.features-tab .nav-item:last-child {
  margin-right: 0px;
}

.features-tab .nav-item .nav-link {
  padding: 22px 30px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.features-tab .nav-item .nav-link p {
  color: rgba(255, 255, 255, 0.6);
}

.features-tab .nav-item .nav-link.active {
  background: #ffffff;
  color: #28282e;
}

.features-tab .nav-item .nav-link.active p {
  color: #7a7d84;
}

.features-tab .nav-item .nav-link.active .features-icon i {
  color: #ff5b5b;
}

/*******************
    6.Services
*******************/
.services-box {
  -webkit-box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
          box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  border-radius: 7px;
  height: 90% !important;
}

.services-box h5 {
  font-size: 18px;
}

.services-box .services-img img {
  max-height: 46px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #3f3440;
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(70, 57, 78, 0.6);
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}

.team .member .social a:hover {
  color: #881eeb;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(76, 57, 78, 0.95) 0%, rgba(76, 57, 78, 0.95) 15%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}

/*******************
    8.Clients
*******************/
.testi-box {
  position: relative;
  -webkit-box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
          box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  border-radius: 7px;
}

.testi-box .testi-img img {
  max-width: 64px;
}

.testi-box .testi-icon i {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #f4f4f4;
}

.client-images img {
  margin: 10px auto;
  opacity: 0.7;
  max-width:300px;
  max-height: 100px;
}

/*******************
  9.Pricing plans
*******************/
.pricing-plans {
  -webkit-box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
          box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  border-radius: 7px;
  max-width: 414px;
  margin: 0px auto;
}

.pricing-plans .plan-price .price {
  display: inline-block;
  width: 94px;
  height: 94px;
  line-height: 94px;
  background: #dfd3fb;
  border-radius: 50%;
  color: #672fed;
}

/*******************
    10.Contact
********************/
.custom-form .form-group {
  margin-bottom: 1.5rem;
}

.custom-form .form-group .form-control {
  height: 43px;
  font-size: 14px;
  border-color: #e6eaf9;
  background-color: #fcfdff;
}

.custom-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-form .form-group textarea.form-control {
  height: auto;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #ff5d48;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #ff5d48;
  background-color: #ffdbd7;
  border-color: #ffdbd7;
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #10c469;
  font-size: 22px;
}

/*******************
    11.Cta
********************/
.cta {
  background: -webkit-gradient(linear, left top, left bottom, from(#3a59af), to(#352786));
  background: linear-gradient(to bottom, #3a59af, #352786);
  border-radius: 7px;
  position: relative;
  top: 60px;
}

/*******************
    12.footer
********************/
.footer {
  padding: 60px 0px 20px 0px;
  /*margin-top: 40px;*/
  font-weight: bold;
}

.footer .footer-list li a {
  color: rgba(255, 255, 255, 0.5);
  padding: 0px 7px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer .footer-list li a:hover {
  color: #ffffff;
}

.footer .footer-border {
  border-color: rgba(255, 255, 255, 0.07);
}

.footer .social-links li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer .social-links li a:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.footer-brand{
  color: #ffffff;
}



@media (max-width: 575px) {
  #footer .copyright, #footer .credits {
    float: none;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 3px 0;
  }
}

.btn {
  flex: 1 1 auto;
  margin: 10px;
  padding: 10px;
  text-align: center;
  text-transform: none;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
 /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
  /*box-shadow: 0 0 5px #eee;*/
  border-radius: 0.25rem;
 }

/* Demo Stuff End -> */
/* <- Magic Stuff Start */

.btn:hover {
  background-position: right center; /* change the direction of the change here */
}

.btn-3 {
  /* background-image: linear-gradient(to right, #88D3CE 0%, #803be2 51%, #88D3CE 100%); */
  background-image: linear-gradient(to right, #35278691 0%, #3a59af8e 51%, #35278691 100%);

}

.navbar-nav{
  align-items: center;
}
/******************
    13.Responsive
*******************/
@media (min-width: 200px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 100%;
  }
  .navbar-nav.ml-auto.navbar-center .px-4{
    padding: 0.1rem!important;
   }
   .navbar-nav{
    align-items: flex-start;
    /* margin-left: 50px !important; */
  }
  /* #mySidenav > li:nth-child(6) > a{
    margin-left: 0;
  } */
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 85%;
  }
  .navbar-nav.ml-auto.navbar-center .px-4{
    padding: 0 !important;
   }
}

@media (min-width: 1600px) {
  .container-fluid {
    max-width: 70%;
  }
}
/*

.container-fluid{
  max-width: 90%;
} */


@media (max-width: 991px) {
  .features {
    bottom: 74px;
  }
  .features-icon {
    float: none !important;
    text-align: center;
  }
  .navbar-custom {
    margin-top: 0px;
    padding: 2px 0px !important;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
  }
  .navbar-custom .logo .logo-dark {
    display: inline-block;
  }
  .navbar-custom .logo .logo-light {
    display: none;
  }
  .navbar-custom .logo img {
    margin-left: 17px;
    width: 100px;
    height: 82px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /**color: rgba(40, 40, 46, 0.8) !important;**/
    margin: 0px;
    padding: 6px 15px;
    font-size: 90%;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link.first-twos{
    color: rgba(40, 40, 46, 0.8) !important;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link.first-twos:hover {
    color: #672fed !important;
  }
  
  .navbar-custom .navbar-nav .nav-item.active .nav-link {
    color: #672fed !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #28282e;
  }

  .footer-logo, .footer-desc, .footer-list {
    text-align: center;
  }
  .navbar-custom .navbar-nav .nav-item .get-started {
    background: #9979b6;
    color: #fff;
    border-radius: 25px;
    margin: 15px;
    padding: 5px 15px;
    max-width: -moz-fit-content !important;
    /* max-width: fit-content !important; */
  }

  .navbar-custom .navbar-nav .nav-item .get-started:hover {
    
    background-position: right center;

  }

}

@media (min-width: 200px) and (max-width: 768px) {
  /*content mobile & desktop:*/
  #content-desktop {display: none;}
  #content-mobile {display: block;}

  .home-img{
    display: none;
  }

  .bg-home {
    padding: 130px 0px 30px 0px;
  }
  .home-title h2 {
    font-size: 24px;
  }
  .mo-mb-20 {
    margin-bottom: 20px !important;
  }
  .mo-mt-20 {
    margin-top: 20px !important;
  }
  .navbar-nav .dropdown-menu{
    width: -moz-fit-content;
    width: fit-content;
    font-size: smaller;
  }
  .dropdown-header{
    font-size: inherit;
  }
  .navbar-toggler:focus{
    border: none;
  outline-color: rgba(255, 255, 255, 0);
  }
}

@media (max-width: 425px) {
  .features-tab .nav-item .nav-link {
    padding: 14px;
  }
  .cta {
    padding: 24px !important;
  }
}

/*ZEDT CARDS HNA*/

.width-auto {
  width: auto;
}

.text-lg {
  font-size: 2rem;
}

.carousel-indicators li {
  border: none;
  background: #ccc;
}

.carousel-indicators li.active {
  background: #6d38b8;
}

/*previous and next buttons common looks*/
.btn-controller{
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}

.ctrl-btn{
  background: none;
  border: none;
  font-size: 20px;
  font-weight: lighter;
  color: #6d38b8;

}
.ctrl-btn:focus{
  border: none;
  outline-color: white;
}
.overflow-hidden .justify-text{
  height: 144px;
}






@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 28));
  }
}
.slider {
  /*background: white;*/
  /*box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);*/
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 5px;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider img {
  width: 250px;
  height: 100px;
  object-fit: scale-down;
}
.slider .slide-track {
  /* animation: scroll 20s linear infinite;
  display: flex;
  width: calc(350px * 28);
  gap: 10px; */
  animation: scroll 120s linear infinite;
  display: flex;
}

.slider .slide {
  height: 100px;
  width: 250px;
}

.home-img{
  border-radius: 40px;
  overflow: hidden;
}


@media (max-width: 990px) {
  .hidden-mobile {
    display: none;
  }
}

.reader-cover-image__img{
  width: 100%;
}

