/* RESET I GLOBALNA PODEŠAVANJA */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Urbanist", sans-serif;
}
body {
    overflow: hidden;
}

@font-face {
    font-family: "Urbanist";
    src: url("../fonts/Urbanist-Regular.ttf") format("opentype");
    font-weight: 400;
}
@font-face {
    font-family: "Dancing";
    src: url("../fonts/DancingScript-Regular.ttf") format("opentype");
    font-weight: 400;
}
@font-face {
    font-family: "Dancing-BOLD";
    src: url("../fonts/DancingScript-Bold.ttf") format("opentype");
    font-weight: 700;
}
/* HEADER */
header {
    background-color: white;
    z-index: 100;
    height: 70px;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    color: black;
    position: relative;
    z-index: 133344243423433424;
   
}
.header-menu,
.header-logo,
.hero-title {
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100%;
}
.header-logo h2 {
    width: 173px;
}
.header-menu ul {
    display: flex;
    list-style: none;
}
.header-menu ul li {
    margin: 0 10px;
}
.header-menu a {
    color: black;
    text-decoration: none;
}

/* HERO SEKTOR I POZADINE */
.homepage {
    background-color: rgb(30, 30, 30);
    height: 100vh;
    padding-bottom: 40px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.overlay{
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.opacity-25 {
    opacity: 0.25;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.homepage-hero-wrapper,
.homepage-hero-wrapper .container {
    height: 100%;
}
.homepage-hero-wrapper .container {
    padding-top: 150px;
}
.homepage-hero {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}
.homepage-hero h1 {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    font-family: "Dancing-BOLD";
}
.homepage-hero p {
    color: white;
    width: 80%;
    font-size: 18px;
    margin-bottom: 10px;
}
.homepage ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.homepage ul li {
    list-style: none;
    width: 50%;
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.homepage ul li img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/* FORMA */
.hero-details-form {
    background: linear-gradient(120deg, rgb(67, 0, 231) 0%, rgb(125, 0, 252) 100%);
    padding: 50px;
    border-radius: 10px;
}
.hero-details-form-header {
    margin-bottom: 50px;
}
.hero-details-form-header h2 {
    font-size: 30px;
    color: white;
}
.hero-details-form-header p {
    font-size: 14px;
    color: white;
}
.hero-details-form-input {
    display: flex;
    flex-direction: column;
}
.hero-details-form-input-item input {
    padding: 20px 20px 20px 50px;
    border-radius: 30px;
    border: 2px solid white;
    background: linear-gradient(120deg, rgb(67, 0, 231) 0%, rgb(125, 0, 252) 100%);
    color: white;
    font-family: 'Urbanist';
    font-size: 18px;
    width: 100%;
}


.input_margin_bottom{
    margin-bottom: 20px;
}
.hero-details-form input::placeholder {
    color: white;
    font-family: 'Urbanist';
    font-size: 18px;
}
.hero-details-form textarea {
    padding: 20px 20px 20px 50px;
    margin-bottom: 20px;
    border-radius: 30px;
    background: linear-gradient(120deg, rgb(67, 0, 231) 0%, rgb(125, 0, 252) 100%);
    color: white;
    border: 2px solid white;
    font-size: 18px;
    width: 100%;
}
.hero-details-form textarea::placeholder {
    color: white;
}
.hero-details-form-input-item{
    position: relative;
}
.hero-details-form-input-item svg{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
form button{
    background-color: white;
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 18px;
}
/* FOOTER */
footer {
    background-color: white;
    height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.textarea_margin_bottom img{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 15px;
}
.textarea_margin_bottom{
    position: relative;
}

.slick-next svg{
    position: absolute;
    top: 50%;
    right: 52px;
    height: 80px;
    width: 80px;
    border: 5px solid white;
    border-radius: 50%;
}
.slick-prev {
    position: relative;
    z-index: 123423443131312;
}
.slick-prev svg{
    position: absolute;
    top: 50%;
    left: 52px;
    height: 80px;
    width: 80px;
    border: 5px solid white;
    border-radius: 50%;
   

}

.slick-dotted.slick-slider{
    margin-bottom: 0px !important;
}

.homepage-hero-wrapper{
    position: relative;
    z-index: 1234;
}
@media (max-width: 768px) {
    .homepage{
        height: unset;
        padding-bottom: 80px;
    }
    .homepage-hero h1{
        font-size: 44px;
    }
    .homepage-hero p{
        font-size: 15px;
    }
    .homepage ul li{
        font-size: 12px;
    }
    .slick-next svg{
        height: 30px;
        width: 30px;
        border: 2px solid white;
    }
    .slick-prev svg{
        display: none;
    }
    .slick-next {
        right: -25px;
        top: 280px !important;
        height: 30px;
    }
    .homepage ul{
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .hero-details-form{
        padding: 25px 15px;
    }
    .hero-details-form-input-item input{
        padding: 15px 15px 15px 40px;
        font-size: 14px;
        border-radius: 20px;
    }
    .hero-details-form textarea{
        padding: 15px 15px 15px 40px;
        font-size: 14px;
        border-radius: 20px;
    }
    .textarea_margin_bottom img {
        height: 15px;
        width: 15px;
        position: relative;
        top: 33px;
    }
    .hero-details-form-input-item svg{
        width: 15px;
        height: 15px;
    }
    .hero-details-form-input-item{
        margin-bottom: 15px;
    }
    .hero-details-form-input-item input::placeholder{
        font-size: 14px;
    }
    .hero-details-form textarea::placeholder{
        font-size: 14px;
    }
    .input_margin_bottom{
        margin-bottom: 0px;
    }
    .hero-details-form-input-item svg{
        transform: translateY(-55%);
    }
    .hero-details-form-input-item:last-child{
        margin-bottom: 0px;
    }
    .input_margin_bottom:first-child{
        margin-bottom: 15px;
    }
   
    header{
        height: 90px;
        position:unset;
        padding: 20px;
    }
    .homepage-hero-wrapper .container {
        padding-top: 70px;
    }
    .col-md-7{
        height: 480px;
    }
    .homepage-hero{
        padding-top: 0px;
    }
    .header-logo{
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100%;
    }
    .header-logo h2{
        margin-bottom: 10px;
    }
    .hero-details-form-header {
        margin-bottom: 30px;
    }
    form button{
        font-size: 16px;
    }
    .header-menu{
        justify-content: center;
    }
    .header-logo h2{
        width: unset;
    }
}