/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

/* Link */
a,
a:visited,
a:active,
a:focus {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: inherit;
  text-decoration: underline;
  opacity: 0.8;
}

/* Business model section */
.dkr-model {
  font-size: 2.5vw;
  color: #d1d3dc;
  margin-right: 1.25vw;
  display: inline-block;
}

@media (max-width: 1024px) {
  .dkr-model {
    font-size: 5.2vw;
    margin-right: 2vw;
  }
}

@media (max-width: 767px) {
  .dkr-model {
    font-size: 9vw;
    margin-right: 3vw;
  }
}

/* Nav Menu hover */
.elementor-nav-menu a,
.elementor-nav-menu a:hover,
.elementor-nav-menu a:focus,
.elementor-nav-menu a:active {
  text-decoration: none !important;
}