/**
* Know Thy Self - HuWoHo
* Updated: June 1 2024 with Bootstrap v5.3.3
* Author: HuWoHo.com
*/
/*--------------------------------------------------------------
# General Customize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

@font-face {
  font-family: huwohogugi;
  src: url(../font/gugi/Gugi-Regular.ttf);
}

#more-blog{
  visibility: visible;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  color: #454545;
  line-height: 1.6;
  font-weight: 300;
  font-size: 1.2rem;
}

a {
  color: #454545;
  text-decoration: none;
  transition: 0.3s all ease;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Roboto", sans-serif;
  color: #000;
}

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #3b2da1 !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
  margin-top: 0.5rem;
  font-style: italic;
  font-size: 0.8rem;
}

section {
  overflow: hidden;
}

.section {
  padding: 3rem 0 3rem 0;
  margin: 0 1rem 0 1rem;
}

.section p {
  color: #454545;
}

.section .join-us {
  margin-bottom: 20px;
}

.section-heading {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(-45deg, #5e5eb5, #181825);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #25255b;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #475deb;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Default btn sre-tyling */
.btn {
  border: none;
  padding: 15px 40px !important;
  margin: 20px;
  background: #25255b;
  color: #fff;
}

.btn i {
    margin-right: 8px;
    font-size: 34px;
    line-height: 0;
}

.btn:hover {
    background: #ffb302;
    color: #2b2488;
}

/*.btn.btn-outline-white {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.btn.btn-primary {
  background: #2d71a1;
  background: linear-gradient(-45deg, #7171f2, #25255b);
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
*/





/*%%%%%%| Feature 1 |%%%%%%*/

.feature-1{
    margin-bottom: 50px; 
}

.feature-1 .wrap-icon {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*.feature-1 .wrap-icon.icon-1 {
  background: linear-gradient(-45deg, #7171f2, #2d71a2);
}

.feature-1 .wrap-icon i {
  font-size: 40px;
  line-height: 0;
  color: #fff;
}*/

.feature-1 .wrap-icon img {
    width: 100px;
    height: 100px;
}

.feature-1 h3 {
  font-size: 30px;
}

.feature-1 p {
  color: #505050;
  font-size:20px;
}

.feature-text p{
  font-weight: 300;
  font-size: 1.4rem;
}

/* Step */
.main-step .col-md-6{
  margin: 20px 0px 20px;
}

.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
}

.step .number {
  background: linear-gradient(-45deg, #7171f2, #25255b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
  display: block;
}

.step p:last-child {
  margin-bottom: 10px;
}

.step p {
    color: #505050;
}
/* Review */
.review h3 {
  font-size: 20px;
}

.review p {
  line-height: 1.8;
  font-style: italic;
  color: #333333;
}

.review .stars span {
  color: #FF8803;
}

.review .stars .muted {
  color: #7d7d7d;
}

.review .review-user img {
  width: 70px;
  margin: 0 auto;
}

/* Testimonial Carousel */
.testimonials-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2d71a1;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2d71a1;
}

/* Pricing */
.pricing {
  padding: 50px;
  background: linear-gradient(-45deg, #7171f2, #25255b);
  color: #fff;
  padding-bottom: 12rem !important;
  position: relative;
  border-radius: 4px;
  color: #000000;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.pricing h3 {
  color: #2d71a1;
}

.pricing .price-cta {
  text-decoration: none;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  left: 0;
}

.pricing .price-cta .price {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 300;
}

.pricing .popularity {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2rem;
  display: block;
  margin-bottom: 20px;
}

.pricing ul {
  margin-bottom: 50px;
}

.pricing ul li {
  margin-bottom: 10px;
}

.pricing .btn-white {
  background: #fff;
  border: 2px solid rgb(241, 241, 241);
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.pricing .btn-white:hover {
  color: #2d71a1;
}

.pricing.popular {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  color: #000000;
  background: linear-gradient(-45deg, #7171f2, #25255b);
  color: #fff;
  box-shadow: none;
}

.pricing.popular .popularity {
  color: #b3b3b3;
}

.pricing.popular h3 {
  color: #fff;
  background: none;
}

.pricing.popular .btn-white {
  border: 2px solid #2d71a1;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(to right, rgb(37,37,91) 0%, rgb(113,113,242) 100%);
  color: #fff;
  margin: 0px;
}

.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }
}

.cta-section p {
    color: #dfdafa;
    margin-top: 20px;
  }

/*
.cta-section .btn {
  background: #000000;
  color: #fff;
}

.cta-section .btn i {
  margin-right: 5px;
  font-size: 24px;
  line-height: 0;
}
*/

/* Contact Form */
.form-control {
  height: 48px;
  border-radius: 0;
  border: 1px solid #dae0e5;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #2d71a1;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #5918d2;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #1827d2;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.php-email-form textarea {
  min-height: 160px;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.contact-row label{
 color: #303030;
}

.contact-row strong{
  color: #303030;
 }

/*%%% Blog */
.post-entry {
  margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
  text-decoration: none;
  color: #717171;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.post-entry .post-text h3 {
  font-size: 20px;
  color: #000000;
}

.post-entry .post-text h3 a {
  text-decoration: none;
  color: #000000;
}

.post-entry .post-text h3 a:hover {
  text-decoration: none;
  color: #170072;
}

.post-entry .post-text .readmore {
  color: #170072;
}

.blog-content h2{
  color: #242424;
  font-size: 1.6rem;
  margin-top: 35px;
}

.blog-content h4{
  color: #242424;
  font-size: 1.4rem;
}

.blog-content p strong{
  color: #242424;
  font-size: 1.4rem;
}

.blog-content p{
  color: #4a4a4a;
  font-family: "Comfortaa", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

.related-post-a{
  text-decoration: none;
  text-decoration-line: none;
}

.related-post-a:hover{
  text-decoration: none;
  text-decoration-line: none;
}

.related-post {
  font-size: 1.3rem;
  margin: 40px 0px 40px 10px;
  border: 1px solid rgba(211, 209, 250, 0.9);;
  padding:15px;
  border-radius: 8px;
}

.related-post h2 {
  color:#655bb2;
  font-size: 1.5rem;
}

.related-post p{
  font-size: 1.2rem;
}

.related-post span{
  font-size: 1rem;
  color:#9e9ecf
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
}

#header.header-scrolled {
  background: rgba(37,37,91, 0.9);
  height: 60px;
}
.logo{
  display: flex;
  align-items: center;
}

#header .logo h1 {
  font-family: huwohogugi;
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 500;
}

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

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

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 10px 15px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
  transition: 0.3s;
  text-decoration: none;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar a:active,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}


.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #2d71a1;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(27, 49, 94, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #2d71a1;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #2d71a1;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  background: linear-gradient(to right, rgba(37,37,91, 0.8) 0%, rgba(113,113,242, 0.7) 100%), url(../huwoho-img/hero-bg.png);
  position: relative;
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}

@media screen and (max-width: 992px) {
  .hero-section .wave {
    bottom: -180px;
  }
}

.hero-section .wave svg {
  width: 100%;
}

.hero-section,
.hero-section>.container>.row {
  height: 100vh;
  min-height: 880px;
}

.hero-section.inner-page {
  height: 50vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -110px;
}

@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -70px;
  }
}

.hero-section h1 {
  font-size: 1.9rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 1.7rem;
    text-align: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 4rem;
  }
}

.hero-section p {
  font-size: 18px;
  color: #fff;
}

.hero-section .iphone-wrap {
  position: relative;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
    margin: 20px auto 0px 20px;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -50%;
  overflow: hidden;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

@media screen and (max-width: 992px) {

  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 70%;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  width: 250px;
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 50px;
  margin-left: 100px;
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# HELP
--------------------------------------------------------------*/

.search-container{
  margin-top: 4rem;
}

.search-container input{
  border-radius: 0px 12px 12px 0px;
  font-size: 1.2rem;
  color:#303030;
  border: none;
}

.search-icon {
  border-radius: 12px 0px 0px 12px;
  font-size: 1.2rem;
  padding: 10px 10px 0px 10px;
  background-color: #ffffff;
  border: none;
}

.search-icon i {
  font-size: 1.3rem;
  font-weight: bold;
  color:#2e2e2e
}

.search-icon-x{
  border-radius: 0px 12px 12px 0px;
  font-size: 1.2rem;
  padding: 8px 10px 0px 10px;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
}

.search-icon-x i {
  font-size: 1.5rem;
  font-weight: bold;
  color:#2e2e2e
}

.input-group .form-control{
  border: none;
  box-shadow: none;
}

@media screen and (max-width: 992px) {

  .search-container{
    margin: 4rem 2rem 0px 2rem;
  }
}

.help-buttons a{
  text-decoration: none;
  text-decoration-line: none;
}

.help-buttons div {
  background-color: #5a5ac0;
  color: #fff;
  margin: 10px 1px 10px 0px;
  padding: 10px 10px 10px 10px;
  cursor: pointer;
}

@media screen and (max-width: 992px) {

  .help-buttons div{
    background-color: #5a5ac0;
    color: #fff;
    margin: 10px 1px 10px 0px;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    border-radius: 12px;
  }

  .b-left{
    border-radius: 12px;
  }

  .b-right{
    border-radius: 12px;
  }
}

.b-left{
  border-radius: 12px 0px 0px 12px;
}

.b-right{
  border-radius: 0px 12px 12px 0px;
}

.help-buttons .b-all{
  border-radius: 12px;
}

.article-content{
  letter-spacing: 1px;
  line-height: 2;
}

.article-content div p a{
  color:#2d71a1;
}

.article-content div ol li a{
  color:#2d71a1;
}

.nav-link{
  font-size: 1.2rem;
  color:#2d71a1;
  margin: 0px 4px 0px 4px;
  padding: 0px;
}

.thumbs-up{
  font-size: 2.3rem;
  padding: 0px 4px 0px 4px;
  margin: 0px 16px 0px 4px;
  font-weight: 600;
  cursor: pointer;
}

.thumbs-down{
  font-size: 2.3rem;
  padding: 0px 4px 0px 4px;
  margin: 0px 4px 0px 16px;
  font-weight: 600;
  cursor: pointer;
}

.thumbs-up:hover{
  color: #1c75e9;
}

.thumbs-down:hover{
  color: #e91c5d;
}

.like-dislike-ctn{
  border-top: solid #e0e0e0 1px;
}

.like-dislike-ctn p{
  font-size: 1rem;
  margin-bottom: 0px;
}

.related-ctn a{
  color: #165bb5;
}

.article-date{
  font-size: 1.0rem;
}

.category-related{
  padding-top: 2rem;
  border-top: solid #e0e0e0 1px;
}

.related-ruler{
  padding-top: 2rem;
  border-top: solid #e0e0e0 1px;
}

/*.help-search-container{
  position:relative;
}*/

.help-search-result-ctn{
  max-height: 290px;
  border-radius: 8px 8px 8px 8px;
  padding: 0px;
  display: none;
  position: absolute;
  top:210px;
  z-index: 12;
  
}

.help-search-result-ctn-2{
  max-height: 290px;
  background-color: #fefefe;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 1px 1px 6px #0d1e2d;
  padding: 0px;
  overflow: auto;
  margin-left: 34px;
  margin-right: 34px;
}

.hide-help-search{
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 4px 20px 4px 2px;
  border-bottom: solid #e0e0e0 1px;
}

.search-ctn{
  padding: 10px 16px 20px 20px;
}

.search-ctn div a{
  font-size: 1.2rem;
  color:#1c75e9;
  padding: 5px 0px 5px 15px;
  width: 100%;
}

.search-ctn div a i{
  padding-left: 16px;
  padding-right: 8px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.section .about-section-text {
    font-size: 1.6rem;
    color: #303030;
    font-weight: 300;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.card-header {
   background-color: #ffffff;
   box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
   cursor: pointer;
}

.card-header h5 {
    margin: 15px 15px 15px 15px;
}

.collapse{
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.collapse .card-body-text {
    font-size: 1.2rem;
    color: #303030;
    margin: 5px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 5rem 0 2.5rem 0;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  color: #000;
}

.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright,
.footer .credits {
  font-size: 14px;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  transition: 0.3s background ease;
  color: #0d1e2d;
  line-height: 0;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #fff;
  background: #2d71a1;
}

.social a i {
  line-height: 0;
}