@import url('https://fonts.googleapis.com/css2?family=Alan+Sans:wght@300..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

:root{
  --second-color: color: rgb(88, 85, 108);
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  background: #c3ffff;
  font-family: "Alan Sans", sans-serif;
  overflow-x: hidden;
}


.container{
  max-width: 1190px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 35px;
  padding-right: 35px;
}


/*===================== SECTION 1 ========================*/

.section1{
  height: 650px;
}

.section1__container{
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  flex: 0 0 auto;
  margin-top: 6.5rem;
}

.section1__leva__strana{
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 28px;
}

.section1__title{
  font-size: 2.5rem;
}

.section1__desc{
  font-size: 1.5rem;
  color: rgb(88, 85, 108);
}

.section1__desna_strana{
  width: 370px;
}



.slika__section1{
  width: 100%;
}


.section1__dugme{
  font-family: "Alan Sans", sans-serif;
  font-size: 20px;
  padding: 1em 2em;
  background-color: rgba(32, 13, 65, 0.8);
  border: none;
  border-radius: 1000px;
  color: #f0f0f0;
  width: 270px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.section1__dugme::after{
  content: '';
  position: absolute;
  width: 102%;
  height: 107%;
  border-radius: 1000px;
  background-image: linear-gradient(to bottom right, #008cff, #e100ff);
  z-index: -1;
}

.section1__dugme:hover{
  z-index: 0;
  box-shadow: 40px 0 100px #008cff99, 100px 0 100px #e100ff86;
}

/*===================== SECTION 2 ========================*/

.section2{
  height: 900px;
}

.section2__container{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  height: 100%;
  padding-bottom: 150px;
  flex-wrap: wrap;
  flex: 0 0 auto;
}

.section2__text{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 10rem;
}

.section2__title{
  font-size: 4rem;
  font-weight: 500;
}

.section2__desc,
.section2__desc__desc{
  font-size: 1.3rem;
  color: rgb(88, 85, 108);
}

.section2__sadrzaj{
  font-size: 4rem;
  font-weight: 500;
}

.section2__items{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 300px;
  flex-wrap: wrap;
}

.section2__kocka{
  width: 330px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 15px 0px;
}

.section2__ikonica{
  font-size: 3.5rem;
}

.section2__items__title{
  font-size: 1.6rem;
  font-weight: bold;
}

.section2__items__title__desc{
  font-size: 1rem;
  font-weight: 400;
  color: var(--second-color);
}

.section2__ikonica,
.section2__items__title,
.section2__items__title__desc{
  padding: 10px 0px;
}

/*===================== SECTION 3 ========================*/
.section3{
  height: 1050px;
}

.section3__container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 0 0 auto;
}

.section3__title{
  font-size: 50px;
  font-weight: 500;
  text-align: center;
}

.section3__sadrzaj{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 40px;
  margin-top: 30px;
}
.section3__column{
  display: flex;
  flex-direction: column;
}

.section3__kocka{
  background-color: rgb(119, 89, 253);
  border-color: #150822;
  border-style: solid;
  border-width: 2px;
  width: 400px;
  height: 300px;
  margin-bottom: 40px;
  margin: 40px;
  box-shadow: 0px 5px 15px 0px;
}

.section3__kocka__title{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section3__kocka__desc{
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

/*===================== SECTION 4 ========================*/

.section4{
  height: 1000px;
}

.section4__container{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}

.section4__subtitle,
.section4__title{
  text-align: center;
  margin-bottom: 25px;
}

.section4__text{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section4__subtitle{
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 15px;
  width: fit-content;
  padding: 8px 15px;
  font-size: 18px;
}

.section4__title{
  font-size: 45px;
  width: 900px;
  font-weight: 500;
}

.section4__sadrzaj{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.section4__kocka{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #f7f2ea;
  padding: 45px 23px;
  height: 480px;
  border-radius: 20px;
}

.section4__kocka__desc{
  color: var(--second-color);
}

.section4__kocka__desc,
.section4__kocka__title,
.section4__video{
  height: 110px;
  width: 100%;
}

.section4__video{
  width: 245px;
  height: 245px;
}

.section4__kocka__title,
.section4__kocka__desc{
  text-align: flex-start;
  width: 270px;
  margin-top: 13px;
}

.section4__kocka__title{
  font-size: 24px;
}

/*===================== SECTION 5 ========================*/

.section5{
  max-width: 1200px;
  margin: auto;
  height: 700px;
}

.section5__sadrzaj{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 570px;
  background-color: #9fd4ff;
  border-radius: 20px;
}


.section5__slika{
  position: relative;
  bottom: 40px;
  width: 70px;
  height: 70px;
}

.section5__subtitle{
  font-size: 18px;
  padding: 10px 20px;
  background-color: #5cb6ff;
  border-radius: 50px;
  position: relative;
  bottom: 40px;
}

.section5__title{
  font-size: 52px;
  position: relative;
  bottom: 55px;
  width: 420px;
  text-align: center;
  font-weight: bold;
}

.section5__desc{
  width: 400px;
  text-align: center;
  position: relative;
  bottom: 40px;
  color: #403847;
}

.section5__button{
  position: relative;
  bottom: 40px;
}

/*===================== FOOTER ========================*/

footer{
  width: 100%;
  height: 260px;
}

.footer__sadrzaj{
  max-width: 1200px;
  display: flex;
  height: 100%;
  margin: auto;
  justify-content: space-between;
  padding-right: 530px;
  flex-wrap: wrap;
}

.footer__leva__strana{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 340px;
}

.footer__logo{
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: 500;
}

.footer__title{
  font-size: 23px;
  width: 290px;
  font-weight: bold;
  margin-bottom: 13px;
  margin-top: 13px;
}

.footer__socials{
  margin-top: 19px;
  display: flex;
  justify-content: space-between;
  width: 80px;
  /*padding-right: 220px;*/
}

.socials{
  width: 30px;
  height: 30px;
  background-color: #684aff;
  border-radius: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.socials:hover{
  opacity: 0.5;
}

.footer__desna__strana{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding-bottom: 110px;
  width: 300px;
}

.footer__element{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__connect,
.footer__navigate{
  font-size: 20px;
}

.footer__a{
  cursor: pointer;
  color: #403847;
}

.footer__a:hover{
  opacity: 0.6;
}

.footer__desc{
  color: #403847;
}

