* {
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", sans-serif;
  background-color: rgb(33, 33, 33);
}

#slider {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

#sl_text {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 20px 20%;
}

#slider h2 {
  margin-top: 10px;
}

#slider p {
  margin: 20px 0;
}

#slider img {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

#slider a {
  display: block;
  width: 50%;
  background-color: #cda885;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: bold;
}

#slider a:visited {
  color: white;
}

#slider a:hover {
  color: black;
  background-color: white;
}

#Left {
  width: 40px;
  height: 40px;
  font-size: 2rem;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  transition: 0.5s;
}

#Right {
  width: 40px;
  height: 40px;
  font-size: 2rem;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  transition: 0.5s;
}

#totop {
  display: none;
  width: 35px;
  height: 25px;
  background-color: #cda885;
  position: fixed;
  bottom: 0;
  right: 10px;
  color: white;
  font-size: 30px;
  text-align: center;
  line-height: 25px;
}

#Left:hover {
  color: black;
  background-color: white;
}
#Right:hover {
  color: black;
  background-color: white;
}

#topbar {
  width: 100%;
  height: 90px;
  background: url(../imgs/logo.png) no-repeat left 10% center;
  background-color: #fff;
  position: relative;
  z-index: 20;
}

#bar {
  display: none;
}

#burger {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 2%;
  transform: translate(-50%, -50%);
}

#menu {
  position: absolute;
  width: 100%;
  color: white;
  background-color: #cda885;
  padding: 0;
  font-size: 1rem;
  top: 90px;
  height: 0;
  transition-duration: 0.3s;
  overflow: hidden;
}

#menu .one {
  padding-left: 30px;
  line-height: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.404);
  height: 55px;
}

#menu li:hover {
  background-color: #f5c9a2;
}

input#bar:checked ~ #menu {
  height: 330px;
}

input#bar:checked ~ #line::before {
  background-color: white;
}

#line {
  background-color: black;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(-50%, -50%);
}

#line::before {
  content: "";
  background-color: black;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 7px;
}

#line::after {
  content: "";
  background-color: black;
  width: 30px;
  height: 3px;
  position: absolute;
  top: -7px;
}

.one {
  position: relative;
}

#ul2 {
  overflow: hidden;
  padding: 0;
  height: 0;
  transition-duration: 0.3s;
}

#ul2 li {
  padding-left: 60px;
  line-height: 55px;
  height: 55px;
  color: rgba(255, 255, 255, 0.76);
  background-color: #cda885;
  border-top: 1px solid rgba(255, 255, 255, 0.404);
}

.three {
  display: none;
}

.plus {
  width: 55px;
  height: 55px;
  background-color: #e6bc9891;
  position: absolute;
  right: 0;
  line-height: 55px;
  text-align: center;
  font-size: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.404);
}

.plus:hover {
  background-color: #ffc000;
}

.bn {
  display: none;
}

input#pages:checked ~ #menu #ul2 {
  height: 330px;
}

#menu #ul2 li:nth-child(5) {
  position: relative;
}

#ul3 {
  overflow: hidden;
  padding: 0;
  height: 0;
  transition-duration: 0.3s;
}

#ul3 li {
  padding-left: 90px;
  line-height: 55px;
  height: 55px;
  color: rgba(255, 255, 255, 0.76);
  background-color: #cda885;
  border-top: 1px solid rgba(255, 255, 255, 0.404);
}

input#gallerypages:checked ~ #menu #ul2 #ul3 {
  height: 165px;
}

input#gallerypages:checked ~ #menu #ul2 {
  height: 495px;
}

#ul4 {
  overflow: hidden;
  padding: 0;
  height: 0;
  transition-duration: 0.3s;
}

#ul4 li {
  padding-left: 60px;
  line-height: 55px;
  height: 55px;
  color: rgba(255, 255, 255, 0.76);
  background-color: #cda885;
  border-top: 1px solid rgba(255, 255, 255, 0.404);
}

input#servicess:checked ~ #menu #ul4 {
  height: 110px;
}

#ul5 {
  overflow: hidden;
  padding: 0;
  height: 0;
  transition-duration: 0.3s;
}

#ul5 li {
  padding-left: 60px;
  line-height: 55px;
  height: 55px;
  color: rgba(255, 255, 255, 0.76);
  background-color: #cda885;
  border-top: 1px solid rgba(255, 255, 255, 0.404);
}

input#artists:checked ~ #menu #ul5 {
  height: 110px;
}

#ul6 {
  overflow: hidden;
  padding: 0;
  height: 0;
  transition-duration: 0.3s;
}

#ul6 li {
  padding-left: 60px;
  line-height: 55px;
  height: 55px;
  color: rgba(255, 255, 255, 0.76);
  background-color: #cda885;
  border-top: 1px solid rgba(255, 255, 255, 0.404);
}

input#blogs:checked ~ #menu #ul6 {
  height: 110px;
}

#main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}

#intro {
  width: 100%;
  margin: auto;
  padding: 50px;
  font-size: 16px;
}

#intro img {
  width: 100%;
}

#intro h3 {
  font-size: 1.75rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

#MaA {
  width: 100%;
  background: linear-gradient(to right, #cda885 0%, #aa8976 100%);
  padding: 50px;
  text-align: center;
  margin: auto;
  position: relative;
}

#MaA h2 {
  text-align: left;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 40px;
  font-weight: 1200;
  font-size: 1.75rem;
}

a {
  text-decoration: none;
}

#MaA a {
  border: 2px solid white;
  border-radius: 30px;
  padding: 10px;
  font-weight: 400;
  transition: 0.5s;
}

#MaA a:visited {
  color: #fff;
}

#MaA a:hover {
  color: #000;
  background-color: #fff;
}

#WCU {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 10%;
}

#WCU .box {
  border: 1px solid white;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  padding: 40px;
}

#WCU h2 {
  margin-bottom: 20px;
}

#WWD {
  width: 100%;
  background: #aa8976;
  margin: auto;
  text-align: center;
  padding: 10%;
  font-size: 1rem;
}

#WWD img {
  width: 100%;
}

#WWD h4 {
  margin-bottom: 20px;
}

#WWD a {
  background-color: #cda885;
  border-radius: 40px;
  padding: 15px;
  box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 10%);
  padding-left: 40px;
  padding-right: 40px;
  transition: 0.3s;
}

#WWD a:hover {
  background-color: #aa8976;
}

#WWD a:visited {
  color: white;
}

.lbox {
  width: 60px;
  height: 60px;
  border: 1px solid #cda885;
  border-radius: 3px;
  font-size: 30px;
  padding: 10px;
  transition: 0.2s;
  float: right;
  text-align: center;
}

.lbox:hover {
  background-color: #cda885;
}

#TA {
  width: 100%;
  padding: 7%;
  margin: auto;
  text-align: center;
}

#TA h2:first-child {
  margin-bottom: 30px;
}

#aas {
  display: inline-block;
  margin-top: 20px;
  background-color: #cda885;
  border-radius: 40px;
  padding: 15px;
  box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 10%);
  padding-left: 40px;
  padding-right: 40px;
  transition: 0.3s;
}

#TA a:hover {
  background-color: #aa8976;
}

#TA #aas:visited {
  color: white;
}

#TEST {
  width: 100%;
  background: #aa8976;
  margin: auto;
  padding: 50px 10%;
  text-align: center;
}

#TEST h2 {
  margin-bottom: 30px;
}

#LNAB {
  width: 100%;
  padding: 10%;
  padding-top: 50px;
  text-align: center;
}

#bottom {
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
}

#bottom #end {
  font-size: 0.9rem;
  line-height: 90px;
}

#footer {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../imgs/footer-bg.jpg) no-repeat center/cover;
  padding: 60px 80px;
  text-align: left;
  color: #d9d9d9;
}

#MaA img {
  display: none;
}

#bottom a {
  color: #d9d9d9;
  text-decoration: none;
}

#bottom i {
  font-size: 2rem;
  position: absolute;
}

#bottom div {
  position: relative;
}

#bottom .oao p {
  padding-left: 2rem;
  margin: 15px;
}

#bottom .oao i {
  padding-top: 8px;
}

#bottom .oao a {
  padding-left: 2rem;
  margin: 15px;
}

#bottom i {
  font-size: 1.5rem;
  color: #999;
}

#fu a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: white;
  margin: 7px;
  text-align: center;
}

#fu a:hover {
  background-color: #cda885;
}

#fu a:hover i {
  color: white;
}

#fu a i {
  margin-left: -12px;
  margin-top: 7px;
}

.box i {
  font-size: 60px;
  transition: 0.3s;
}

.box:hover i {
  color: #cda885;
}

.artP {
  width: 80%;
  background-color: white;
  margin: auto;
  margin-bottom: 40px;
  border-radius: 5px;
  color: #5e5e5e;
  padding: 0 10%;
}

.artP h2 {
  margin-bottom: 20px;
}

.artP a {
  width: 35px;
  height: 35px;
  border: 1px solid #999;
  border-radius: 5px;
  font-size: 1.5rem;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
  padding-top: 2px;
}

#fkup {
  margin-bottom: 140px;
}

#csee {
  display: none;
}

.artP i {
  color: #999;
}

.artP i:visited {
  color: #999;
}

.artP i:hover {
  color: rgb(255, 255, 255);
}

#TEST div img {
  border: 4px solid white;
  border-radius: 50%;
  margin-top: -90px;
}

.TEST__box {
  background-color: white;
  width: 100%;
  margin: 120px auto;
  color: #999;
  border-radius: 5px;
  padding-bottom: 40px;
}

#TEST h3 {
  color: #5e5e5e;
  margin: 20px;
}

#flexbox {
  display: flex;
  flex-wrap: wrap;
}

#TEST p {
  margin: 20px;
}

#TEST i {
  font-size: 1.2rem;
  color: #ffc000;
}

#LNAB h2 {
  margin-bottom: 30px;
}

#LNAB .box {
  width: 100%;
  background-color: white;
  border: 0;
  border-radius: 5px;
  position: relative;
  padding: 0;
  padding-bottom: 20px;
  text-align: left;
  margin: auto;
  margin-bottom: 70px;
}

#LNAB h3 {
  color: #5e5e5e;
  margin-left: 20px;
  transition: 0.3s;
}

#LNAB .box:hover h3 {
  color: #aa8976;
}

#LNAB .box:hover img {
  filter: brightness(1.15);
}

#LNAB img {
  transition: 0.5s;
}

#LNAB h3:hover {
  cursor: pointer;
}

#LNAB a {
  font-weight: 500;
  margin: 20px;
}

#LNAB a:visited {
  color: #aa8976;
}

#LNAB a:hover {
  color: black;
}

#LNAB .box span:nth-child(2) {
  background-color: #aa8976;
  color: white;
  position: absolute;
  width: 60px;
  height: 50px;
  left: 10px;
  top: 45px;
  padding-top: 12px;
  font-size: 1.5rem;
  text-align: center;
}

#LNAB .box span:nth-child(3) {
  background-color: white;
  color: black;
  position: absolute;
  width: 60px;
  height: 40px;
  left: 10px;
  top: 95px;
  padding-top: 12px;
  font-size: 1rem;
  text-align: center;
}

#LNAB .box p {
  color: #999;
  margin: 20px;
  line-height: 2rem;
}

.OAO a {
  display: inline-block;
  margin-bottom: 10px;
}

#higher {
  display: none;
}

@media (min-width: 768px) {
  #slider {
    height: 650px;
  }

  #sl_text {
    margin-top: 200px;
    font-size: 1.5rem;
  }

  #topbar {
    position: static;
  }

  #higher {
    display: block;
    height: 50px;
    line-height: 50px;
    background-image: linear-gradient(to right, #cda885 0%, #433d3c 100%);
    color: white;
  }

  #higher span:first-child {
    margin-left: 150px;
    margin-right: calc(100% - 650px);
  }

  #menu {
    position: static;
    height: 100%;
    background: transparent;
    color: #444;
    line-height: 90px;
    text-align: right;
    font-size: 0.9rem;
    font-weight: bold;
  }

  #menu ul {
    display: none;
    background: white;
  }

  .one:last-child {
    margin-right: 7%;
  }

  #menu .one:first-child {
    color: #cda885;
  }

  #menu label {
    display: none;
  }

  #menu .one {
    display: inline-block;
    height: 100%;
  }

  #menu .one:hover {
    background: transparent;
    color: #cda885;
    cursor: pointer;
  }

  #line {
    display: none;
  }

  #ul2 {
    height: auto;
    position: absolute;
    top: 140px;
    right: calc(240px + 5%);
    overflow: visible;
  }

  #ul2 li {
    height: 45px;
    position: relative;
    width: 200px;
    background-color: white;
    color: #444;
    padding-left: 20px;
    text-align: start;
    z-index: 99;
    cursor: pointer;
    line-height: 45px;
  }

  #ul2 li:hover {
    background: #cda885;
    color: white;
  }

  #ul3 li:hover {
    background: #cda885;
    color: white;
  }

  #ul4 li:hover {
    background: #cda885;
    color: white;
  }

  #ul5 li:hover {
    background: #cda885;
    color: white;
  }

  #ul6 li:hover {
    background: #cda885;
    color: white;
  }

  #ul3 {
    position: absolute;
    height: auto;
    left: 200px;
    bottom: -45px;
  }

  #ul4 {
    height: auto;
    position: absolute;
    top: 140px;
    right: calc(160px + 5%);
    overflow: visible;
  }

  #ul4 li {
    height: 45px;
    position: relative;
    width: 200px;
    background-color: white;
    color: #444;
    padding-left: 20px;
    text-align: start;
    z-index: 99;
    cursor: pointer;
    line-height: 45px;
  }

  #ul5 {
    height: auto;
    position: absolute;
    top: 140px;
    right: calc(60px + 5%);
    overflow: visible;
  }

  #ul5 li {
    height: 45px;
    position: relative;
    width: 200px;
    background-color: white;
    color: #444;
    padding-left: 20px;
    text-align: start;
    z-index: 99;
    cursor: pointer;
    line-height: 45px;
  }

  #ul6 {
    height: auto;
    position: absolute;
    top: 140px;
    right: 30px;
    overflow: visible;
  }

  #ul6 li {
    height: 45px;
    position: relative;
    width: 200px;
    background-color: white;
    color: #444;
    padding-left: 20px;
    text-align: start;
    z-index: 99;
    cursor: pointer;
    line-height: 45px;
  }

  #flexbox .artP {
    width: 30%;
  }

  .artP {
    padding: 0;
  }

  .artP img {
    width: 90%;
  }

  #flexbox2 {
    margin-top: 10px;
    display: flex;
  }

  #flexbox2 div {
    width: 50%;
    align-self: center;
  }

  #MaA {
    height: 150px;
  }

  #MaA h2 {
    display: inline-block;
    margin: auto;
  }

  #MaA img {
    width: 200px;
    display: block;
    position: absolute;
    bottom: 20px;
  }

  #csee {
    display: unset;
  }

  #MaA a {
    position: absolute;
    right: 10%;
  }

  #flexbox5 {
    display: flex;
  }

  #flexbox5 .box {
    width: 20%;
    margin: 0 20px;
  }

  #WCU {
    padding: 7%;
  }

  #WWD {
    padding: 5%;
  }

  .flexbox4 {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
  }

  #WWD img {
    width: 30%;
  }

  #bflex {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
  }

  #flexbox6 {
    display: flex;
  }

  #flexbox6 > div {
    width: 30%;
  }

  #flexbox7 {
    display: flex;
  }

  #flexbox7 .box {
    margin: 10px;
  }

  #LNAB {
    padding: 5%;
  }

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

  #flexbox8 > div {
    width: 25%;
  }

  #flexbox8 img {
    margin-top: 20px;
  }

  #fu a {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  #intro {
    padding: 0 5%;
  }

  #WCU {
    padding: 5% 15%;
  }

  #WWD {
    padding: 5% 15%;
  }

  #TA {
    padding: 5% 15%;
  }

  #TEST {
    padding: 2% 15%;
  }

  #LNAB {
    padding: 5% 15%;
  }

  #footer {
    padding: 5% 15%;
  }

  #flexbox8 > div {
    width: 20%;
  }

  #ul2 {
    right: calc(250px + 5%);
  }

  #ul4 {
    right: calc(170px + 5%);
  }

  #ul5 {
    right: calc(70px + 5%);
  }

  #ul6 {
    right: 80px;
  }
}
