/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap"); */

/* @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"); */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.2s ease;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}


:root {
  --main-color: rgb(56, 56, 56);
  --black-color: #0e0d0d;
  --border: 0.1rem solid rgba(255, 255, 255, 0.4);
  --section-color: rgb(224, 224, 224);
  --baslik-color: rgb(4, 57, 98);
  --hover-color: red;
  --pink: #00b7ff;
  --violet: #260097;
  --lightblack: #515c6f;
  --white: #ffffff;
  --darkwhite: #cecaca;
  --pinkshadow: #ffcbdd;
  --lightbshadow: rgba(0, 0, 0, 0.15);
}

*::before,
*::after {
  padding: 0;
  margin: 0;
}

body {
  height: 100vh;
  background-color: #000000;
}

/* header-start */


/* p-setup start */

h1 {
  width: 100%;
  text-align: left;
  margin: 0% 0% 0% 0%;
  padding: 0;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: rgb(255, 255, 255);
}

.news h1 {
  color: rgb(0, 0, 0);
}

h2 {
  color: rgb(255, 0, 0);
  text-align: left;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  padding: 5px 0px;
}

h3 {
  color: rgb(255, 255, 255);
  text-align: left;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  padding: 5px 20px;
  border-bottom: 1px solid rgb(255, 255, 255);
  text-transform: initial;

}

h4 {
  color: rgb(0, 0, 0);
  text-align: left;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  padding: 5px 0px;
  border-bottom: 1px solid black;
}

h5 {
  color: rgb(0, 0, 0);
  text-align: left;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  padding: 5px 20px;
  text-transform: initial;


}


.head {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  margin: 6% 0% 0% 10%;
  padding: 5% 0% 10% 0%;
}

.head-b {
  font-size: 200px;
  width: 100%;
  height: 240px;
  color: rgb(0, 0, 0);
  /* text-shadow: 1px 1px 1px rgb(47, 46, 46); */
  font-style: normal;
  font-weight: bolder;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.head-p  {
  font-size: 18px;
  text-align: left;
  width: 100%;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 1px black;
  font-style: italic;
  font-weight: 100;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}



p {
  color: rgb(255, 255, 255);
  font-size: 0px;
  text-align: left;
  font-style: normal;
  margin: 0px 0px 0px 0px;
}

/* p-setup end */


button {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  opacity: 0.8;
}

button:hover {
  opacity: 1;
  transition: 0.2 ease;
  color: red;
}

.news button:hover {
  opacity: 1;
  transition: 0.2 ease;
  color: red;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 50px;
  background-color: white;
  box-shadow: 0px 0px 17px -2px rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  z-index: 1000;
}


.navbar {
  display: inline-block;
  align-items: center;
  text-align: center;
  width: 70%;
  margin: 0% 0% 0% 10%;
}

.navbar ul {
  float: left;
  margin: 0% 0% 0% 0%;
}

.navbar ul li {
  display: inline-block;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 10px;
}

.navbar ul li a {
  color: black;
  font-size: 22px;
  font-weight: 200;
}

.navbar ul li a:hover {
  color: var(--hover-color);
}

.social {
  width: 25%;
  margin: 0% 0% 0% 10%;
  background-color: transparent;
  color: #0e0d0d;
}

.social a {
  float: left;
  padding: 5px;
}

.social a i {
  color: #0e0d0d;
  font-size: 20px;
  opacity: 0.5;
}

.social a i:hover {
  color: #000000;
  opacity: 1;
}

.header .buttons button {
  cursor: pointer;
  font-size: 2.5rem;
  margin-right: 2rem;
  background-color: transparent;
}

#menu-btn {
  display: none;
  margin: 10px;
}

/* header-end */

/* main start */

.cow-main {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;

}

.cow-main img {
  width: 100%;
  height: auto;
  display: block;
  position: fixed;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}

.cow-1080,
.cow-769,
.cow-576 {
  display: none;
}

/* main end */



/* section-back-start */

.section {
  width: 80%;
  height: 700px;
  position: absolute;
  display: block;
  align-items: center;
  text-align: center;
  margin: 0% 0% 0% 0%;
  padding: 0% 0% 0% 0%;
}

/* section end */


/* show start */
.show {
  position: relative;
  width: 700px;
  height: auto;
  margin: 0% 0% 1% 10%;
  padding: 5px 5px;
  background-color: #000000;
}

.show-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  padding: 0% 0% 0% 5%;

}

.show-button {
  position: relative;
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 80px;
}

.show button {
  margin: 8% 0% 0% 0%;
  float: left;
  width: 100px;
  height: auto;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}


/* show end */
.news {
  position: relative;
  width: 700px;
  height: auto;
  margin: 0% 0% 1% 10%;
  padding: 5px 5px;
  background-color: #ffffff;
}

.news-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  padding: 0% 0% 0% 5%;

}

.news-button {
  position: relative;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 80px;
}

.news button {
  margin: 8% 0% 0% 0%;
  float: left;
  width: 100px;
  height: auto;
  cursor: pointer;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

/* new end */

/* about start */
.about {
  width: 100%;
  height: auto;
  padding: 0px 0px 50px 0px;
  background-color: #0e0d0d;
}

.about button {
  margin: 2% 10% 0% 5%;
  float: left;
  width: 130px;
  height: 25px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
}

/* about end */

/* music start */
.music {
  width: 100%;
  height: auto;
  padding: 0px 0px 50px 0px;
  margin: 0px 0px 10px 0px;
  background-color: #0e0d0d;
}

.music button {
  margin: 2% 10% 0% 5%;
  float: left;
  width: 130px;
  height: 25px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
}

/* music end */


/* slider start */

.main {
  margin: 75px 0px -10px 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider img {
  width: 100%;
  height: 100%;
  border: 5px solid black;
}

.button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.button i {
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.button i:hover {
  color: grey;
}

.gallery button {
  position: relative;
  float: left;
  width: 20%;
  height: 25px;
  margin: 20px 0px 0px 0px;
  border: 1px solid rgb(255, 255, 255);
  background-color: white;
  cursor: pointer;
  font-size: 14px;
}

.gallery {
  padding-bottom: 5%;
  position: relative;
  width: 700px;
  height: auto;
  margin: 0% 0% 1% 10%;
}

/* slider end */



/* foto start */

.foto {
  display: inline-block;
  width: 1000px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  /* background-color: #0e0d0d; */
}

.foto img {
  width: 245px;
  margin: 0px;
  padding: 0px;
  border: 5px solid black;
  cursor: pointer;
}

/* .foto img:hover {
  width: 750px;
  transition: 1s ease;
  text-align: left;
} */

/* foto end */

/* musicplayer-start */
.wrapper {
  width: 400px;
  height: auto;
  margin: 0% 0% 1% 10%;
  padding: 25px 20px;
  overflow: hidden;
  position: relative;
  background: var(--black-color);
  box-shadow: 0px 6px 15px var(--lightbshadow);
}

.wrapper i {
  cursor: pointer;
}

.top-bar,
.progress-area .song-timer,
.controls,
.music-list .headers,
.music-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-bar i {
  font-size: 30px;
  color: var(--black-color);
}

.top-bar i:first-child {
  margin-left: -7px;
}

.top-bar span {
  font-size: 18px;
  margin-left: -3px;
  color: var(--white);
}

.img-area {
  width: 100%;
  height: 256px;
  overflow: hidden;
  margin-top: 25px;
  border-radius: 15px;
  box-shadow: 0px 6px 12px var(--lightbshadow);
}

.img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.song-details {
  text-align: center;
  margin: 30px 0;
}

.song-details #name {
  color: var(--white);
  font-size: 16px;
}


.song-details #artist {
  font-size: 18px;
  opacity: 0.9;
  line-height: 35px;
}

.progress-area {
  height: 6px;
  width: 100%;
  border-radius: 50px;
  background: #f0f0f0;
  cursor: pointer;
}

.progress-area .progress-bar {
  height: inherit;
  width: 0%;
  position: relative;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pink) 0%, var(--violet) 100%);
}

.progress-bar::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  top: 50%;
  right: -5px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  background: inherit;
  transition: opacity 0.2s ease;
}

.progress-area:hover .progress-bar::before {
  opacity: 1;
  pointer-events: auto;
}

.progress-area .song-timer {
  margin-top: 2px;
}

.song-timer span {
  font-size: 13px;
  color: var(--darkwhite);
}

.controls {
  margin: 40px 0 5px 0;
}

.controls i {
  font-size: 28px;
  user-select: none;
  background: linear-gradient(var(--pink) 0%, var(--violet) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.controls i:nth-child(2),
.controls i:nth-child(4) {
  font-size: 43px;
}

.controls #prev {
  margin-right: -13px;
}

.controls #next {
  margin-left: -13px;
}

.controls .play-pause {
  height: 54px;
  width: 54px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(var(--white) 0%, var(--darkwhite) 100%);
  box-shadow: 0px 0px 5px var(--pink);
}

.play-pause::before {
  position: absolute;
  content: "";
  height: 43px;
  width: 43px;
  border-radius: inherit;
  background: linear-gradient(var(--pink) 0%, var(--violet) 100%);
}

.play-pause i {
  height: 43px;
  width: 43px;
  line-height: 43px;
  text-align: center;
  background: inherit;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
}

.music-list {
  position: absolute;
  background: var(--black-color);
  width: 100%;
  height: auto;
  left: 0;
  bottom: -55%;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  padding: 5px 20px;
  border-radius: 15px;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease-out;
}

.music-list.show {
  margin: 0;
  padding: 15px;
  bottom: 0;
  opacity: 1;
  pointer-events: auto;
}

.headers {
  background-color: white;
}

.headers .row {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 18px;
  color: rgb(0, 0, 0);
}

.headers .row i {
  cursor: default;
}

.headers .row span {
  margin-left: 5px;
}

.headers #close {
  font-size: 22px;
  padding: 10px;
  color: rgb(0, 0, 0);
}

.headers #close:hover {
  color: red;
}

.music-list ul {
  margin: 10px 0;
  max-height: 260px;
  overflow: auto;
}

.music-list ul::-webkit-scrollbar {
  width: 0px;
}

.music-list ul li {
  list-style: none;
  display: flex;
  cursor: pointer;
  padding-bottom: 10px;
  margin-bottom: 5px;
  color: var(--lightblack);
  border-bottom: 1px solid #e5e5e5;
}

.music-list ul li:last-child {
  border-bottom: 0px;
}

.music-list ul li .row span {
  font-size: 17px;
}

.music-list ul li .row p {
  font-size: 16px;
  opacity: 0.9;
}

ul li .audio-duration {
  font-size: 14px;
}

ul li.playing {
  pointer-events: none;
  color: red;
}

/* musicplayer-end */



/* foto start */

::selection {
  color: #fff;
  background: #007bff;
}

.wrappers {
  padding-bottom: 5%;
  position: relative;
  width: 700px;
  height: auto;
  margin: 0% 0% 1% 10%;
}

.gallerys {
  display: flex;
  flex-wrap: wrap;
}

.gallerys .images {
  padding: 7px;
  width: calc(100% / 3);
}

.gallerys .images span {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.gallerys .images img {
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.gallerys .images:hover img {
  transform: scale(1.1);
}

.preview-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  max-width: 700px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.preview-box.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-70%, -50%) scale(1);
  transition: all 0.3s ease;
}

.preview-box .details {
  height: 20px;
  display: flex;
  align-items: center;
  padding: 12px 15px 12px 10px;
  justify-content: space-between;
}

/* .preview-box .details .title {
  display: flex;
  font-size: 18px;
  font-weight: 100;
} */

/* .details .title p {
  margin: 0 5px;
} */

/* .details .title p.current-img {
  font-weight: 500;
} */

.details .icon {
  color: #000000;
  font-size: 20px;
  cursor: pointer;
}

.preview-box .image-box {
  display: flex;
  width: 100%;
  position: relative;
}

.image-box .slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  line-height: 0px;
  text-align: center;
  border-radius: 3px;
}

.slide.prev {
  left: 0px;
}

.slide.next {
  right: 0px;
}

.image-box img {
  width: 100%;
  border-radius: 0 0 3px 3px;
}

.shadow {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0, 0, 0, 0.45);
}

/* foto end */






/* footer-start */
.footer {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 80px;
  /* background-color: #fff; */
  margin: 10% 0% 1% 10%;
  border-top: 1px solid black;
}

.copyright {
  font-size: 20px;
  width: 100%;
  height: 80px;
  padding: 0% 0% 5% 0%;
  color: #ffffff;
  text-shadow: 1px 1px 1px black;
}

.copyright i {
  display: inline;
  text-align: center;
  margin: 12% 0% 0% 0%;
  width: 100%;
  height: auto;
}




/* footer-end */