* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

:root {
  --transition: all 0.3s ease;
  --dark-gray-color: #949ebc;
  --light-black-color: #b4b4b4;
  --primary-color: #ff5c00;
  --back-color: #06111C;
  --font-fam: 'Open Sans', sans-serif;
  --border-radius: 5px;
  --primary-hover: rgb(213, 78, 0);
  --primary-transparent: rgba(213, 78, 0, 0.2);
  --secondary-transparent: rgba(213, 78, 0, 0.3);
}

body {
  margin: 0px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
  background-color: var(--back-color);
  color: var(--dark-gray-color);
  font-family: var(--font-fam);
  font-size: 16px;
  line-height: 1.3;
}

/* particle js section start */

#particles-js {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  pointer-events: none;
}

canvas {
  display: block;
  vertical-align: bottom;
}

/* particle js section end */

section {
  margin: 0px auto;
  padding: 80px 0px;
  max-width: 1000px;
  z-index: 20;
}

/* navbar styles */

.left-sidebar {
  left: 40px;
  right: auto;
  z-index: 10;
  color: var(--dark-gray-color);
  width: 122px;
  bottom: 0px;
  position: fixed;
}

.navbar {
  /* display: none; */
  top: 20px;
  z-index: 10;
  width: 122px;
  position: fixed;
  bottom: auto;
}

.navbar .ag-logo {
  width: 100%;
  display: flex;
  flex-direction: column;
  -moz-box-align: center;
  justify-content: center;
  align-items: center;
}

.left-sidebar .nav-list {
  display: flex;
  flex-direction: column;
  -moz-box-align: center;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding: 0px;
  list-style: outside none none;
  z-index: 10;
}

.left-sidebar .nav-list li {
  list-style: outside none none;
  padding: 10px;
  counter-increment: item 1;
  transition: var(--transition);
}

.left-sidebar .nav-list li:hover {
  transform: translateY(-3px);
}

.left-sidebar .nav-list li a {
  padding: 10px;
  color: var(--dark-gray-color);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
  transition: var(--transition);
}

.left-sidebar .nav-list li a::before {
  content: "0" counter(item) ".";
  margin-right: 5px;
  color: var(--primary-color);
  font-size: 13px;
  text-align: right;
}

.left-sidebar .nav-list li:hover a {
  padding: 10px;
  color: var(--primary-color);
  text-decoration: none;
}

.left-sidebar .nav-list li:last-of-type {
  margin-bottom: 20px;
}

.left-sidebar .nav-list:after {
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  margin: 0px auto;
  background-color: var(--primary-color);
}

/* end of left and start of right */

.right-sidebar {
  width: 122px;
  position: fixed;
  bottom: 0px;
  left: auto;
  right: 40px;
  z-index: 10;
}

.right-sidebar .social-personal {
  display: flex;
  flex-direction: column;
  -moz-box-align: center;
  align-items: center;
  margin: 0px;
  padding: 0px;
  list-style: outside none none;
}

.right-sidebar .social-personal li {
  color: var(--dark-gray-color);
  list-style: outside none none;
  padding: 10px;
  transition: var(--transition);
}

.right-sidebar .social-personal li:hover {
  transform: translateY(-3px);
}

.right-sidebar .social-personal li:last-of-type {
  margin-bottom: 20px;
}

.right-sidebar .social-personal li a {
  color: var(--dark-gray-color);
  transition: var(--transition);
}

.right-sidebar .social-personal li:hover a {
  color: var(--primary-color);
}

.right-sidebar .social-personal:after {
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  margin: 0px auto;
  background-color: var(--primary-color);
}

/* main content styles */

main {
  margin: 0px auto;
  width: 100%;
  max-width: 1400px;
  min-height: 100vh;
  padding: 50px 150px 150px;
}

.page-def .hero-overview-section {
  font-family: var(--font-fam);
}

.page-def .hero-overview-section .hero-detail-top {
  margin: 0px 0px 20px 4px;
}

.page-def .hero-overview-section .hero-detail-top span {
  margin: 0px 0px 30px 4px;
  color: var(--primary-color);
  font-family: var(--font-fam);
  font-size: 18px;
  font-weight: 400;
}

.page-def .hero-overview-section .hero-detail-name h1 {
  margin: 0px;
  font-size: clamp(40px, 8vw, 70px);
  font-weight: 600;
  color: #fff;
}

.page-def .hero-overview-section .hero-detail-overview {
  margin-top: 10px;
}

.page-def .hero-overview-section .hero-detail-overview h2 {
  color: var(--light-black-color);
  line-height: 0.9;
  font-size: clamp(40px, 8vw, 70px);
  font-weight: 600;
}

.page-def .hero-overview-section .hero-detail-description p {
  margin: 20px 0px 0px;
  max-width: 560px;
  line-height: 1.6;
}

.page-def .hero-overview-section .hero-detail-description p a {
  /* position: relative; */
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
  text-decoration-skip-ink: auto;
  transition: var(--transition);
}

.page-def .hero-overview-section .hero-detail-description p a:after {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  position: relative;
  bottom: 0.3em;
  background-color: var(--primary-color);
  transition: var(--transition);
  opacity: 0.5;
}

.page-def .hero-overview-section .hero-detail-description p a:hover:after {
  width: 100%;
}

.page-def .hero-overview-section .hero-detail-contact {
  margin-top: 50px;
}

.page-def .hero-overview-section .hero-detail-contact a {
  color: var(--primary-color);
  background-color: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius);
  padding: 1.25rem 1.75rem;
  font-size: 16px;
  font-family: var(--font-fam);
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition);
}

.page-def .hero-overview-section .hero-detail-contact a:hover {
  background-color: var(--primary-hover);
  outline: none;
  color: #fff;
}

/* hero about section */

.hero-about {
  /* max-width: 900px; */
  margin: 0 auto;
}

/* end of multiple section heading style */

.hero-heading {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  position: relative;
  margin: 10px 0px 20px;
  width: 100%;
  font-size: clamp(24px, 5vw, 28px);
  white-space: nowrap;
  font-weight: 700;
  height: 100%;
  color: #fff;
}

.hero-heading:after {
  content: "";
  display: block;
  position: relative;
  width: 300px;
  height: 1px;
  margin-left: 20px;
  background-color: var(--light-black-color);
}

/* end of multiple section heading style */

.hero-about .inner .about-bio {
  line-height: 24px;
}

.hero-about .inner .about-bio p a {
  text-decoration: none;
}

.hero-about .inner .about-bio p a {
  color: var(--primary-color);
  display: inline-block;
  text-decoration: none;
  text-decoration-skip-ink: auto;
  position: relative;
  transition: var(--transition);
}

.hero-about .inner .about-bio p a:after {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  position: relative;
  bottom: 0.2em;
  background-color: var(--primary-color);
  transition: var(--transition);
  opacity: 0.5;
}

.hero-about .inner .about-bio p a:hover:after {
  width: 100%;
}

.hero-about .inner .about-bio .skill-set {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 260px));
  gap: 0px 10px;
  padding: 0px;
  margin: 20px 0px 0px;
  overflow: hidden;
  list-style: outside none none;
}

.hero-about .inner .about-bio .skill-set {
  position: relative;
  margin-bottom: 10px;
  font-family: var(--font-fam);
  font-size: 15px;
}

.hero-about .inner .about-bio .skill-set li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: var(--font-fam);
  font-size: 14px;
}

.hero-about .inner .about-bio .skill-set li:before {
  content: "▹";
  position: absolute;
  left: 0px;
  top: 6px;
  color: var(--primary-color);
  font-size: 14px;
  line-height: 12px;
}

.hero-about .inner .about-hero-img {
  position: relative;
  max-width: 300px;
}

.hero-about .inner .about-hero-img .image-div {
  max-width: 300px;
  border-radius: 5px;
  position: relative;
}

.hero-about .inner .about-hero-img .image-div .img-div-overlay {
  width: 300px;
  background-color: var(--primary-transparent);
  height: 300px;
  transition: var(--transition);
  outline: none;
  position: absolute;
  border: none;
  z-index: 10;
}

.hero-about .inner .about-hero-img .image-div:hover .img-div-overlay {
  opacity: 0;
}

.hero-about .inner .about-hero-img .image-div:after {
  content: '';
  height: 300px;
  width: 300px;
  border: 2px solid var(--primary-color);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
  transition: var(--transition);
  border-radius: 5px;
}

.hero-about .inner .about-hero-img .image-div:hover:after {
  top: 10px;
  left: 10px;
}

.hero-about .inner .about-hero-img .image-div img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  background-position: center center;
  border-radius: 5px;
}

/* worked at section */

.hero-work {
  /* max-width: 700px; */
  margin: 0 auto;
  /* min-height: 500px; */
  transition: var(--transition);
}

.job-titles {
  z-index: 3;
  width: max-content;
  padding: 0px;
  margin: 0px;
  list-style: outside none none;
}

.job-titles button {
  border: none;
  outline: none;
}

.job-titles .jobs-company {
  text-decoration: none;
  text-decoration-skip-ink: auto;
  position: relative;
  transition: var(--transition);
  display: inline-block;
  -moz-box-align: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 42px;
  padding: 8px 20px 8px;
  border-left: 2px solid var(--primary-transparent);
  background-color: transparent;
  color: var(--light-black-color);
  font-family: var(--font-fam);
  font-size: 16px;
  text-align: left;
  /* overflown text hidden*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-titles .jobs-company.active {
  border-left: 2px solid var(--primary-color);
  background-color: var(--secondary-transparent);
  color: #fff;
}

.job-titles .jobs-company:hover {
  background-color: var(--primary-transparent);
}

/* right side */

.hero-work .job-descriptions {
  transition: var(--transition);
}

.hero-work .job-descriptions .panel h3 {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 4px;
}

.hero-work .job-descriptions .panel h3 .company-name {
  color: var(--primary-color);
}

.hero-work .job-descriptions .panel h3 .company-name a {
  text-decoration: none;
  color: var(--primary-color);
  display: inline-block;
  text-decoration-skip-ink: auto;
  position: relative;
  transition: var(--transition);
}

.hero-work .job-descriptions .panel h3 .company-name a:after {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  position: relative;
  bottom: 0.2em;
  background-color: var(--primary-color);
  transition: var(--transition);
  opacity: 0.5;
}

.hero-work .job-descriptions .panel h3 .company-name a:hover:after {
  width: 100%;
}

.hero-work .job-descriptions .panel .range {
  margin-bottom: 18px;
  color: var(--light-black-color);
  font-family: var(--font-fam);
  font-size: 14px;
  color: #fff;
}

.hero-work .job-descriptions .panel .job-role {
  padding: 0px;
  margin: 0px;
  list-style: outside none none;
  font-size: 16px;
}

.hero-work .job-descriptions .panel .job-role li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.hero-work .job-descriptions .panel .job-role li:before {
  content: "▹";
  position: absolute;
  left: 0px;
  top: 6px;
  color: var(--primary-color);
  font-size: 14px;
  line-height: 12px;
}

/* for panel only */

.hero-work .inner [data-tab-content] {
  display: none;
}

.hero-work .inner .active[data-tab-content] {
  display: block;
}

/* end of panel */

/* get in touch section */

.hero-contact {
  max-width: 800px;
  text-align: center;
}

.hero-contact .inner h5 {
  margin: 0px 0px 30px 4px;
  color: var(--dark-gray-color);
  font-family: var(--font-fam);
  font-size: 18px;
  font-weight: 400;
}

.hero-contact .inner h2 {
  margin: 0px 0px 30px 4px;
  color: var(--primary-color);
  font-family: var(--font-fam);
  font-size: clamp(28px, 8vw, 48px);
  font-weight: 600;
}

.hero-contact .inner p {
  margin: 0px 0px 60px 4px;
  color: #fff;
}

.hero-contact .inner .btn-ag {
  color: var(--primary-color);
  background-color: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius);
  padding: 1rem 1.75rem;
  font-size: 16px;
  font-family: var(--font-fam);
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition);
}

.hero-contact .inner .btn-ag:hover {
  background-color: var(--primary-hover);
  outline: none;
  color: #fff;
}

.hero-contact .inner .btn-down {
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius);
  padding: 1rem 1.75rem;
  font-size: 16px;
  font-family: var(--font-fam);
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  margin-right: 0;
  transition: var(--transition);
}

.hero-contact .inner .btn-down:hover {
  background-color: transparent;
  outline: none;
  color: var(--primary-color);
}

.hero-contact .inner .contact-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-contact .inner .contact-link div a {
  margin-top: 20px;
}

.hero-contact .inner .contact-link div a:first-of-type {
  margin-right: 10px;
}

/* hero project section */

.hero-built {
  transition: var(--transition);
}

.projects .project-content {
  display: flex;
  align-items: center;
}

.projects .project-image .project-image-div {
  width: 650px;
  overflow: hidden;
  position: relative;
}

.projects .project-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  background-position: center center;
}

.projects .project-image a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: var(--green);
  border-radius: var(--border-radius);
  vertical-align: middle;
}

.projects .project-image .img-div-overlay {
  width: 100%;
  height: 100%;
  background-color: var(--primary-transparent);
  transition: var(--transition);
  outline: none;
  position: absolute;
  border: none;
  z-index: 10;
}

.projects .project-image:hover .img-div-overlay {
  opacity: 0;
}

/* project overview column */

.project-content .project-overline {
  margin: 10px 0px;
  color: var(--primary-color);
  font-family: var(--font-fam);
  font-size: 14px;
  font-weight: 400;
}

.project-content .project-title {
  margin: 0px 0px 20px;
  transition: var(--transition);
}

.project-content .project-title a {
  text-decoration: none;
  color: #fff;
  transition: var(--transition);
}

.project-content .project-title:hover a {
  color: var(--primary-color);
}

.project-content .project-description {
  box-shadow: 0 10px 30px -15px #393c42;
  transition: var(--transition);
  position: relative;
  z-index: 20;
  padding: 25px;
  border-radius: var(--border-radius);
  background-color: #081624;
  color: var(--light-black-color);
  font-size: 16px;
  width: 120%;
}

.project-content .project-description:hover {
  box-shadow: 0 10px 30px -15px var(--primary-color);
}

.project-content .project-description p {
  text-align: justify;
  text-justify: inter-word;
}

.project-content .project-description p:last-of-type {
  margin: 0px;
}

.project-content .project-tech-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin: 25px 0px 10px;
  padding: 0px;
  list-style: outside none none;
}

.project-content .project-tech-list li {
  margin: 0px 20px 5px 0px;
  color: var(--light-black-color);
  font-family: var(--font-fam);
  font-size: 14px;
  white-space: nowrap;
}

.project-content .project-links {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  position: relative;
  margin-top: 10px;
  margin-left: -10px;
  color: var(--lightest-slate);
}

.project-content .project-links a {
  color: var(--light-black-color);
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  padding: 10px;
  transition: var(--transition);
  text-decoration: none;
}

.project-content .project-links a:hover {
  color: var(--primary-color);
}

/* project alignments styles */

.projects .project-timeline:not(:last-child) {
  margin-bottom: 80px;
}

.projects .project-timeline:nth-child(2) [class*="col-"]:first-child {
  order: 2;
  text-align: right;
  justify-content: flex-end;
  margin-left: 0px;
  margin-right: -10px;
}

.projects .project-timeline:nth-child(2) .project-content .project-tech-list, .projects .project-timeline:nth-child(2) .project-content .project-links {
  -moz-box-pack: end;
  justify-content: flex-end;
}

.projects .project-timeline:nth-child(2) .project-content .project-description {
  position: relative;
  -moz-box-pack: end;
  justify-content: flex-end;
  left: -20%;
}

/* footer content section */

.hero-footer {
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  min-height: 70px;
  padding: 15px;
  text-align: center;
}

.footer-content a {
  display: inline-block;
  text-decoration: none;
  text-decoration-skip-ink: auto;
  color: inherit;
  position: relative;
  font-size: 14px;
  transition: var(--transition);
  margin-bottom: 10px;
}

/* reponsice navbar */

.reponsive-div {
  display: none;
}

.burger-outer-div {
  display: none;
  width: 80px;
  cursor: pointer;
  top: 20px;
  z-index: 60;
  position: relative;
  bottom: auto;
}

.burger-outer-div.active {
  display: block;
}

.burger-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.burger div {
  width: 25px;
  height: 3px;
  margin: 5px;
  background-color: white;
  transition: all 0.3s ease;
}

/* media query for navbar and main content */

@media screen and (max-width: 768px) {
  .page-def {
    margin: 0;
  }
  body {
    overflow-x: hidden;
  }
  main {
    padding: 40px 28px 40px 28px;
  }
  /* about me */
  .hero-about .inner .about-banner {
    display: flex;
    justify-content: center;
    margin-left: -15px;
  }
  .hero-about .inner .about-hero-img {
    position: relative;
    max-width: 220px;
  }
  .hero-about .inner .about-hero-img .image-div {
    max-width: 220px;
    border-radius: 5px;
    position: relative;
  }
  .hero-about .inner .about-hero-img .image-div .img-div-overlay {
    width: 220px;
    background-color: var(--primary-transparent);
    height: 220px;
    transition: var(--transition);
    outline: none;
    position: absolute;
    border: none;
    z-index: 10;
  }
  .hero-about .inner .about-hero-img .image-div:after {
    content: '';
    height: 220px;
    width: 220px;
    border: 2px solid var(--primary-color);
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -1;
    transition: var(--transition);
    border-radius: 5px;
  }
  .hero-about .inner .about-hero-img .image-div img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    background-position: center center;
    border-radius: 5px;
  }
  .page-def .hero-overview-section .hero-detail-description p {
    text-align: justify;
  }
  /* project description */
  .projects .project-image img {
    height: 200px;
  }
  .project-content .project-description {
    width: 100%;
    padding: 16px;
  }
  .projects .project-timeline:nth-child(2) .project-content .project-description {
    position: relative;
    left: 0%;
  }
  .projects .project-timeline:nth-child(1) [class*="col-"]:first-child {
    order: 1;
  }
  .projects .project-timeline:nth-child(1) .project-content .project-tech-link, .projects .project-timeline:nth-child(1) .project-content .project-links {
    padding: 0;
  }
  /* hero work  */
  .job-titles {
    width: calc(100% + 50px);
    display: flex;
    overflow-x: auto;
    width: calc(100% + 100px);
    padding-left: 50px;
    margin-left: -50px;
    margin-bottom: 30px;
  }
  .job-titles button {
    border: none;
    outline: none;
  }
  .job-titles .jobs-company {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    min-width: 120px;
    border-left: 0px none;
    padding: 25px 15px;
    text-align: center;
  }
  .job-titles .jobs-company span {
    padding: 0px 20px;
  }
  .job-titles .jobs-company.active {
    border-left: 0;
    border-bottom: 1px solid var(--primary-color);
    background-color: var(--secondary-transparent);
    color: #fff;
  }
  .job-titles .jobs-company:hover {
    background-color: var(--primary-transparent);
  }
}

/* ========================== end of main styling =============================== */

/* navbar */

@media screen and (max-width: 768px) {
  .side-navbar.right-sidebar, .side-navbar.left-sidebar {
    display: none;
    pointer-events: none;
  }
  .reponsive-div {
    display: block;
  }
  .reponsive-div .nav-div {
    position: absolute;
    height: 92vh;
    top: 8vh;
    left: 0;
    width: 60%;
    transform: translateX(-100%);
    transition: transform 0.4s ease-in;
    background-color: rgba(7, 17, 28);
    z-index: 10;
  }
  .reponsive-div .nav-link {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .reponsive-div .nav-link li a {
    display: inline-block;
    padding: 20px 10px;
    text-decoration: none;
    color: var(--primary-color);
  }
  .reponsive-div .nav-link li {
    list-style: none;
  }
  /* social nav links */
  .reponsive-div .left-respo-nav .nav-div .social-links span {
    text-align: center;
    border-top: 1px solid var(--primary-transparent);
    font-size: 14px;
    width: 120px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .reponsive-div .left-respo-nav .nav-div .social-links {
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 30vh;
    width: 100%;
    background-color: rgba(7, 17, 28);
    transition: var(--transition);
  }
  .reponsive-div .left-respo-nav .nav-div .social-links ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(60px, 60px));
    list-style: none;
    background-color: rgba(7, 17, 28);
  }
  .reponsive-div .left-respo-nav .nav-div .social-links ul li {
    margin: 15px 0;
    text-align: center;
  }
  .reponsive-div .left-respo-nav .nav-div .social-links ul li a {
    color: var(--primary-color);
  }
}

.reponsive-div .left-respo-nav .nav-active {
  transform: translateX(0%);
  z-index: 999;
}

/* animation */

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

.toggle .line1 {
  transform: rotate(45deg) translate(5px, 6px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(-45deg) translate(5px, -6px);
}

@media screen and (max-width: 1024px) {
  .left-sidebar {
    left: 20px;
    right: auto;
    z-index: 10;
    color: var(--dark-gray-color);
    width: 122px;
    bottom: 0px;
    position: fixed;
  }
  .right-sidebar {
    width: 122px;
    position: fixed;
    bottom: 0px;
    left: auto;
    right: 20px;
    z-index: 10;
  }
}

@media screen and (max-width: 415px) {
  .hero-contact .inner .contact-link div a:first-of-type {
    margin-right: 0;
  }
}

@media screen and (orientation:landscape) {
  .burger-outer-div {
    display: none;
    width: 80px;
    cursor: pointer;
    top: 15px;
    z-index: 60;
    position: relative;
    bottom: auto;
  }
  .reponsive-div .nav-div {
    height: 90vh;
    top: 10vh;
  }
}
