@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
* {
  margin: 0px;
  padding: 0px;
}
.menuLable span {
  background: #fff;
}
@media screen and (max-width: 764px) {
    #check_box + label > span {

    }
    
}
.btn-open:after {
  color:#fff;
}
.bg-wrapper {
  height: 100dvh;
  width: -webkit-fill-available;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.bg-wrapper .bg {
  height: 109%;
  width: 106%;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/img1.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: -99;
}

.top-content {
  display: flex;
  width: 100%;
}
.top-content h1 {
  flex-grow: 1;
  margin: 50px 70px;
  display: flex;
  color: white;
  font-size: 50px;
  font-family: "Lobster", cursive;
}
.top-content h1:last-child {
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 575.98px) {
  .top-content h1 {
    margin: 50px 30px;
  }
}

.menu {
  background: rgba(255, 255, 255, 0.3);
  padding: 8px;
  transition: all 0.15s linear;
  border: 1px solid white;
  box-shadow: 0px 0px 30px 12px rgba(0, 0, 0, 0.1);
}
.menu:hover {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}

.bottom-content {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 70px;
  margin-top: auto;
  width: 100%;
}
@media (max-width: 575.98px) {
  .bottom-content {
    padding: 50px 15px;
  }
}
.bottom-content p {
  color: white;
  line-height: 150%;
  font-size: 17px;
  margin: 7px 0px 23px 0px;
  text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 575.98px) {
  .bottom-content p {
    font-size: 14px;
    text-align: left;
    line-height: 140%;
  }
}

.content-left {
  flex-grow: 1;
  text-align: left;
  max-width: 750px;
}
.content-left .title {
  font-family:'Gotham', cursive;
  color: #fff;
  font-size: 80px;
  text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 575.98px) {
  .content-left .title {
    font-size: 37px;
    line-height: 150%;
    text-align: left;
  }
}

.content-right {
  flex-grow: 1;
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .content-left {
    text-align: center;
  }
  .content-right {
    text-align: left;
    justify-content: left;
  }
}
.content-right p {
  margin: 20px 0;
  line-height: 30px;
}
/*
button,
button:visited,
button:focus {
  cursor: pointer;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.3);
  width: 160px;
  padding: 15px 0px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  box-shadow: 0px 0px 30px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear;
  outline: none;
}
button:hover,
button:visited:hover,
button:focus:hover {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.5);
}*/
.artistName a{
  color:#fff;
}
nav {
    background: transparent;
    color: #fff !important;
}
nav ul li a {
  border: unset;
  color: #fff;
}
nav ul li a:hover {
  color: #fff;
}
.btn-close:after {
  color:#fff;
}
.btn-close:hover:after {
  color:#fff;
}
.wrap ul.wrap-nav li a {
  color: #fff;
}
.wrap ul.wrap-nav {
  border: unset;
}
.wrap ul.wrap-nav>li {
  border: unset;
}
.btn-open:hover:after {
  color:#fff;
}
.pageContainer {
    max-width: 1250px;
    padding: 80px 15px 20px;
    margin:0 auto;
}
.pageItem {
    /*padding: 50px;*/
}
.section_title {
    text-align: center;
    font-size: 40px;
    line-height: 110%;
    margin: 20px 15px;
}
@media screen and (max-width:764px) {
  .section_title {
    margin: 20px 0;
  }
}
.readMore {
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
}
.readMore button {
    border: 0;
    padding: 10px 15px;
    font-size: 16px;
    background-color: #000;
    color: #fff;
    width: 150px;
}

.works {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 30px;
    margin: 0 auto;
    grid-gap: 50px 40px;
    padding: 20px 15px;
}


.works img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.works1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 30px;
    margin: 0 auto;
    grid-gap: 50px 40px;
    padding: 20px 15px;
}
.works1 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
/*
.works::after {
    content: "";
    width: 350px;
}*/
.work_item_txt{
  text-align: center;
}

.about {
    margin-top: 80px;
}
.about:nth-child(1) {
    margin-top: 0;
}

.grid {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    grid-gap: 40px;
    align-items: center;
}
.about_left img{
    width: 100%;
}
.about_Name {
    font-size: 35px;
    line-height: 150%;
    margin: 20px 0;
    word-break: keep-all;
}
.about_title {
    font-size: 20px;
    line-height: 150%;
    word-break: keep-all;
    margin-bottom: 30px;
}
.about_text {
    font-size: 16px;
    line-height: 150%;
    word-break: keep-all;
}
@media screen and (max-width: 48em) {
    nav {
        background-color: transparent;
    }
    .works {
      grid-template-columns: 1fr;
      padding: 0;
      grid-gap: 30px 40px;
    }
    .grid {
      grid-template-columns: 1fr;
      
    }
}