body {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
}

/*Global*/
.container {
  width: 80%;
  margin: auto;
  overflow: hidden;
}

.avatar {
  width: 80%;
  text-align: left;
  overflow: hidden;
}

.avatar img {
  position: relative;
  left: 80%;
  margin-left: -75%;
  max-width: 200px;
}

.dark {
  padding: 15px;
  background: #35424a;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: center;
  text-align: center;
}

.dark h3 {
  color: #4f9dd5;
}

.button {
  height: 38px;
  background: #4f9dd5;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  border-radius: 5%;
}

.fas {
  color: #4f9dd5;
}

/*HOME PAGE*/
.brandname {
  font-family: "Roboto Mono", monospace;
  font-size: 20px;
  margin-top: 10px;
  padding-left: 20px;
}

.brandname .fname {
  color: black;
}

.brandname .lname {
  color: #0033E7;
}

header {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)),
    url("../images/UA-Lab_BG-Desktop_transparent.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
}
.rightsided ul , .rightsided #gt-mordadam-43217984{
  display:inline-block;
}
.rightsided {
  display: flex;
  align-items: center;
  flex-wrap: nowrap; /* Prevent wrapping */
}
nav {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 40px;
   flex-wrap: nowrap;
  flex-direction: row;
}

ul {
  text-align: right;
  padding-right: 20px;
  margin-top: 10px;
}

ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  padding: 1px;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
}

ul li a {
  text-decoration: none;
  color: #0033E7;
  transition: all 0.2s ease-in-out;
}

li a:hover {
  color: rgba(72, 138, 126, 1);
}
h2.brandname {
  white-space: nowrap;
}

@media screen and (max-width: 920px) {
  nav {
    padding: 0 10px;
  }

  ul {
    padding-right: 10px;
    margin-top: 5px;
  }

  ul li {
    font-size: 14px;
  }

  h2.brandname {
    font-size: 18px;
  }

  .language-toggle {
    gap: 2px;
  }
}
@media screen and (max-width: 810px) {
  ul {
    padding-right: 5px;
  }

  ul li {
    margin-right: 5px; /* Reduce margin between items */
    font-size: 14px; /* Slightly reduce font size */
  }

  .language-toggle {
    gap: 3px;
  }
}
 .lang-link {
        color: #333;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        padding: 5px 10px;
        transition: color 0.3s ease;
    }

    .lang-link:hover {
        color: #0033E7;
    }

    .language-toggle {
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }

    .lang-link.active {
        color: #0033E7;
    }
.toggle {
  width: 100%;
  padding: 10px 10px;
  text-align: right;
  box-sizing: border-box;
  color: rgba(41, 168, 166, 1);
  display: none;
}

h1,
h2 {
  font-family: "Roboto Mono", monospace;
  font-size: 20px;
  color: black;
}

.typewriter {
  position: relative;
  left: 200px;
  width: auto;
  height: auto;
  top: 650px;
}

#stmt1 {
  width: 15em;
  white-space: nowrap;
  overflow: hidden;
  animation: frag1type 15s steps(50, end) 0s infinite;
  margin-top: -5px;
}
@keyframes frag1type {
  from {
    width: 0;
    opacity: 1;
  }
  10% {
    width: 15em;
    opacity: 1;
  }
  25% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 1;
  }
}

#stmt2 {
  margin-top: -25px;
  opacity: 0;
  width: 15em;
  white-space: nowrap;
  overflow: hidden;
  animation: frag2type 15s steps(50, end) 5s infinite;
}
@keyframes frag2type {
  from {
    width: 0;
    opacity: 1;
  }
  10% {
    width: 15em;
    opacity: 1;
  }
  25% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 1;
  }
}

#stmt3 {
  margin-top: -25px;
  opacity: 0;
  width: 25em;
  white-space: nowrap;
  overflow: hidden;
  animation: frag3type 15s steps(50, end) 10s infinite;
}
@keyframes frag3type {
  from {
    width: 0;
    opacity: 1;
  }
  10% {
    width: 25em;
    opacity: 1;
  }
  25% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 1;
  }
}  
  #stmt4 {
    margin-top: -25px;
    opacity: 0;
    width: 25em;
    white-space: nowrap;
    overflow: hidden;
    animation: frag3type 10s steps(50, end) 15s infinite;
  }
  @keyframes frag3type {
    from {
      width: 0;
      opacity: 1;
    }
    10% {
      width: 25em;
      opacity: 1;
    }
    25% {
      width: 0;
      opacity: 1;
    }
    100% {
      width: 0;
      opacity: 1;
    }

   
}
.brandname.desktop{
      display:block;
}
@media (max-width: 600px) {
  .toggle {
    display: block;
  }
  nav{
    top:0;
	flex-direction: row-reverse;
  }
  nav ul {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    display: none !important;
    top: 40px;
  }

  nav ul li {
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  }

  nav ul li a {
    display: block;
    padding: 5px;
    font-size: 20px;
  }

  .active {
    display: block !important;
  }
  .brandname.desktop {
    display:none;
  }


  .brandname.mobile {
    top: 400px;
    position: absolute;
    text-align: center;
    justify-content: center;
    width: 90%;
  }
  .brandname {
    top: 0;
    position: absolute;
    
  }

  header {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)), url(../images/UA-Lab_BG-Mobile-Transparent-new.png);
        position: relative;
        background-size: 100%;
        height: 326px;
        background-repeat: no-repeat;
        background-position: center center;
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 80px;
  }

  .typewriter h1,
  h2 {
    font-family: "Roboto Mono", monospace;
    font-size: 20px;
    color: white;
  }

  .typewriter {
    bottom: 50px;
  }

  #showcase {
    height: 100%;
  }
}

/************* About **********/

.intro {
  font-family: "Roboto Mono", monospace;
  font-size: 18px;
  letter-spacing: 2px;
  color: black;
  text-align: left;
  padding-left: 20px;
}

#main {
  display: flex;
  justify-content: center;
}

.main-container {
  display: flex;
  max-width: 80%;
  widows: 80%;
  justify-content: space-between;
}

.intro p i {
  font-weight: bold;
  font-size: 36px;
}
article#main-col {
  width: 65%;
}

article > h1 {
  text-align: center;
  text-decoration: underline;
  font-family: "Roboto Mono", monospace;
  font-size: 20px;
}

#main-col ul {
  text-align: center;
}
.bullets-intro {
  font-family: "Roboto Mono", monospace;
  font-size: 18px;
}
.bullets-list li {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 20px;
}

.icon-intro li {
  font-family: "Roboto Mono", monospace;
  font-size: 15px;
}

.icon-intro i {
  margin-right: 5px;
}

aside#sidebar {
  margin-top: 10px;
  width: 30%;
}

aside#sidebar .quote input {
  padding: 5px;
}
.email {
  width: 100%;
}

@media (max-width: 600px) {
  .main-container {
    display: block;
  }
  article#main-col,
  aside#sidebar {
    width: 100%;
  }

  .quote .button {
    display: block;
    color: #ffffff;
    text-align: center;
    width: 100%;
  }
  .intro {
    font-family: "Roboto Mono", monospace;
    font-size: 16px;
  }
  article > h1 {
    font-family: "Roboto Mono", monospace;
    font-size: 18px;
  }
  .icon-intro li {
    font-family: "Roboto Mono", monospace;
    font-size: 12px;
  }
  .bullets-list li {
    font-family: "Roboto Mono", monospace;
    font-size: 14px;
  }
  #main {
    justify-content: center;
  }

  .dark {
    text-align: center;
    justify-content: center;
    padding: 10px;
  }
}
/***********CV***************/
#cv-container-wrap {
  display: none;
  padding: 20px 0;
  justify-content: center;
}
.cv-container {
  max-width: 80%;
  padding-left: 10px;
  background: #f2f2f2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#cv {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 20px;
  padding: 5px 0;
  border-bottom: 1px solid lightgrey;
}

.experience {
  font-weight: bold;
  font-size: 18px;
}

.my-title {
  font-size: 24px;
  font-weight: 300;
  color: #4f9dd5;
}

.my-title p {
  font-size: 18px;
}

.my-name {
  font-size: 48px;
  line-height: 1;
}

.job {
  padding-bottom: 5px;
  margin-right: 10px;
}

.job p,
li {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}

.job-title-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 18px;
}

.employer {
  font-weight: bold;
}

@media (max-width: 600px) {
  #cv {
    display: block;
    grid-template-columns: 1fr;
  }
  .avatar img {
    position: relative;
    left: 70%;
    margin-left: -75%;
    max-width: 200px;
  }

  .experience {
    font-size: 14px;
    text-align: center;
    margin-bottom: 7px;
  }

  .my-name,
  .my-title {
    font-size: 24px;
    display: inline-block;
  }

  .my-title p,
  .job p {
    font-size: 14px;
  }

  .employer,
  .position,
  .date {
    font-size: 14px;
  }
}
/***********ShopTalk*********/
.wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Roboto Mono", monospace;
  font-style: italic;
}
.owl-carousel {
  border: 20px;
}

@media (max-width: 600px) {
  .wrapper h2,
  h3 {
    color: black;
  }
}
/***********Divider**********/
.divider-2 {
  background: url("../images/bckgrdscroll.jpg");
  background-size: cover;
  height: 300px;
  overflow-y: auto;
  background-position: center;
  background-attachment: fixed;
}

.divider-2 h2 {
  text-align: center;
  color: #f2f2f2;
  width: 60%;
  margin-top: 100px;
  margin-left: 20px;
  font-size: 16px;
}

@media (max-width: 600px) {
  .divider-2 h2 {
    width: 60%;
    font-size: 12px;
    margin-top: 40px;
  }
  .divider-2 {
    background-position: -111px -8px;
    background-size: cover;
    width: 100%;
  }
}
/***********ToolSet**********/
#toolset-container-wrap {
  display: flex;
  justify-content: center;
  background-size: cover;
}

.toolset-container {
  display: flex;
  width: 80%;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-family: "Roboto Mono", monospace;
}

.box-tools-container {
  display: flex;
  flex-direction: column;
}

.box-tools-row {
  display: flex;
}

.box-tools {
  text-align: left;
  color: black;
  padding: 12px 20px;
  width: 30%;
}

.box-tools i {
  font-size: 20px;
  padding-bottom: 12px;
}

.icon {
  color: black;
  font-family: "Roboto Mono", monospace;
  margin-left: 5px;
  font-size: 18px;
}

@media (max-width: 600px) {
  .toolset-container h2,
  .box-tools-row {
    display: block;
    color: black;
    width: 80%;
    justify-content: center;
  }

  .box-tools {
    width: auto;
    padding: 12px 0;
    text-align: center;
  }

  .box-tools i {
    font-size: 16px;
  }
  .icon {
    font-size: 14px;
  }

  .toolset-container {
    font-size: 14px;
  }
}
/*************ContactForm****************/
input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%; /* Full width */
  padding: 10px; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 6px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type="submit"] {
  background-color: #4caf50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  justify-content: center;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type="submit"]:hover {
  background-color: #45a049;
  justify-content: center;
}

label {
  color: white;
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
}

#contact-me h2 {
  color: white;
  text-align: center;
  justify-content: center;
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
}
/* Add a background color and some padding around the form */
.container-form {
  border-radius: 5px;
  padding: 10px;
  float: right;
  margin-right: 40px;
  justify-content: center;
  text-align: center;
  margin-left: 40px;
}

.contact-form {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)),
    url("../images/backgrndfooter.jpg") 0 -200px;
  display: flex;
  margin-top: 20px;
  background-size: cover;
}
.contact-form h3 {
  padding-top: 0.25px;
}

.first {
  color: white;
  margin-top: 50px;
  margin-left: 50px;
  text-align: justify;
  margin-bottom: 20px;
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
}

.second {
  color: white;
  margin-left: 50px;
  text-align: justify;
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
}

@media (min-width: 768px) {
  #header {
    width: 100%;
  }
  /* header {
    background-image: url("../images/background.png");
    background-position: center;
    background-repeat: no-repeat;
  } */
}

@media (max-width: 600px) {
  .contact-form {
    display: block;
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .first,
  .second {
    margin-right: 40px;
    font-size: 12px;
  }

  .container-form {
    float: none;
    width: 80%;
    justify-content: center;
    text-align: center;
  }
}
/**************Success Page**********/
.confirmation {
  width: 100%;
  text-align: center;
}
.confirmation h1 {
  font-size: 50px;
}
.confirmation p,
a {
  font-family: "Roboto Mono", monospace;
  font-size: 20px;
}
a:hover {
  color: blue;
}

.far {
  color: #4f9dd5;
  margin: 10px 0 10px 0;
  justify-content: center;
}

@media (max-width: 600px) {
  .confirmation h1 {
    font-size: 30px;
  }
  .confirmation p,
  a {
    font-family: "Roboto Mono", monospace;
    font-size: 14px;
  }
}

/* This is the style of error message */
#errorName,
#errorEmail,
#errorCo,
#errorFname,
#errorSubj,
#errorMsg {
  width: 100%;
  padding: 0;
  font-size: 70%;
  color: white;
  background-color: #900;
  border-radius: 0 0 5px 5px;
  font-family: "Roboto Mono", monospace;
  box-sizing: border-box;
  float: left;
  text-align: left;
}
.form-control {
  align-items: flex-end;
}
