/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 80vh;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
}

#hero h2 {
  color: #ffffff;
  font-size: 32px;
  font-family: 'notokr-regular',"Poppins", sans-serif;
}

#hero p {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
}

#hero .typed {
  color: #ffff00;
  font-weight: 700;
  font-size: 24px;
}


@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {

  #hero h2 {
    font-size: 28px;
    line-height: 28px;
  }

  #hero p {
    font-size: 16px;
  }

  #hero .typed {
    font-weight: 600;
    font-size: 18px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 100vh;
  }
}

  .animate-charcter {
   /* text-transform: uppercase;*/
    background-image: linear-gradient(
      -225deg,
      #231557 0%,
      #44107a 29%,
      #ff1361 67%,
      #fff800 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
  }

  @keyframes textclip {
    to {
      background-position: 200% center;
    }
  }

.typingTxt{
  color: #ffffff;
  padding: 0 40px 20px 40px;
  display:inline-block;
  font-size:24px;
  font-weight: 500;
}
.typed-cursor{
  display:inline-block;
  font-size:32px;
}


.img-shadow {
  filter: drop-shadow(5px 5px 5px #808080);
}


/* Section Title 01 */
.section-title_01 {
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
}
.section-title_01 h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  color: #45505b;
}

.section-title_01 h2:hover {
  font-weight: 600;
  letter-spacing: 0.2rem;
}

.section-title_01 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 1px;
  background: #0563bb;
  bottom: 1px;
  left: calc(50% - 75px);
}
.section-title_01 h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 8px;
  background: #0563bb;
  bottom: -3px;
  left: calc(50% - 20px);
}

.section-title_01 h2:hover:after {
  width: 60px;
  left: calc(50% - 30px);
}

.section-title_01 h4 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  color: #45505b;
  padding-bottom: 10px;
}

.section-title_01 h4:hover {
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.section-title_01 h4::before {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 1px;
  background: #808080;
  bottom: 1px;
  left: calc(50% - 75px);
}
.section-title_01 h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 8px;
  background: #808080;
  bottom: -3px;
  left: calc(50% - 20px);
}

.section-title_01 h4:hover:after {
  width: 60px;
  left: calc(50% - 30px);
}

.section-title_01 p {
  margin: 15px auto 0 auto;
  font-size: 0.95rem;
  font-weight: 400;
}

/* Section Title 02 */
.section-title_02 {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  padding-bottom: 30px;
}
.section-title_02 h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0.3125em 0;
  background-color: #FFFFFF;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

.section-title_02 h2:hover {
  font-weight: 600;
  letter-spacing: 0.2rem;
}

.section-bg .section-title_02 h2 {
  background-color: #fcfcfc;
}
.section-title_02 h2:before {
  content: "";
  height: 10px;
  border-top: 1px dotted white;
  border-bottom: 1px dotted white;
  border-color: #0563bb;
  position: absolute;
  width: 200%;
  top: 40%;
  left: -50%;
  z-index: -999;
}
.section-title_02 p {
  margin: 0 auto;
  font-size: 0.95rem;
  font-weight: 400;
}

/* Section Title 03 */
.section-title_03 {
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
  padding-bottom: 30px;
}
.section-title_03 h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 5px;
}

.section-title_03 h2:hover {
  font-weight: 600;
  letter-spacing: 0.2rem;
}
.section-title_03 h2:before,
.section-title_03 h2:after {
  content: '[\00a0';
  display: inline-block;
  position: relative;
  top: 1px;
  height: 100%;
  font-size: 2.2rem;
  font-weight: bold;
  color: #0563bb;
  transition: all 0.5s ease;
}

.section-title_03 h2:after {
  content: '\00a0]';
}
.section-title_03 h2:hover:before {
  transform: translateX(-5px);
}
.section-title_03 h2:hover:after {
  transform: translateX(5px);
}
.section-title_03 p {
  font-size: 0.95rem;
  font-weight: 400;
  padding-top: 15px;
}

/* Section Title 04 */
.section-title_04 {
  padding-bottom: 30px;
}
.section-title_04 .round {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.25rem;
  border:5px solid #0563bb;
}

.section-title_04 h2 {
  margin-left: 1.0rem;
  font-size: 1.8rem;
  margin-top: -2.8rem;
  font-weight: 500;
  background-color: #FFFFFF;
}
.section-title_04 h2:hover {
  margin-left: 1.5rem;
  font-weight: 600;
}

.section-bg .section-title_04 h2 {
  background-color: #fcfcfc;
}

.section-title_04 p {
  margin: 15px auto 0 55px;
  font-size: 0.95rem;
  font-weight: 400;
}

/* Section Title 05 */
.section-title_05 {
  padding-bottom: 30px;
}
.section-title_05 .circle{
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border:5px solid #0563bb;
}
.section-title_05 h2 {
  margin-left: 1.1rem;
  font-size: 1.8rem;
  margin-top: -3.0rem;
  font-weight: 500;
  background-color: #FFFFFF;
}

.section-title_05 h2:hover {
  margin-left: 1.5rem;
  font-weight: 600;
}


.section-bg .section-title_05 h2 {
  background-color: #fcfcfc;
}
.section-title_05 p {
  margin: 15px auto 0 55px;
  font-size: 0.95rem;
  font-weight: 400;
}

/* Section Title 06 */
.section-title_06 {
  padding-bottom: 30px;
}
.section-title_06 h2 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 20px 10px;
  position: relative;
  margin-bottom: 3px;
}

.section-title_06 h2:hover {
  font-weight: 600;
  padding-left: 20px;
}

.section-title_06 h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 8px;
  width: 40px;
  background: #0563bb;
}

.section-title_06 h2:hover:before {
  width: 60px;
}

.section-title_06 h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  height: 1px;
  width: 95%;
  max-width: 250px;
  background: #0563bb;
}
.section-title_06 p {
  margin: 10px auto 0 40px;
  font-size: 0.95rem;
  font-weight: 400;
}

/*--------------------------------------------------------------
# BBS
--------------------------------------------------------------*/
.bbs_link {
  color:#000000;
  font-size: 1.0rem;
}
.bbs_link: hover {
  color:#0000cc;
  font-weight:600;
  letter-spacing: 0.2rem;
}
.end {
display:flex;
justify-content: end;
font-size: 0.875rem;
}

@media (max-width: 768px) {
  .bbs_link {
    font-size: 0.875rem;
  }

  .end {
    padding: 2px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
  }


}

/*--------------------------------------------------------------
# HR
--------------------------------------------------------------*/

.hr1 {
  margin: 20px auto;
  width:80%;
  border:0px;
  height:2px;
  background: linear-gradient(to left, transparent, rgba(0,0,0,1), transparent);
}

.hr2 {
  border: 0;
  border-top: 2px dotted #8c8c8c;
  width:80%;
  margin: 20px auto;
}

.hr3 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 140, 186, 0.75), rgba(0, 0, 0, 0));
  border: 0;
  height: 1px;
  margin: 20px 0;
  overflow: visible;
  text-align: center;
}
.hr3:after {
  background: white;
  content: "◆";
  display: inline-block;
  font-size: 1.5rem;
  padding: 0 0.6rem;
  position: relative;
  top: -1.2rem;
  color: rgba(0, 140, 186, 0.75);
}

.hr4 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  border: 0;
  height: 1px;
  margin: 20px 0;
  overflow: visible;
  text-align: center;
}
.hr4:after {
  background: #f4f6f9;
  content: "□□□";
  display: inline-block;
  font-size: 1.0rem;
  padding: 0 0.6rem;
  position: relative;
  top: -0.9rem;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #106eea;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 10px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #106eea;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #106eea;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}
