@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}
.toggle {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #000 url(./images/menu.png);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1000;
}
.toggle.active {
  background: #000 url(./images/close.png);
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
}
section {
  padding: 100px;
  min-height: 90vh;
}
.banner {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.banner .imgSidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 580px;
  height: 100%;
}
.banner .imgSidebar > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .contentBx,
.sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 580px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px;
}

.logoText {
  position: absolute;
  top: 40px;
  left: 100px;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  background: #333;
  color: #fff;
  padding: 0 8px;
  cursor: pointer;
}

.banner .contentBx h4 {
  font-size: 1.5em;
  color: #333;
  font-weight: 300;
  cursor: default;
}
.banner .contentBx h4 span {
  color: #00bcd4;
  font-size: 1.5em;
  font-weight: 700;
}
.banner .contentBx h2 {
  font-size: 3em;
  color: #333;
  line-height: 1em;
  padding-bottom: 5px;
  cursor: default;
}

p {
  font-size: 1.1em;
  margin: 20px 0;
  font-weight: 300;
  cursor: default;
}
.btn {
  background: #00bcd4;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  border: 2px solid #00bcd4;
  transition: 0.5s ease-in-out;
}
.btn:hover {
  color: #00bcd4;
  background: #333;
}

.sidebar {
  position: fixed;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  padding-bottom: 40px;
  z-index: 100;
  right: -100%;
}
.sidebar.active {
  right: 0;
}
.sidebar ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sidebar ul li {
  list-style: none;
}
.sidebar ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 2em;
  margin: 10px 0;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sidebar ul li a:hover {
  color: #00bcd4;
}

.sci {
  position: absolute;
  left: 85px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sci li {
  list-style: none;
}
.sci li button {
  border: none;
  background: none;
  outline: none;
  margin: 0;
  padding: 0;
}

.sci li button a img {
  width: 70px;
  object-fit: contain;
  transform: scale(0.5);
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

.sci li img:hover {
  transform: scale(0.6);
  opacity: 1;
}

.title {
  width: 100%;
  text-align: center;
}
.title h2 {
  position: relative;
  color: #00bcd4;
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: default;
  text-transform: uppercase;
}

.title p {
  max-width: 700px;
  display: inline-block;
  margin-bottom: 30px;
}
.title p span {
  font-size: 12px;
  font-weight: 500;
  color: grey;
}

.title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 60px;
  height: 4px;
  background: #000;
}
.title.white p,
.title.white h2 {
  color: #fff;
}
.title.white h2 > span {
  color: #00bcd4;
}
.title.white h2::before {
  background: #fff;
}
.about {
  background: #000;
}
.about .content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.about .content .textBx {
  min-width: 65%;
  width: 65%;
}
.about .content .textBx {
  cursor: default;
}
.about .content .textBx p {
  color: #fff;
}
.about .content .textBx p span {
  color: #15e38a;
  font-size: 17px;
}
.about .content .imgBx {
  margin-top: 23px;
  margin-left: 80px;
}

.about .content .imgBx img {
  max-width: 100%;
  object-fit: contain;
}

.services {
  padding: 50px 50px 80px 50px;
}
.services .content {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 100px;
  cursor: default;
}
.services .content .servicesBx {
  padding: 40px 40px;
  width: 230px;
  height: 230px;
  margin: 20px;
  transition: 0.5s;
  text-align: center;
  background: #f5f5f5;
  transition: 0.8s ease all;
  box-shadow: 15px 15px 22px #cbced1, -15px -15px 22px #ffffff;
}
.services .content .servicesBx:hover {
  background: #333;
  box-shadow: 0 0 5px #cbced1, 0 0 5px #ffffff;
}
.services .content .servicesBx img {
  max-width: 80px;
}
.services .content .servicesBx:hover img {
  filter: invert(1);
}
.services .content .servicesBx h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  transition: 0.5s;
}
.services .content .servicesBx:hover h2,
.services .content .servicesBx:hover p {
  color: #fff;
}
.services .content .servicesBx p {
  margin: 0;
  transition: 0.5s;
}
.work .content {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.work .content .workBx {
  position: relative;
  width: 330px;
  height: 330px;
  margin: 20px;
  transition: 0.5s;
  text-align: center;
}
.work .content .workBx .imgBx,
.work .content .workBx .textBx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.work .content .workBx:hover .imgBx img {
  transform: scale(1.1);
}

.work .content .workBx .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease transform;
}
.work .content .workBx .textBx {
  background: #000;
  opacity: 0;
  transition: 0.5s;
}
.work .content .workBx:hover .textBx {
  opacity: 0.7;
}
.work .content .workBx .textBx a {
  text-decoration: none;
}
.work .content .workBx .textBx h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
}

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.overlay {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.left_image > img {
  width: 100%;
  object-fit: contain;
}
.popup_box {
  background-color: #000;
  color: #fff;
  max-width: 50%;
  margin: 0 auto;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  overflow: hidden;
}
.popup_box .right_content {
  margin-top: 10px;
  text-align: center;
}
.popup_contentTitle {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
}
.popup_contentBody {
  margin: 0;
  font-size: 1em;
}

.btnProject {
  padding: 10px 0;
  overflow: hidden;
}
.btnProject button {
  width: 30%;
  border: none;
  outline: none;
  margin-top: 7px;
  background: #00bcd4;
  border: 1px solid #00bcd4;
  transition: 0.5s ease-in-out;
}
.btnProject button a {
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
}
.btnProject button:hover {
  background: #333;
}
.btnProject button:hover a {
  color: #00bcd4;
}

.close_btn {
  top: 30px;
  left: 30px;
  width: 50px;
  height: 50px;
  display: block;
  display: inline-block;
  border: 3px solid white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: scale(0.9);
  background: #000;
  z-index: 1000;
}
.close_btn:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border: 3px solid white;
  animation: closeBtn 1s ease infinite;
}
.close_btn > img {
  object-fit: contain;
  width: 28px;
}

.contact {
  background: #000;
  padding: 60px 100px 30px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact .contactForm {
  position: relative;
  width: 700px;
  margin-top: 20px;
}
.contact .contactForm .row {
  width: 100%;
  display: flex;
}
.contact .contactForm .row .col50 {
  width: 50%;
  margin: 10px;
}
.contact .contactForm .row .col100 {
  width: 100%;
  margin: 10px;
  text-align: center;
}
.contact .contactForm .row input,
.contact .contactForm .row textarea {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  background: #111;
  color: #fff;
  font-size: 16px;
  resize: none;
}
.contact .contactForm .row textarea {
  height: 100px;
}
.contact .contactForm .row input[type="submit"] {
  background: #00bcd4;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
  max-width: 150px;
  border: 1px solid #00bcd4;
  transition: 0.5s ease-in-out;
}
.contact .contactForm .row input[type="submit"]:hover {
  background: #333;
  color: #00bcd4;
}

.bottomMessage {
  display: inline-block;
  text-align: center;
  width: 800px;
  margin-top: 50px;
  margin-bottom: 20px;
  opacity: 0.8;
  cursor: default;
}
.bottomMessage h4 {
  color: #ddd;
  font-size: 14px;
  font-weight: 400;
}
.bottomMessage h4 span {
  color: #00bcd4;
}
.bottomMessage h4 span .bottomMessageColor {
  color: #15e38a;
  cursor: text;
}

.copyright {
  color: #fff;
  background: #111;
  text-align: center;
  padding: 10px;
}
.copyright p {
  margin: 0;
  font-size: 16px;
}

@keyframes status {
  0% {
    opacity: 1;
    pointer-events: all;
  }
  90% {
    opacity: 1;
    pointer-events: all;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes closeBtn {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.4);
  }
}

@media (max-width: 991px) {
  .banner .imgSidebar {
    display: none;
  }
  .banner .contentBx,
  .sidebar {
    width: 100%;
    padding: 40px;
  }
  .logoText {
    left: 40px;
  }
  .toggle {
    right: 40px;
  }
  .sci {
    left: 40px;
  }
  section {
    padding: 40px;
  }
  .about .content {
    flex-direction: column;
    margin-top: 0;
  }
  .about .content .textBx {
    min-width: 100%;
    width: 100%;
  }
  .about .content .imgBx {
    margin-left: 0;
  }
  .services .content .servicesBx {
    padding: 30px 20px;
    max-width: 340px;
    margin: 10px;
  }
  .contact .contactForm {
    width: 100%;
  }
  .contactForm .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .contact .contactForm .row .col50 {
    width: 100%;
  }
  .sidebar ul li a {
    font-size: 1.5em;
  }
  .popup_contentBody {
    font-size: 0.9em;
  }
  .btnProject button a {
    font-size: 14px;
  }
  .btnProject button {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .services .content .servicesBx,
  .work .content .workBx {
    padding: 30px 20px;
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
  }
  .popup_contentBody {
    font-size: 0.8em;
  }
  .btnProject button a {
    font-size: 12px;
  }
  .btnProject button {
    width: 70%;
  }
}
