body{

    main{
        position: relative;
        background-image: url(assets/background.jpg);
        background-size: cover;
        background-attachment: fixed;
        background-position: center;

        h1, h2, h3, p{
            color: white;
            font-family: 'Audiowide';
        }

        h1{
            font-size: 2rem;
        }

        p{
            font-size: 1.2rem;
        }

        /*SEKCIJE*/

        #sectionDiv{
            background-color: rgba(0, 0, 0, 0.5);
            -webkit-backdrop-filter: blur(5px) brightness(0.9) contrast(1.1);
            backdrop-filter: blur(5px) brightness(0.9) contrast(1.1);
            margin: auto;
            width: 80%;
            border-radius: 20px;
            text-align: center;
            box-shadow: rgba(255, 255, 255, 0.8) 0px 3px 8px;
        }

        #welcomeSection{
            padding-top: 100px;
            .welcomeDiv{
                display: flex;

                .imageDiv{
                    align-content: center;
                }

                div{
                    width: 50%;
                    padding: 5%;

                             
         .btn-grad {
            background-image: linear-gradient(to right, #1A2980 0%, #26D0CE  51%, #1A2980  100%);
            padding: 15px 45px;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            border-radius: 20px;
            border: none;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
          }
         
                    
                }
            }

            @media (max-width: 992px) {
                .welcomeDiv{
                    flex-wrap: wrap;
                    div{
                        width: 90%;
                    }
                }
                
            }
        }

        

        #servicesSection{
            padding-top: 20px;
            text-align: center;
            width: 80%;
            margin: auto;
            display: grid;
            place-items: center;

            * {
                padding: 0;
                margin: 0;
                box-sizing: border-box;
                
              }
            .row {
                display: flex;
                flex-wrap: wrap;
              }
              .column {
                width: 100%;
                padding: 0 1em 1em 1em;
                text-align: center;
              }
              .card {
                border-radius: 10%;
                width: 100%;
                height: 100%;
                padding: 2em 1.5em;
                background: linear-gradient(rgba(255,255,255,0.9) 50%, rgba(9, 65, 154, 0.9) 50%);
                background-size: 100% 200%;
                background-position: 0 2.5%;
                border-radius: 5px;
                box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                transition: 0.5s;
              }
              h3 {
                font-size: 20px;
                font-weight: 600;
                color: #1f194c;
                margin: 1em 0;
              }
              p {
                color: #575a7b;
                font-size: 15px;
                line-height: 1.6;
                letter-spacing: 0.03em;
              }
              .icon-wrapper {
                background-color: rgb(9, 65, 154);
                position: relative;
                margin: auto;
                font-size: 30px;
                height: 2.5em;
                width: 2.5em;
                color: #ffffff;
                border-radius: 50%;
                display: grid;
                place-items: center;
                transition: 0.5s;
              }
              .card:hover {
                background-position: 0 100%;
              }
              .card:hover .icon-wrapper {
                background-color: #ffffff;
                color: #2c7bfe;
              }
              .card:hover h3 {
                color: #ffffff;
              }
              .card:hover p {
                color: #f0f0f0;
              }
              @media screen and (min-width: 768px) {
                section {
                  padding: 0 2em;
                }
                .column {
                  flex: 0 50%;
                  max-width: 50%;
                }
              }
              @media screen and (min-width: 992px) {
                section {
                  padding: 1em 3em;
                }
                .column {
                  flex: 0 0 33.33%;
                  max-width: 33.33%;
                }
              }  
        }

        @media (max-width: 992px) {
            #servicesSection{
                width: 90%;
                
            }       
        }

        section#informationsSection{
            margin-top: 20px;

            .info{
                background-color: black;
                color: white;
                display: flex;
                justify-content: space-around;
                align-items: center;
                flex-wrap: wrap;

                a{
                    text-decoration: none;
                    color: white;
                    font-size: 1rem;
                }
            }

            @media (max-width: 992px) {
                .info{
                    background-color: black;
                    color: white;
                    display: grid;
                    justify-content: space-around;
                    text-align: center;
                    align-items: center;
                }
                
            }

        }

        section#aboutUsSection{
            padding-top: 20px;

            .aboutDiv{
                div{
                    padding: 5%;
                }
            }

            @media (max-width: 992px) {
                .welcomeDiv{
                    div{
                        width: 90%;
                    }
                }
                
            }

        }

        section#contact{
            padding-top: 20px;
            text-align: center;

            .sectionDiv{
                display: flex;
                justify-content: center;
                width: 60%;
                margin:auto;
                text-align: center;
                background-color: none;
                
            }

            .container{
                position: relative;
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding-left: 5%;
                padding-right: 5%;
                padding-bottom: 30px;
            }
            
            .container:after{
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background: url("img/bg.jpg") no-repeat center;
                background-size: cover;
                filter: blur(50px);
                z-index: -1;
            }
            .contact-box{
                max-width: 850px;
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                justify-content: center;
                align-items: center;
                text-align: center;
                background-color: #fff;
                box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
            }
            
            
            .left{
                /*
                background: url("assets/auto.jpeg") no-repeat center;
                background-size: cover;
                */
                height: 100%;

                iframe{
                    height: -webkit-fill-available;
                    width: -webkit-fill-available;
                }
            }
            


            
            .right{
                padding: 25px 45px;
            }
            
            h2{
                position: relative;
                padding: 0 0 20px;
                margin-bottom: 10px;
            }
            
            h2:after{
                content: '';
                position: absolute;
                left: 50%;
                bottom: 0;
                transform: translateX(-50%);
                height: 4px;
                width: 50px;
                border-radius: 2px;
                background-color: rgb(9, 65, 154);
            }
            
            .field{
                font-family: 'Audiowide';
                width: 100%;
                border: 2px solid rgba(0, 0, 0, 0);
                outline: none;
                background-color: rgba(230, 230, 230, 0.6);
                font-size: 1.1rem;
                margin-bottom: 22px;
                transition: .3s;
            }
            
            .field:hover{
                background-color: rgba(0, 0, 0, 0.1);
            }
            
            textarea{
                min-height: 150px;
            }

            a{
                color: rgb(9, 65, 154);
            }
            
            .btn{
                font-family: 'Audiowide';
                width: 100%;
                margin-top: 10px;
                padding: 0.5rem 1rem;
                background-color: rgb(9, 65, 154);
                color: #fff;
                font-size: 1.1rem;
                border: none;
                border-radius: 10px;
                outline: none;
                cursor: pointer;
                transition: .3s;
            }
            
            .btn:hover{
                background-color: black;
            }
            
            .field:focus{
                border: 2px solid black;
                background-color: #fff;
            }
            
            @media screen and (max-width: 880px){
                .contact-box{
                    grid-template-columns: 1fr;
                }
                .left{
                    height: 250px;
                }
            }

        }
    }

    section#cookiesSection{
        .cookiesDiv{
            position: fixed;
            z-index: 99;
            align-items: center;
            text-align: center;
            border-radius: 15px;
            bottom: 20px;
            margin-left: 20px;
            margin-right: 20px;
            background: rgba(0, 0, 0, 0.9);
            padding-bottom: 10px;
            color: white;

            p{
                margin-left: 20px;
                margin-right: 20px;
            }

            a{
                color: rgb(23, 52, 241);
            }

            button{
                width: 120px;
                height: 30px;
                border-radius: 10px;
                border: none;
                font-weight: bold;
            }

            .agree{
                background: rgb(23, 52, 241);
                color: #fff;
            }

            button:active{
                transform: scale(0.97);
                background: rgb(23, 52, 241);
            }
        }

        @media (min-width: 992px){
            .cookiesDiv{
                width: 70%;
                margin-left: 15%;
            }
        }
    }

    section#privacySection{
        display: none;
        background-color: white;
        padding-top: 70px;
        text-align: justify;
        width: 80%;
        margin-left: 10%;
        padding-bottom: 300px;

        .privacyDiv{
            .title{
                display: flex;
                justify-content: center;
            }

            .backBtnDiv{
                display: flex;
                justify-content: center;

                button{
                    background: blue;
                    color: white;
                    width: 120px;
                    height: 30px;
                    border-radius: 10px;
                    border: none;
                    font-weight: bold;
                }
            }

        }

        @media (max-width: 992px) {
            padding-bottom: 400px;   
        }
    }

    
}