/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 29 Nov 2024, 14:15:48
    Author     : gasperrencof
*/


h1{
    font-weight: 700;
    font-size: 40px;
}

h2{
    font-size: 40px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
}

h2 strong{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}


h3{
    font-size: 24px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
}

h3 strong{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}


.h2_box{
    background-color: #CAB180;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cta{
    display: inline-block;
    height: 42px;
    padding: 0px 20px;
    border-radius: 6px;
    background-color: #cab180;
    line-height: 42px;
    font-weight: 700;
    position: relative;
    padding-right: 51px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #292828;
}

.cta::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 16px;
    background-size: 10px;
    display: block;
    background-image: url(../../images/icons/right-arrow.svg);
    top: 14px;
    right: 14px;
    background-position: center;
    background-repeat: no-repeat;
    border-left: 1px solid #292828;
}

.cta:hover{
    color: #292828;
    opacity: 0.8;
}

/* --- */


.hero{
    background-color: #292828;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.hero img{

}

.hero .content{

}

.hero h1{
    font-weight: 800;
    margin-bottom: 20px;
}

.hero .h1_mobile{
    display: none;
}

.hero .box{
    display: flex;
    align-items: center;
}

.hero .text{
    font-size: 24px;
    /* font-weight: 700; */
    width: 78%;
    margin-bottom: 20px;
}

.about_us{
    padding-top: 70px;
    padding-bottom: 60px;
}

.about_us h2{
    margin-bottom: 20px;
}


.about_us iframe{
    width: 100%;
    height: 390px;
    border: none;
}

.about_us .cta{
    margin-top: 30px;
}

.instructions{
    margin-bottom: 40px;
}

.instructions .box{
    padding: 40px;
    background-color: #ffffff;
}

.instructions .instruction_card{

}

.instructions .instruction_card img{
    width: 100%;
}

.instructions .instruction_card h3{
    margin-bottom: 10px;
}

.instructions .instruction_card h3 strong{
    display: block;
}

.instructions .instruction_card .number{
    width: 51px;
    height: 51px;
    background-color: #CAB180;
    border-radius: 50%;
    text-align: center;
    color: #493825;
    font-size: 30px;
    font-weight: 700;
    line-height: 51px;
    margin: 0 auto;
    margin-top: -29px;
    z-index: 1;
    position: relative;
}

.instructions .instruction_card .content{
    padding: 0 0px;
    text-align: center;
    margin-top: 15px;
}

.instructions .instruction_card .text{
    margin-top: 10px;
}

.faq .accordion {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 40px;
}


.awin{
    background-color: #ffffff;
}

.awin h2{
    margin-bottom: 15px;
}

.awin .main_img{
    margin-bottom: -84px;
    z-index: 1;
    position: relative;
    max-width: 100%;
}


.awin .text{
    margin-top: 20px;
}

.awin .top{
    padding: 40px;
}

.awin .bottom{
    background-color: #292828;
    color: #ffffff;
    padding: 30px 40px;
}

.awin .bottom .content{
    display: flex;
}

.awin .bottom .text{
    padding-right: 40px;
}

.awin .bottom .offer_img{

}


.apply{
    margin-bottom: 50px;
    margin-top: 70px;
}

.apply .h2_box{
    margin-bottom: 40px;
}


.apply h3{
    margin-bottom: 15px;
}


.apply .left ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}


.apply .left ul li{
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
}

.apply .left ul li:before{
    content: '';
    display: block;
    background-image: url(../../images/ambassador/check.svg);
    height: 24px;
    width: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    position: absolute;
    left: 0;
}

.apply form{

}

.apply form input{
    width: 100%;
    height: 56px;
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    font-size: 16px;
    padding: 0 20px;
}

.country-select {
    display: flex;
    align-items: center;
    gap: 8px;
}

.country-select img {
    width: 24px;
    height: 16px;
    object-fit: cover;
}

.country-select select {
    padding: 4px;
    font-size: 16px;
}

.select_img {
    width: 25px;
    margin-right: 10px;
}

.country_select .select2-container .select2-selection--single{
    height: 56px;
    border-radius: 8px;
    border: 1px solid #D8D8D8;

}

.country_select .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 56px;
}

.country_select .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 56px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel]{
    height: 56px;
    border-radius: 8px;
}

.input_phone{
    margin: 0px;
    margin-bottom: 15px;
}

.contact_data{
    display: flex;
    margin-bottom: 15px;
}

.contact_data img{
    margin-right: 10px;
}


.apply form textarea{
    width: 100%;
    border-radius: 8px;
    padding: 20px;
    resize: none;
    height: 132px;
    border: 1px solid #D8D8D8;
    margin-bottom: 11px;
}

.apply form button{
    border: none;
}


.apply .form_success{
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #D8D8D8;
    padding: 40px;
    display: none;
}


.apply .form_success .text{
    width: 70%;
    margin: 0 auto;
}

.apply .form_success img{
    height: 270px;
    margin-bottom: 20px;
}

.cta_mobile{
    display: none;
}

@media screen and (max-width: 991px){


    h1{
        display: none;
    }

    .hero .h1_mobile{
        display: block;
        font-size: 30px;
        margin-top: 30px;
    }

    .hero .box{
        flex-direction: column;
        text-align: center;
    }

    .hero img {
        height: 237px;
    }

    .hero .text {
        font-size: 20px;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
        line-height: 28px;
    }

    .hero .cta{
        display: none;
    }

    .about_us{
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        padding-top: 55px;
    }


    h2{
        font-size: 30px;
    }

    h3{
        font-size: 21px;
    }

    .about_us .cta{
        display: none;
    }

    .about_us .cta.cta_mobile{
        display: block;
    }

    .about_us iframe{
        height: 215px;
        margin-bottom: 20px;
    }

    .instructions .instruction_card .text {
        margin-top: 10px;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .instructions .box{
        padding: 25px;
    }

    .awin .top{
        padding: 25px;
        text-align: center;
    }

    .awin .text{
        font-size: 14px;
    }

    .awin .bottom .content {

        flex-direction: column;
    }

    .awin .bottom{
        padding: 20px;
        padding-top: 80px;
        text-align: center;
    }

    .awin .main_img{
        margin-bottom: -84px;
        margin-top: 20px;

    }

    .awin .bottom .text{
        padding: 0px;
        text-align: center;
    }

    .awin .bottom .offer_img {
        height: 90px;
        margin-top: 25px;
    }

    .apply .left {
        padding: 0px 20px;
    }

    .apply h3{
        text-align: center;
    }
    .apply .left ul li{
        font-size: 14px;
    }

    .apply .left .text{
        font-size: 14px;
        margin-bottom: 20px;
    }

    .apply form {
        padding: 20px;
    }

    .apply form input{
        margin-bottom: 10px;
    }

    .contact_data img{
        height: 48px;
    }


    .apply form button{
        width: 100%;
    }

    .faq .accordion{
        width: 90%;
        margin-top: 25px;
    }

}


.hp-field {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Za vsak slučaj – da ne bo v layoutu nič premikalo */
.hp-field label,
.hp-field input {
    font-size: 0;
    line-height: 0;
}
