:root {
  --site-color-01: #4582d8;
  --site-color-01-hover: #c4ddc1;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #efeef3;
}

body:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(../img/facebook-color.png) url(../img/intragram-color.png);
}

.wrapper-main {
  width: 1100px;
  margin: 0 auto;
}

h1 {
  font-size: 24px;
  line-height: 1.5px;
  color: #9352e9;
  font-family: Arial;
  font-weight: 600;
  text-transform: uppercase;
}

h2 {
  font-size: 0.6rem;
  line-height: 1.5;
  color: #240949;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
h3 {
  font-size: 0.6rem;
  line-height: 32px;
  color: #021f09;
  font-family: Arial, Helvetica, sans-serif;
}

p {
  font-size: 1.4rem;
  padding: 20px;
  line-height: 18px;
  color: #0b0207;
  font-family: "Times New Roman", Times, serif;
}

a {
  font-size: 1.4rem;
  line-height: 1.75;
  color: #3b1cad;
  font-family: Arial;
  cursor: pointer;
}

.header-main {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #8b93db;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
}

.header-main-logo {
  width: fit-content;
  height: 100%;
  padding-left: 60px;
  display: flex;
}

.header-main-logo img {
  height: 40px;
  align-self: center;
}
.header-main-nav {
  width: fit-content;
  height: 100%;
}

.header-main-nav ul {
  list-style: none;
  margin-left: 30px;
}

.header-main-nav ul li a {
  display: inline;
  float: left;
}
.header-main-nav ul li a {
  padding: 0 10px;
  font-family: "Times New Roman", Times, serif;
  line-height: 60px;
  color: rgb(13, 128, 13);
  display: block;
  height: 100%;
}

.header-main-nav ul li a:hover {
  color: rgb(219, 146, 146);
}

.header-main-sm {
  width: fit-content;
  height: 100%;
  padding-right: 60px;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
*/ .header-main-sm-fb {
  width: 60px;
  height: 60px;
  background-image: url(../img/davelogo.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.header-main-sm-fb:hover {
  background-image: url(../img/davelogobw.png);
}

.header-main-sm-in {
  width: 60px;
  height: 60px;
  background-image: url(../img/davelogo.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.header-main-sm-in:hover {
  background-image: url(../img/davelogobw.png);
}

.header-main-sm-fb {
  width: 60px;
  height: 60px;
  background-image: url(../img/davelogo.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.header-main-sm-in:hover {
  background-image: url(../img/davelogobw.png);
}
.index-category {
  width: 100%;
  padding: 60px 0;
  background-color: #a89c9f;
  display: flex;
  justify-content: center;
  column-gap: 200px;
  flex-wrap: wrap;
}
.index-category p {
  color: rgb(20, 133, 133);
  text-align: center;
  padding-bottom: 40px;
  flex-basis: 100%;
  text-transform: uppercase;
  font-size: 2.2rem;
}

.index-category-box {
  width: 20rem;
  height: 20rem;
  background-color: #c4c4a7;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.index-category-box:nth-child(2) {
  background-image: url(../img/Kathegories/programming.png);
}

.index-category-box:nth-child(3) {
  background-image: url(../img/Kathegories/filming.png);
}

.index-category-box:nth-child(4) {
  background-image: url(../img/Kathegories/editing.png);
}

.index-category-box:nth-child(5) {
  background-image: url(../img/Kathegories/photo.png);
}

.dark-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(219, 145, 207);
  opacity: 0.5s;
  transition: all ease-in-out 200ms;
}

.index-category-box:hover .dark-overlay {
  opacity: 0;
}

.index-category-box h3 {
  font-size: 2.2rem;
  line-height: 1.5;
}
.footer-main {
  width: 100%;
  padding: 60px 0 100px;
  background-color: #e6c2c2;
}

.footer-main-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-testemoni {
  flex-basis: 20%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-testemoni img {
  width: 15%;
  border-radius: 10px;
}

.footer-testemoni p {
  text-align: center;
  font-size: 1.6rem;
  padding: 20px 20px 0;
}
.footer-sitemap {
  flex-basis: 100%;
  display: flex;
}
.footer-sitemap a {
  line-height: 30px;
}

.footer-sitemap a:hover {
  opacity: 0.8;
}

.footer-getintouch {
  margin: 40px 0 60px;
  padding: 10px 20px;
  border: 20px double #cec4e2;
  font-weight: bold;
  transition: all ease-in-out 200ms;
}
.footer-getintouch:hover {
  border: 2px solid var(--site-color-01);
}

.footer-sitemap {
  flex-wrap: wrap;
  display: flex;
}

.footer-sitemap a {
  line-height: 30px;
  flex-wrap: wrap;
  display: flex;
}
.footer-sitemap a:hover {
  opacity: 0.6;
}
.footer-sitemap ul:nth-child(1) {
  border-left: 4px solid var(--site-color-01);
  padding-left: 20px;
}
/*
  flex-basis: 200px ;
  border-left: none ;
  padding-left: 0px;
}  */

.footer-sitemap ul:nth-child(1),
.footer-sitemap ul:nth-child(2)
 /*.footer-sitemap ul:nth-child(3) */ {
  flex-basis: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.footer-sitemap ul:nth-child(3) {
  flex-basis: 340px;
}

.footer-sitemap p {
  text-transform: uppercase;
  padding: 0 20px;
}

.footer-sitemap ul:nth-child(4) {
  text-align: center;
  flex-grow: 1;
}
.footer-sitemap ul:nth-child(4) li {
  clear: both;
  float: right;
  display: none;
}

@media only screen and (max-width: 600px) {
 
  /* .wrapper-main{
  width: 1100px;
  margin: 0 auto;*/
  .wrapper-main {
    width: calc(100% - 20px);
  }

  main {
    align-items: flex-end;
  }

  main .main-intro {
    padding-bottom: 8vh;
  }

  main .main-intro h1 {
    font-size: 2rem;
    line-height: 1.1;
    text-emphasis: center;
  }

  main p {
    text-align: center;
    padding: 0 20px;
    font-size: 1.8rem;
    line-height: 1.75;
  }

  main .main-quotes {
    display: none;
  }
  main a {
    margin: 30px auto;
  }

  main a:hover {
    background-color: #d47c7c;
  }

  main .main-quotes p {
    border-left: 4px solid #00ff00;
    padding-left: 20px;
    margin: 40px 0;
    display: none;
  }

  main .main-quotes p:nth-child(2) {
    margin-left: 100px;
  }
  main .main-quotes {
    display: none;
  }

  .header-main {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: rgb(200, 230, 224);
    display: flex;
    justify-content: space-between;
    z-index: 1000;
  }

  .header-main-logo {
    padding-left: 20px;

    /*width: fit-content;
    height: 100%;
    padding-left: 20px;
    display: flex;*/
  }

  .header-main-nav {
    display: none;
  }

  .header-main-sm {
    padding-right: 20px;
  }

  main .main-intro {
    padding-bottom: 8vh;
  }

  main .main-intro h1 {
    font-size: 2.6rem;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 20px;
  }

  main p {
    text-align: center;
    padding: 0 20px;
    font-size: 1.6rem;
    line-height: 1.75;
  }

  main a {
    /*  margin: 30px auto;*/

    margin-top: 30px;
    font-size: 1.8rem;
    display: block;
    height: 36px;
    line-height: 36px;
    background-color: #c1f0c1;
    padding: 0 20px;
    width: fit-content;
  }
  main a:hover {
    background-color: var(--site-color-01-hover);
  }

  main .main-quotes p {
    border-left: 4px solid var(--site-color-01);
    padding: 20px;
    margin: 40px 0;
  }
  main .main-quotes p:nth-child(2) {
    margin-left: 100px;
  }
  main .main-intro {
    padding-bottom: 8vh;
  }

  main .main-quotes {
    padding-bottom: 8vh;
  }

  /* CATEGORY SECTION*/
  .index-category {
    width: 100%;
    padding: 6px 0;
    background-color: #b8add6;
    display: flex;
    justify-content: center;
    /*column-gap: 20px;*/
    row-gap: 20px;
    flex-wrap: wrap;
  }
  .index-category p {
    color: rgb(193, 217, 186);
    text-align: center;
    padding-bottom: 40px;
    flex-basis: 100%;
    text-transform: uppercase;
    font-size: 0.2rem;
  }

  .index-category-box {
    width: 12rem;
    height: 12rem;
    background-color: #aec4b9;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .index-about-flex {
    flex-wrap: wrap;
    row-gap: 60px;
  }

  .index-about-img img {
    width: 60%;
    /*	width: 300px;

	border-radius: 300px;*/
  }

  .index-about-text h2 {
    text-align: center;
  }

  .index-about-text p {
    text-align: center;
  }

  .index-about-text {
    flex-basis: 455px;
  }

  .index-about-text p {
    padding: 20px;
  }

  .index-about-text a {
    margin: 0 auto;
    font-size: 1.8rem;
    display: block;
    height: 36px;
    line-height: 36px;
    background-color: var(--site-color-01);
    padding: 0 20px;
  }
  .index-about-text a:hover {
    background-color: var(--site-color-01-hover);
  }

  .index-about-skill {
    flex-basis: 350px;
  }
  .index-about-skill-bar {
    width: 100%;
    height: 20px;
    border: 4px solid #25abe9;
  }

  .index-about-skill-bar-fill {
    height: 100%;
    background-color: var(--site-color-01);
  }

  .index-about-text {
    flex-basis: 100%;
  }

  .index-about-text a {
    text-align: 100%;
  }

  .index-about-text p {
    text-align: 100%;
  }

  .index-category-box:nth-child(2) {
    background-image: url(../img/Kathegories/programming.png);
  }

  .index-category-box:nth-child(3) {
    background-image: url(../img/Kathegories/filming.png);
  }

  .index-category-box:nth-child(4) {
    background-image: url(../img/Kathegories/editing.png);
  }

  .index-category-box:nth-child(5) {
    background-image: url(../img/Kathegories/photo.png);
  }

  .dark-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(219, 215, 206);
    opacity: 0.5s;
    transition: all ease-in-out 200ms;
  }

  .index-category-box:hover .dark-overlay {
    opacity: 0;
  }

  .index-category-box {
    width: calc(100% -20px);
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
    text-shadow: -2px 2px 4px #d3d0d0;
    z-index: 100;
  }

  .index-category p {
    padding-bottom: 20px;
  }
  .index-category-box h3 {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    text-shadow: -2px 2px 4px #000;
    z-index: 100;
  }

  .index-about {
    width: 100%;
    padding: 60px 0;
    background-color: #d2ccb3;
  }

  .index-about-flex {
    display: flex;
    justify-content: center;
  }

  .index-about-img img {
    width: 300px;
    border-radius: 300px;
    /*width: 60%;*/
  }

  .index-about-text {
    flex-basis: 455px;
  }

  /*ABOUT SECTION*/
  .index-about {
    width: 100%;
    padding: 60px 0px;
    background-color: #8585cc;
    font-size: 14px;
  }

  .index-about-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .index-about-img {
    width: 60%;
    /*border-radius: 150px;*/
  }
  .index-about-img img {
    width: 100%;
  }
  .index-about-text {
    flex-basis: 45px;
  }

  .index-about-text p {
    padding-left: 20px 30px;
  }

  .index-about-text a {
    margin-top: 30px;
    font-size: 18px;
    display: block;
    height: 36px;
    line-height: 36px;
    background-color: var(--site-color-01);
    padding: 0 20px;
    width: fit-content;
  }

  .index-about-text a:hover {
    background-color: var(--site-color-01-hover);
  }
  .index-about-skill {
    flex-basis: 350px;
  }

  .index-about-skill-bar {
    width: calc(100% - 8px);
    height: 20px;
    border: 4px solid #0b0f16;
  }

  .index-about-skill-bar-fill {
    height: 100%;
    background-color: var(--site-color-01);
  }

  .htmlcss {
    width: 95%;
  }

  .js {
    width: 90%;
  }
  .ps {
    width: 9%;
  }

  .ae {
    width: 35%;
  }
  .ai {
    width: 50%;
  }

  .footer-main {
    width: 100%;
    padding: 60px 0 100px;
    background-color: #67a5c1;
  }

  .footer-main-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-testemoni {
    flex-basis: 20%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-testemoni img {
    width: 50%;
    border-radius: 100px;
  }

  .footer-testemoni p {
    text-align: center;
    font-size: 1.6rem;
    padding: 20px 20px 0;
  }

  .footer-getintouch {
    padding: 10px 20px;
    margin: 40px 0 60px;
    border: 2px solid #0000ff;
    font-weight: 600;
    transition: all ease-in-out 200ms;
  }

  .footer-getintouch:hover {
    border: 20px solid #caf8ca;
  }
  .footer-sitemap {
    flex-wrap: wrap;
    flex-basis: 100%;
    display: flex;
  }

  .footer-sitemap a:hover {
    opacity: 0.8;
  }

  .footer-sitemap ul:nth-child(1) {
    /*border-left: none;
  padding-left:0;*/
    border-left: 40px solid #111894;
    padding-left: 20px;
  }

  .footer-sitemap ul:nth-child(1) .footer-sitemap ul:nth-child(2),
  .footer-sitemap ul:nth-child(3) {
    /*flex-basis: 100%;
  text-align: center;
  padding-bottom:20px;
  */
    flex-basis: 180px;
  }
  /*
.footer-sitemap ul:nth-child(3) p {
  flex-basis: 340px;
} */

  .footer-sitemap p {
    text-transform: uppercase;
  }

  .footer-sitemap ul:nth-child(4) {
    text-align: center;
  }

  .footer-sitemap ul:nth-child(4) p {
    text-align: center;
  }
}
