@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap');

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}
.futer_vrh {
    height: 90px;
    width: 1297px;
    padding-top: 16px;
    padding-bottom: 48px;
    background-color: #191919;
    display: flex;
    justify-content: center;
    align-items: center;
}
.levi_futer_vrh {
    width: 450px;
    height: 50px;
    padding: 0px 12px; 
    margin-top: 30px;
}
.levi_futer_vrh i {
    padding: 10px;
    background-color:  #c18e3c;
    float: right;
    font-size: 20px;
    margin: 5px 0px;
    color: white;
}
.levi_futer_text {
    padding-right: 15px;
    float: right;
    display: flex;
    justify-content: right;
    align-items: flex-end;
    flex-direction: column;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 600;
}
.free_call {
    color: #c18e3c;
}
.broj {
    color: white;
}
.call_us {
    color: gray;
    font-size: 12px;
}
.ikonica_naslov {
    width: 166px;
    height: 87px;
    padding: 0px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ikonica_naslov i{
    color: #191919;
    text-shadow: -1.5px 0 #c18e3c, 0 1.5px #c18e3c, 1.5px 0 #c18e3c, 0 -1.5px #c18e3c;
    font-size: 32px;
}
.big_header  {
    font-size: 26px;
    color: white;
    font-weight: 900;
}
.small_header {
    font-size: 12px;
    font-weight: 900;
    color: #c18e3c;
    margin-top:-9px ;
}
.desni_futer_gore {
    width: 450px;
    height: 50px; 
    padding: 0px 12px;
    margin-top: 30px;
    display: flex;
    justify-content: baseline;
    align-items: flex-start;
}
.desni_futer_gore i {
    padding: 10px;
    background-color:  #c18e3c;
    float: left;
    font-size: 20px;
    margin: 5px 0px;
    color: white;
}
.desni_futer_text {
    padding-left: 15px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 600;
}
.one_slike {
    background-image: url("./images/prva_slika_kandidat.jpg");
    background-size: 1297px 750px;
    width: 1297px;
    height: 755px;
    display: block;
}
.fake_dropdown {
    height: 62px;
    width: 1120px;
    padding: 0px 10px;
    margin: 0px 78.5px;
    background-color: #2c2c2c;
    position: relative;
    bottom: 20px;
}
.dropdown_options {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 900px;
    color: white;
    font-size: 15px;
    font-weight: 900;
    padding-top: 18px;
}
.dropdown_options span {
    display: inline-block;
}
.dropdown_options span:hover {
    color: #c18e3c;
}
.search i {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 15px;
    color: white;
    transition: 0.5s;
    padding: 10px;
}
.fake_dropdown i:hover {
    transform: rotate(-360deg);
}
.search input {
    position:absolute;
    top: 22px;
    right: 45px;
    padding-right: 0px;
    background-color: #2c2c2c;
    border: none;
    font-size: 14px;
    color: white;
    visibility: hidden;
    transition: 0.5s;
}
.search i:hover + input {
    visibility: visible;
}
.ona_slika_text {
    margin-top: 100px;
    margin-left: 10px;
    width: 450px;
    height: 440px;
}
.ona_slika_text a {
    text-decoration: none;
}
.ona_slika_text h1 {
    font-size: 58px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    color: white;
}
.ona_slika_text span {
    margin-top: 50px;
    color: white;
    font-size: 16px;
    margin-bottom: 50px;
}
.link_home {
    padding: 20px;
    padding-left: 40px;
    font-size: 16px;
    color: white;
    background-color: #c18e3c;
    margin-top: 40px;
    width: 210px;
}
.link_home span {
    font-size: 16px;
    margin-right: 20px;
}
.karte_4 {
    padding-left: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    position: relative;
    top: 120px;
}
.kartice {
    width: 213px;
    height: 80px;
    padding: 30px;
    margin-right: 30px;
    background-color:#191919;
    display: inline-block;
    
}
.kartice i {
    color: gray;
    background-color: #2c2c2c;
    padding: 15px;
    font-size: 32px;
    border-radius: 50%;
    margin-top:5px;
    display: inline-block;
}
.kartica1 {
    margin-left: 20px;
}

.karte_text {
    display: inline-block;
    position: relative;
    top: 10px;
    left: 5px;
}
.karte_text h2 {
    margin: 0px;
    display: inline-block;
    font-weight: 900;
    color:white;
}
.karte_text h3 {
    margin: 0px;
    font-size: 12px;
    color: #c18e3c;
}
.about_us {
    height: 820px;
    width: 1117px;
    background-color:#2c2c2c;
    padding: 90px;
    display: flex;
    padding-top: 200px;
    align-items: center;
    flex-direction: column;
    margin-bottom: 70px;
}
.about_us span {
    font-weight: 900;
    color: #c18e3c;
    font-size: 13px;
}
.about_us h1 {
    width: 400px;
    font-size: 51px;
    font-weight:900 ;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    color: white;
    margin-top: 10px;
}
.about_us p {
    color:gray;
    width: 736px;
    text-align: center;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 100px;
}
.about_us img {
    width: 926px;
    height: 500px;
}
.about_us i {
    position: relative;
    background-color: #c18e3c;
    font-size: 10px;
    padding: 30px ;
    border-radius: 50%;
    color: white;
    bottom: 285px;
}
.practise_areas {
    width: 100%;
    height: 730px;
    padding: 100px 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgb(235, 235, 235);
}

.practise_areas span {
    font-weight: 900;
    color: #c18e3c;
    font-size: 13px;
}
.practise_areas h1 {
    width: 400px;
    font-size: 51px;
    font-weight:900 ;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    margin-top: 10px;
    margin-bottom: 100px;
}
.practise_areas_cards {
    width: 1140px;
    height: 560px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.practise_areas_card {
    margin: 12px;
    width: 260px;
    height: 500px;
    display: inline-block;
    position: relative;
    background-color: white;
}
.practise_areas_card img {
    height: 280px;
    width: 260px;
}
.practise_areas_card i {
    font-size: 30px;
    padding: 22px;
    border-radius: 50%;
    position: absolute;
    top: 240px;
    left: 35px;
    color:#c18e3c;
    background-color: rgb(235, 235, 235);
}
.practise_areas_card h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    margin-left: 25px;
    margin-top: 35px;
    margin-bottom: 20px;
}
.practise_areas_card p {
    color: gray;
    font-size: 14px;
    padding: 0px 25px;
    font-weight: 600;
}
.inputi_josnesto {
    height: 920px;
    width: 1297px;
    background-color: #262626;
}
.input_jonesto_padding {
    width: 1117px;
    height: 740px;
    padding: 90px;
}
.drop_message {
    float: left;
    width: 450px;
    height: 640px;
    background-color: white;
    padding: 50px;
}
.our_performance {
    float: right;
    width: 510px;
    height: 720px;
    padding: 10px 20px;
}
.drop_message h3 {
    color: #c18e3c;
    font-size: 13px;
    font-weight: 900;
    margin: 0px;
    margin-bottom: 5px;
}
.drop_message h2 {
    font-size: 24px;
    margin: 0px;
    margin-bottom: 26px;
    font-weight: 500;
}
.full_name {
    padding: 20px 10px;
    width: 190px;
    background-color: beige;
    display: inline-block;
    margin-bottom: 20px;
}
label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #c18e3c;
}
input {
    padding: 0px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: gray;
    letter-spacing: 0.4px;
    background-color: beige;
}
#full_name1 {
    margin-right: 20px;
}
.select_subject {
    padding: 20px 10px;
    background-color: beige;
    margin-bottom: 20px;
    width: 425px;
    height: 50px;
}
.select_subject label {
    display: block;
}
.select_subject input {
    width: 425px;
}
.message {
    height: 200px;
    width: 425px;
    padding: 20px 10px;
    background-color: beige;
}
.message label {
    display: block;
}
.message input {
    width: 400px;
    padding-bottom: 150px;
}
.drop_message button {
    color: white;
    background-color: #c18e3c;
    border-radius: 5px;
    border: solid  1px #c18e3c;
    margin-top: 30px;
    padding: 20px;
}
.our_performance h3 {
    color: #c18e3c;
    font-weight: 600;
    font-size: 13px;
    margin: 0px;
    margin-bottom: 8px;
}
.our_performance h1 {
    margin: 0px;
    margin-bottom: 12px;
    font-size: 50px;
    font-weight: 900;
    font-family: 'Cormorant Garamond', serif;
}
.our_performance p {
    color: gray;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 50px;
}
.vage {
    height: 130px;
    margin-bottom: 20px;
}
.vage i {
    font-size: 40px;
    padding: 30px 25px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #2c2c2c;
    color: #c18e3c;
    display: inline-block;
}
.vage span {
    font-size: 28px;
    font-family: 'Cormorant Garamond', serif;
    position: relative;
    bottom: 45px;
    color: white;
}
.vage p {
    position: relative;
    bottom: 80px;
    width: 70%;
    left: 120px;
}
.cases {
    height: 550px;
    width: 1297px;
    padding-top:100px;
    text-align: center;
}
.cases h4 {
    color: #c18e3c;
    font-weight: 900;
    margin-bottom: 10px;
}
.cases h2 {
    font-size: 50px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 900;
    margin: 0px;
    margin-bottom: 60px;
}
.sive_slike {
    height: 350px;
    width: 1249px;
    padding: 0px 24px;
    margin-bottom: 30px;
}
.sive_slike img {
    background-size: cover;
    height: 350px;
    width: 294px;
    padding: 0px 7px;
}
.overlay {
    background-color: #c18e3c;
    width: 797px;
    height: 140px;
    padding: 40px 250px;
}
.overlay_text{
    display: inline-block;
    width: 500px;
}
.overlay_text h2 {
    font-size: 40px;
    font-family: 'Cormorant Garamond', serif;
    color: white;
    margin: 0px;
    font-weight: 900;
}
.overlay_text p {
    font-size: 15px;
    color: white;
}
.overlay button {
    padding: 20px;
    color: white;
    border: solid 1 px #191919;
    background-color: #191919;
    border-style:none ;
    position: relative;
    bottom: 40px;
    right: 20px;
}
.testimonial {
    width: 100%;
    height: 450px;
    padding: 105px 0px;
    text-align: center;background-color: rgb(247, 245, 241);
}
.testimonial span {
    color: #c18e3c;
    font-weight: 900;
    font-size: 13px;
}
.testimonial h6 {
    font-size: 55px;
    font-family: 'Cormorant Garamond', serif;
    margin: 0px;
    font-weight: 900;
    margin-top: 15px;
}
.marketing_manager {
    height: 212px;
    width: 290px;
    background-color: white;
    padding: 20px;
    display: inline-block;
    margin: 0px 20px;
    margin-top: 70px;
    text-align: start;
}
.marketing_manager i {
    font-size: 20px;
    padding: 15px;
    border-radius: 50%;
    position: relative;
    color: white;
    background-color: #c18e3c;
    bottom: 43px;
}
.linija {
    padding-left: 20px;
    border-left: 2px solid #c18e3c;
    position: relative;
    bottom: 30px;
}
.linija span {
    color: #262626;
    font-size: 16px;
}
.marketing_manager img {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    bottom: 20px;
}
.marketing_manager h4 {
    font-size: 20px;
    margin: 0px;
}
.nzm {
    color: #c18e3c;
    font-size: 13px;
}
.text_do_slike {
    position: relative;
    bottom: 100px;
    left: 100px;
}
.blog span {
    color: #c18e3c;
    font-weight: 900;
    font-size: 13px;
}
.blog {
    height: 750px;
    width: 1297px;
    padding: 105px 0px;
    text-align: center;
}
.blog h6 {
    font-size: 55px;
    font-family: 'Cormorant Garamond', serif;
    margin: 0px;
    font-weight: 900;
    margin-top: 15px;
}
.blog_kartice {
    width: 355px;
    height: 558px;
    background-color: rgb(247, 247, 247);
    display: inline-block;
    margin-top: 50px;
    text-align: start;
}
.blog_kartice img {
    height: 300px;
    width: 355px;
}
.spanovi {
    padding: 5px;
    border-radius: 50%;
    text-align: center;
    background-color: #c18e3c;
    width: 80px;
    letter-spacing: 3px;
    position: relative;
    bottom: 110px;
    left: 10px;
}
#prvi_span {
    font-weight: 900;
    font-size: 27px;
    display: block;
    height: 30px;
}
#drugi_span {
    font-size: 16px;
    display: block;
    height: 20px;
}
#treci_span {
    font-size: 12px;
    display: block;
    height: 30px;
}
.blog_kartice_txt {
    padding: 30px;
    position: relative;
    bottom: 120px;
}
.blog_kartice_txt h3 {
    font-size: 25px;
    font-family: 'Cormorant Garamond', serif;
}
.blog_kartice_txt p {
    color:gray;
    font-size: 16px;
}
.advicer {
    width: 100%;
    height: 300px;
    background-color: #c18e3c;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.advicer h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    color: white;
}
.advicer a {
    padding: 10px;
    font-size:13px ;
    display:inline-block;
    text-decoration: none;
    font-weight: 900;
}
#a_one {
    color: white;
    background-color: black;
}
#a_two {
    color: black;
    background-color: white;
}
.futer {
    background-color: #191919;  
    height: 400px;
    padding: 0px 7%;
    padding-top: 105px;
    display: flex;
}
.prvi_futer {
    width: 260px;
    display: inline-block;
}
.prvi_futer p {
    margin-top: 50px;
    color: gray;
    font-size: 15px;
}
.desni_futer_i i {
    color: white;
    font-size:13px ;
    padding: 15px;
    border-radius: 50%;
    background-color: #c18e3c;
    display: inline-block;
}
.drugi_futer {
    width: 355px;
    margin-left: 30px;
}
.drugi_futer h2 {
    margin: 0px;
    font-weight: 900;
    font-size: 20px;
    color: white;
    padding-bottom:40px;
}
.futer_slike {
    display: flex;
}
.futer_slike img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-right: 20px;
    display: inline-block;
}
.futer_slike p {
    font-size: 16px;
    display: block;
    margin: 0px;
    font-weight: 900;
    color: white;
}
.zute_ikoice {
    position: relative;
    top: 20px;
    right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #c18e3c;
    font-size: 12px;
}
.zute_ikonice_text {
    color: #c18e3c;
    font-size: 12px;
}
.zute_ikonice_text span {
    margin-right: 5px;
}
.treci_futer {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-left: 20px;
}
.treci_futer h1 {
    margin: 0px;
    margin-bottom: 40px;
    font-size: 20px;
    color: white;
}
.options_futer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.options_futer  a{
    text-decoration: none;
    color: gray;
    font-size: 16px;
    margin-bottom: 12px;
    transition: 0.5s;
}
.options_futer  a:hover {
    color: #c18e3c;
}
.cetvrti_futer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: baseline;
    width: 230px;
    margin-left: 30px;
    position: relative;
    bottom: 95px;
}
.cetvrti_prvi {
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}
.cetvrti_futer h1 {
    font-size: 20px;
    color: white;
    margin-bottom: 43px;
}
.cetvrti_prvi i {
    font-size: 15px;
    padding-right: 10px;
    margin-bottom: 10px;
    color: #c18e3c;
}
.cetvrti_prvi span {
    font-size: 14px;
    color: gray;
}
.copy_right {
    height: 120px;
    width: 100%;
    background-color: rgb(5, 5, 5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: gray;
}
.idk {
    color: #c18e3c;
}
.copy_right i {
    margin: 0px 3px;
    font-size: 15px;
}

/* change */