* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.black {
  /* background-color: black; */
  background-color: #202020;
  color: white;
  height: 500px;
  display: flex;
  padding: 50px;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}

.white {
  background-color: white;
  color: black;
  height: 500px;
  padding: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}

.black-1 {
  /* background-color: black; */
  background-color:#202020;
  color: white;
  height: 500px;
  padding: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}

.white-insta {
  background-color: white;
  color: black;
  height: 500px;
  padding: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}

.text-col-black {
  flex-direction: column;
  max-width: 600px;
  min-width: 250px;
  padding-bottom: 30px;
  padding-right: 40px;
}

.text-col-black-mario {
  flex-direction: column;
  max-width: 600px;
  min-width: 250px;
  padding-bottom: 30px;
  padding-right: 40px;
}

.text-col-white {
  flex-direction: column;
  max-width: 600px;
  min-width: 250px;
  padding-bottom: 50px;
  padding-left: 40px;
  color: #333;
}

.mario-img-col {
  padding-top: 250px;
}

.img-col-insta {
  padding-top: 170px;
}

.img-col{
  padding-top: 130;
}

.footer {
  /* background-color: black; */
  background-color:  		#181818;
  color: white;
  height: 150px;
  padding: 50px 0;
  text-align: center;
  padding: auto;
}


.Head {
  background-color: white;
  padding: 7px;
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}

.parah{
  font-weight: 400;

}

.Head a {
  color: black;
  font-size: 20px;
  text-decoration: none;
}

.Head a:hover {
  /* background: grey; */
  background: #202020;
  color: white;
  transition: 0.1s;
}

.main {
  margin-top: 65.2px;
}

.customButton{
  /* background-color: #FF1493; */
  background-color:	#E30B5C;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

ul {
  list-style-type: none;
  margin-right: 40px;
  overflow: hidden;
  background-color: white;
}

li {
  float: right;
}

ul h2 {
  /* color: black;
  border: 4px solid black; */
  padding: 14px 16px;
  display: inline-block;
  /* border-radius: 10px; */
}
li a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

.icons {
  padding-left: 25px;
  padding-right: 25px;
}

i:hover {
  transform: scale(1.3);
  transition: 0.1s ease-out;
}

.sidenav {
  display: none;
}

.check {
  display: none;
}

a {
  text-decoration: none;
}

@media only screen and (max-width: 1010px) {
  .mario-img-col img {
    height: 250px;
    width: 350px;
  }
  .img-col-phone img {
    height: 400px;
    width: 250px;
  }
  .text-col-black {
    padding-bottom: 0px;
  }
  .mario-img-col {
    padding-top: 0px;
  }
  .img-col-insta img {
    height: 400;
    width: 200;
  }
  .img-col img {
    height: 400;
    width: 200  ;
  }
  .img-col-insta {
    padding-top: 200px;
  }
  
  .img-col{
    padding-top: 200;
  }
}

@media only screen and (max-width: 750px) {
  .black {
    flex-wrap: wrap;
    height: 900px;
  }
  .white {
    flex-wrap: wrap;
    height: 900px;
    flex-direction: column-reverse;
  }
  .black-1 {
    flex-wrap: wrap;
    height: 700px;
  }
  .white-insta {
    flex-wrap: wrap;
    height: 900px;
    flex-direction: column-reverse;
  }

  .mario-img-col {
    padding-top: 0;
  }
  .img-col-phone img {
    height: 350px;
    width: 200px;
  }
  .img-col-insta {
    padding-top: 0;
  }
  .img-col {
    padding-top: 0;
  }
  .img-col-phone {
    padding-top: 0;
    padding-bottom: 0;
  }
  .text-col-black {
    padding: 0px;
  }
  .text-col-black-mario {
    padding-right: 0px;
  }
  .text-col-white {
    padding: 0px;
  }
  i:hover {
    transform: none;
    transition: none;
  }
}

@media only screen and (max-width: 600px) {
  .black {
    height: 1050px;
  }
  .black-1 {
    height: 800px;
  }
  .white {
    height: 950px;
  }
  .white-insta {
    height: 1050px;
  }
  .icons {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 15px;
    display: block;
  }
  .sidenav a {
    padding: 12px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    background-color: white;
    color: black;
  }
  .Head li a {
    display: none;
  }
  .check {
    display: inline;
    float: right;
    margin-top: 10px;
    margin-right: 3px;
  }
  ul {
    margin-right: 0;
  }
}

@media only screen and (max-width: 400px) {
  .black {
    height: 1050px;
  }
  .black-1 {
    height: 800px;
  }
  .white {
    height: 1000px;
  }
  .white-insta {
    height: 1200px;
  }
  .icons {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 15px;
    display: block;
  }
  .sidenav a {
    padding: 12px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    background-color: white;
    color: black;
  }
  .Head li a {
    display: none;
  }
  .check {
    display: inline;
    float: right;
    margin-top: 10px;
    margin-right: 3px;
  }
  ul {
    margin-right: 0;
  }
}
