@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");

* {
  overflow-x: hidden;
  overflow: visible;
}

:root {
  --font-name: "Playfair Display", serif;
  --text-blue: hsl(220 26% 34%);
  --sky-blue: hsl(208 100% 85%);
  --rocket-white: hsl(0 0% 100%);
  --booster-orange: hsl(49 60% 64%);
  --tie-blue: hsl(209 100% 90%);
}
html,
body {
  overflow-x: hidden;
  width: 100%;
}

#apps {
  background: var(--tie-blue);
}

.me {
  position: relative;
}
.me img {
  height: 700px;
  position: absolute;
  left: 500%;
  top: -292px;
  animation: animimg 1s 250ms forwards;
}


@keyframes animimg {
  100% {
    left: 460px;
  }
}

@font-face {
  font-family: spage;
  src: url("http://atharvnadkarni.com/space_age-webfont.woff2") format("woff2"),
    url("http://atharvnadkarni.com/space_age-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.menu-btn::before {
  content: "V";
  font-family: 'Montserrat', sans-serif;
  
}
.menu-btn {
  transform: rotate(180deg);
}

.visible {
  display: flex;
  justify-content: center;
  align-items: center; /* center;*/
}
.yt-plug {
  position: relative;
}
@media only screen and (max-width: 1352px) {
  @keyframes animimg {
    100% {
      left: 410px;
    }
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
hiim {
  position: relative;
  left: -120%;
  animation: animin 1s 500ms forwards;
}
name {
  position: relative;
  left: -120%;
  animation: animin 1s 750ms forwards;
}
.home-content .text-3 {
  position: relative;
  left: -120%;
  top: -55px;
  animation: animin 1s 1s forwards;
}
.home-content .text-4 {
  position: relative;
  left: -120%;
  animation: animin 1s 1.25s forwards;
}
@keyframes animin {
  100% {
    left: 0;
  }
}

html {
  scroll-behavior: smooth;
  width: 100vw;
}

.news h2 {
  color: var(--text-blue);
}

@media only screen and (max-width: 1289px) {
  .certs .container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(3, 1fr) !important;
  }
}

@media only screen and (max-width: 790px) {
  .news .container,
  .certs .container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
}

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

.certs .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.news .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  place-items: center;
}

.navbar {
  position: fixed;
  width: 100%;
  padding: 20px 0 !important;
  /* background-color: #10455a; */
  font-family: var(--font-name);
  transition: all 0.2s ease;
  z-index: 999;
  position: fixed !important;
}

.rotate-270 {
  transform: rotate(270deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.navbar .max-width {
  display: flex; /*  Flexbox */
  align-items: center;
  justify-content: space-between;
}

.carousel-control-prev {
  margin: 0;
}

a {
  text-decoration-line: none !important;
}

.carousel-item img {
  margin: 0 auto;
  scale: 75%;
}

.home-content {
  padding-left: 5px;
}

.navbar .logo a {
  /* background- */
  color: var(--rocket-white);
  font-size: 25px;
  font-weight: 600;
  align-items: center;
}

.menu-btn {
  color: var(--rocket-white);
  font-size: 30px;
  cursor: pointer;
  top: -2px;
  position: absolute;
  left: 48px;
}

@media only screen and (max-width: 1299px) {
  @keyframes animimg {
    100% {
      left: 360px;
    }
  }
}
@media only screen and (max-width: 1215px) {
  @keyframes animimg {
    100% {
      left: 260px;
    }
  }
}

@media only screen and (max-width: 1111px) {
  @keyframes animimg {
    100% {
      left: 160px;
    }
  }
}

.navbar .menu li {
  list-style: none;
  display: block;
  margin: 50px;
}
.navbar {
  padding: 25px 0;
  background-color: var(--text-blue);
}
.navbar .menu li a {
  /* background- */
  color: var(--rocket-white);
  font-size: 22px;
  font-weight: 500;
  margin-left: 25px;
  transition-duration: 0.2s;
  transition-property: color;
  transition-timing-function: ease-in-out;
  display: block;
  text-align: left;
}

.about-content,
h2 {
  font-family: "plAyfair display", serif !important;
}

.navbar .menu li a:hover {
  color: #ccccb2;
}

@media only screen and (max-width: 947px) {
  .home-content .text-4 b,
  .typed-cursor {
    font-size: 100px;
  }
  .home-content .text-3 {
    font-size: 20px;
  }
  .news-content .container,
  .certs .container {
    position: relative;
  }
  .certs .container {
    justify-content: center;
  }
}

.home {
  display: flex;
  background-image: url("images/atharvwebsiteblue.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  color: #404f6e;
  min-height: 500px;
  font-family: var(--font-name);
  background-size: cover;
  background-attachment: fixed;
  overflow-y: hidden;
}

.home .max-width {
  margin: auto 0 auto 40px;
}

.home .home-content {
  margin-top: 20px;
  height: 700px;
}

.home .home-content .text-1 {
  font-size: 27px;
}

.home .home-content .text-2 {
  font-size: 90px;
  font-weight: 600;
  margin-left: -3px;
  width: 500px;
  font-style: italic;
}

.home .home-content {
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.home .home-content .text-4 {
  position: relative;
  top: 114px;
  font-size: 30px;
}

*::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
* {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.about-content a {
  color: hsl(0 0% 100%) !important;
  text-decoration: none;
}

.about-content a:hover {
  color: hsl(0 100% 50%) !important;
}

.home .home-content .text-4 .typing,
.typed-cursor {
  font-size: 55px;
}

.home .home-content .text-2 span {
  color: var(--text-blue);
}

.home .home-content .text-3 {
  font-size: 35px;
  position: relative;
}

.navbar .logo .text-4 {
  font-size: 25px;
  margin: 5px 0;
}
.navbar .logo .text-4 b {
  color: var(--rocket-white);
}

section {
  padding: 100px 0;
  width: 100%;
}

.about {
  font-family: var(--font-name);
  background: var(--text-blue);
  width: 100%;
}

.about .title {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  font-family: var(--font-name);
}
.about .about-content {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: var(--rocket-white);
  text-align: left;
}

.about .about-content p {
  line-height: 25px;
}
.about a {
  color: var(--rocket-white);
}
.about .about-content .left {
  width: 45%;
}
.about .about-content .left img {
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 900px;
}
.about .about-content .right {
  width: 55%;
}

.about .about-content .right p {
  text-align: left;
}

.navbar .menu.active {
  left: 0;
  transition: left 0.3s ease-in-out;
}

.navbar i.active::before {
  content: "\f00d";
}

.navbar .menu {
  position: fixed;
  height: 100vh;
  width: 20%;
  left: -20%;
  top: 0;
  background: var(--text-blue);
  text-align: center;
  padding-top: 80px;
  transition: left 0.3s ease-in-out;
}

.title {
  font-family: var(--font-name);
  text-align: center;
  font-size: 50px;
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.h3-title {
  font-family: var(--font-name);
  text-align: center;
  font-size: 40px;
  color: var(--text-blue);
  margin-block: 30px;
  padding-bottom: 20px;
}

.contact .max-width a img {
  height: 75px;
  margin: 20px;
}

@media only screen and (max-width: 347px) {
  .contact .max-width a img {
    height: 50px;
  }
}

.apps .max-width a img {
  height: 117px;
  margin: 20px;
}

.contact .max-width a,
.apps .max-width a {
  color: var(--text-blue);
}

.news {
  background: var(--sky-blue);
}
.certs {
  background: var(--rocket-white);
}

.less-margin {
    
}

.news .news-content img {
  width: 400px;
  height: 400px;
  object-fit: contain;
  margin-left: 30px;
  margin-top: 20px;
}

.certs img {
  width: 400px;
  height: 400px;
  object-fit: contain;
  margin-left: 30px;
  margin-top: 20px;
}
.certs .container.less-margin a img {
    margin-top: 0 !important;
}
.certs h2 {
  font-family: var(--font-name);
  text-align: center;
  padding-top: 100px;
  color: var(--text-blue);
}
.certs .barbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  margin-top: 20px;
}
.certs .complete {
  z-index: 455;
}

designed::after,
arr::before {
  content: "\00a0";
}

.certs .bar {
  margin-right: 13%;
  margin-left: 13%;
}

.gallery {
  background: var(--text-blue);
}

.gallery h2 {
  color: var(--rocket-white);
}

.about p {
  display: inherit;
}

.gallery img.longer {
  width: 15.5%;
  height: 15.5%;
}

.contact .max-width p,
.apps .max-width p {
  font-size: 29px;
}

.apps {
  color: var(--text-blue);
}

.gallery img {
  width: 25%;
  height: 25%;
}

.gallery .container {
  margin-top: 33px;
  margin-left: 250px;
}
.contact,
.apps {
  font-family: var(--font-name);
  text-align: center;
}

.yt-plug img {
  width: 150px;
}

.yt-plug {
  font-size: 67px;
  position: absolute;
  right: 31px;
  top: -41px;
}

hiim {
  font-size: 40px;
}

name {
  font-style: normal;
  text-transform: uppercase;
  position: relative;
  top: -45px;
  font-size: 110px;
}

.yt-plug a {
  color: var(--rocket-white);
}
.contact p {
  font-size: 15px;
}
.contact p a {
  color: black;
}

.social:first-child() .text {
  background-image: linear-gradient(#515bd4);
}
.social a * {
  display: block;
}
.social a img {
  width: auto;
  margin: 0 auto !important;
  padding: 0;
  box-sizing: border-box;
}
p.copyright {
  background: var(--text-blue);
  padding: 5px 0;
  color: var(--rocket-white);
  font-family: var(--font-name);
  text-align: center;
}

/* code end */

/* media queries */
@media only screen and (max-width: 1104px) {
  .navbar.sticky {
    padding: 25px 0;
    background-color: var(--text-blue);
  }
  html,
  body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  .home .max-width {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .max-width {
    padding: 0 50px;
  }
  .gallery .container {
    margin-top: 50px;
    margin-left: 80px;
  }
  .certs .certs img {
    margin-left: 35%;
  }
}
.social {
  display: flex;
  justify-content: center;
  font-size: 22px;
  flex-direction: row;
  margin: 0 -5px !important;
  /* align-items: center; */
  /* width: 100vw; */
  /* margin-right: -200px; */
  /* position: relative; */
  /* left: -59px; */
}
.social a {
  margin: 0 5px !important;
}
.social a img {
  margin-inline: 0 5px;
}
@media only screen and (max-width: 947px) {
  .navbar.sticky {
    padding: 25px 0;
    background-color: var(--text-blue);
  }
  .menu-btn {
    color: var(--rocket-white);
    display: block;
    z-index: 999;
  }

  .navbar .menu {
    left: -100%;
    transition: left 0.3s ease-in-out;
    width: 100%;
  }

  .navbar .menu.active {
    left: 0;
    transition: left 0.3s ease-in-out;
  }
  .menu-btn i.active::before {
    content: "\f00d";
  }
  .navbar .menu li {
    display: block;
  }
  .navbar .menu li a {
    /* background- */
    color: var(--rocket-white);
    display: block;
    margin: 20px 0;
    font-size: 25px;
  }
  .navbar .logo .text-4 {
    margin: 5px 0;
  }
  .about .about-content .column {
    width: 50%;
  }
}
@media only screen and (max-width: 508px) {
  designed::after,
  arr::before {
    content: "\a";
    white-space: pre;
  }
  .copyright {
    font-size: 17px !important;
  }
}

@media only screen and (max-width: 690px) {
  .navbar.sticky {
    padding: 25px 0;
    background-color: var(--text-blue);
  }
  .max-width {
    padding: 0 23px;
  }
  .home .home-content .text-2 {
    font-size: 65px;
    font-weight: 600;
    margin-left: -3px;
  }

  .home .home-content .text-2 span {
    color: var(--text-blue);
  }

  .home .home-content .text-3 {
    font-size: 32px;
    margin: 5px 0;
  }
  .navbar .logo .text-4 {
    font-size: 23px;
    margin: 5px 0;
  }
  .me img {
    top: -81px !important;
  }
}
@media only screen and (max-width: 918px) {
  @keyframes animimg {
    100% {
      left: 110px;
    }
  }
}
@media only screen and (max-width: 848px) {
  @keyframes animimg {
    100% {
      left: 60px;
    }
  }
  .me img {
    height: 665px;
    position: absolute;
    left: 500%;
    top: -215px;
    animation: animimg 1s 250ms forwards;
  }
  name {
    font-size: 90px;
  }
  .home-content .text-3 {
    font-size: 32px !important;
  }
}
.social a span {
  display: inline-block;
}
@media only screen and (max-width: 634px) {
  .social a span {
    visibility: hidden;
    position: relative;
    font-size: 15px;
  }

  .social a span::after {
    visibility: visible;
    position: absolute;
    left: 50%;
    translate: -50%;
    top: -10px;
    font-size: 22px;
  }
  .social a:nth-child(1) span::after {
    content: "Discord";
  }
  .social a:nth-child(2) span::after {
    content: "YouTube";
  }
  .social a:nth-child(3) span::after {
    content: "Facebook";
  }
}
@media only screen and (max-width: 454px) {
  .social a span {
    display: none;
  }
  .social a {
    row-gap: 12px;
  }
}
@media only screen and (max-width: 766px) {
  .home-content .text-4 {
    font-size: 32px !important;
  }
  .home-content .text-3 {
    font-size: 27px !important;
  }
  .me img {
    height: 559px;
    top: -110px;
  }
}
@media only screen and (max-width: 596px) {
  .copyright {
    font-size: 15px;
  }
}

@media only screen and (max-width: 548px) {
  .copyright {
    font-size: 14px;
  }
}
@media only screen and (max-width: 649px) {
  @keyframes animimg {
    100% {
      left: 10px;
    }
  }
  .home-content .text-4 {
    font-size: 22px !important;
  }
  .home-content .text-2 hiim {
    font-size: 30px;
  }
  name {
    font-size: 80px;
  }
  .home-content .text-3 {
    font-size: 22px !important;
    top: -64px;
  }
}
@media only screen and (max-width: 599px) {
  @keyframes animimg {
    100% {
      left: -60px;
    }
  }
  .home-content .text-4 {
    top: -3px !important;
  }
  .me img {
    top: -34px;
  }
}
@media only screen and (max-width: 599px) {
  @keyframes animimg {
    100% {
      left: -60px;
    }
  }
  .me img {
    top: -34px;
  }
}
@media only screen and (max-width: 534px) {
  .me img {
    top: -34px;
  }
}

@media only screen and (max-width: 515px) {
  .navbar.sticky {
    padding: 25px 0;
    background-color: var(--text-blue);
  }
  .news .news-content img {
    width: 300px;
    height: 300px;
    object-fit: contain;
  }
}
@media only screen and (max-width: 500px) {
  .home .home-content .text-2 {
    font-size: 60px;
    font-weight: 600;
    margin-left: -3px;
  }

  .home .home-content .text-2 span {
    color: var(--text-blue);
  }

  .home .home-content .text-3 {
    font-size: 27px;
    margin: 5px 0;
  }

  .navbar .logo .text-4 {
    font-size: 20px;
    margin: 5px 0;
  }

  .certs .container {
    display: flex;
    flex-direction: column;
  }

  .news img {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 357px) {
  @keyframes animimg {
    100% {
      left: 1px;
    }
  }
}
@media only screen and (max-width: 332px) {
  .home-content .text-2 hiim {
    font-size: 25px;
  }
  name {
    font-size: 60px;
    position: relative;
    top: -38px;
  }
  .home-content .text-3 {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 291px) {
  @keyframes animimg {
    100% {
      left: -50px;
    }
  }
}

@media only screen and (max-width: 425px) {
  .email font span {
    font-size: 25px;
  }
  .email font {
    position: relative;
    top: -5px;
  }
}
@media only screen and (max-width: 371px) {
  .email font span {
    font-size: 24px;
  }
  .email font {
    position: relative;
    top: -5px;
  }
}
@media only screen and (max-width: 355px) {
  .email font span {
    font-size: 22px;
  }
  .email font {
    position: relative;
    top: -12px;
  }
}
@media only screen and (max-width: 336px) {
  .email font span {
    font-size: 21px;
  }
  .email font {
    position: relative;
    top: -18px;
  }
}
@media only screen and (min-width: 1045px) {
  .social a {
    padding: 0;
    width: 500px;
  }
}
@media only screen and (max-width: 1045px) {
  .social a {
    padding: 0;
    width: auto;
  }
}
@media only screen and (max-width: 320px) {
  .email font span {
    font-size: 18px;
  }
  .email font {
    position: relative;
    top: -21px;
  }
}
.about-content p {
  clear: left;
}
@media only screen and (max-width: 425px) {
  @keyframes animimg {
    100% {
      left: -160px;
    }
  }
  .home-content .text-4 {
    top: 101px !important;
  }
}
.about-content a:hover {
  color: white !important;
}
@media only screen and (max-height: 786px) {
  .navbar .menu li {
    margin: 40px;
  }
}
@media only screen and (max-width: 766px) and (min-width: 650px) {
  .home-content .text-4 .typing, .typed-cursor {
    font-size: 48px !important;
  }
}

@media only screen and (max-width: 649px) {
  .typed-cursor, .typing {
    font-size: 40px !important;
  }
  .me img {
    top: -76px !important;
  }
}
@media only screen and (max-width: 500px) {
  .me img {
    top: -67px !important;
  }
}
@media only screen and (max-width: 425px) {
  .home-content .text-4 b,
  .typed-cursor {
    font-size: 30px !important;
    top: 50px;
  }
}