/*==========================================
Global Styles
==========================================*/
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background: #9ca9ab;
  font-family: "Raleway", sans-serif;
}

.theme-wrapper {
  width: 97%;
  max-width: 100%;
  margin: 1.5% auto;
  background: #faf8e9;
}

.homepage {
  position: relative;
  min-height: 100%;
  min-height: 100vh;
}

.homeftr {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.homeSec {
  min-height: 100%;
  position: relative;
  padding-bottom: 100px;
}

.is-flex {
  display: flex;
  align-items: center;
}

.is-flex-half {
  flex-basis: 50%;
  max-width: 50%;
}

.gap {
  margin-bottom: 60px;
}

a:hover {
  color: #e9c46a;
}

a.nav-link {
  outline: none;
}

/*==========================================
Typography
==========================================*/
#heading h1 {
  font-size: 3rem;
  font-weight: 200;
  color: #5b7ea6;
  font-family: "Antonio";
  margin-bottom: 20px;
}

#heading p {
  font-size: 1.5rem;
}

h1 {
  font-size: 3rem;
  font-weight: 200;
  color: #5b7ea6;
  font-family: "Antonio";
  margin-bottom: 20px;
}

h2 {
  font-size: 2rem;
  font-weight: 100;
  color: #5b7ea6;
  font-family: "Antonio";
}

p {
  color: #5b7ea6;
  font-size: 1.1rem;
}

p.pTitle {
  font-size: 1.25rem;
  font-weight: 400;
}
p.big::first-letter {
  font-size: 1.5rem;
}

.p-small {
  font-size: 0.9rem;
}

*::selection {
  background-color: #f4e2b5;
}

/*==========================================
Global Navigation
==========================================*/
#mainNavbar {
  font-size: 1.2rem;
  font-weight: 200;
}

#mainNavbar .nav-link {
  color: #5b7ea6;
}

#mainNavbar .nav-link:hover {
  font-weight: 500;
}

#mainNavbar .current {
  border-bottom: 1.5px solid #b3b6b9;
}

.navbar.scrolled {
  background-color: #e9c46a;
  transition: background 1s;
  position: fixed;
  top: 0;
  width: 97%;
  z-index: 1;
}

.navbar-toggler {
  border: none;
}

/*==========================================
Banner
==========================================*/
.btn {
  background-color: #e9c46a;
  color: #fff;
}

.btn:hover {
  font-weight: 500;
  color: #5b7ea6;
}

.badge {
  color: #5b7ea6;
}

/*==========================================
UI/UX
==========================================*/
.sl-overlay {
  background: #898989;
  opacity: 0.8;
}

.sl-wrapper .sl-close {
  color: #e9c46a;
}

.item:hover {
  filter: brightness(80%);
}

.item {
  transition: 0.5s ease-in-out;
}

.is-border-left {
  border-left: 2px solid #5b7ea6;
  padding: 0px 0px 0px 1rem;
}

.iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 216.35%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sizeofiframe {
  max-width: 430px;
  margin: 0 auto;
}

.color-1 {
  background-color: #555c6e;
  color: #eae9e8;
}

.color-2 {
  background-color: #8a9183;
  color: #eae9e8;
}

.color-3 {
  background-color: #e4dcd0;
  color: #555c6e;
}

.color-4 {
  background-color: #e1a853;
  color: #eae9e8;
}

.color-5 {
  background-color: #eae9e8;
  color: #555c6e;
}

/*==========================================
About
==========================================*/

/*==========================================
Footer
==========================================*/
footer {
  background-color: #e9c46a;
  padding: 15px 48px 0px 48px;
}

.social-list {
  text-align: right;
}

.social-list li {
  display: inline-block;
  width: 38px;
  margin-left: 20px;
}

.link-to-top {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #9ca9ab;
  text-align: center;
  line-height: 45px;
  transition-duration: 0.5s;
  position: fixed;
  bottom: 20%;
  right: 10%;
}

/*==========================================
==========================================
Media
==========================================
==========================================*/
@media (max-width: 1500px) {
  #heading h1 {
    font-size: 2.5rem;
  }

  #heading p {
    font-size: 1.2rem;
  }

  .intro h2 {
    font-size: 1.8rem;
  }

  .intro .pTitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 1200px) {
  #heading h1 {
    font-size: 2rem;
  }

  #heading p {
    font-size: 1.1rem;
  }
}

@media (max-width: 992px) {
  .about img {
    padding: 2rem;
  }

  .banner img {
    width: 30%;
  }

  .process h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 500px) {
  .intro h2 {
    font-size: 1.4rem;
  }

  .intro .pTitle {
    font-size: 1rem;
  }

  .process h1 {
    font-size: 1.8rem;
  }

  .process h2 {
    font-size: 1.5rem;
  }
}

/* #heading h1 {
  font-size: 3rem;
  font-weight: 200;
  color: #5b7ea6;
  font-family: "Antonio";
  margin-bottom: 20px;
}

#heading p {
  font-size: 1.5rem;
}

h1 {
  font-size: 3rem;
  font-weight: 200;
  color: #5b7ea6;
  font-family: "Antonio";
  margin-bottom: 20px;
}

h2 {
  font-size: 2rem;
  font-weight: 100;
  color: #5b7ea6;
  font-family: "Antonio";
}

p {
  color: #5b7ea6;
  font-size: 1.1rem;
}

p.pTitle {
  font-size: 1.25rem;
  font-weight: 400;
} */

/* p::first-letter {
  font-size: 1.5rem;
} */
