*{
    font-family: 'Roboto',sans-serif;
}
.main{
    max-width: 1240px;
    margin: auto;
    width: 100%; 
    height: 80px;
    /* background-color: aqua; */
    display: flex;
    align-items: center;
    /* justify-content: space-evenly; */
    
}
.logo{
    margin-left: 25px;
    display: flex;
    gap: 15px;
}
.logo img{
    margin-top: 5px;
}
.log{
    margin-left: 600px;
 /* background-color: blue; */
 display: flex;
 gap: 15px;
align-items: center;
}
.log button{
    background-color:rgba(35, 75, 136, 0.1);
    border:none;
    border-radius: 12px;
    height: 35px;
    color: rgba(64, 88, 255, 1);
}
.start{
    max-width: 1240px;
    margin: auto;
    align-items: center;
    display: flex;
    width: 100%;
    height: 500px;
    /* background-color: yellow; */
}
.way{
    width: 400px;
    margin-left: 50px;
    /* background-color: aqua; */
}
.way h2{
    font-size: 45px;
}
.way p{
    font-size: 20px;
    margin-left: 0px;
}
.way button{
    color: white;
    background-color: rgba(64, 88, 255, 1);
    border: none;
width: 150px;
    margin-left: 15px;
    height: 45px;
   border-radius: 20px;
   font-size: 20px;
}
.deploy{
    margin-left: 25px;
}
.transform{
    width: 100%;
    max-width: 1240px;
    margin: auto;
    /* background-color: aqua; */
    height: 600px;
}
.dek{
    font-size: 20px;
    
    margin-left: 400px;
    width: 500px; 
    height: 100px;
    /* background-color: brown; */
}
.n1{
    padding-top: 25px;
    margin-left: 45px;
}
.n2{
    margin-top: -20px;
    margin-left: 75px;
}
.n3{
    margin-left: 65px;
    font-size: 15px;
    margin-top: -15px;
}
.agenda{
    max-width: 1240px;
    margin:auto;
    width: 100%;
    height: 600px;
    background-color: rgba(64, 88, 255, 1);
    display: flex;
    }
    .clients{
        color: white;
        width: 400px;
        height: 600px;
        /* background-color: yellow; */
    }
    .clients h3{
        font-size: 40px;
        text-align: center;
    }
  .clients p{
    margin-left: 15px;
    font-size: 25px;
  } 
  .dk2{
    margin-top: 45px;
    width: 100%;
    
  }
  .companies{
    margin-left: 45px;
    display: flex;
    gap: 5px;
    align-items: center;

} 
.lk{
    margin-top: 40px;
    height: 460px;
    margin-left: 115px;
}
.navigations{
    display: flex;
    margin-top: 150px;
  width: 100%;
  height: 500px;
  /* background-color: red; */
}
.navigations img{
    box-shadow: 0px 0px 5px 1px;
}
.news{
    margin-left: 50px;
    margin-top: 25px;
    width: 350px;
    height: 450px;
    /* background-color: green; */
}
.news h1{
    font-size: 35px;
    margin-left: 10px;
    /* text-align: center; */
}
.news p{
    margin-left: 10px;
}
.pnh{
    justify-content: space-evenly;
    gap: 25px;
    /* align-items: center; */
    display: flex;
    margin-top: 100px;
    width: 100%;
    height: 500px;
    /* background-color: aqua; */
}
.uplevel{
    width: 100%;
    height: 600px;
    /* background-color: aqua; */
    max-width: 1240px;
    margin: auto;
}
.kok{
    width: 560px;
    height: 100px;
    /* background-color: blue; */
    margin-left: 400px;

}
.kok h3{
    text-align: center;
}
.derr{
    display: flex;
    width: 100%;
    height: 500px;
    background-color: rgba(18, 23, 34, 1);
}
.bgt{
    width: 300px;
    height: 300px;
    /* background-color: yellow; */
    margin-left: 25p x;
    margin-top: 120px;
    color: white;
}
.bgt h2{
    font-size: 35px;
    text-align: center;
}
.bgt p{
    font-size: 25px;
    margin-left: 15px;
}
.robot{
    margin-left: 50px;
}
.reklama{
    width: 100%;
    height: 500px;
    /* background-color: blueviolet; */
    display: flex;
align-items: center;
justify-content: center;
gap: 15px;
}
.reklama img{
    height: 400px;
}
.discover{
max-width: 1240px;
margin: auto;
    width: 100%;
    height: 500px;
    background-color: rgba(241, 245, 255, 0.5);
   display: flex;
   gap: 25px;
}
.card1{
    margin-left: 25px;
    margin-top: 25px;
    width: 350px;
    height: 200px;
    /* background-color: yellow; */
    color: black
}
.discover img{
    margin-top: 50px;
    height: 350px;
}
.explore{
    max-width: 1240px;
    margin: auto;
    width: 100%;
    height: 600px;
    /* background-color: blueviolet; */

}
.templates{
    margin-left: 400px;
    width: 450px;
    height: 120px;
    /* background-color: aqua; */
}
.templates h1{
    text-align: center;
}
.cards{
    max-width: 1240px;
    margin: auto;
    display: flex;
    margin-left: 150px;
    width: 800px;
    height: 300px;
    /* background-color: yellow; */
    margin-top: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c1{
    width: 250px;
    height: 250px;
    background-color: lightgrey;
    margin-left: 15px;
    margin-top: 15px;
    border-radius: 10px;
    
}
.c1 img{
    width: 100%;
}
.c1 h4{
    text-align: center;
    color: rgba(18, 23, 34, 0.46);
}
.c1 h5{
    margin-top: -15px;
    font-size: 25px;
    text-align: center;
}
.offer{
    max-width: 1240px;
    margin: auto;
    margin-top: 140px;
    width: 100%;
    height: 300px;
    background-color: blue;
}
.offer {
    
    text-align: center;
}
.offer h1{
    padding-top: 120px;
    color: white;
}
.offer button{
    color:blue;
    border: none;
    border-radius: 12px;
    width: 120px;
    padding: 15px;
}
.footer{
    display: flex;
    width: 100%;
    height: 300px;
    background-color: lightgrey;
}
.item1{
    width: 300px;
    height: 200px;
    /* background-color: aqua; */
    margin-left: 15px;
    margin-top: 15px;
}