@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;700;800;900&display=swap');
@import url('./cstyle-variables.css');

::selection {
  background: var(--radu-highlight);; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: var(--radu-highlight);; /* Gecko Browsers */
}

body {
  /* display: none !important; */
  overflow-x: hidden;
}

* {
  color: #163423;
}

/* UTILS */
.chevron::before {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-style: solid;
	border-width: 0.10em 0.10em 0 0;
	content: '';
	left: 0.15em;
	position: relative;
	top: -3px;
	transform: rotate(-45deg);
	vertical-align: top;
}


.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	transform: rotate(-135deg);
}

#project .nav-links .chevron {
  width: 30px;
  height: 60px;
  color: var(--radu-highlight);
}









#page {
  position: relative;
  padding-bottom: 126px;
  min-height: 100vh;
}

#page .site-header > .site-logo {
  border: none;
}

#page .site-header > .site-logo img {
  width: 180px;
}

#page #masthead {
  max-width: 90%;
  padding: 20px 0;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#page #masthead .primary-menu-container {
  margin-right: 100px;
}

#page #masthead #site-navigation {
  width: auto;
}

#page #masthead .primary-menu-container #primary-menu-list {
  width: 100%;
  flex-wrap: nowrap;
}

#page #masthead .primary-menu-container #primary-menu-list li {
  width: 120px;
  margin-left: 73px;
}

#page #masthead .primary-navigation .current-menu-item > a:first-child,
#page #masthead .primary-navigation .current_page_item > a:first-child {
  text-decoration: none;
  color: var(--radu-highlight);
}

#page #masthead .primary-navigation a:hover {
  text-decoration: none;
  color: var(--radu-highlight);
}


#page .site-header > .site-logo {
  width: auto;
}

/* HOME */

#page #top-section {
  text-align: center;
}

#page #top-section .top_section_text_1 {
  font-size: var(--home-head-text1-fs);
  line-height: var(--home-head-text1-fs);
  margin-bottom: 30px;
}

#page #top-section .top_section_text_2 {
  font-size: var(--home-head-text2-fs);
  line-height: var(--home-head-text2-fs);
  color: var(--radu-highlight);
  margin-bottom: 60px;
}

#page #top-section .top_section_text_3 {
  position: relative;
  left: 90px;
  font-size: var(--home-head-text3-fs);
  line-height: var(--home-head-text3-fs);
  font-weight: 100;
}

#page #top-section .top_section_text_4 {
  float: left;
  font-size: var(--home-head-text4-fs);
  line-height: var(--home-head-text4-fs);
  font-weight: 100;
  margin-left: 300px;
}

#page #top-section .top_section_text_5 {
  display: flex;
  align-items: flex-end;
  height: var(--home-head-text4-fs);
  float: left;
  font-size: var(--home-head-text5-fs);
  line-height: var(--home-head-text5-fs);
  font-weight: 500;
  margin-left: 100px;
  margin-bottom: 30px;
}

#page #top-section .top_section_text_6 {
  float: left;
  width: 100%;
  font-size: var(--home-head-text6-fs);
  line-height: var(--home-head-text6-fs);
  font-weight: 100;
  margin-bottom: 100px;
}

#page #recent-projects {
  text-align: center;
}


#page #recent-projects {
  width: 80%;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
}

#page #recent-projects h3{
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
}

#page #recent-projects h3.title:after{
  content: url(https://radu.dotcodes.net/wp-content/uploads/2021/06/Group-5954.png);
}

#page #recent-projects .recent-project {
  position: relative;
  width: 32%;
  display: flex;
  text-align: center;
  margin-bottom: 1.5%;
}

#page #recent-projects .recent-project a {
  position: absolute;
  z-index: 2;
  padding-top: 44%;
  background: red;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
}

#page #recent-projects .recent-project a:hover {
  opacity: 1;
}

#page #recent-projects .recent-project a div:nth-child(1) {
  font-size: 27px;
}

#page #recent-projects .recent-project a div:nth-child(2) {
  font-size: 17px;
}

#page #recent-projects .recent-project img {
  width: 100%;
}

#recent-projects #recent-projects-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: space-around;
  flex-wrap: wrap;
}

#more-projects {
  width: 300px;
  height: 80px;
  display: flex;
  margin: 60px auto 80px;
  font-size: 17px;
  background-image: url(https://radu.dotcodes.net/wp-content/uploads/2021/06/Group-33.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
}

#bottom-contact {
  width: 100%;
  text-align: center;
}

#bottom-contact h1 {
  font-size: 64px;
  width: 640px;
  margin: 20px auto 10px;
}

#bottom-contact h3 a {
  color: var(--radu-highlight);
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
}

#bottom-contact h5 {
  font-size: 21px;
}



#page footer * {
  color: var(--radu-highlight);
}

#page footer {
  background: #14281A;
  color: var(--radu-highlight);
  width: 100%;
  max-width: 100%;
  height: 126px;
  padding-bottom: 0;
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
}

#page footer .creator {
  position: absolute;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  left: 111px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}

#page footer .social {
  /* width: 200px; */
  /* height: 100%; */
  /* margin: 0; */
  /* padding: 0; */
  /* position: absolute; */
  display: flex;
}

#page footer .social a {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  background: var(--radu-highlight);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

#page footer .social a i{
  color: #fff;
}

#page #contact-page {
  max-width: 55%;
}

#page #contact-page h1 {
  color: var(--radu-highlight);
  font-size: 39px;
  margin-bottom: 10px;
}

#page #contact-page h5 {
  font-size: 21px;
  letter-spacing: 1.85px;
  margin-bottom: 15px;
}

#page #contact-page label {
  font-size: 15px;
}

#page #contact-page .wpforms-required-label {
  color: var(--radu-highlight);
}

#page #contact-page input, #page #contact-page textarea {
  border: 1px solid #707070;
}

#page #contact-page .wpforms-field input, #page #contact-page .wpforms-field-row {
  max-width: 100%;
}

#contact-page .wpforms-submit-container {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}

#contact-page .wpforms-submit-container button {
  float: left;
}

#contact-page .or-email {
  float: left;
  margin-left: 22px;
  font-size: 19px;
  font-weight: bold;
}

#contact-page .or-email a {
  color: var(--radu-highlight);
}

#contact-page .wpforms-submit-container .wpforms-submit  {
  width: 180px;
  height: 40px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Montserrat';
  text-transform: uppercase;
  color: #fff;
  background-color: var(--radu-highlight);
  border-radius: 7px;
}



/* PROJECT PAGE */

#project {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

#project li {
  list-style-type: none;
}

#project li img {
  width: 100%;
}

#project .title {
  font-size: 37px;
  color: var(--radu-highlight);
  display: flex;
  margin: 0 auto;
  flex-direction: column;
}

#project .title:after {
  content: url(https://radu.dotcodes.net/wp-content/uploads/2021/06/Group-5954.png);
}

#project .sub-title {
  max-width: 1024px;
  margin: 30px auto 50px;
  font-size: 18px;
}

#project #bottom-contact {
  margin: 100px 0px;
}



/* ABOUT */

#page #about #top-section {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

#about {
  margin: 0 auto;
}

#about .dark-accent-color {
  color: var(--dark-green);
}

#about .light-accent-color {
  color: var(--light-green);
}

#about .text-section {
  width: 60%;
  text-align: left;
}

#about .text-section .bottom-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}

#about .heading-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
}

#about .heading-image {
  width: 400px;
  height: auto;
}

#about #core-skills {
  height: 300px;
  background-color: var(--light-green);
}

#about #bottom-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 150px auto 150px;
}

#about #bottom-section .bottom-text-heading {
  font-size: 51px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

#about #bottom-section .bottom-text {
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

#about #bottom-section .bottom-text .email a {
  color: var(--radu-highlight);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}


