/*
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
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;
}

/*******************
    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: #ff5b5b;
  }

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

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

  .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-image: linear-gradient(to right, #35278691 0%, #3a59af8e 51%, #35278691 100%);

    
  }
  
  .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 : 100%;
  }


  .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;
  }

  .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// ============ */



  /*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #f9f9f9;
    text-align: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    border: 2px solid #f9f9f9;
  }

  .pricing .box h3 {
    font-weight: 400;
    padding: 15px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #222222;
  }

  .pricing .box h4 {
    font-size: 42px;
    /* color: #704bdf94; */
    color: #50b0ff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
  }

  .pricing .box h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
  }

  .pricing .box h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
  }

  .pricing .box ul {
    padding: 0;
    list-style: none;
    color: #222222;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
  }

  .pricing .box ul li {
    padding-bottom: 16px;
  }

  .pricing .box ul i {
    /* color: #704bdf94; */
    color: #50b0ff;
    font-size: 18px;
    padding-right: 4px;
  }

  .pricing .box ul .na {
    color: #ccc;
    text-decoration: line-through;
  }

  .pricing .box .btn-wrap {
    padding: 15px;
    text-align: center;
  }

  .pricing .box .btn-buy {
    display: inline-block;
    padding: 10px 40px 12px 40px;
    border-radius: 50px;
    border: 2px solid #50b0ff;;
    color: #50b0ff;;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
  }

  .pricing .box .btn-buy:hover {
    background: #50b0ff;
    color: #fff;
  }

  .pricing .recommended {
    border-color: #50b0ff;
  }

  .pricing .recommended .btn-buy {
    background: #50b0ff;
    color: #fff;
  }

  .pricing .recommended .btn-buy:hover {
    background: #50b0ff;
    border-color: #50b0ff;
  }
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #704BDF;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
  }

  .back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
  }

  .back-to-top:hover {
    color: #fff;
    background: #aa43ee;
    transition: background 0.2s ease-in-out;
  }

  /*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
  @media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
  }

  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/


  #header {
    height: 72px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 15px 0;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    background-color: #e2ddf1;

  }

  #header .logo h1 {
    font-size: 30px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
  }

  #header .logo h1 a, #header .logo h1 a:hover {
    color: #50b0ff;
    text-decoration: none;
  }

  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
  }

  #main {
    margin-top: 72px;
  }



  /*******************
    4.Home
*******************/
.bg-home {
    position: relative;
    padding: 100px 0px 40px;
  }

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

  .home-desc-center {
    display: table-cell;
    vertical-align: middle;
  }

  .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;
  }


  /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
  section {
    padding: 30px 0;
  }

  .section-bg {
    background-color: #f5f2f6;
  }

  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }


  .section-title h2 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 0;
    line-height: 1px;
    margin-bottom: 15px;
    color: #bfb1c2;
  }

  .section-title p {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #672fed;
  }

  .section-title p::after {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: #704BDF;
    bottom: 0;
    left: calc(50% - 30px);
  }

  /*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
  .breadcrumbs {
    padding: 15px 0;
    background-color: #fef5f1;
    min-height: 40px;
  }

  .breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
  }

  .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
  }

  .breadcrumbs ol li + li {
    padding-left: 10px;
  }

  .breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
  }

  @media (max-width: 768px) {
    .breadcrumbs .d-flex {
      display: block !important;
    }
    .breadcrumbs ol {
      display: block;
    }
    .breadcrumbs ol li {
      display: inline-block;
    }
  }

  /*--------------------------------------------------------------
  # About
  --------------------------------------------------------------*/

.about h3 {
  font-weight: 700;
  font-size: 34px;
  color: #672fed;
}

.about h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  color: #84B9D1;
}

.about i {
  font-size: 48px;
  margin-top: 15px;
  color: #50b0ff;
}

.about p {
  font-size: 15px;
  color: #5a6570;
}

@media (max-width: 991px) {
  .about .about-img img {
    max-width: 70%;
    height:150px;
  }
}

@media (max-width: 767px) {
  .about .about-img img {
    max-width: 90%;
    height:150px;
  }
}
@media (max-width: 991px) {
  .about {
    max-height:max-content !important;
  }
}

@media (max-width: 767px) {
  .about {
    max-height:max-content !important;
  }
}


  /*--------------------------------------------------------------
  # Services
  --------------------------------------------------------------*/
  .services .icon-box {
    padding: 23px;
    position: relative;
    width: inherit;
    overflow: hidden;
    margin: 0  0 50px 0;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    text-align: center;
    border-bottom: 3px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;


  }

  .icon-box img{
    /*border: 1px solid red;*/
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    object-fit: contain;
  }

.icon-box .description{
    margin-bottom:  10px !important;
    min-height: 60px;
  }

  .services .icon-box:hover {
    transform: translateY(-5px);
    border: 2px solid  #CC86AC;

  }


  .services .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    color: #50b0ff;
  }

  .services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .services .title a {
    color: #111;
  }

  .services .description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: left;
    color: #614993;
    word-wrap: initial;
  }

  .lire_suite{
    position: relative;
    text-align: right;
    color: #222222;
    padding: 0;
    margin-top: auto;
  }
.lire_suite:hover{
    color: #ff50dc;
}

/****Hashtags****/
.tag-container {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
    font-weight: bold;
  }
  
  .tag{
    pointer-events: none;
    background-color: #EFE9FF;
    color: #825FDE;
    border-radius: 10%;
    padding: 4px;
    margin: 5px;
/**    width: -moz-fit-content;**/
    width: auto;
    font-size: 8px;
  }
  
  .tag::before {
    pointer-events: all;
    display: inline-block;
/**    width: -moz-fit-content;**/
    width: auto;
    margin-right: 6px;
    text-align: center;
    color: #825FDE;
    background-color: #EFE9FF;
    cursor: pointer;
  }
  

  /*******************
      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%);

  }

/******************
    13.Responsive
*******************/
@media (min-width: 200px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 95%;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 85%;
  }
}

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

  @media (max-width: 991px) {
    .features {
      bottom: 74px;
    }
    .features-icon {
      float: none !important;
      text-align: center;
    }

    .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;
    }
    .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 .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: #4b6dcc;
  color: #fff;
}


    .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;
    }
    .footer-logo, .footer-desc, .footer-list {
      text-align: center;
    }


  }

  @media (min-width: 200px) and (max-width: 768px) {
    .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;
    }
  }

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

  .media {
    min-height: 390;
  }

  @media only screen and (max-width: 512px) {
    .media {
      flex-direction: column;
    }
   
    .media div.d-flex.flex-column.align-items-center{
      width: 100%;
    }
  }


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