/* 
Theme Name: ATIC Theme
Theme URI: -
Description: -
Author: TARA Interactive
Author URI: -
Template: hello-elementor
Version: 1.0.0
Text Domain: atic-theme
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://fonts.googleapis.com/css?family=Open+Sans:wght@300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:wght@300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Poppins:wght@300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Inter:wght@300,400,500,600,700,800,900);

:root {
  --bg-color: #fff;
  --text-color: #040404;
  --headings-color: #040404;
  --headings-color2: #3d5a80;
  --links-color: #3066be;
  --links-color-hover: #ee6c4d;
  --header-height: 137px;
  --nav-submenu-bg-hover: #ddd;
  --btn-bg-color: #3066be;
  --btn-bg-color-hover: #3d5a80;
}

div[data-elementor-type="templately-header"] {
  background-color: var(--bg-color);

  #header_section {
    position: fixed;

    img {
      max-height: var(--header-height);
      width: auto;
    }
  }

  ul {
    li {
      a {
        color: var(--text-color);
      }
    }

    li:hover {
      a {
        color: var(var(--links-color-hover));
      }
    }
  }
}

body {
  width: 100%;
  min-height: 100vh;
  background-color: var(--bg-color);
}


.member-card .profile-header,
.member-card img {
  width: 100% !important;
  height: 100% !important;
  max-height: 250px !important;
  max-width: 250px !important;
  object-fit: cover !important;
}
.member-card h2 {
margin-top: 20px;
}


div[data-elementor-type="wp-page"],
main {
  min-height: 100vh;
  padding-top: var(--header-height);
  top: var(--header-height);
  position: relative;
}

div[data-elementor-type="templately-footer"] {
  margin-top: var(--header-height);
}

footer {
  position: absolute;
  margin: auto;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Inter, Poppins, Raleway, sans-serif;
  color: var(--headings-color);
  font-weight: 700;
}

h1 {
  font-size: 44px;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

h3 {
  font-size: 30px;
  font-weight: 600;
}

h4 {
  font-size: 26px;
  font-weight: 600;
}

h5 {
  font-size: 22px;
  font-weight: 600;
}

h6 {
  font-size: 20px;
  font-weight: 600;
}

p {
  color: var(--text-color);
  font-family: Poppins, Raleway, sans-serif;
  font-size: 18px;
}

.page-content {
  a {
    color: var(--links-color);
    text-decoration: none;
  }

  a:hover {
    color: var(--links-color-hover);
    text-decoration: underline;
  }
}

header {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(238, 238, 238, 1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(238, 238, 238, 1);
  box-shadow: 0px 2px 5px 0px rgba(238, 238, 238, 1);
  z-index: 999;
  background-color: #fff;
  width: 100%;
  height: var(--header-height);

  .e-con.e-flex > .e-con-inner {
    padding: 0; 
    display: contents;
    }

  #menu-fintech-menu {
    margin-left: 20px;
    
    li {
      a {
        text-transform: none;
        font-size: 15px;
        padding-left: 8px;
        padding-right: 8px;

        span {
          display: none;
        }
      }
    
      ul {
        li {
          a {
            font-size: 14px;
          }
        }
      }
    }
  }

  ul.hfe-nav-menu {
    gap: 10px;

    li.menu-item {
      a.hfe-menu-item {
        color: var(--text-color);
        font-weight: 700;
        font-family: Raleway;
        font-size: 16px;
      }

      span.hfe-menu-toggle i {
        transition: rotate 0.3s ease-in-out;
      }
    }

    li.current_page_item a.hfe-menu-item {
      color: var(--links-color-hover);
    }

    li.menu-item:hover {
      a.hfe-menu-item {
        color: var(--links-color-hover);
      }
      span.hfe-menu-toggle i {
        rotate: -180deg;
      }
    }

    li.menu-item-has-children {
      ul.sub-menu {
        width: 100%;
        left: -100%;
        border-radius: 10px;
        padding: 10px;
        width: 100% !important;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);

        li.menu-item {
          a.hfe-sub-menu-item {
            color: var(--text-color);
            font-weight: 700;
            font-family: Raleway;
            font-size: 16px;
            padding-left: 10px;
            padding-right: 10px;
          }
        }

        li.menu-item:hover {
          background-color: var(--nav-submenu-bg-hover);
          border-radius: 6px;
        }
      }
    }
  }
}

.e-con.e-flex > .e-con-inner {
  padding: 50px 0;
}

header.e-con.e-flex > .e-con-inner {
  padding: 0;
}

footer {
  .footer-widget:not(:last-child) {
    border-right: 1px solid #fff;
  }

  p {
    color: #fff;
  }

  a {
    color: #fff;
  }

  a:hover {
    color: fff;
    text-decoration: underline;
  }
}

a.elementor-button,
button,
input[type="button"],
body form.metform-form-content .elementor-element button.metform-btn {
  background-color: var(--btn-bg-color);
  border: 2px solid var(--btn-bg-color);
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 18px;
  font-family: "Raleway";
  font-weight: 600;
  text-decoration: none;
  box-shadow: none;

  .elementor-button-icon {
    transition: transform 0.5s ease-in-out;
  }
}

a.elementor-button:hover,
button:hover,
input[type="button"]:hover,
body form.metform-form-content .elementor-element button.metform-btn:hover {
  background-color: var(--btn-bg-color-hover);
  border: 2px solid var(--btn-bg-color-hover);
  color: #fff;
  text-decoration: none;

  .elementor-button-icon {
    transform: translate(10px, 0px);
  }
}

.btn-secondary {
  a.elementor-button,
  button,
  input[type="button"] {
    background-color: #fff;
    color: var(--btn-bg-color);
    border: 2px solid var(--btn-bg-color);
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 18px;
    font-family: "Raleway";
    font-weight: 600;
    text-decoration: none;
  }

  a.elementor-button:hover,
  button:hover,
  input[type="button"]:hover {
    background-color: var(--btn-bg-color);
    text-decoration: none;
    color: #fff;
  }
}

.mf-form-wrapper .metform-form-content .metform-form-main-wrapper .mf-input-wrapper input.mf-input {
  background-color: #fff;
  border-radius: 8px;
}

.mf-form-wrapper .metform-form-content .metform-form-main-wrapper .mf-input-wrapper span.mf-error-message {
  font-weight: 400;
}

.page-header {
  background-color: #f5f7fa;
  padding: 50px 0;

  h1 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  html #wpadminbar {
    position: fixed;
  }
  footer {
    .footer-widget:not(:last-child) {
      border-right: none;
    }
  }
}

.articles-list {
  .readMore {
    a {
        display: flex;
        justify-content: flex-end;
    }
  }
  .articleImg {
    height: 80%;
  }
}

.article-item {
  p {
    font-size: 14px;
    
    .articleImg {

    }

    .readMore {
      a {
        display: flex;
        justify-content: flex-end;
      }
    }
  }
}

.articleBackground {

}
