@charset "UTF-8";

/*
Theme Name: Prompt Scale
Author: Webappxcel
Author URI: https://webappxcel.com/
Description: Prompt Scale is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Main CSS */
/* .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
  position: relative;
  transition: 0.3s linear;
}
.navbar ul {
  list-style: none;
}
.navbar ul a {
  text-decoration: none;
}
.navbar .navbar-toggler,
.navbar .nav-link,
.navbar .utils-search {
  color: #636363;
}
.navbar .navbar-utils > * {
  cursor: pointer;
}
.navbar .btn-search {
  font-size: 1.5rem;
  background: transparent;
  outline: none;
  border: none;
  color: inherit;
  cursor: pointer;
}

.navbarNav {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
.navbarNav .nav-link {
  display: block;
  transition: 150ms ease;
  padding: 10px 16px;
  color: #223472;
  font-size: 16px;
  font-weight: 600;
}
.nav-item.menu-item-has-children a.nav-link{
  padding-right: 32px;
}
.navbarNav .nav-item a.nav-link + a.nav-link {
  display: none;
}

.navbarNav .nav-item {
  position: relative;
}
.navbarNav > .nav-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1A3475;
  bottom: -16px;
  transition: 400ms ease;
  transform: scaleX(1.5);
  opacity: 0;
}
.navbarNav > .nav-item:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

.navbar-toggler {
  padding: 0.1rem 0.45rem;
  cursor: pointer;
  font-size: 1.5rem;
  background: none;
  outline: none;
  border: 1px solid #636363;
  border: none;
  border-radius: 3px;
  transition: 0.15s linear;
  display: none;
  margin-left: auto;
  margin-right: 20px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.36);
}



.bg-blur .nav-item:hover > .nav-link {
  color: #1A3475;
}
.bg-blur .nav-item:after {
  background: #1A3475;
}

.bg-light .nav-item:hover > .nav-link,
.bg-light-2 .nav-item:hover > .nav-link,
.bg-dark .nav-item:hover > .nav-link {
  color: #1A3475;
}
.bg-light .nav-item:after,
.bg-light-2 .nav-item:after,
.bg-dark .nav-item:after {
  background: #1A3475;
}

.bg-light-2 {
  background: #fff;
}
.bg-light-2 .navbar-toggler,
.bg-light-2 .nav-link,
.bg-light-2 .utils-search {
  color: #636363;
}
.bg-light-2 .nav-item:after {
  display: none;
}

.nav-item .dropdown {
  width: 270px;
  display: block;
  position: absolute;
  top: 35px;
  transition: 300ms;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 4px;
  z-index: 999;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.15);
  left: 0;
}
.nav-item .dropdown .nav-link {
  color: #636363;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 0;
}
.nav-item .dropdown .dropdown {
  top: 0;
  left: calc(100% + 10px);
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.nav-item .dropdown .dropdown:before {
  top: 10px;
  left: -10px;
  border: 5px solid transparent;
  border-right-color: #000;
}
.nav-item .dropdown:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  border: 5px solid transparent;
  border-bottom-color: #000;
  display: none;
}
.nav-item .dropdown .nav-item:not(:last-child) {
  margin-bottom: 5px;
}
.nav-item .dropdown > .nav-item:hover > .nav-link {
  color: #1A3475;
}
.nav-item:hover > .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.nav-item:hover > a::before {
  transform: rotate(180deg);
  top: calc(50% - 6px);
}

.nav-close {
  margin-left: auto;
  margin-top: 10px;
  display: none;
}
.nav-close .btn-nav-close {
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 2.5rem;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 1px solid #363636;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-close .btn-nav-close .close-btn {
  transform: rotate(45deg);
}
.nav-close .btn-nav-close:hover, .nav-close .btn-nav-close:focus {
  background: #363636;
  color: #fff;
}

.navbarNav .nav-item.menu-item-has-children a.nav-link:before {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% + 0px);
  transform: translateY(-50%);
  background-image: url(assets/custom-assets/images/arrowBottom.svg);
  transition: 0.15s linear;
  background-size: 14px;
  width: 14px;
  height: 14px;
}
.navbarNav .nav-item a.nav-link:after {
  display: none;
  content: "";
  background-image: url("assets/custom-assets/images/arrowRight.svg");
  background-size: 14px;
  width: 14px;
  height: 14px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
} 
.navbarNav .nav-item.menu-item-has-children:hover > a.nav-link:before {
  transform: rotate(180deg);
  top: calc(50% - 6px);
}
@media (min-width: 992px) {


  .navbarNav {
    flex: 2;
    justify-content: center;
  }

  .navbar-right .navbarNav {
    justify-content: flex-end;
    margin-right: 20px;
  }

  .navbar-left .navbarNav {
    order: 1;
    justify-content: flex-start;
  }

  .navbar-right .dropdown .dropdown {
    left: unset;
    right: calc(100% + 20px);
    border-top: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 992px) {

  .navbar-left .navbar-toggler {
    display: block;
    margin-right: 0;
  }
  .navbar-left .navbarNav {
    background: #ffffff;
    flex-direction: column;
    z-index: 99999;
    padding: 0 20px;
    opacity: 0;
    transition: 400ms ease;
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    box-shadow: 0px 0px 0 2000px rgba(0, 0, 0, 0.5);
    transform: translateX(-300px);
  }
  .navbar-left .navbarNav .nav-link {
    margin: 10px 0;
    color: #636363;
    display: flex;
    align-items: center;
  }
  .navbar-left .navbarNav > .nav-item:first-child {
    margin-top: 20px;
  }
  .navbar-left .navbarNav > .nav-item:last-child {
    margin-bottom: 20px;
  }
  .navbar-left .navbarNav .nav-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-left .navbarNav .nav-item:hover > .nav-link {
    color: #1A3475;
  }
  .navbar-left .navbarNav > .nav-item:after {
    display: none;
  }
  .navbar-left .navbarNav .nav-close {
    display: block;
  }
  .navbar-left .navbarNav.active {
    max-height: initial;
    opacity: 1;
    transform: translateX(0);
    left: 0;
    box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.5);
  }
  .navbar-left .nav-item .dropdown {
    padding: 0;
    position: initial;
    max-height: 0;
    width: initial;
    border: none;
    box-shadow: none;
  }
  .navbar-left .nav-item .dropdown .dropdown {
    border: none;
  }
  .navbar-left .nav-item .dropdown:before {
    display: none;
  }
  .navbar-left .nav-item:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    max-height: initial;
  }
  .navbar-left .nav-item.icon a:before {
    top: unset;
    right: 0;
  }
}
@media (max-width: 991px) {
  .navbar-toggler {
    display: block;
  }

  .navbarNav {
    background: #ffffff;
    flex-direction: column;
    z-index: 99999;
    padding: 0 20px;
    opacity: 0;
    transition: 400ms ease;
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transform: translateX(-100%);
  }
  .navbarNav .nav-link {
    margin: 10px 0;
    color: #636363;
    display: flex;
    align-items: center;
  }
  .navbarNav > .nav-item:first-child {
    margin-top: 20px;
  }
  .navbarNav > .nav-item:last-child {
    margin-bottom: 20px;
  }
  .navbarNav .nav-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbarNav .nav-item:hover > .nav-link {
    color: #1A3475;
  }
  .navbarNav > .nav-item:after {
    display: none;
  }
  .navbarNav .nav-close {
    display: block;
  }

  .navbarNav.active {
    max-height: initial;
    opacity: 1;
    transform: translateX(0);
    left: 0;
    box-shadow: 0px 0px 0 10000px rgba(0, 0, 0, 0.5);
  }

  .nav-item .dropdown {
    padding: 0;
    position: initial;
    max-height: 0;
    width: initial;
    border: none;
    box-shadow: none;
  }
  .nav-item .dropdown .dropdown {
    border: none;
  }
  .nav-item .dropdown:before {
    display: none;
  }
  .nav-item:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    max-height: initial;
  }

  .nav-item.icon a:before {
    top: unset;
    right: 0;
    transform: translateY(0px);
  }
}
.navbarNav .nav-item.menu-item-has-children .dropdown a.nav-link:before {
  transform: rotate(-90deg);
}

.navbarNav .nav-item.menu-item-has-children .dropdown li:hover a.nav-link:before {
  top: calc(50% + 0px);
}
li.nav-item:not(.menu-item-has-children) a:before {
  display: none;
} */