/*
Theme Name: Unghiul
Theme URI: https://min-code.com
Author: MinCode Group
Author URI: https://min-code.com
Version: 1.0
Text Domain: #
*/

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 62.5%;
}

:root {
  --blue: #009FE3;
  --dark-blue: #0055B3;
  --dark: #02091C;
}

body {
  font-size: 1.8rem;
  line-height: 150%;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  width: 100%;
  color: var(--dark);
}

.sticky_position {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  align-self: flex-start;
}

.d-flex {
  flex-wrap: wrap;
}

.h1,
h1 {
  font-size: 2.8rem;
  line-height: 150%;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

.h2,
h2 {
  font-size: 2.4rem;
  line-height: 150%;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}

.h3,
h3 {
  font-size: 2.2rem;
  line-height: 150%;
  font-weight: 600;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h4,
h4 {
  font-size: 2rem;
  line-height: 150%;
  font-weight: 600;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h5,
h5 {
  font-size: 1.8rem;
  line-height: 150%;
  font-weight: 600;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h6,
h6 {
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: 600;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0
}

p {
  font-size: 1.8rem;
  line-height: 150%;
  margin-bottom: 30px;
  color: var(--dark);
}

a {
  color: var(--dark-blue);
  font-size: 1.8rem;
  line-height: 150%;
  transition: 0.3s;
  text-decoration: none;
}

a:hover {
  color: var(--blue);
  transition: 0.3s;
}

ul {
  margin-bottom: 0;
}

b, strong {
  font-weight: 700
}

img {
  width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1470px;
  padding: 0 15px;
  margin: auto;
}

.divider-64 {
  height: 6.4rem;
}

.main_menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
  gap: 25px;
}

.main_menu ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: var(--dark-green);
  transition: 0.3s;
  position: relative;
}

.main_menu ul li a:hover {
  color: var(--green)
}

.mobile__nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100vh;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.6);
  z-index: 9999;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.mobile__nav.active {
  right: 0;
  border-radius: 30px;
}

.mobile__nav__inner {
  padding: 40px 20px;
  padding-top: 80px;
}

.close__mobile {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.mobile-menu {
  list-style: none;
  padding: 0;
}

.mobile-menu li {
  margin-bottom: 15px;
}

.mobile-menu a {
  text-decoration: none;
  font-size: 18px;
  color: #333;
}


@media (min-width: 1101px) {
  .mobile__menu {
    display: none;
  }
}

@media only screen and (max-width: 1100px) {
  .top_header .col-md-9 {
    display: none!important
  }
  .mobile__menu {
    position: absolute;
    display: block;
    height: 54px;
    width: 54px;
    background: var(--green);
    left: auto;
    right: 15px;
    margin: auto;
    border-radius: 100%;
    cursor: pointer;
    z-index: 99;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s
  }
  .mobile__menu span {
    height: 2px;
    width: 20px;
    position: absolute;
    margin-left: 17px;
    margin-bottom: 1px;
    top: 20px;
    border-radius: 0;
    transition: .5s;
    background: white;
  }
  .mobile__menu span:nth-child(2) {
    top: 31px;
  }
  .header_icons {
    position: relative;
    padding-right: 52px;
    margin-top: -8px;
  }
  .menu__primary {
    display: none;
  }
  .top_header > .d-flex {
    justify-content: space-between;
  }
}

.top_header .col-md-6 {
  align-items: center;
  justify-content: flex-end;
}

.top_header .col-md-6 div a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.send_article img {
  width: 20px;
  height: 20px;
}

.patreon_button img {
  width: 14px;
  height: 16px;
}

.patreon_button {
  margin-right: 8px;
  margin-left: 24px;
}

.patreon_button a {
  background: #D8E9F9;
  border-radius: 4px;
  padding: 15px 24px;
}

.patreon_button a:hover {
  background: var(--blue);
  color: white;
}

.news_button a {
  background: #009FE3;
  border-radius: 4px;
  padding: 15px 24px;
  color: white;
}

.header {
  padding: 16px 0 0;
  margin-bottom: 64px;
}

.news_button a:hover {
  background: var(--dark-blue)
}

.unghiul_logo img {
  height: 72px;
  width: auto
}

.main_menu_header ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.main_menu_header ul li {
  width: calc(100% / 7);
  text-align: center;
}

.main_menu_header ul li a {
  font-family: "Merriweather";
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: white;
  padding: 18px 0;
  display: block;
  position: relative;
}

.main_menu_header ul li a:after {
  content: '';
  background: #FFFFFF33;
  width: 1px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.main_menu_header .top_menu {
  display: flex;
  align-items: center;
}

.top_menu {
  background: var(--dark-blue)
}

.search_top {
  width: 112px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.menu-main-menu-container {
  width: calc(100% - 112px)
}

.top_menu {
  border: 1px solid var(--dark-blue);
  border-radius: 4px;
}

.main_menu_header {
  margin-top: 16px;
}

.page_title h1 {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  position: relative;
  padding-left: 28px;
}

.page_title h1:before {
  content: '';
  background: #009FE3;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.title_divider {
  background: #02091C29;
  height: 1px;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
}

.single_contanct h6 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  color: var(--dark-blue)
}

.single_contanct h6 img {
  width: 24px;
  height: 24px;
  margin-top: -1px
}

.single_contanct a {
  color: var(--dark);
  font-size: 16px;
  line-height: 100%;
  position: relative;
}

.contact_link {
  display: flex;
  align-items: center;
  gap: 24px;
}

.single_contanct a:hover {
  color: var(--blue)
}

.single_contanct.email a:after {
  content: '';
  position: absolute;
  top: 6px;
  width: 4px;
  height: 4px;
  background: var(--dark);
  right: -14px;
  border-radius: 100%;
}

.single_contanct.email a:last-child:after {
  display: none;
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.single_contanct {
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #0055B3;
}

.contact_iframe_map iframe {
  border-radius: 4px;
}

.contact_map {
  margin-top: 32px;
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.contact_socials {
  padding-left: 16px;
}

.contact_iframe_map {
  padding-right: 16px;
}

.socials.single_contanct {
  margin-bottom: 32px;
}

.contact_icons img {
  width: 40px;
  height: 40px;
  transition: 0.3s
}

.contact_icons a:hover img {
  opacity: 0.6
}

.contact_icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact_icons a {
  display: block;
}

.phones.single_contanct {
  height: 128px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.phones.single_contanct .contact_link a:last-child {
  color: #0055B3;
  text-decoration: underline;
}

.phones.single_contanct .contact_link a:hover:last-child {
  color: var(--dark)
}

footer {
  background: var(--dark-blue);
  padding-top: 56px;
  margin-top: 60px;
}

.footer_logo img {
  height: 56px;
  width: auto;
  margin-bottom: 24px;
}

.socials_copy img {
  width: 32px;
  height: 32px;
  transition: 0.3s
}

.socials_copy a:hover img {
  opacity: 0.6
}

.socials_copy {
  gap: 10px;
  align-items: center;
}

.align-center {
  align-items: center;
}

.copywrite p {
  margin-bottom: 0;
  color: white;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 150%;
}

.copywrite p a {
  color: white;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 150%;
}

.copywrite p a:hover {
  color: var(--blue)
}

.copywrite {
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #009FE3;
  margin-top: 32px;
}

.copy_icons {
  display: flex;
  align-items: center;
  gap: 24px
}

.footer_col1 p {
  font-size: 12px;
  color: white;
  margin-bottom: 0;
}

.footer_col1 {
  padding-right: 30px;
}

.footer_col2 h6 {
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 24px;
}

.footer_col2 ul {
  list-style: none;
  padding-left: 0;
}

.footer_col2 ul li {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 150%;
}

.footer_col2 ul li a {
  color: white;
  font-size: 12px;
  line-height: 150%;
}

.logos_footer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logos_footer img {
  height: 80px;
  object-fit: cover;
}

.subfooter3 {
  transform: translateX(10%);
}

.subfooter2 {
  transform: translateX(28%);
}

.subfooter1 {
  transform: translateX(50%);
}

.search-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.search-popup-content {
  background: #fff;
  padding: 32px;
  width: 90%;
  max-width: 520px;
  border-radius: 4px;
  position: relative;
}

.close-icon {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
}

.search-icon {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.search-icon img {
  width: 16px;
  height: 16px;
}

.search-popup-content form input {
  width: 100%;
}

.search-popup-content form label {
  width: 100%;
}

.about_intro .d-flex {
  background: #D8E9F9;
  border-radius: 8px;
  padding-left: 56px;
}

.about_img img {
  height: 480px;
  object-fit: cover;
  width: auto;
}

.about_img {
  overflow: hidden;
}

.about_logo {
  height: 100px;
  width: auto;
  margin-bottom: 24px;
}

.main_button {
  color: white;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  padding: 15px 24px;
  border-radius: 4px;
  background: #009FE3;
  display: block;
  width: fit-content;
}

.main_button:hover {
  background: var(--dark-blue);
  color: white;
}

.about_intro_content .main_button {
  margin-top: 24px;
}

.about_intro_content {
  padding-right: 50px;
}

.sidebar_about p {
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 0;
  color: #02091C80;
  margin-top: 8px;
}

.sidebar_about img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #02091C29
}

.sidebar_about {
  width: 368px;
  padding-right: 32px;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  align-self: flex-start;
}

.content_about {
  width: calc(100% - 368px);
  border-top: 1px solid #02091C29;
  padding-top: 32px;
}

.content_about h2 {
  margin-bottom: 16px;
}

.grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.single_nr {
  border-radius: 4px;
  background: #D8E9F9;
  padding: 24px;
}

.single_nr h6 {
  font-size: 24px;
  color: #0055B3;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 16px;
}

.single_nr p {
  margin-bottom: 0;
  color: #02091C;
  font-size: 16px;
  line-height: 100%;
  font-weight: 300;
}

.about_intro {
  margin-bottom: 32px;
}

.content_about p:last-child {
  margin-bottom: 0;
}

.divider-80 {
  height: 80px;
}

.grid3.numbers {
  margin: 32px 0;
}

.mission .d-flex {
  border-top: 1px solid #02091C29;
  padding-top: 16px;
  margin-bottom: 32px;
}

.mission .d-flex:last-child {
  margin-bottom: 0;
}

.mission .d-flex h6 {
  width: 190px;
  text-transform: uppercase;
  color: #0055B3;
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
}

.mission .d-flex p,
.mission .d-flex ol,
.mission .d-flex ul {
  width: calc(100% - 190px);
}

.mission .d-flex ol li,
.mission .d-flex ul li {
  margin-bottom: 5px;
}

.mission .d-flex ol li:last-child,
.mission .d-flex ul li:last-child {
  margin-bottom: 0;
}

.mission .d-flex ol li::marker {
  font-weight: 700;
}

.single_member {
  border-radius: 4px;
  background: #D8E9F9;
  padding: 24px;
  margin-bottom: 16px;
}

.single_member:last-child {
  margin-bottom: 0;
}

.single_member h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 16px;
}

.single_member .d-flex p,
.single_member .d-flex a {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
  color: var(--dark)
}

.position {
  color: #009FE3!important;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}

.single_member .d-flex {
  gap: 32px;
  margin-bottom: 8px
}

.single_member .d-flex .position:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 4px;
  height: 4px;
  background: var(--dark);
  right: -19px;
  border-radius: 100%;
}

.member_descr {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  color: #02091C;
}

.team_about {
  margin-top: 32px;
}

.content5 .content_about {
  border: 0;
  margin-top: 0;
  padding-top: 0;
}
