@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');
*{
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  font-family: "Montserrat";
}

body{
  background-color: #1f1f1f;
}

.nav-bar{
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1% 5%;
}

.nav-list{
  display: flex;
  width: 50%;
  justify-content: space-between;
}

.nav-list li{
  list-style: none;
}

.section1{
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0% 5%;
  margin-block: 3%;
}

.section1-1 h2{
  color: red;
}

.section1-1 h1{
  color: #ffffff;
  margin-bottom: 1%;
}

.section1-1 p{
  color: #ffffff;
  margin-bottom: 3%;
}

.section1 button{
  background-color: red;
  color: #ffffff;
  font-size: 100%;
  padding: 1% 3%;
  border: none;
}

img[src="./assets/person.png"]{
  width: 70%;
}

.section1-1{
  margin: auto 0;
}

img[src="./assets/Screenshot 2022-06-25 131915.jpg"]{
  width: 90%;
  height: 70%;
  display: block;
  margin: 10% auto;
  margin-block: 10%;
}

img[src="./assets/Screenshot 2022-06-25 132031.jpg"]{
  width: 90%;
  height: 70%;
  display: block;
  margin: 10% auto;
  margin-block: 10%;
}

img[src="./assets/Screenshot 2022-06-25 133016.jpg"]{
  width: 90%;
  height: 70%;
  display: block;
  margin: 10% auto;
  margin-block: 10%;
}

img[src="./assets/Screenshot 2022-06-25 133426.jpg"]{
  width: 90%;
  height: 70%;
  display: block;
  margin: 10% auto;
  margin-block: 10%;
}

img[src="./assets/ui-design.png"]{
  width: 30%;
}

img[src="./assets/product-design.png"]{
  width: 30%;
}

img[src="./assets/branding.png"]{
  width: 30%;
}

.section2{
  margin-bottom: 3%;
}

.section2-1{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 83%;
  margin: 0 auto;
  gap: 2%;
}

.section2-1-card{
  padding: 5%;
  background-color: #313131;
}

img[src="./assets/ui-design.png"]{
  width: 30%;
}

img[src="./assets/product-design.png"]{
  width: 24.5%;
  /* filter: invert(100%); */
}

img[src="./assets/branding.png"]{
  width: 30%;
}

.section2-1-card h3{
  color: #ffffff;
  margin-bottom: 5%;
}

.section2-1-card p{
  color: #ffffff;
  margin-bottom: 5%;
}

.section2-1-card h5{
  color: red;
  text-align: left;
}

.section2-2{
  display: grid;
  grid-template-columns: .5fr 1fr;
  gap: 2%;
  width: 83%;
  margin: 5% auto;
}

.section2-2-head{
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
  top: 10%;
}

.section2-2-head p{
  color: red;
  font-size: 600%;
  font-family: "Montserrat";
}

.section2-2-head h3{
  color: #ffffff;
}

.section2-2-cards{
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 10%;
  column-gap: 1.5%;
}

.section2-2-card{
  background-color: #313131;
  padding: 5% 0%;
}

.section2-2-card h1,h5{
  text-align: center;
}

.section2-2-card h1{
  color: red;
}

.section2-2-card h5{
  color: #ffffff;
  font-weight: 100;
}

.section3{
  width: 83%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.section3-1 h2{
  margin-block: 2%;
  color: #ffffff;
}

.section3-1 p{
  color: #ffffff;
}

.section3-2{
  width: 20%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.section3-2 button{
  font-size: 100%;
  padding: 4% 7%;
  background-color: red;
  color: #ffffff;
  border: none;
}

.section4{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2%;
  row-gap: 8%;
  width: 83%;
  margin: 3% auto;
}

.section4-card{
  background-color: #313131;
}

.section4-card h4{
  position: relative;
  top: 7%;
  color: #ffffff;
}

.section4-card p{
  position: relative;
  top: 8%;
  color: #ff0000;
}

.section5{
  display: grid;
  grid-template-columns: auto auto;
  padding: 5% 2%;
  width: 83%;
  margin: 10% auto 3% auto;
  background-color: #313131;
}

/* .section5-1{
  border: 2px solid yellow;
} */

.section5-1 h2{
  margin-bottom: 2%;
  color: #ffffff;
}

.section5-1 p{
  color: #ffffff;
  font-size: 90%;
}

.section5-2{
  display: block;
  margin: auto;
  width: 100%;
}

.section5-2 button{
  display: block;
  margin: auto;
  padding: 2% 5%;
  background-color: red;
  color: #ffffff;
  font-size: 80%;
  border: none;
}

.section6{
  margin-bottom: 3%;
}

.section6-list{
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin: 0 auto;
}

.section6-list li{
  list-style: none;
  color: #ffffff;
}

.footer{
  display: grid;
  grid-template-columns: .5fr 1fr;
  background-color: #313131;
  padding: 2% 0% 2% 8.6%;
}

img[src="./assets/logo.svg"]{
  width: 30%;
  margin: auto 0;
}

.footer-list{
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-list li{
  list-style: none;
}

.footer-list .list-item{
  width: fit-content;
}

img[src="./assets/Facebook Icon.svg"]{
  display: block;
  width: 50%;
  margin: 0 auto;
}

img[src="./assets/Twitter Icon.svg"]{
  width: 50%;
  display: block;
  margin: 0 auto;
}

img[src="./assets/Instagram Icon.svg"]{
  width: 50%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 480px){
  html{
    font-size: 30%;
  }

  .nav-list{
    width: 65%;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px){
  html{
    font-size: 40%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px){
  html{
    font-size: 50%;
  }
}
