@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Nunito:wght@500&family=Poppins:ital,wght@0,600;0,700;0,800;1,600;1,700;1,800&display=swap');
* {
    font-family: "Inter";
}
body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
   margin: 0px;
}
nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    top: 0px;
    padding: 0px 30px 0px 30px;
    background-color: white;
    z-index: 3;
}
nav img {
    width: 130px;
}
.mobH1 {
    display: none;
}
nav ul  {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin-right: 70px;
}

nav ul li {
    list-style: none;
}
header {
    display: flex;
    flex-direction: row;
  
}
header div {
    flex: 1 0 ;
}
header img {
    width: 60%;
}
a {
    text-decoration: none;
}
.left {

    display: flex;
    flex-direction: column;
    padding-left: 100px;
    margin-top: 100px;
}
.left p {
    width: auto;
    font-size: 20px;
    color: #616161;
}
.left h1 {
    font-size: 50px;
    text-align: left;
}
.Button  {
    gap: 20px;
  display: flex ;
    margin-right: auto;
    flex-direction: row;
}
.Button button {
    margin-right: auto;
    background-color: black;
    display: flex;
    align-self: center;
    border:none;
    justify-content: center;
    color: white;
    border-radius: 10px;
    padding:5px 30px;
    cursor: pointer;
    transition: 0.4s;
}
button:hover {
    background-color: #11D000;
}
.Button button p {
    width: auto;
    color: white;
    font-size: 10px;
}
button img {
    
}
.green {
    width: 300px;
    height: 80%;
    background-color: #11D000;
    position: absolute;
    right: 0px;
    border-radius: 40px 0px 0px 0px;
    bottom: 100px;
}
.green img {
    margin: 30px;
}
#slika {
    z-index: 2;
    align-self: flex-end;
    margin-top: 300px;
    width: 50%;
    position: absolute;
    right: 0px;
    bottom: 100px;
}
.play {
    display: flex;
    flex-direction: row;
    margin-top: 180px;
    align-items: center;
    gap: 10px;
}

.play p {
    font-size: 13px;
    line-height: 10px;
}
.play img {
    aspect-ratio: 1 / 1;
    width: 45px;
    height: 45px;
}
section {
 display: flex;
 flex-direction: row;   
 align-items: center;
 justify-content: center;
gap: 50px;
 padding-left: 20px;
 padding: 100px 0px 20px 50px;
 overflow-x: hidden;

}
section p {
    width: 450px;
    font-size: 20px;
    color: #616161;
}
section h1 {
    font-size: 40px;
}
.frs {
    justify-content: flex-start;
}
.frs {
    gap: 200px;
}
.two {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 0px;
}
.two p {
    width: 50%;
    text-align: center;
}
.info {
    width: 70%;
    height: 150px;
    border-radius: 20px;
    box-shadow: 0px 2px 24px 0px rgba(88, 126, 236, 0.15);
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 30px;
    align-items: center;
    z-index: 2;
    background-color: white;
    margin-top: -400px;
}
.kocka {
    position: relative;
    width: 100px;
    height: 100px;
    top: 100px;
    background-color: #11D000;
    align-self: start;
    justify-self: start;
    margin-bottom: auto;
    z-index: 0;
    border-radius: 30px;
}
#a {
    width: 87.396px;
height: 90.52px;
transform: rotate(-29.136deg);
top: 200px;
left: 12%;

}
#b {
    width: 135.126px;
    height: 127.144px;
    transform: rotate(104.151deg);
top: -50px;
left:50%;
margin-right: auto;
justify-self: center;
}
#c {
    width: 169.426px;
    height: 175.483px;
    transform: rotate(-29.136deg);
top: -200px;
left:75%;
margin-right: auto;
justify-self: center;
}
.info div {
    width: auto;
    text-align: center;
}
.info div h2 {
    color: #11D000;
}
 h1 span, span {
    color: #11D000;
}
.tre {
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 30px;
}
.tre div {
    width: 260px;
    padding: 0px 10px 10px 10px;
    box-shadow: 0px 4px 18px 0px rgba(88, 126, 236, 0.18);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    flex: 1 260px;
    min-width: 260px;
}
.tre h3 {
    white-space: nowrap;
}
.tre p {
    width: 85%;
    font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
}

.msg {
    width: 80%;
    background-color: #11D000;
    display: flex;
    flex-direction: row;
    gap: 30PX;
    color: #FFF;
    border-radius: 10px;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0px;
}.msg img {
    width: 100px;
}
input {
    border-radius: 4px;
background: #FFF;
border: none;
height: 30px;

width: 40%;
}
.msg button {
    border-radius: 4px;

    background-color: black;
    color: #FFF;
    border: none;
    height: 30px;
    width: 20%;
}
footer img {
    width: 200px;
}
footer {
    margin-top: 100px;
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 30px;
    border-top: 1px solid #F1EEEE;
    flex-wrap: wrap;
}

footer div {
    justify-self: flex-end;
    margin-left: auto;
    text-align: center;
    color: #8B8BA5;
    flex: 1 300px;
}

footer h4 {
    color: black;
}
footer button {
    height: inherit;
    width: inherit;
    align-self: end;
}

footer .Button img {
    

    justify-self: flex-end;
    margin-left: auto;
    height: inherit;
    width: inherit;
}

footer .Button { 
    align-self: end;
}
li {
    white-space: nowrap;
}
.left img#qr {
    display: none;
    width: 100px;
}
#player {
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.11);
    z-index: 22;
    
}
#player p {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: black;
    color: white;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}
#player.opened {
    display: flex;
}
@media only screen and (max-width: 1024px) {
    section {
        flex-direction: column;
    }
    .frs {
        padding-left: 0px;
        gap: 30px;

    }
    .frs  h1 {
        display: none;
    }
    .frs h1.mobH1 {
        display: block;
    }
    .frs p {
        width: 95%;
        text-align: center;
    }
    .frs div {

        text-align: center;
    }
    .two {
        padding-left: 0px;
    }
}
@media only screen and (max-width: 768px) {
    .msg {
        width: 100%;
    }
        .green {
            display: none;
        }
        .right {
            display: none;
        }
    .left img#qr {
        display: block;
    }
    .info {
        width: 95%;
    }       
    section h1 {
        font-size: 30px;
    }
    footer {
        padding-left: 10px;
        flex-wrap: nowrap;
    }
    footer img{
        width: 100px;
    }
    footer .Button {
        display: none;
    }
    video {
        width: 95%;
        aspect-ratio: 1 / 1;
    }
    source {
        aspect-ratio: 1/1;
    }
}
@media only screen and (max-width: 988px) {
    .msg {
        width: 95%;
        flex-direction: column;
        gap: 4px;
    }
    .play {
        margin-top: 30px;
    }
    header {
        justify-content: center;
    }
    header .left {
        flex: unset;
        width: 97%;
        padding-left: 15px;
    }
        .green {
            display: none;
        }
        .right {
            display: none;
        }
        .two p {
            width: 95%;
        }
}
h1 {
    text-align: center;
}
@media only screen and (max-width: 425px) {
    nav  {
        padding: 0px 0px 0px 6px;
    }
    nav ul {
        gap: 10px;
    }
    header .left h1 {
        font-size: 40px;
    }
    .left p {
        font-size: 15px;
    }
    .frs img {
        width: 300px;
    }
}