/* Github Styling */
/* :root {
    --primary-color: #7ce38b;
    --secondary-color: #fa7970;
    --third-color: #cea5fb;
    --fourth-color: #77bdfb;
    --text-color: #ecf2f8;
    --background-color: #161b22;
    --greyish-color:#89929b;
} */

/* Atom One */
:root {
    --primary-color: #98c379;
    --secondary-color: #e06c75;
    --third-color: #c678dd;
    --fourth-color: #61afef;
    --text-color: aliceblue;
    --background-color: #282c34;
    --greyish-color: #abb2bf;
}

/* Color Pallet from https://catppuccin.com/palette/ */
/* :root {
    --primary-color: #a6da95;
    --secondary-color: #ed8796;
    --third-color: #c6a0f6;
    --fourth-color: #8aadf4;
    --text-color: white;
    --background-color: #181926;
    --greyish-color: #6e738d;
} */

* {
    margin: 0;
    padding: 0;
    font-family: "TikTok Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    /* border: 1px solid wheat;  */
    background: var(--background-color)

}
/* ---NAV BAR--- */
header {
    padding: 0 17vw;
    background: var(--background-color);
    
}

nav {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: var(--background-color);
    height: 7vh;
    align-items: center;
    border-bottom: 1px solid var(--greyish-color);
}

.nav-links{
    display: flex;
    width: 35vw;
    justify-content: space-between;
    margin-top: 8px;
}

.nav-link{
    text-decoration: none;
    color: var(--text-color);
}

.nav-link:hover{
    color: var(--secondary-color);
}
.active{
    color: var(--secondary-color);
}

li{
    list-style-type: none;
}

.logo {
    color: var(--primary-color)
}
/* ---INTRO--- */
.intro{
    background: var(--background-color);
    /* height: 91vh; */
    display: flex;
}

.intro-text {
    
    padding: 1vh 0; 
    display: flex;
    height: 25vw;
    flex-direction: column;
    justify-content: space-between;
    /* width: 50vw; */
    
}

.index-text {
    
    padding: 10vw 0;
    display: flex;
    /* height: 25vw; */
    flex-direction: column;
    /* justify-content: space-between; */
    /* width: 50vw; */
    
}

h1 {
    color: var(--text-color);
    font-size: 40px;
    font-weight: 350;
    padding: 10px 0;
}

#my-name {
    color: var(--primary-color)
}
#highlight{
    background: none;
    color: var(--third-color);
}

.my-heading {
    color: var(--greyish-color);
    font-weight: 400;
    padding: 10px 0;
}

.my-bio {
    color: var(--text-color);
    font-size: 20px;
    font-weight: 300;
    padding: 10px 0;
}

/* ---buttons--- */
.icon {
    border: none;
    background: none;
    filter: brightness(0) invert(1);
}

.buttons {
    padding: 10px 0;
    display: flex;
    gap: 10px;
}

.btn-shape {
    height: 40px;
    padding: 0 10px;
    border-radius: 7px;
    /* font-size: 15px; */
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-orange {
    /* background: var(--primary-color);  */
    background: var(--fourth-color);
    color: white;
}

.btn-hollow {
    background-color: var(--background-color);
    color: white;
    border: .1px solid rgb(140, 140, 140);
}

.btn-orange:hover {
    background-color: var(--secondary-color);
}


.btn-hollow:hover {
    color: var(--primary-color);
    background: var(--background-color);
    border-color: var(--text-color);
}
a {
    text-decoration: none;
}


/* ---image--- */
.my-img {
    /* width: 500px; */
    width: 25vw;
    height: 30vw;
    object-fit: cover;
    object-position: top;
    border-radius: 35%;
    border: 3px solid var(--third-color);
    margin: 40px;
    box-shadow: rgba(255, 255, 255, .1) 0px 12px 12px;
}


/* ---Carousel--- */

 /* * {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}  */

/* Slideshow container */
.slideshow-container {
  /* max-width: 1000px; */
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 20px;
  margin-top: -22px;
  color: var(--text-color);
  background-color: var(--fourth-color);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: var(--secondary-color);
}

/* Caption text */
.text {
  background: none;
  color: var(--text-color);
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 5vw;
  padding: 8px 0px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
} 

/* Number text (1/3 etc) */
.numbertext {
  color: var(--text-color);
  background: none;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 5vw;
  padding: 16px 16px;
  position: absolute;
  /* top: 4vh; */
  /* position: fixed;
  bottom: 6vh;
  right: 11vw; */
}

/* The dots/bullets/indicators */
/* .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
} */
/* 
.active, .dot:hover {
  background-color: #717171;
} */

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/* ---forms--- */


input[type=text], select {
  background-color: #f8f8f8;
  font-size: 16px;
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid var(--greyish-color);
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: var(--fourth-color);
  color: var(--text-color);
  /* padding: 14px 20px; */
  margin: 8px 0px;
  border: 0px;  
  /* border-radius: 4px; */
  cursor: pointer; 
}

input[type=submit]:hover {
  background-color: var(--secondary-color);
  /* background-color: #f8f8f8; */
}

.formbox {
    margin: auto;
    color: var(--text-color);
    border-radius: 5px;
    background-color: var(--background-color);
    padding: 20px;
    width: 40vw;
} 

textarea {
  margin: 8px 0;
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}

/* On smaller screens, decrease text size */
/* Tablet */
@media (max-width: 768px) {
    .logo {
      display: none;

    }

    .nav-links{
      display: flex;
      flex-direction: column;
      width: 100vw;
      justify-content: space-between;
      margin-top: 8px;
    }

    .btn-shape {
      height: 40px;
      padding: 0 10px;
      border-radius: 7px;
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .my-img {
      display: none;
    }

    nav {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: var(--background-color);
    height: 100px;
    align-items: center;
    border-bottom: 1px solid var(--greyish-color);
    }

    .buttons {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    }

    .formbox {
    margin: auto;
    color: var(--text-color);
    border-radius: 5px;
    background-color: var(--background-color);
    padding: 0px;
    width: 65vw;
    } 
}