


:root {
  --color-black: #121212;
  --color-darker-black: #0f0f0f;
  --color-darkest-black: #101010;
  --color-white: #fff;
  --color-gray: #cacaca;
  --color-primary: #3340ff;
  --color-border: #272727;
  --color-border-light: #171717;
}

* {
  font-family: 'Noto Sans', 'Noto Sans Armenian', sans-serif;
  font-weight: 600;
  color: var(--color-black);
  font-size: 15px;
  line-height: 21px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /* -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; */
}

.fa-brands, .fab {
  font-weight: 300;
  color: var(--color-white);
  font-size: 18px;
  opacity: 0.6;
}

.fa-brands:hover , .fab:hover {
opacity: 1;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body, .noto-sans {
  font-family: 'Noto Sans', 'Noto Sans Armenian', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.noto-sans-armenian {
  font-family: 'Noto Sans Armenian', 'Noto Sans', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

body {
  margin: 0 0;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background-color: var(--color-black);
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  width: 100%;
  height: auto;
}

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt90 {
  margin-top: 90px;
}

  .mb0 {
  margin-bottom: 0px;
}
  .mr0 {
  margin-right: 0px !important;
}


.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}


.ph16 {
  padding: 0px 16px !important;
}

.visible_lg {
  display: block;
}

.visible_md {
  display: none;
}

.visible_sm {
  display: none;
}

.show_md {
  display: none;
}

h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  color: var(--color-white);
  margin-bottom: 16px !important;
}

h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  color: var(--color-white);
  margin-bottom: 8px;
}

h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0;
  text-align: left;
  color: var(--color-white);
  margin:0px;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-white);
  margin:0 0 8px 0;

}

p {
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  color: var(--color-gray);
  margin-bottom: 24px;
}


li {
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  color: var(--color-gray);
  margin-bottom: 24px;
  margin-left: 22px;
}


li strong {
    font-size: 17px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    color: var(--color-white);
}

li::marker {
    color: var(--color-primary); /* Changes the bullet color to blue */
    font-size: 24px; /* Optional: adjust size */
  }

p strong {
  font-size: 17px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  color: var(--color-white);
}

h1 span {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  color: var(--color-primary);
}

a {
  text-decoration: none;
  -webkit-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
  
}

.button {
  color: var(--color-white) !important;
  padding: 16px 32px;
  text-align: center !important;
  text-decoration: none;
  display: flex;
  font-size: 17px !important;
  font-weight: 400 !important;
  transition-duration: .3s;
  cursor: pointer;
  max-width: 320px;
  height: 56px !important;
  min-width: 160px;
  -webkit-transition: opacity .3s ease-out, top .2s ease-out;
  -moz-transition: opacity .3s ease-out, top .2s ease-out;
  -o-transition: opacity .3s ease-out, top .2s ease-out;
  transition: opacity .3s ease-out, top .2s ease-out;
  position: relative;
  top: 0;
  line-height: 24px !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;

}

.button_primary {
  background-color: var(--color-primary);
  box-shadow: 0 10px 30px 0 rgba(51, 64, 255, 0.1);
  border-radius: 100px;

}

.button_primary:hover {
  opacity: .9;
  top: 1px;
  -webkit-transition: opacity .3s ease-out, top .3s ease-out;
  -moz-transition: opacity .3s ease-out, top .3s ease-out;
  -o-transition: opacity .3s ease-out, top .3s ease-out;
  transition: opacity .3s ease-out, top .3s ease-out;
}

.button_secondary {
  background-color:  rgba(255, 255, 255, 0.05); 
  box-shadow: 0 10px 30px 0 rgba(11, 14, 54, 0.1);
  border-radius: 100px;

}

.button_secondary:hover {
  opacity: .9;
  top: 1px;
  -webkit-transition: opacity .3s ease-out, top .3s ease-out;
  -moz-transition: opacity .3s ease-out, top .3s ease-out;
  -o-transition: opacity .3s ease-out, top .3s ease-out;
  transition: opacity .3s ease-out, top .3s ease-out;
}

.button_group {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.button_group .button {
min-width: 240px;
width: auto;
}

.button_group .button i {
color:var(--color-white);
font-size: 18px;
opacity: 0.9;
}



.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  background: rgba(15, 15, 15, 0);
  width: 100%;
  height: 80px;
  -webkit-transition: background-color .3s ease-out, top .3s ease-out;
  -moz-transition: background-color .3s ease-out top .3s ease-out;
  -o-transition: background-color .3s ease-out top .3s ease-out;
  transition: background-color .3s ease-out top .3s ease-out;
  z-index: 10;
}

.nav_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 24px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.nav_links a {
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0;
  text-align: left;
  color: var(--color-gray);
  margin: 0 10px;
  border-bottom: 3px solid transparent;
  height: 55px;
  outline: none;
}

.nav_links a:first-child {
  margin-left: 10px !important;
}

.nav_links a:last-child {
 margin-right: 0 !important;
}

.nav_links .active {
  color: var(--color-white);
  padding-bottom: 26px;
  border-bottom: 2px solid var(--color-primary);
}

.nav_links a:hover {
  color: var(--color-white);
  padding-bottom: 26px;
  border-bottom: 2px solid var(--color-primary);
}

.nav_links a:focus {
  color: var(--color-white);
  padding-bottom: 26px;
  border-bottom: 2px solid var(--color-primary);
  outline: none;
}



.social a {
  margin: 8px;
}


.social a:last-child {
  margin-right: 0px;
}



.social a::before {
  -webkit-transition: color .3s ease-out, top .3s ease-out;
  -moz-transition: color .3s ease-out top .3s ease-out;
  -o-transition: color .3s ease-out top .3s ease-out;
  transition: color .3s ease-out top .3s ease-out;
}

.social a:hover::before {
  color: var(--color-white);
  -webkit-transition: color .3s ease-out, top .3s ease-out;
  -moz-transition: color .3s ease-out top .3s ease-out;
  -o-transition: color .3s ease-out top .3s ease-out;
  transition: color .3s ease-out top .3s ease-out;
}

.header {
  background-color: var(--color-darker-black);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url('/images/ui/ayb.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 0 100px 0;
  min-height: 100vh;
  z-index: 0;
}

.header_content {
  margin: 80px 0 40px 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-direction: row;

}

.stats_block {
  width: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.subtext {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-gray);
}

.text-center {
  text-align: center;
}

.projects {
  margin: 200px 0 100px 0;
  background: var(--color-darker-black);
  position: relative;
  margin-left: 20%;
  background-image: url('/images/ui/ben.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 0;
}

.projects_shadow {
  height: 140px;
  background: linear-gradient(180deg, var(--color-darker-black) 8.77%, var(--color-black) 100%);
}

.ben {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 760px;
  height: auto;
  z-index: 1;
}

.project_details {
  height: 660px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}

.project_img {
  position: absolute;
  left: -180px;
  top: -120px;
  width: auto;
  max-height: 700px;
  z-index: -1;
}


.abc {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 40px 0px 0px 0px;
  padding-left: 20%;
  gap: 80px;
}

.abc span {
  font-size: 32px;
  color: var(--color-gray);
  line-height: normal;
  font-weight: 300;
  width: 30px;
  transition: opacity 0.7s ease; 
  cursor: pointer;
}

.abc span:hover {
  opacity: 0.7 !important; 
}


.articles {
  padding: 120px 0 150px 0;
  position: relative;
}

.lines-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 630px;
  height: 500px;
  z-index: -1;
}

.gim {
  position: absolute;
  top: -240px;
  left: 0;
  z-index: -1;
  width: 132px;
  height: auto;
}

.articles a {
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0;
  text-align: left;
  color: var(--color-gray);
}

.articles a:hover {
  color: var(--color-white);
}

.articles a:active {
  color: var(--color-white);
}

.contact {
  background-color: var(--color-darker-black);
  height: 100vh;
  min-height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url('/images/ui/da.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.contact_details_block {
  z-index: 2;
}

.lines-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 630px;
  height: 500px;
  z-index: 1;
}

.contact_details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.contact_description h1,
.contact_description h2 {
  text-align: center;
}

.contact_description p {
  text-align: center;
}

.contact_info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px 0 40px 0;
}

.contact_info p {
  margin-bottom: 4px;
}

.contact_details .button {
  margin-bottom: 12x;
}

 .avatar-main {
  width: 120px;
  height: 120px;
}

.avatar {
  width: 72px;
  height: 72px;
  margin-right: 24px;
}

p span {
  color: var(--color-white);
}

.copied {
  width: 300px;
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 12px 24px;
  background-color: var(--color-primary);
  box-shadow: 0 14px 34px 0 rgba(51, 64, 255, 0.6);
  z-index: 10;
  border-radius: 32px;
width: fit-content;
}

.copied span {
  color: var(--color-white);
  font-weight: 600;
  display: flex;
  align-items: center; 
  justify-content: center;
gap: 8px;
}

#copyClipboard {
  opacity: 0;
}

.copy_address {
  font-size: 15px;
  -webkit-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  
}

.copy_address:hover {
  color: var(--color-white);
  -webkit-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
}




.page_title {

  margin: 48px 0 16px 0;


}

.page_title h1 {
  margin-bottom: 12px !important;
}

.post_description {
  border-bottom: 1px solid var(--color-border);
  padding: 8px 0 16px 0;
  font-size: 17px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 28px !important;
  letter-spacing: 0;
}




.post_block_preview .container {
  padding: 0 !important;
}

.post_block_preview .row {
  margin-bottom: 56px;
}



.post_preview_content {
  padding: 0 16px;
}


.post_date {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  margin-top: -8px;
  color: var(--color-gray);
}

.post_details_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



figure.zoom {
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  cursor: crosshair;
  margin: 0px;
}

figure.zoom img:hover {
  opacity: 0;
}

figure.zoom img {
  transition: opacity .5s;
  display: block;
  width: 100%;
}



.post {
  justify-content: center;
  margin-bottom: 24px;
}

.post_image {
  border-radius: 2px;
  margin: 24px 0;
  border-radius: 12px;
}

.post .about_block {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 32px;
      align-items: start;
      padding-bottom: 24px;
}

.post .about_block_main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
  padding: 24px 0;
  margin: 48px 0 24px 0;
}

.about_block_main .about_block {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.post .info span {
  color: var(--color-white);
  margin: 0 6px;
}

.post .avatar {
  width: 56px;
  height: 56px;
  margin-right: 16px;
}

.post .avatar2 {
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.about_block .post_author {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  color: var(--color-white);
}

.about_block .about {
  display: flex;
  flex-direction: column;
  width: -webkit-fill-available;
}

.about_block .info {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  color: var(--color-gray);
}

.post h1 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0;
  text-align: left;
  color: var(--color-white);
  margin: 0;
  padding: 0;
}

.post h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
  text-align: left;
  color: var(--color-white);
}

.post h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0;
  text-align: left;
  color: var(--color-white);
  margin-bottom: 24px;
}

.post .quote {
  padding: 32px 32px;
  background-color: var(--color-darkest-black);
  border-left: 4px solid var(--color-primary);
  margin: 48px 0;
}





.progress-container {
  width: 100%;
  height: 4px;
  background: var(--color-black);
  position: fixed;
  top: 0;
  z-index: 100;
}

.progress-bar {
  height: 4px;
  background: var(--color-primary);
  box-shadow: 0 14px 34px rgba(51, 64, 255, .6);
  width: 0%
}



.number_bullet {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-primary);
  text-align: center;
  color: var(--color-white);
  font-size: 19px;
  border-radius: 100px;
  float: left;
  display: flex;
  margin-right: 21px;
}

hr.line {
  border: 1px solid var(--color-border);
  margin: 32px 0 24px 0;
}

hr.separator {
  border: 1px solid var(--color-black);
  margin-bottom: 40px;
}

#home {
position: relative;
}

.cursor {
  width: 111px;
  position: absolute;
  pointer-events: none;
  opacity: 1;
  top: 50%; /* Adjust as needed for initial position */
  left: -130px; 
  z-index: 999;
}




@font-face {
  font-family: icomoon;
  src: url('/fonts/icomoon.eot?63jfuh');
  src: url('/fonts/icomoon.eot?63jfuh#iefix') format('embedded-opentype'), url('/fonts/icomoon.ttf?63jfuh') format('truetype'), url('/fonts/icomoon.woff?63jfuh') format('woff'), url('/fonts/icomoon.svg?63jfuh#icomoon') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 300;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dribbble:before {
  content: "\e901";
  color: var(--color-gray);
  font-size: 20px;
}

.icon-instagram:before {
  content: "\e900";
  color: var(--color-gray);
  font-size: 20px;
}

.icon-linkedin:before {
  content: "\e902";
  color: var(--color-gray);
  font-size: 20px;
}

.icon-facebook:before {
  content: "\e903";
  color: var(--color-gray);
  font-size: 20px;
}


@media only screen and (max-width:1400px) {
  .post_preview_image {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width:1200px) {

  .ac-md {
    text-align: center;
  }

  .hide_lg {
    display: none;
  }

  .project_img {
    position: absolute;
    left: -100px;
    top: -120px;
    width: auto;
    max-height: 560px;
    z-index: -1;
  }

  .gim {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 76px;
    height: auto;
  }


  .abc {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin: 0px 0px 32px 0px !important;
      padding: 0% 10%;
      gap: 60px;
  }

  .abc span {
      font-size: 24px;
      color: var(--color-gray);
      line-height: normal;
      font-weight: 300;
      width: 20px;
      transition: opacity 0.7s ease; 
      cursor: pointer;
  }


}

@media only screen and (max-width:992px) {
  .short_bio {
    margin-top: 60px;
  }



  .project1, .project2 {
    height: auto !important;
    width: -webkit-fill-available !important;
    max-width: -webkit-fill-available !important;
    align-items: center;
    justify-content: center;
    min-height: 285px;
  }


  .project2 {
    margin-bottom: 24px;
  }

  .project1 h3, .project2 h3 {
    text-align: center;
  } 




  .projects-project {
    padding: 0px !important;
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: -webkit-fill-available;
  }

.projects_shadow {
  display: none;
}

  .nav_links {
   position: fixed;
   height: 100vh;
   width: 80%;
   z-index: 100;
   top: 0;
   left: -100%;
   background: #101010;
   transition: left 0.3s ease;
   
  }


  

  .nav_links.active {
   left: 0;
  }

  .nav_links {
   display: flex !important;
   flex-direction: column;
   padding: 24px;
   gap: 8px;
   top: 0 !important;
   justify-content: center;
   z-index: 100 !important;
   right: auto !important;
   left: -100% !important;
   
   }
   
  .menu-overlay {
   display: none;
   position: fixed;
   top: 0;
   z-index: 99;

   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.5);
   z-index: 99;
   opacity: 0;
   transition: opacity 0.3s ease;
  }

  .menu-overlay.active {
   display: block;
   opacity: 1;
  }

   .nav_links a{
  height: 64px;
  display: flex;
  align-items: center;
  font-size: 24px !important;
  opacity: 0.8;
padding-left: 24px;
  outline: none;
    }

    .sidemenu {
      display: flex !important;
      margin-top: 4px;
      width: 15%;

    }


    .nav_links .active {
      height: 64px;
      color: var(--color-white);
      padding-bottom: 0px !important;
      display: flex;
  align-items: center;
      border-bottom: none;
      opacity: 1;
      border-bottom: none;
      border-left: 2px solid var(--color-primary);
  }

  .nav_links a:active {
    color: var(--color-white);
    padding-bottom: 0px !important;
    border-bottom: none !important;
    outline: none;
  }

  .nav_links a:hover {
    color: var(--color-gray);
    padding-bottom: 0px !important;
    border-bottom: none !important;
  }

  .nav_links a:focus {
    color: var(--color-white);
    padding-bottom: 0px !important;
    border-bottom: none !important;
    outline: none;
    border-left: 2px solid var(--color-primary);
  }

  .avatar-main {
    width: 100px;
    height: 100px;
  }

  
  .logo {
    margin-top: 4px;
    height: 38px !important;
    width: 62px !important;
    margin-left: 30px;
  }
  

  .hide_md {
    display: none;
  }

  .show_md {
    display: block !important;
  }

  .post_details_block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .post_details_block h2 {
    text-align: center;
  }




  .project_img {
    position: absolute;
    left: -100px;
    top: -180px;
    width: auto;
    max-height: 500px;
    z-index: -1;
  }

  .articles {
    margin-top: 60px;
  }

  .visible_md {
    display: block !important;
  }

  .gim {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 64px;
    height: auto;
  }
}



@media only screen and (max-width:768px) {


footer {
      margin-bottom: 30px !important;
}

.projects-description-block p {
    text-align: center !important;
  }

  .hide_sm {
    display: none;
  }

  .page_title h1 {
    margin-top: 56px !important;
  }

  .about_footer {
    margin-bottom: 100px !important;
  }

  .page_title h1 {
    text-align: center !important;
  }

  .page_title p {
    text-align: center !important;
  }


 .stats {
         margin-top: 24px;
  display: flex;
  flex-direction:row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}


  .stats_block {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
  }

  .stats_block p {
    text-align: center;
  }

  .projects {
    margin-top: 200px;
    background: #0f0f0f;
    position: relative;
    margin-left: 0;
    padding-right: 0;
    display: flex;
  }

  .project_img_block {
    height: 180px;
  }

  .project_img {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 32px;
  }

  .project_details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    height: 500px;
  }

  .project_details p {
    text-align: center;
  }

  .visible_lg {
    display: none;
  }

  .visible_sm {
    display: block !important;
    width: auto;
  }

  .projects_shadow {
    height: 100px;
    background: linear-gradient(180deg, var(--color-darker-black) 8.77%, var(--color-black) 100%);
    z-index: -1;
  }

  h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    color: var(--color-white);

  }

  h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    color: var(--color-white);
    margin-bottom: 12px;
    text-align: center;
  }

  h3 {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
    color: var(--color-white);
    margin-bottom: 8px;
  }

  p {

    margin: 0;
    color: var(--color-gray);
    line-height: 28px;
    margin-bottom: 24px;
  }

  h1 span {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    color: var(--color-primary);
  }

  .header {
    padding-top: 120px;
  }

  .header_content_block {
    padding-inline: 50px;
  }

  .button {
    min-width: 100%
  }

  .contact_details {
    margin: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .articles,
  .project_details {
    margin: 0 16px;
  }

  .header_content h1,
  .header_content p {
    text-align: center;
  }

  .gim {
    display: none;
  }

  .articles {
    padding-bottom: 100px;
  }






  .social a, footer a {
    display: inline-block;
    margin: 0 10px;
    font-size: 18px;
    color: var(--color-gray);
    transition: color 0.3s ease;
  }
  
  .social a:hover, footer a:hover {
    color: var(--color-primary);
  }
  
  footer a {
    font-size: 20px;
    margin: 0 15px;
  }
  


  .copied {
    bottom: 90px;
  }


  .abc {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin: 40px 0px 0px 0px;
      padding: 0%;
      gap: 40px;
  }

  .abc span {
      font-size: 24px;
      color: var(--color-gray);
      line-height: normal;
      font-weight: 300;
      width: 20px;
      transition: opacity 0.7s ease; 
      cursor: pointer;
  }

  .post {
    margin: 32px 6px 0 6px;
  }

  .post_image {
    border-radius: 2px;
    margin: 64px 0 24px 0;
  }

  .readmore {
    margin-bottom: 80px;
  }

  .post p {
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    color: var(--color-gray);
    margin-bottom: 32px;
  }



  .post .about_block_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--color-border);
    border-top: 1px solid var(--color-border);
    padding: 24px 0;
  }

  .about_block_main .social {
    margin-top: 24px;
  }

  .about_block_main .about_block {
    border-bottom: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .avatar2 {
    margin: 0 0 16px 0 !important;
  }

  .about_block_main .post_author {
    font-size: 24px;
    line-height: 27px;
    padding: 8px 0;
  }

  .about_block_main .about_block>.about {
    align-items: center;
  }

  .about_block .info {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    color: var(--color-gray);
  }

  .post_suggestion a p {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    color: var(--color-gray);
  }
}

.error_404_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.error_404_block p {
  margin: 8px 0 40px 0;
  text-align: center;
}

.error_404_title {
 font-size: 250px;
  font-style: normal;
line-height: 220px;
  font-weight: 700;
  color: var(--color-white);
}

@media only screen and (max-width:768px) {
  .error_404_title {
    font-size: 90px;
    font-style: normal;
    line-height: 100%;
    font-weight: 700;
    color: var(--color-white);
  }



  .projects-description {
    align-items: center;
    justify-content: center !important;
    text-align: center;
  }

  .projects-description-block  p {
    margin: 0 !important;
    }

  

  .projects-project {
  padding-bottom: 32px;
  }

  .projects-project {
    padding: 16px !important;
  }


}






hr {
  border: 1px solid var(--color-border);
  width: 100%;
}




.article-card {
  display: flex;
  flex-direction: column;
justify-content: center;
gap: 12px;

  }


  .article_content {
      display: flex;
  flex-direction: column;
  align-items: flex-start;
justify-content: flex-start;
gap: 12px;


  }


  .article-content  p  a {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
     color: var(--color-white) !important;
    margin-bottom: 32px;
    border-bottom: 2px solid var(--color-primary);
  }

  .article-content p a:hover {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    color: var(--color-white);
    margin-bottom: 32px;
    border-bottom: 2px solid var(--color-primary);

  }


  .article_main_image img {
    width: 100%;
    object-fit: cover;
    border-radius: 16px !important;
    margin-block:  40px 24px;
  }

  .article_image {
    width: 100%;

    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
  }


.article_title {
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    color: var(--color-white);
    margin: 0;
}

.article_description {
  font-size: 17px;
  font-weight: 300;
  line-height: 34px;
  color: var(--color-gray);
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article_date {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: var(--color-gray);
}



  .article {
    max-width: 800px;
    margin: 80px auto;
    padding: 0 16px;
  }


  .articles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }


  .article_content_block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap:12px;
    height: 142px;
  }

  @media (max-width: 768px) {
    .articles-grid {
      grid-template-columns: 1fr;
    }
  }


  header {
    margin-top: 80px;
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  

  .youtube-embed-container {
    margin-top: 24px;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-block:120px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .youtube-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 8px;
  }

  .project1 {
    padding: 32px;
    border-radius: 8px;
    background-color: #101010;
    width: -webkit-fill-available;
    height: 400px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
 cursor: pointer;
  }

  .project2 {
    padding: 32px;
    border-radius: 8px;
    background-color: #101010;
    width: -webkit-fill-available;

    height: 400px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
 cursor: pointer;
  }



  .projects-section {
 
    gap: 32px;
    display: flex;
    flex-direction: column;


  }


  .projects-project {
    padding: 0 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: -webkit-fill-available;
  }

  .projects-description {
    padding: 0 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }


  .project-descirption {
    display: flex;
    gap: 2px;
    flex-direction: column;
    align-items: center;

  }

  .project-descirption p {
text-align: center;


  }

  .projects-project img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
  }
    


  .social a, footer a {
    display: inline-block;
    margin: 0 10px;
    font-size: 18px;
    color: #cacaca;
    transition: color 0.3s ease;
  }
  
  .social a:hover, footer a:hover {
    color: #3340ff;
  }
  
  footer a {
    font-size: 20px;
    margin: 0 15px;
  }
  
  /* Custom language selector styles */
  .language-switcher {
    position: relative;
width: 15%;
    display: flex;
    justify-content: end;
  }
  
  .custom-select {
    position: relative;
    width: fit-content;
  }
  
  .select-selected {
    display: flex;
    align-items: center;
    justify-content:center;
    padding: 8px 0;
    border-radius: 4px;
width: fit-content;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
  }
  
  .current-language {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
 
  .current-language i::before {
    font-size: 16px;
  }
  
  .select-selected span {
    font-size: 14px;
    font-weight: 500;
    color: #cacaca;
  }
  
  .select-selected i {
    margin-left: 10px;
    font-size: 12px;
    color: #cacaca;
    transition: transform 0.2s ease;
  }
  
  .select-selected.select-arrow-active {
    border-radius: 4px 4px 0 0;
  }
  

  

  .select-items {
    position: absolute;
    top: 100%;
    right: 0;
    width: 140px;
    background-color: #1a1a1a;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 100;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 5px;
  }
  
  .select-items div {
    padding: 0;
    cursor: pointer;
    user-select: none;
  }
  
  .select-items div a {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.2s ease;
  }
  

  .select-items div:first-child {
    border-radius: 4px 4px 0 0;
  }
  
  .select-items div:last-child {
    border-radius: 0 0 4px 4px;
  }
  
  .select-items div:only-child {
    border-radius: 4px;
  }
  
  .select-items div:hover a, 
  .select-items div.same-as-selected a {
    background-color: rgba(255, 255, 255, 0.03);
    color: #ffffff;
  }
  
  .select-hide {
    display: none;
  }



  .logo {
    height: 44px;
    width: 72px;
    height: auto;
  }

  .fullscreen-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.pagedescription {

  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 0 16px;
  z-index: 0;
  background-color: var(--color-black);
}



.pagedescription p {
 max-width: 780px;

}

/* Adjust existing styles for compatibility */
#home {
    padding-top: 0;
}

/* Make images in sections appropriately sized */
.fullscreen-section img.lines-1,
.fullscreen-section img.lines-2,
.fullscreen-section img.gim {
    position: absolute;
    z-index: 1;
}

/* Ensure content is centered in each section */
.fullscreen-section .container {
    margin: auto;
    width: 100%;
}

.sidemenu {
  display: none;
}


.nav_links {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  margin: 0 auto;
  top: 13px;
  left: 0;
  right: 0;
  flex-direction: row;
  padding: 0;
  height: auto;
  background: transparent;
  z-index: 100;
  width: 100%;
}

.logo-container {
  width: 15%;
}

@media only screen and (max-width:992px) {

.logo-container {
  width: auto;
}


  .nav_links {
    position: fixed;
    height: 100vh;
    width: 80%;
    z-index: 100 !important;
    top: 0 !important;
    left: -100% !important;
    right: auto !important;
    background: #101010;
    flex-direction: column !important;
    padding: 24px;
    gap: 8px;
    justify-content: center;
    transition: left 0.3s ease;
    display: flex !important;
  }
  .nav_links.active {
    left: 0 !important;
  }

  .projects-description {
 padding: 0;
  }

  .projects-description-block p {
    text-align: left;
  }
}


.project-link {
  display: flex;
      width: -webkit-fill-available;
}


.contact_info_block {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.name {
  color: var(--color-white);
  font-weight: 500;
  line-height: 22px;
}

.response {
  color: var(--color-gray);
  font-size: 14px;
  height: auto;
  line-height: 21px;
}

.badge-project {
  background-color: var(--color-border);
  color: var(--color-white);
  padding: 0px 16px;
  border-radius: 24px;
  width: fit-content;
  font-size: 13px;
  margin-block: 8px;
}



.related-projects, .related-articles, .related-portfolio {
  margin-top: 24px;
}





@media screen and (max-height: 840px), screen and (max-width: 400px) {
    .header_content {
        margin-top: 80px !important;
    }
}


 .resume-page {
    min-height: 100vh;
  }
  
  .resume-download-section {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }
  
  .resume-download-section .button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .resume-download-section .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }
  

  
  .resume-preview {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .resume-image {
    max-width: 600px;
    height: auto;
  }
  

  
  @media (max-width: 768px) {
    .resume-image-section {
      padding: 32px 0;
    }
    
    .resume-download-section .button {
      padding: 12px 24px;
      font-size: 16px;
    }
  }

   .image-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .image-modal.active {
    display: flex;
    opacity: 1;
    transform: scale(1);
  }

  .image-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 15, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
  }

  .image-modal-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: modalSlideIn 0.3s ease-out;
  }

  @keyframes modalSlideIn {
    from {
      opacity: 0;
      transform: translateY(20px) scale(0.95);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  .image-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(18, 18, 18, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--color-white);
    cursor: pointer;
    padding: 12px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 1002;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .image-modal-close:hover {
    background: var(--color-black);
    border-color: var(--color-border);
  }

    .image-modal-close i {
    color: var(--color-white);
  }

  .image-modal img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
  }


  /* Mobile optimizations */
  @media (max-width: 768px) {
    .image-modal-overlay {
      padding: 10px;
    }
    
    .image-modal-close {
      top: 20px;
      right: 20px;
      width: 40px;
      height: 40px;
      padding: 8px;
    }
    
    .image-modal-content {
      max-width: 95vw;
      max-height: 95vh;
    }



  }



footer {
display: flex;
align-items: center;
justify-content: center;
background-color: #0F0F0F;
width: 100%;
}

.footer-container {
 display: flex;
align-items: start;
justify-content: space-between;
flex-direction: row;
padding: 120px 24px;
    width: -webkit-fill-available;
    max-width: 1200px;


}

footer a {
  margin: 0 12px;
}

footer a::before {
  -webkit-transition: color .3s ease-out, top .3s ease-out;
  -moz-transition: color .3s ease-out top .3s ease-out;
  -o-transition: color .3s ease-out top .3s ease-out;
  transition: color .3s ease-out top .3s ease-out;
}

footer a:hover::before {
  color: var(--color-white);
  -webkit-transition: color .3s ease-out, top .3s ease-out;
  -moz-transition: color .3s ease-out top .3s ease-out;
  -o-transition: color .3s ease-out top .3s ease-out;
  transition: color .3s ease-out top .3s ease-out;
}





  .footer-links {
    display: flex;
    flex-direction: row;
    gap: 48px;
  }


  .footer-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .footer-column p {
    margin: 0px;
    font-size: 15px;
    
  }

   .footer-column p:hover {
    color: var(--color-white);
    
  }

  .footer-social p, .footer-social strong {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .footer-social-icons {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .footer-social-icons a{
    margin: 0;
  }

  .footer-social-iconsgroup {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }


  @media (max-width: 768px) {

.footer-container {

flex-direction: column-reverse;
align-items: center;
gap: 48px;
padding: 48px 24px;

}

.button_group {
  flex-direction: column;
}

.button_group .button {
margin-bottom: 0;}

.button_group .button {
  min-width: 260px;
  max-width: 320px;
  width: auto;
} 


  .footer-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

   .footer-column p {
    margin: 0px;
    font-size: 15px;
  text-align: center;  
  }

    .footer-links {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }



  }



    @media (max-width: 420px) {

  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }


  }



      @media (max-width: 560px) {

  .stats {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .stats_block {
    margin-top: 0px;
  }



  }


  
  @media (max-width: 768px) {

      .header_content {
        padding: 0 16px;
        margin-top: 100px;
        min-height: 360px;
      }

  h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-white);
  margin:0 0 8px 0;

}

.subtext {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-gray);
}
  }