/**
* Template Name: Appland - v4.10.0
* Template URL: https://bootstrapmade.com/free-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: "Montserrat";
  src: url('../fonts/Montserrat/static/Montserrat-Medium.ttf') format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url('../fonts/Montserrat/static/Montserrat-SemiBold.ttf') format("truetype");
}
body {
  font-family:"Montserrat", sans-serif;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 0px 0;
  background: rgba(255, 255, 255, 0.95);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

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

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

#header .logo img {
  margin: 0;
  max-height: 40px;
}
.navbar-logo {
    position: absolute;
    margin-top: 87px;
    margin-left: -15px;
}
.navbar-brand img{
  width:35%;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  /* background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 76vh;
  display: flex;
  align-items: center;
  background-image:url('../img/about-banner.jpg'); */
  width: 100%;
    position: relative;
    overflow: hidden;
}
#hero .hero-banner-content h4 {
  font-size: 50px;
  color: #243763;
  text-shadow: -2px 1px 7px #2121214d;
  width: 100%;
  margin-left: 80px;
}

/* #hero::before {
  content: "";
  position: absolute;
  right: -100%;
  top: 20%;
  width: 250%;
  height: 200%;
  z-index: -1;
  background-color: #706c7d1f;
  transform: skewY(135deg);
} */



#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #243763;
  font-family:"Montserrat", sans-serif;
}




@media (max-width: 991px) {
  #hero {
    text-align: center;
  }
  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}





/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

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

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

.section-title h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family:"Montserrat", sans-serif;
  color:#243763;
}

.section-title p {
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# App Features
--------------------------------------------------------------*/
.features .content {
  padding: 30px 0;
}

.features .content .icon-box {
  margin-top: 25px;
}

.features .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .content .icon-box img {
  width: 30px;
  margin: 7px 0 -50px 15px;
}

.features .content .icon-box p {
  font-size: 15px;
  color: #979aa1;
  margin-left: 60px;
}

@media (max-width: 991px) {
  .features .image {
    text-align: center;
  }

  .features .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .features .image img {
    max-width: 100%;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #7ca9c8a1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width:100%;
}
footer img{
  width:30%;
}

footer .footer-top {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  padding-top: 20px;
  text-align:center;
}

footer .navbar-brand {
  color: #fff;
  font-size:30px;
}
footer h2 {
  color: #243763;
  padding: 20px;
  font-size: 35px;
}
footer p {
  color: #243763;
}
footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5777ba;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.navigation{
  position: relative;
  top: 86% !important;
  z-index: 9999;
  position: fixed;
}
.banner-icon {
  background-color: #dee2e6;
  padding: 0px;
  margin-top: 30px;
  border-top-right-radius: 50px;
  width: 100%;
  border: 1px solid #adb5bd;
}
.banner-icon .list-home{
  margin-left: -40px;
}
.list-home p{
   margin-top:30px;
   font-size:16px;
   color:#243763;
}
.banner-icon .banner-home {
  position: absolute;
  height: 53px;
  width: 53px;
  border-radius: 50%;
  border: 3px solid #adb5bd;
  background-color: #dee2e6;
  padding: 5px;
  margin: -45px 12px;
}
.banner-icon ul{
  list-style-type: none;
  right: 30px;
  position: relative;
}
.banner-icon ul li{
  display: inline-block;
  margin: 0 10px;
}
.banner-icon ul li img{
  width: 35px;
  margin-top: 15px;
}


  .services {
    position: relative;
    right: 2rem;
    top: 86% !important;
    z-index: 9999;
    position: fixed;
  }
  .button {
    color: #E3DFE9;
    font-size: 18px;
    background: #dee2e6;
    border-radius: 50%;
    padding: 10px 3px;
    width: 70px;
    height: 70px;
    display: inline-block;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    margin-bottom: -70px;
    border: 2px solid #adb5bd;
    margin-right: -200px;
  }
  
  .button:hover {
    color: #DBD7E0;
    transform: translateY(3px);
  }
  .button img {
    width: 79%;
    margin-left: 6px;
  }
  .dropdown {
    position: relative;
    color: #E3DFE9;
    font-size: 15px;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
    display: block;
    cursor: pointer;
    width: 235px;
    transform: scale(0.01);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease 0.15s;
    transform-origin: center top;
    overflow: hidden;
    margin-top: -333px;
  }
  
  .dropdown.open {
    transform: scale(1);
    opacity: 1;
    box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.15);
  }
  
  .dropdown a {
    position: relative;
    color: #6C6185;
    text-decoration: none;
    display: block;
    padding: 12.5px 30px;
    transition: color 0.2s ease, background-color 0.2s ease, padding-left 0.2s ease;
    overflow: hidden;
  }
  
  .dropdown a.clicked {
    padding-left: 35px;
    color: #987CD9;
  }
  
  .dropdown a:hover {
    color: #987CD9;
    padding-left: 35px;
  }
  
  span {
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0px;
    position: absolute;
    background: #987CD9;
    transition: width 0.4s ease;
    border-radius: 1px;
  }
  
  span.clicked {
    width: 5px;
  } 
  

  @media (max-width: 390px){
    #hero .hero-banner-content h4 {
      font-size: 40px;
      margin-left: 24px;
  }
    .navbar-logo {
      margin-top: 70px;
  }
    .navigation {
      margin-left: -27px;
      top: 88%;
    }
    .banner-icon{
        margin-left:26px;
        width:90%;
    }
    .banner-icon ul li {
      margin: 0px 5px;
    }
    .banner-icon ul li img {
      width: 23px;
    }
    .banner-icon .banner-home {
      height: 45px;
      width: 45px;
      padding: 2px;
    }
    .list-home p {
      font-size: 14px;
    }
    .services {
      top: 80% !important;
    }
    .button {
      padding: 6px 0px;
      width: 50px;
      height: 50px;
      margin-left: 170px;
    }
    .dropdown {
      font-size: 15px;
      width: 200px;
      margin-top: -327px;
    }
  }

  @media (min-width: 391px) and (max-width: 900px) {
    .navigation {
      margin-left: -27px;
      top: 89% !important;
    }
    .banner-icon{
        margin-left:26px;
        width:90%;
    }
    .banner-icon ul li {
      margin: 0px 5px;
    }
    .banner-icon ul li img {
      width: 23px;
    }
    .banner-icon .banner-home {
      height: 45px;
      width: 45px;
      padding: 2px;
    }
    .list-home p {
      font-size: 14px;
    }
    .services {
      top: 80% !important;
  }
  .button {
    margin-left: 170px;
  }
  }
  