@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0; }

html {
  scroll-behavior: smooth; }

body {
  background: #000;
  color: #fff;
  font-family: "Roboto", sans-serif; }

h1, h2, h3, h4, h5, p, b, span {
  font-family: "Roboto", sans-serif; }

.container {
  width: 75%;
  margin: 0 auto; }

.main-left {
  position: fixed;
  left: 10px;
  bottom: 10px; }
  .main-left img {
    width: 120px;
    height: auto;
    transition: 0.3s; }
    .main-left img:hover {
      transform: scale(1.2); }

.scaling-image img:hover {
  transform: scale(1.2); }

.footer-contain {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto", sans-serif; }
  .footer-contain img:hover {
    transform: scale(1.2); }

.section {
  height: 100vh;
  width: 100%; }

.background--one {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-items: center;
  align-items: center; }
  .background--one .block-section--one {
    width: 100%;
    display: block;
    text-align: center; }
    .background--one .block-section--one h1 {
      font-weight: 400;
      font-size: 22px;
      margin-bottom: 32px; }
    .background--one .block-section--one img {
      cursor: pointer;
      width: 300px;
      height: auto;
      transition: 0.3s; }
      .background--one .block-section--one img:hover {
        transform: scale(1.2); }

.background--two {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 100vh;
  display: flex;
  flex-wrap: wrap; }
  .background--two .block-section--two {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: calc(10px - 60px);
    height: 100%; }
    .background--two .block-section--two img {
      max-width: 300px;
      height: auto; }
    .background--two .block-section--two p {
      margin-left: 70px;
      height: 100%;
      text-align: right; }

@media (max-width: 600px) {
  .background--two {
    height: 1400px; }
    .background--two .block-section--two {
      display: grid;
      height: 90%; }
      .background--two .block-section--twop {
        text-align: center;
        margin-left: 0;
        margin-top: calc(10px - 200px); }
      .background--two .block-section--two img {
        margin: 0 auto;
        max-width: 60%; }
  .footer-contain {
    margin-top: calc(10px - 100px); } }
