/* APP STYLES */
body {
  font-family: 'Nunito', sans-serif !important;
}
section {
  scroll-behavior: smooth;
}
/* HEADER STYLES */
header {
  position: absolute;
  width: 100%;
  z-index: 999;
  transition: all 0.2s ease-out;
}
header.show-fixed {
  top: 0 !important;
}
header.fixed {
  top: -120px;
  position: fixed !important;
  /* background: -webkit-linear-gradient(0deg, #49B5D6 0%, #3489a3 100%); */
  background-color: #3f9ebc;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.2);
  /* background-image: url(../img/banner.jpg);
  background-size: cover;
  background-position: center top; */
}
header .navbar {
  padding: 15px;
}
@media (max-width: 991px) {
  header .navbar-collapse {
    background-color: #3f9fbc;
    display: inline-block;
    position: absolute;
    top: 110px;
    right: 10px;
    box-shadow: 2px 2px 20px -10px rgba(0, 0, 0, 0.3) !important;
  }

  header.fixed .navbar-collapse {
    top: 120px !important;
  }
  header .navbar-collapse ul {
    display: inline-block;
    padding: 20px;
  }
  header .nav-item {
    margin-bottom: 15px;
  }
}
.navbar .container {
  padding-left: 15px;
  padding-right: 15px;
}
header .navbar-toggler {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
  border-radius: 0;
}
header .navbar-nav {
  align-items: center;
}
header .nav-item {
  margin-right: 15px;
}

header .nav-item .nav-link {
  font-weight: 400;
  font-size: 16px !important;
  color: #fff !important;
  padding: 0px 15px;
}
header .nav-item .nav-link:hover {
  transition: color 0.2s ease-in-out;
  color: #b1e6f7 !important;
}
header .btn-outline-light:hover .nav-link, .btn-outline-light:hover{
  color: black !important;
  transition: color 0.3s ease-in-out;
}


/* HOME STYLES */
#home {
  color: white;
  background-color: #3a98b4;
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center top;
  padding-top: 130px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  #home {
    padding-top: 150px;
  }
}
#home h2 {
  font-size: 60px;
  font-weight: bold;
}
#home p {
  margin-right: 120px;
}
@media (max-width: 991px) {
  #home h2 {
    font-size:30px !important;
  }
  #home p {
    font-size: 14px !important;
    margin-right: 0px;
  } 
}
#home button.explore-btn {
  padding: 13px 43px;
  font-weight: 600;
  border-radius: 5px;
}
#home .download-btn h4 {
  font-weight: 600 !important;
}
#home .download-btn:hover i svg path {
  fill: #3489a3 !important;
}

/* FEATURE STYLES */
#feature h2 {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 991px) {
  #feature h2 {
    font-size: 30px !important;
  }    
}
#feature-description .feature-card {
  display: flex;
  align-items: flex-start;
 }
#feature-description .feature-card h3 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 768px) { 
  #feature-description .feature-card h3 {
    padding: 0 !important;
  }
}  
#feature-description .feature-card p {
  color: gray;
}


/* CATEGORIES STYLE */
#categories {
  background-color: #f8f9fa;
  padding-top: 120px;
}
#categories-content h3 {
  font-size: 32px;
}
#categories-content p {
  color: gray;
}
#categories-list div {
  /* background-color: red; */
  padding: 12px 18px;
}
.categories-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin: 15px 0; */
  padding: 0px;
  box-shadow: 2px 2px 20px -8px rgba(0, 0, 0, 0.3) !important;
}
#categories-list :nth-child(1) .categories-card { background-color: #525455; }
#categories-list :nth-child(2) .categories-card { background-color: #E74C3C; }
#categories-list :nth-child(3) .categories-card { background-color: #190606; }
#categories-list :nth-child(4) .categories-card { background-color: #073E7F; }
#categories-list :nth-child(5) .categories-card { background-color: #2D7A3D; }
#categories-list :nth-child(6) .categories-card { background-color: #5DC6EE; }
#categories-list :nth-child(7) .categories-card { background-color: #861657; }
#categories-list :nth-child(8) .categories-card { background-color: #65C75E; }
#categories-list :nth-child(9) .categories-card { background-color: #E0BA23; }
.categories-card img {
  width:50px !important;
  margin: 10px;
}
.categories-card p {
  margin: 0;
  color:white;
}


/* PRIVACY STYLES */
#privacy {
  background-color: #f8f9fa !important;
  padding-top: 120px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 0.9rem;
}
#privacy .title {
  font-size: 32px;
  font-weight: 500 !important;
}
#privacy h2 {
  /* font-size: 40px; */
  line-height: 1rem;
  font-weight: 1000;
  font-size: 0.9rem;
  margin-top: 10px;
  margin-bottom: 5px;
}
#privacy h3 {
  font-weight: bold;
  /* font-size: 32px; */
  line-height: 1rem;
  font-size: 0.8rem;
  margin-top:10px;
  margin-bottom:3px;
}
#privacy h4 {
  /* font-size: 1.75rem; */
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 1px;
}
#privacy p {
  /* color: gray; */
  /* font-size: 0.9rem !important; */
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 5px;
}
#privacy li p {
  margin-bottom: 1px;
}
#privacy .btn-more {
  margin-top: 20px;
  color: white;
  background: linear-gradient(90deg, #49B5D6 0%, #3489a3 100%);
}

#privacy .privacy-details {
  overflow-y: hidden;
  max-height: 5000px;
  transition: max-height 1s ease-in-out;
}
#privacy .privacy-details.no-height {
  transition: max-height 1s ease-out !important;
  max-height: 0;
}


/* FOOTER STYLES */
footer {
  color: #fff;
  background-color: #222222;
  padding:20px;
}
footer .social-links a {
  text-decoration: none;
  background-color: black;
  border-radius: 50px;
  height: 36px; 
  width: 35px; 
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
footer .social-links a:hover  {
  background-color: #3f9fbc !important;
}
footer .social-links .fab  {
  color: white;
}
footer .social-links .fa-instagram {
  font-size: 20px;
  background:-moz-linear-gradient(200deg, #5944d0, #d8120c, #f7db71); 
  background: -webkit-linear-gradient(200deg, #5944d0, #d8120c, #f7db71); 
  background: linear-gradient(200deg, #5944d0, #d8120c, #f7db71);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color:transparent;
}
footer .social-links .fa-twitter {
  color: #1ca0f1;
}
footer .social-links .fa-facebook-f {
  color: #38529a;
}