*{
    font-family: sans-serif, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-family: sans-serif, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-family: sans-serif, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}

body{
    background-color: rgb(7, 7, 17);
    color: cornsilk;
}

#top{
    width: 100%;
    height: 100vh;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat; 
}

#holder1{
    
}

nav{
    display: flex;
    align-items: top;
    justify-content: space-between;
    flex-wrap: wrap;
}

#name{
    color: salmon;
    padding: 10px;
    font-size: 5.5vw;
    animation: fallIn 2s;
}

#name span{
    color:cornsilk;
    font-size: 5vw;
    padding: 10vw;
}

nav ul li{
    display: inline-block;
    list-style: none;
    margin: 20px 20px;
    animation: slideInR 2s;
}

nav ul li a{
    color: cornsilk;
    text-decoration: none;
    font-size: 2.5vw;
    position: relative;
}

nav ul li a::after{
    content: '';
    width: 0;
    height: 0.3vw;
    background: salmon;
    position: absolute;
    right: 0;
    bottom: -6px;
    border-radius: 1.2px;
    transition: 1s;
}

nav ul li a:hover::after{
    width: 100%;
}

#text{
    margin-top: 120px;
    text-align: center;
    padding-right: 200px;
    font-size: 70px;
    animation: slideIn 2s;
}

#head{
    margin-top:20px;
    color: salmon;
    animation: slideIn 3s;
}

@keyframes slideIn{
	0%{
		opacity: 0;
        transform: translateX(-500px);
	}
	100%{
		opacity: 1;
		transform: translateX(0px);
	}
}

@keyframes slideInR{
	0%{
		opacity: 0;
        transform: translateX(500px);
	}
	100%{
		opacity: 1;
		transform: translateX(0px);
	}
}

@keyframes fallIn{
	0%{
		opacity: 0;
        transform: translateY(-200px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}



#aboutMe{
    padding: 30px;
    color: salmon;
}

#holder2{
    margin-bottom: 20vh;
}

#row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#abt1{
    flex-basis: 35%;
}

#abt1 img{
    width: 100%;
    border-radius: 25px;
}

#abt2{
    flex-basis:60%;
}

#abth1{
    font-size: 40px;
    padding-bottom: 20px;
}

.tabs{
    display: flex;
    margin-top: 20px;
    margin-bottom: 40px;
}

.tabl{
    margin-right: 80px;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    font-weight: medium;
}

.tabl::after{
    content: '';
    width: 0;
    height: 0.3vw;
    background: cornsilk;
    position: absolute;
    right: 0;
    bottom: -8px;
    border-radius: 2px;
    transition: 0.75s;
}

.tabl.active{
    background: none;
}

.tabl.active::after{
    width: 100%;
}

.tabcon ul li{
    list-style: none;
    margin: 10px 0;
    color: cornsilk;
}

.tabcon ul li span{
    color: salmon;
    font-size: 18px;
}

.tabcon{
    display: none;
}

.tabcon.activeT{
    display: block;
}



#awards{
    padding: 80px;
    color: salmon;
}

#holder3{
    margin-bottom: 20vh;
}

#rowA{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#abt1A{
    flex-basis: 35%;
}

#abt1A img{
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
}
  

#abt2A{
    flex-basis:60%;
}

#abth1A{
    font-size: 40px;
    padding-bottom: 40px;
}

.tabsA{
    display: flex;
    margin-top: 20px;
    margin-bottom: 40px;
}

.tablA{
    margin-right: 160px;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    font-weight: medium;
}

.tablA::after{
    content: '';
    width: 0;
    height: 0.3vw;
    background: cornsilk;
    position: absolute;
    right: 0;
    bottom: -8px;
    border-radius: 2px;
    transition: 0.75s;
}

.tablA.activeA::after{
    width: 100%;
}

.tabconA ul li{
    list-style: none;
    margin: 10px 0;
    color: cornsilk;
    font-size: 18px;
}

.tabconA{
    display: none;
}

.tabconA.activeTA{
    display: block;
	
}

#small{
    font-size: 16px;
    color: salmon;
}

#others{
    font-size: 30px;
}



#Art{
    padding: 80px;
    color: salmon;
}

#holder3{
    margin-bottom: 10vh;
}


* {box-sizing:border-box}

.art-container{
    display: flex;
}

/* Slideshow container */
.slideshow-container {
  flex-basis: 65%;
  max-width: 1000px;
  max-height: 700px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides{
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -20px;
  padding: 16px;
  color: salmon;
  font-weight: bold;
  font-size: 30px;
  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: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: salmon;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: salmon;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: cornsilk;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: salmon;
}

.text{
    flex-basis: 35%;
}

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

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

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

#guitar{
    padding: 80px;
    color: salmon;
}

#abt3{
    flex-basis: 70%;
}

#abt4{
    flex-basis: 30%;
}

.player{
    aspect-ratio: 16/9;
    width: 800px;
}

figcaption{
    text-align:center;
    display:block;
    margin: 20px;
    font-size: 20px;
}