
@font-face {
    font-family: 'Benzin';
    src: local('./fonts/Benzin Medium'),
        url('./fonts/Benzin-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
  }

.ubuntu-light {
  font-family: "Ubuntu", serif;
  font-weight: 300;
  font-style: normal;
}

.bun_main_mobile {
    display: none;
  }
  
.bun_main_tablet {
  display: none;
  }
  
.bun_main_mobile_two {
  display: none;
}

body {
  align-items: center;
  margin: 0;
  background-color: #050505;
  color: white;
  text-align: center;
    }

header {
  background-image: url('./img/back_new.jpg');
  background-size: cover; 
  height: 100vh;
  position: relative;
  background-position: bottom;
    }

h1 {
  font-family: 'Benzin';
  padding: 164px;
  margin: 0 auto;
  font-size: 32px;
  padding-bottom: 60px;
  text-transform: uppercase;
  color: black;
  }
  
p {
  font-size: 22px;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: "Ubuntu", serif;
  color: black;
  }

.btn_position {
  z-index: 700;
  position: absolute;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-evenly;
  bottom: 45px;
  width: 100%;
  }
  
.btn_main {
  background: #fff;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 16px;
  color: rgb(0, 0, 0);
  position: relative;
  display: flex;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 2px #000;
  margin-bottom: 58px;
  width: 292px;
  font-family: 'Benzin';
    margin-left: 20px;
}

.btn_main:hover {
  background-color: #3c3c3c;
  color: white;
  border-color: #3c3c3c;
  }
  
.btn_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 6px;
  font-size: 15px;
  }

.icon_btn {
  width: 30px;
  height: 30px;
  }
  
.bun_main {
  display: flex;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  }
  
.about {
  display: flex;
  padding: 100px 40px;
  }

h2 {
  font-family: 'Benzin';
  margin: 0 auto;
  font-size: 32px;
  padding-bottom: 60px;
  text-transform: uppercase;
  text-align: left;
  }
 
.about_back {
  max-width: 1000px;
  margin: 0 auto;
  }
  
.about_text {
  font-size: 18px;
  padding: 0px;
  margin-bottom: 60px;
  color: white;
  max-width: 800px;
  }
  
.btn_position_two {
  display: flex;
  justify-content: center;
  }
  
.copy {
    padding: 80px;
    color: white;
  }
  
.rotated_one {
  transform: rotate(-6deg);
  margin-left: 80px;
  }

.rotated_two {
  transform: rotate(4deg);
  margin-left: -60px;
  }

.rotated_three {
  transform: rotate(5deg);
  margin-left: 50px;
  }
    

.rotated_four {
  transform: rotate(-10deg);
    margin-right: 50px;
  }


@media (min-width: 1400px) {
  .rotated_three {
  margin-left: 121px;
}

.rotated_four {
  margin-right: 120px;
}

.rotated_one {
  margin-left: 121px;
}
}

@media (max-width: 1200px) and (min-width: 1001px) {
.bun_main {
  width: 100%;
  }
  }

@media (max-width: 1000px) and (min-width: 601px) {
.bun_main_tablet {
 display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  }

 .bun_main {
    display: none;
  }
  
.bun_main_mobile {
  display: none;
  }
  
.bun_main_mobile_two {
  display: none;
}
  
h1 {
  padding: 64px;
  padding-top: 172px;
    padding-bottom: 40px;
  }
  
.btn_position {
  padding-top: 279px;
  }
  
.about {
  flex-direction: column;
}
}

@media (max-width: 800px) and (min-width: 600px) {

.btn_position {
  bottom: 0;
}
  
.rotated_one {
  margin-left: 0px!important;
  transform: rotate(-3deg)!important;
}

.rotated_two {
  margin-left: 0px!important;
  transform: rotate(1deg)!important;
}

.rotated_three {
  transform: rotate(-3deg)!important;
  margin-left: 2px!important;
}

.rotated_four {
  transform: rotate(5deg)!important;
  margin-right: 0px!important;
}
  
.about {
  flex-direction: column;
}
}

@media (max-width: 600px) and (min-width: 400px) {
.bun_main_mobile_two {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.bun_main {
  display: none;
}
  
.bun_main_mobile {
 display: none;
  }
}

@media (max-width: 400px) {
.bun_main_tablet {
  display: none;
  }

.bun_main {
  display: none;
}

.bun_main_mobile_two {
  display: none;
}
  
.bun_main_mobile {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  }
}

@media (max-width: 600px) {
  
  .btn_position {
    grid-template-columns: auto;
    align-content: center;
    bottom: 0px;
  }
    
h1 {
    padding: 64px 58px 20px;
    font-size: 20px;
  }
  
h2 {
  font-size: 21px;
  padding-bottom: 40px;
  text-align: center;
}
  
p {
  font-size: 18px;
  max-width: 300px;
  }
  
.about {
  flex-direction: column;
  padding: 40px 10px;
}

.rotated_one {
  margin-left: 0px!important;
  transform: rotate(-3deg)!important;
}

.rotated_two {
  margin-left: 0px!important;
  transform: rotate(1deg)!important;
}

.rotated_three {
  transform: rotate(-3deg)!important;
  margin-left: 2px!important;
}

.rotated_four {
  transform: rotate(5deg)!important;
  margin-right: 0px!important;
}

.btn_main {
  margin-bottom: 40px;
  margin-left: 0px;
}
}






