@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,600;0,700;0,800;0,900;0,1000;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
* {
  box-sizing: border-box;
  font-family: 'Nunito', sans-serif;
}

body {
  margin: 0px;
  background-color: #496A8B;
}
.navbar{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 2rem;
}
.navbar a{
 text-decoration: none;
font-size: 1.5rem;
color: whitesmoke;
}
.bi-youtube{
 text-decoration: none;
font-size: 1.5rem;
color: whitesmoke;
cursor: pointer;
}
h1{
  text-align: center;
  color: whitesmoke;
  font-size: 3rem;
}
h2{
  text-align: center;
  color: #6CF5ED;
  font-size: 2rem;
}
h3{
  text-align: center;
  color: whitesmoke;
  font-size: 3rem;
}
xmp, code{
  margin:0;
  display: inline;
  font-size: 18px;
  font-weight: bolder;

  }
  .col1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
.mycode{
  width:100%;
  height: 40%;
  margin: auto;
  overflow: none;
  border-radius: 10px;

}
.banner-row{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.row{
  margin-top: -3rem;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 2rem;
  text-align: center;
}
.image1, .image2, .image3{
/*  border: solid 1px whitesmoke;*/
  padding: 70px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 400px;
  border-radius: 10px;
}
.image1{
  background-color: #75BC80;
  background-image: linear-gradient(60deg, #36CA4C, #A8D8B0, #36CA4C);
}
.image2{
  background-color: black;
  background-image: linear-gradient(60deg, #07D7D9, #A8D8B0, #07D7D9);
}
.image3{
  background-color: #F7DF1E;
}
.title{
  text-align: center;
  color: whitesmoke;
  font-size: 2.4rem;
  padding-bottom: 30px;
  margin-top: -30px;

color: rgba(255,255,255);
text-shadow: 2px 8px 6px rgba(1,1,1, 0.4), 0px -5px 35px rgba(255,255,255,0.3);
}
.button{
  padding: 10px;
  width: 200px;
  color: black;
  font-size: 1.5rem;
  border-radius: 5px;
  border: solid 1px black;
  margin-top: 30px;
  
}

.button:hover{
background-image: linear-gradient(360deg, #496A8B, #629DD9, #496A8B);
cursor: pointer;
}

.steps{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  color: whitesmoke;
  font-size: 1.5rem;
  word-break: keep-all;
  text-align: center;
}
.text{
  width: 300px;
}
.laptop{
  margin-top: 2%;
  text-align: center;
}
.promo{
  margin-top: 7%;
  text-align: center;
  font-size: 1.3rem;
  color: #6CF5ED;
}
.forma{
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: justify;
  flex-wrap: wrap;
}

.forma>div{
   width: 50%;
  color: white;
  line-height: 28px;
  font-size: 1.3rem;
margin: 10px;
}
.forma>img{ 
margin-right: -40px;
}
.break{
  border-radius: 15px;
  border: solid 2px white;
  padding: 30px;
  animation-delay: 2s;
  text-align: center;
}
.break:hover{
  background-color: white;
  color: #496A8B;
  cursor: pointer;
transition: all .5s linear;
}
.break .bi{
  font-size: 3rem;
}
.sm-txt{
  margin-left: 40px;
}
form{
display: flex;
flex-direction: column;
width: 500px;
flex-wrap: wrap;
}
form label{
  color: white;
  font-size: 1.3rem;
  padding: 10px;
}
form input{
  width: 100%;
  height: 50px;
  border-radius: 5px;
}
form textarea{
  width: 100%;
  height: 250px;
  border-radius: 5px;
}
#send{
font-size: 1.3rem;
cursor: pointer;
}
#send:hover{
background-image: linear-gradient(360deg, #496A8B, #629DD9, #496A8B);
}
footer{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  text-align: center;
  color: ghostwhite;

}
footer ul{
  list-style-type: none;
}
/*ul li{
    padding: 10px 16px;
}*/
li a{
   color: whitesmoke;
     padding: 10px 70px;
     font-size: 1.5rem;
     text-decoration: none;
}
.btm-text{
  width: 70%;
  
  font-size: .8rem;

}
/*Scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #A685F9; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #25912A; 
}

/* Responsive layout - makes the menu and the content (inside the section) sit on top of each other instead of next to each other */
@media (max-width: 600px) {
   h1{
    font-size: 1.9rem;
  }
  h2, h3{
    font-size: 1.5rem;
  }
.mycode{
  width: 100%;
}
.image1, .image2, .image3{
  margin-top: 1rem;
}
li a{
     padding: 10px 10px;
     font-size: 1.5rem;
     text-decoration: none;
}
}

