/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
@import url("https://unpkg.com/pretendard@1.3.9/dist/web/static/pretendard.css");


@media (max-width: 480px) {

  .landing h1 {
    font-size: 2.25em;
  }

  .landing h2 {
    font-size: 2em;
  }

  .landing h3 {
    font-size: 1.75em;
  }

  .landing h4 {
    font-size: 1.5em;
  }

  .landing h5 {
    font-size: 1.25em;
  }

  .landing h6 {
    font-size: 1em;
  }

  .lead h1 {
    font-size: 2.5em;
  }

  .lead h2 {
    font-size: 2em;
  }

  .lead h3 {
    font-size: 1.5em;
  }

  .lead h4 {
    font-size: 1em;
  }

  .lead h5 {
    font-size: 1em;
  }

  .lead h6 {
    font-size: 1em;
  }

  .display h1 {
    font-size: 6em !important;
  }

  .display h2 {
    font-size: 2em;
  }

  .display h3 {
    font-size: 1.5em;
  }

  .display h4 {
    font-size: 1em;
  }

  .display h5 {
    font-size: 1em;
  }

  .display h6 {
    font-size: 1em;
  }

  .vertical-srcoll {
    background-color: #ffffff;
    border-radius: 1em;
    overflow-y: scroll;
    height: -webkit-fill-available;
    transform: rotate3d(0, 0, 0, 0) !important;
    box-shadow: 0px 50px 50px 50px rgb(0 0 0 / 5%);
    transition: all 1000ms linear;
    z-index: 1;
    margin-bottom: 1em;
  }

  .vertical-srcoll:hover {
    z-index: 5;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 5%);
    transform: rotate3d(-1, -1, 0, 0deg);
  }

  .collabo {
    font-size: 0.5em;
    line-height: 0.5em;

  }

  h1 {
    font-size: 2.25em !important;
  }

  h2 {
    font-size: 2em !important;
  }

  h3 {
    font-size: 1.75em !important;
  }

  h4 {
    font-size: 1.5em !important;
  }

  h5 {
    font-size: 1.25em !important;
  }

  h6 {
    font-size: 1em !important;
  }


}

.header-blur {
  backdrop-filter: blur(0.5em);
  background-color: rgba(255, 255, 255, 0.5);
}

.elementor-widget-video .elementor-wrapper video {
  background-color: transparent !important;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Pretendard" !important;
  line-height: 1.25em !important;
}

h1 {
  font-size: 3.5em;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 2.5em;
}

h4 {
  font-size: 2em;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1em;
}

p {
  font-family: "Pretendard" !important;
}

* {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

html,
body {
  margin: auto;
  padding: 0;
  width: 100%;
  background-color: var(--white);
  font-size: 14px;
  overflow-x: hidden !important;
  position: relative;
}

button {
  all: unset;
}

a {
  all: unset;
  cursor: pointer;
}

img {
  vertical-align: middle;
  object-fit: cover;
}

i {
  vertical-align: middle;
}

h1.entry-title {
  display: none;
}

.vertical-srcoll {
  background-color: #ffffff;
  border-radius: 1em;
  overflow-y: scroll;
  height: -webkit-fill-available;
  transform: rotate3d(-1, -1, 0, 30deg);
  box-shadow: 0px 50px 50px 50px rgb(0 0 0 / 5%);
  transition: all 1000ms linear;
  z-index: 1;
}

.vertical-srcoll:hover {
  z-index: 5;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 5%);
  transform: rotate3d(-1, -1, 0, 0deg);
}

.elementor-nav-menu .material-icons {
  font-size: 1em;
  padding: 0 0 0 0.25em;
}

.elementor-location-footer p {
  font-size: .9em !important;
}

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
  font-family: "Pretendard";
  text-transform: uppercase;
}

.elementor-posts .elementor-post {
  flex-direction: column;
  transition-property: background, border, box-shadow;
  transition-duration: .25s;
  border-radius: 1em;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 5%);
}

.elementor-posts .elementor-post:hover {
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
}

.elementor-posts--thumbnail-top .elementor-post__text {
  width: 100%;
  padding: 1em;
}

.bloom {
  backdrop-filter: blur(0.5em) brightness(1.2);
  border-radius: 3em;
  box-shadow: 0px 0px 50px 0px rgb(255 255 255 / 25%);
}

.badge-new {
  background: #fff;
  padding: 0.1em 0.5em;
  font-size: 0.75em;
  vertical-align: 0.175em;
  font-weight: 900;
  border-radius: 1em;
  color: #f08300;
}

.blog-post img {
  margin: 2em 0 !important;
  width: 100% !important;
}

.blog-post h6 {
  font-size: 1.5em;
  font-weight: 900;
  margin-top: 1.5em;
}

.blog-post p {
  line-height: 2em;
  margin-block-end: 1em;
}

.blog-post h3 {
  font-weight: 900;
  margin: 1em 0;
}

.blog-post a {
  font-weight: 900;
  color: #ff8709;
}

.wp-block-pullquote {
  font-size: 1em !important;
}

.wp-block-buttons {
  margin-top: 3em;
}

.nav-label-30th a {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff8709, #ffdd00);
  background-size: 200% 200%;
  animation: gradientAnimation 3s ease infinite;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Product */
/* directcloud */









.comparison-table {
  width: 100%;
  background: #ffffff;
  border: 1px solid #f3f3f3;
  border-radius: 2rem !important;
  overflow: hidden;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.comparison-table th,
.comparison-table td {
  padding: 1rem;
  text-align: center;
  border: 1px solid #ffffff;
}

.comparison-table th {
  background-color: #F1FAFF;
  border: 1px solid #ffffff;

  font-weight: bold;
}


.rating {
  color: #f8b700;
  font-weight: bold;
}

.comparison-note {
  margin-top: 10px;
  font-size: 0.9em;
  color: #666;
}