@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	margin: 0;
	font-family: "Playfair Display", serif;
	padding: 0;
    color: #000;
}
ul{
    padding: 0px;
    margin: 0px;
}

li{
    list-style: none;
}
a{
    text-decoration: none;
}
/* header */

.main_menu .search_icon{display: none;}
.menu_toggle{display: none;}
header.main_header {
    box-shadow: 0px 2px 5px 0px #00000040 inset;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #212121F2;
}
.main_header_container {
    padding: 10px 0px 10px 10%;
}
.main_logo {
    width: 20%;
}
nav.main_menu {
    width: 60%;
}
.header_right_btn {
    width: 20%;
}
.main_header_container .row {
    align-items: center;
    margin: 0;
}
nav.main_menu ul {
    display: flex;
    margin: 0;
    padding: 0;
}
nav.main_menu ul li {
    list-style: none;
    margin-right: 65px;
}
nav.main_menu ul li:nth-last-child(1){
    margin-right: 0;
}
nav.main_menu ul li a {
    font-size: 18px;
    color: #D7D7D7;
    text-decoration: none;
    font-weight: 700;
}
nav.main_menu ul li a:hover{
    color: #fff;
}


.header_right_btn a.all_btn {
    font-size: 18px;
    color: #D7D7D7;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #d7d7d7;
    padding: 8px 60px;
    display: block;
    width: max-content;
    margin-left: auto;transition: 0.3s;
}
.header_right_btn a.all_btn:hover{
    background: #fff;
    color: #000;
    transition: 0.3s;
}
.main_top_banner_left {
    width: 15.8%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.main_top_banner_left img {
    max-width: 100%;
}
.main_top_banner_right {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 15.8%;
}
.main_top_banner_right img {
    max-width: 100%;
}
.top_center_main {
    padding: 50px 0px 50px;
    text-align: center;
}
img.billboard_top {
    margin-bottom: 50px;
}
.slick-slider-img .desktop_view{
    display: block;
}
.slick-slider-img .mobile_view{
    display: none;
}

.main_top_banner {
    position: relative;
}
.banner_slider_main {
    overflow: hidden;
}
.banner_slick_slider_inner img {
    width: 100%;
    height: 605px;
}
.banner_slider_main .slick-dots li button:before {
    display: none;
}
.banner_slider_main .slick-slider {
    margin-bottom: 0px !important;
}
.banner_slider_main .slick-dots {
    bottom: 25px;
}
.banner_slider_main .slick-dots li {
    width: 11px;
    height: 11px;
}
.banner_slider_main .slick-dots li button {
    width: 11px;
    height: 11px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    background: transparent;
}
.banner_slider_main .slick-dots li.slick-active button {
    background: #d9d9d9;
}
.slick-slider-img {
    position: relative;
}
.slick-slider-img h2 {
    color: #fff;
    font-family: Playfair Display;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0px;
    right: 0px;
    z-index: 1;
}
.slick-slider-img:before {
    content: "";
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
}
.posljednje_main_head {
    margin-top: 15px;
    border-bottom: 3px solid #161616;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.posljednje_main_head h2 {
    margin: 0px;
    font-family: Playfair Display;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    color: #161616;
    text-transform: uppercase;
}
.posljednje_main_head h2 span {
    font-size: 18px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.row>* {
    padding-left: 10px;
    padding-right: 10px;
}
.posljednje_box_img img {
    max-width: 100%;
}
.posljednje_box {
    position: relative;
}
.posljednje_box_txt {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background: rgb(255 255 255 / 54%);
    z-index: 1;
    height: 100%;
    padding: 25px;
}
.posljednje_box_txt span {
    color: #000;
    font-family: Playfair Display;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    text-align: left;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
}
.posljednje_box_txt span:before {
    content: "";
    position: absolute;
    bottom: -2px;
    background: #000;
    width: 32px;
    height: 1px;
}
.posljednje_box_txt h4 {
    font-family: Playfair Display;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    margin: 130px 0px 0px;
    color: #000;
}
.posljednje_box_txt a{
    text-decoration: none;
}
.posljednje_main {
    margin-bottom: 25px;
    margin-top: 30px;
}
.trending_main_head {
    margin-top: 15px;
    border-bottom: 3px solid #161616;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.trending_main_head h2 {
    margin: 0px;
    font-family: Playfair Display;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    color: #161616;
    text-transform: uppercase;
}
.trending_main_head h2 span {
    font-size: 18px;
}
.trending_box img {
    max-width: 100%;
    width: 100%;
}
img {
    max-width: 100%;
}
.trending_box_txt a {
    color: #000;
    font-family: Playfair Display;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    text-align: center;
    text-decoration: none;
    display: block;
    padding-top: 10px;
}
.trending_box_txt p {
    font-family: Playfair Display;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin: 0px;
}
.trending_box {
    margin-bottom: 40px;
}
.trending_main_banner {
    position: relative;
    height: 100%;
}
img.top_trending_ban {
    position: absolute;
    top: 0px;
}
img.bottom_trending_ban {
    position: absolute;
    bottom: 0px;
}
.footer_main {
    background: #212121;
    padding: 50px 0px 50px;
}
.footer_logo {
    text-align: center;
    margin-bottom: 30px;
}
.footer_search {
    max-width: 32%;
    margin: 0px auto;
}
form.footer_form {
    position: relative;
}
form.footer_form input[type="text"] {
    background: transparent;
    border-bottom: 1px solid #fff !important;
    border: medium none;
    color: #e4e4e4;
    font-family: Playfair Display;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 7px 10px 7px 0px;
    text-align: left;
    width: 90%;
    margin-left: 10%;
}
form.footer_form input[type="text"]:focus {
    outline: none;
}
input.btn_submit_search {
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(../images/footer_search_icon.png);
    background-size: contain;
    width: 30px;
    font-size: 0px;
    height: 30px;
    background-color: transparent;
    border: medium none;
}
form.footer_form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e4e4e4;
}
form.footer_form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #e4e4e4;
}
form.footer_form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #e4e4e4;
}
form.footer_form input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #e4e4e4;
}
.footer_social_icon ul {
    margin: 40px 0px 40px;
    padding: 0px;
    display: flex;
    align-items: center;
        gap: 13px;
        list-style: none;
    justify-content: center;
}
.footer_social_icon ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
.footer_widgets {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.footer_widgets_inner {
    width: 13%;
}
.footer_widgets_inner h2 {
    color: #fff;
    font-family: Playfair Display;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    height: 52px;
    text-align: left;
    margin-bottom: 13px;
}
.footer_widgets_inner ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer_widgets_inner ul li {
    margin-bottom: 5px;
}
.footer_widgets_inner ul li a {
    font-family: Playfair Display;
    font-size: 18px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #fff;
    text-decoration: none;
}
.footer_bottom_menu {
    border-top: 1px solid #fff;
    margin-top: 35px;
    margin-bottom: 40px;
    padding-top: 10px;
}
.footer_bottom_menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.footer_bottom_menu ul li a {
    font-family: Playfair Display;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    color: #fff;
    text-decoration: none;
}
.footer_copyright p {
    font-family: Playfair Display;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0px;
    text-align: center;
    color: #fff;
}

/* marquee div container */
.marquee_inner {
    color: #000;
    font-family: Playfair Display;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding-bottom: 5px;
    height: 33px;
    border-bottom: 4px solid #000000;
}
/* nested div inside the container */
.marquee_inner .marquee_txt {
    display: block;
    width: 300%;
    position: absolute;
    overflow: hidden;
    animation: marquee_inner 12s linear infinite;
    height: 30px;
}
/* span with text */
.marquee_inner span {
    float: left;
    width: fit-content;
}
.marquee_txt hr {
    float: left;
    width: 30px;
    opacity: 1;
    background: #000;
    margin: 11px 10px;
}
.marquee_slider {
    margin: 50px 0px 60px;
}
/* keyframe */
@keyframes marquee_inner {
    0% { left: 0; }
    100% { left: -100%; }
}

.moda_sec_head {
    margin-top: 15px;
    border-bottom: 3px solid #161616;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.moda_sec_head h2 {
    margin: 0px;
    font-family: Playfair Display;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    color: #161616;
    text-transform: uppercase;
    float: left;
}
.moda_sec_tabs {
    justify-content: flex-end;
    gap: 25px;
}
.moda_sec_tabs .nav-link {
    font-family: Playfair Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #171717;
    text-transform: uppercase;
    border-radius: 0;
}
.moda_sec_tabs .nav-link.active {
    background-color: #222;
}
.moda_sec_inner_box p {
    margin: 0px;
    font-family: Playfair Display;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #171717;
    padding: 15px 5px 10px;
}
.more_news_bottom {
    text-align: center;
    margin: 15px 0px 45px;
}
a.more_news_btn {
    border: 1px solid #161616;
    width: 285px;
    height: 40px;
    font-family: Playfair Display;
    font-size: 12px;
    font-weight: 600;
    line-height: 39px;
    color: #161616;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    background: transparent;
}
a.more_news_btn:hover {
    background: #161616;
    color: #fff;
}
.video_sec_main .row {
    background: #161616;
    padding: 10px;
}
.video_sec_main_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.video_sec_main_box h3 {
    font-family: Playfair Display;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    color: #fff;
        margin-bottom: 20px;
}
.video_sec_main_box p {
    font-family: Playfair Display;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin: 0px;
    padding: 0% 9%;
}
a.video_btn {
    border: 1px solid #fff;
    width: 285px;
    height: 40px;
    font-family: Playfair Display;
    font-size: 12px;
    font-weight: 600;
    line-height: 39px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    background: transparent;
    text-transform: uppercase;
        margin-top: 20px;
}
a.video_btn:hover {
    background: #fff;
    color: #161616;
}
.video_sec_main {
    margin-bottom: 60px;
}
.izdvajamo_sec_head {
    margin-top: 15px;
    border-bottom: 3px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.izdvajamo_sec_head h2 {
    margin: 0px;
    font-family: Playfair Display;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}
.izdvajamo_sec_main .container {
    background: #161616;
    padding-top: 10px;
    padding-bottom: 10px;
}
.izdvajamo_box {
    margin-bottom: 40px;
}
.izdvajamo_box img {
    max-width: 100%;
}
.izdvajamo_box_txt a {
    color: #fff;
    font-family: Playfair Display;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
    padding-bottom: 13px;
    text-decoration: none;
    display: block;
    padding-top: 13px;
    text-transform: uppercase;
}
.izdvajamo_box_txt p {
    font-family: Playfair Display;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin: 0px;
    color: #fff;
}
.kategorije_sec_head {
    margin-top: 15px;
    border-bottom: 3px solid #fff;
    padding-bottom: 0px;
    margin-bottom: 25px;
}
.kategorije_sec_head h2 {
    margin: 0px;
    font-family: Playfair Display;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    color: #161616;
    text-transform: uppercase;
}
.kategorije_sec_main {
    margin-top: 60px;
    margin-bottom: 60px;
}
.kategorije_sec_box {
    position: relative;
}
.kategorije_sec_box_inner {
    position: absolute;
    background: rgba(0,0,0,0.2);
    top: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    bottom: 0px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.kategorije_sec_box_inner h6 {
    font-family: Playfair Display;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 3px;
}
.kategorije_sec_box_inner h5 {
    color: #fff;
    margin: 0px;
    font-family: Playfair Display;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.99px;
    text-align: center;
}
.lifestyle_tabs {
    gap: 0px;
}
.trending_box_txt span {
    display: block;
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 3px 0 0;
}

.bonjour_newslatter {
    margin-top: 70px;
}
.bonjour_newslatter_img {
    padding-right: 0;
}
.bonjour_newslatter_text {
    padding-left: 0;
}
.bonjour_newslatter_grid_text {
    background: #2F2F2F;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    text-align: center;
}
.bonjour_newslatter_grid_text h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}
.bonjour_newslatter_grid_text p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    max-width: 480px;
}
.bonjour_newslatter_grid_input {
    width: 80%;
    margin-top: 10px;
}
.newslatter_info input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
}
.newslatter_info input:focus{
    background: transparent;
    color: #fff;
    outline: none;
    box-shadow: none;
    border-color: #fff;
}
.bonjour_newslatter_grid_input button.btn {
    font-size: 14px;
    color: #3F3F46;
    background: #fff;
    border-radius: 0;
    padding: 8px 30px;
    border: 1px solid #fff;
    margin-top: 13px;
        transition: all 0.3s ease-in-out;
}
.bonjour_newslatter_grid_input button.btn:hover{
    color: #fff;
        transition: all 0.3s ease-in-out;
    background: transparent;
}
.bonjour_newslatter_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* moda page */

.bonjour_specijal_row {
    border: 1px solid #000000;
    padding: 40px;
    display: flex;
    align-items: center;
}
.bonjour_specijal_grid {
    width: 50%;
    text-align: center;
}
.bonjour_specijal_img {
    margin-top: -118px;
}
.bonjour_specijal {
    margin-top: 120px;
    margin-bottom: 50px;
}
.bonjour_specijal_img h3 {
    font-size: 30px;
    color: #000;
    margin-top: 31px;
    margin-bottom: 0;
}
.bonjour_specijal_text {
    padding: 50px;
}
.bonjour_specijal_text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.bonjour_specijal_text p {
    font-size: 20px;
    line-height: normal;
}
.bonjour_specijal_text a.all_btn {
    background: #212121;
    display: block;
    width: 100%;
    margin: 40px auto 0;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    padding: 9px 10px;
    font-weight: 600;
    transition: 0.3s;
    border: 1px solid #212121;
}

.bonjour_specijal_text a.all_btn:hover{
    color: #000;
    transition: 0.3s;
    background: transparent;
}

.moda_page_moda_sec .moda_sec_head{
    overflow: hidden;
}
.moda_sec_head h2 span {
    font-size: 18px;
    font-weight: 400;
}

.moda_page_nweslatter {
    margin-bottom: 50px;
}
.moda_page_moda_sec .moda_sec_inner_box p{
    font-size: 18px;
}
.moda_page_trending a.all_btn {
    border: 1px solid #161616;
    width: 285px;
    height: 40px;
    font-family: Playfair Display;
    font-size: 12px;
    font-weight: 600;
    line-height: 39px;
    color: #161616;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    background: transparent;
}
.moda_page_trending a.all_btn:hover{
    background: #161616;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.moda_page_trending {
    text-align: center;
    margin-bottom: 60px;
}







*...............................BONJOUR.BA TIM......................*/

.main_team{
    margin-top: 40px;
}

.main_team_heading{
    text-align: center;
    margin-bottom: 110px;
}

.main_team_heading h2{
    font-size: 30px;
    font-weight: 600;
    color: black;
    position: relative;
    margin-bottom: 0;
}

.main_team_heading h2:before{
    content: '';
    position: absolute;
    width: 70%;
    height: 1px;
    left: 50%;
    bottom: -40px;
    background: black;
    transform: translateX(-50%);
}

.main_team_text h2{
    font-size: 20px;
    font-weight: 500;
    color: #171717;
    margin-bottom: 0;
}

.main_team_text span{
    font-size: 14px;
    font-weight: 400;
    color: #303030;
    margin: 2px 0;
    display: block;
}
.main_team_text p {
    font-size: 16px;
    color: #303030;
    margin-bottom: 0;
    line-height: normal;
}
.main_team_text {
    left: 0;
    overflow: hidden;
    padding-top: 10px;
    position: absolute;
    top: 87%;
    background: #fff;
    bottom: 0px;
    transition: 0.5s;
}
.main_team_img img{
    width: 100%;
    position: relative;
}

.main_team_img{
    position: relative;
}

.main_team {
    padding: 60px 0;
}
.main_team_grid {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 20px;
    overflow: hidden;
}
.main_team_grid:hover .main_team_text {
    top: 0px;
    height: auto;
    transition: 0.5s;
    border: 1px solid #000000;
    bottom: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px;
}
.main_team_grid:hover .main_team_text h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
.main_team_grid:hover .main_team_text span {
    font-size: 16px;
    margin: 2px 0 10px;
}
.main_team_grid:hover .main_team_text p {
    font-size: 22px;
}
.main_team .container {
    max-width: 1000px;
}



/* without banner home page */

.without_banner .container {
    max-width: 100% !important;
    padding: 0;
}
.without_banner .container img {
    width: 100%;
}
.izdvajamo_sec_main_new {
    background: #161616;
}
.kategorije_sec_main .col-md-3 {
    padding: 0;
}

.kategorije_sec_main .row {
    margin: 0;
}
.new_trending_grid .trending_main_head h2 {
    text-align: center;
}
.new_trending_grid .container > .row {
    padding: 0 30px;
}

.new_trending_grid .trending_box {
    position: relative;
}
.new_trending_grid .trending_box h4 {
    position: absolute;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 50px 50px 100px;
    text-align: center;
    font-size: 40px;
}
.new_trending_grid{
    margin-top: 50px;
}

.new_trending_grid_right img {
    height: 303px;
    object-fit: cover;
}
.new_trending_mobile_view{display: none !important;}



.main_without_page .bonjour_newslatter {
    display: none;
}


.main_page_heading h2 {
    text-align: center;
    font-size: 48px;
    color: #000;
    font-weight: 600;
    max-width: 600px;
    margin: auto;
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.moda_page_tabing_row .moda_sec_tabs {
    justify-content: center;
    margin-bottom: 40px;    gap: 20px;
}


.without_banner .main_page_heading {
    margin-top: 30px;
}

.moda_page_nweslatter .container {
    max-width: 100%;
    padding: 0;
}
.moda_page_nweslatter .container .row {
    margin: 0;
}
.moda_page_nweslatter .container .row .col-md-6 {
    padding: 0;
}


.onama_row {
    display: flex;
    flex-wrap: wrap;
    background: #171717EB;
}
.onama_image {
    width: 50%;
}
.onama_text {
    width: 50%;
    padding: 30px;
}
.onama_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.onama_text .main_page_heading h2 {
    color: #fff;
    border-color: #b7b7b7;
    padding-bottom: 20px;
    max-width: 500px;
}
.onama_text p {
    color: #fff;
    font-size: 19px;
    margin-bottom: 25px;
}
.onama_text p:nth-last-child(1) {
    margin-bottom: 0;
}
.contact_info {
    margin: 150px 0px;
}
.contact_info .main_page_heading h2 {
    font-size: 38px;
    margin-bottom: 50px;
}
.contact_info .container {
    max-width: 800px;
}
.contact_info_grid {
    text-align: center;
}
.contact_info_grid p {
    font-size: 22px;
}
.contact_info_info {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_info_info span {
    width: 48%;
    font-size: 26px;
    color: #000;
    line-height: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.contact_info_info span p{
    margin-bottom: 0;
    margin-left: 15px;
}
.contact_info_info span a {
    display: block;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

.opps_section {
    background: #CBCBCB;
    position: relative;
}

.opps_section_text {
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 100%;
}
.opps_section_contant h3 {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 30px;
}
.opps_section_text .container {
    display: flex;
    justify-content: flex-end;
}
.opps_section_contant p {
    font-size: 22px;
    color: #000;
    font-weight: 500;
}
.opps_section_contant a.all_btn {
    font-size: 16px;
    color: #000;
    margin-top: 100px;
    display: block;
}
.opps_page .footer_main {
    background: #212121;
    padding: 50px 0px 1px;
}

.opps_section img {
    width: 100%;
}
.opps_mobile{
    display: none;
}


/* new*/

.mobile_view{
        display: none;
    }
.slick-slider-img span {
    color: #fff;
    font-family: Playfair Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 52px;
    text-align: center;
    position: absolute;
    bottom: 160px;
    left: 0px;
    right: 0px;
    z-index: 1;
    text-transform: uppercase;
}
.tekst{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tekst p{
    color: rgba(33, 33, 33, 1);
    font-family: Playfair Display;
    font-size: 16px;
    font-weight: 500;
}
.tekst p span{
    font-weight: 700;
}
.ArijanaBonjak{
    margin-top: 20px;
}
.prezime{
    max-width: 970px;
    margin: auto;
}
.toplim{
    margin-top: 70px;
}
.toplim p{
    color: rgba(80, 80, 80, 1);
    font-family: Playfair Display;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 70px;
}
.view_profile {
    border: 1px solid rgba(219, 219, 219, 1);
    max-width: 680px;
    margin: auto;
    margin-bottom: 100px;
}
.profile_header{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile_name {
    display: flex;
    align-items: center;
}
.profile_name h3{
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-family: Playfair Display;
    margin-bottom: 0;
}
.profile_name h3 span{
    display: block;
    font-weight: 400;
}
.profile_name img{
    margin-right: 10px;
    border: 2px solid;
    border-image: linear-gradient(to right, #B52FA0 0%, #FBAB56 100%) 1;
    width: 58px !important;
    height: 58px !important;
    border-radius:58% !important;
    border: 2px solid #B52FA0 !important;
    object-fit: cover !important;
}
.profile_header a{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
   background: #0095f6;
   border-radius: 4px;
   padding: 10px 25px;
}
.image_comment{
    padding-top: 10px;
}
.image_comment a{
    color: #0095f6;
    font-size: 12px;
    font-weight: 600;
    font-family: Playfair Display;
    padding-left: 10px;
}
.likes_post {
    border-top: 1px solid #ccc;
    margin: 10px;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.likes_post ul{
    display: flex;
}
.likes_post ul li{
    margin-right: 10px;
}
.likes_post span{
    font-size: 12px;
    font-weight: 600;
    font-family: Playfair Display;
    line-height: 1;
    display: block;
}
.view_profile i:hover{
    cursor: pointer;
}
.comment-post{
    position: relative;
}
.comment-post textarea{
    border: 0;
    border-top: 1px solid #ccc;
    width: 100%;
    outline: 0;
    padding: 10px;
    height: 46px;
    font-size: 12px;

}
.comment-post i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.nikal_img{
    max-width: 680px;
    margin: auto;
}
.nekoliko_img{
    margin-bottom: 70px;
}
.back_button{
    max-width: 970px;
    margin: auto;
    margin-bottom: 70px;
}
.back_button a{
    color: rgba(33, 33, 33, 1);
    font-size: 14px;
    font-weight: 600;
    font-family: Playfair Display;
}
.back_button a svg{
    margin-right: 4px;
}
.POVEZANE h3{
    color: rgba(23, 23, 23, 1);
    font-size: 36px;
    font-weight: 600;
    font-family: Playfair Display;
    border-bottom: 1px solid rgba(22, 22, 22, 1);
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.POVEZANE h3 span{
    font-size: 18px;
    font-weight: 400;
}
.slozili img{
    width: 100%;
}
.slozili{
    position: relative;
}
.slozili_content{
    position: absolute;
    bottom: 100px;
    width: 78%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.slozili_content span{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: Playfair Display;
    display: block;
    margin-bottom: 20px;
}
.slozili_content h3{
    color: #fff;
    font-size: 46px;
    font-weight: 500;
    font-family: Playfair Display;
    display: block;
    margin-bottom: 20px;
}
.toplim h3{
    color: rgba(80, 80, 80, 1);
    font-size: 36px;
    font-weight: 700;
    font-family: Playfair Display;
    margin-bottom: 30px;
}
.ArijanaBonjak .back_button{
    margin-top: 70px;
}
.izdvajamo_sec_head h2 span{
    font-size: 18px;
    font-weight: 400;
}
.Pratite_nas{
    max-width: 600px;
    margin: auto;
    margin-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 1);
    padding-top: 50px;
    margin-bottom: 70px;    
}
.Pratite_nas h3{
    color: rgba(33, 33, 33, 1);
    font-weight: 700;
    font-size: 26px;
    font-family: Playfair Display;
    margin-bottom: 50px;
    text-align: center;
}
.Pratite_nas ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.Pratite_nas ul li{
    margin: 0 10px;
}
.Pratite_nas ul li a{
    background: rgba(23, 23, 23, 1);
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    font-family: Playfair Display;
}
.Pratite_nas ul li a i{
    margin-right: 10px;
}

.bonjour_news .container, .povezanes .container{
    max-width: 100%;
    padding: 0;
}
.bonjour_news .row, .povezanes .row{
    margin: 0;
}

.bonjour_news .col-md-12, .povezanes .col-md-12{
    padding: 0;
}
.bonjour_speci{
    margin-top: 160px !important;
    margin-bottom: 70px !important;
}
.trending_slaider{
    margin-bottom: 70px !important;
}
.trending_slaider .trending_main_head{
    margin-top: 25px !important;
}
.trending_slaider{
    max-width: 970px;
    margin: auto;
}
.trending_slaider .trending_box {
    margin: 0 5px;
}
.trending_slaider .slick-dots li button:before{
    font-size: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 50%;
}
.trending_slaider .slick-dots li.slick-active button:before{
    background: #000;
}
.trending_slaider .slick-dots{
    bottom: -50px;
}
.trending_slaider .slick-prev{
    top: auto;
    bottom: -50px;
    left: 0;
    z-index: 9;
}
.trending_slaider .slick-next {
    top: auto;
    bottom: -50px;
    right: 0;
    z-index: 9;
}
.trending_slaider .slick-prev:before{
    background-image: url(../images/Arrow01.png);
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 20px;
    display: block;
    opacity: 1 !important;

}
.trending_slaider .slick-next:before{
    background-image: url(../images/Arrow02.png);
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 20px;
    display: block;
    opacity: 1 !important;
}
.withautbanner_detailpage .new_trending_grid{
    margin-bottom: 50px;
}

.Josveces{
    margin: 70px 0;
}
.Josveces .row{
    margin-bottom: 70px;
}
.Josveces p{
    color: rgba(0, 0, 0, 1);
    font-size: 36px;
    font-weight: 400;
    font-family: Playfair Display;
    margin-bottom: 30px;
    text-align: center;
}
.Josveces_contant h3{
    color: rgba(0, 0, 0, 1);
    font-size: 42px;
    font-weight: 700;
    font-family: Playfair Display;
    margin-bottom: 50px;
}
.Josveces_contant p{
    color: rgba(0, 0, 0, 1);
    font-size: 36px;
    font-weight: 400;
    font-family: Playfair Display;
    margin-bottom: 50px;
    text-align: left;
}
.Josveces_imgs ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Josveces_imgs ul li{
        width: 47%;
    margin: 0px 5px 25px;
}




/* end new*/









@media (min-width: 1300px) {
.container {
    max-width: 1300px;
    padding-left: 10px;
    padding-right: 10px;
}
}


@media(max-width: 1700px){
.main_header_container {
    padding: 10px 0px 10px 7%;
}
}

@media(max-width: 1440px){
.main_header_container {
    padding: 10px;
}
nav.main_menu ul li {
    margin-right: 51px;
}
.header_right_btn a.all_btn {
    font-size: 17px;
    padding: 10px 40px;
}
.main_top_banner_center .container {
    max-width: 1000px;
}
.main_top_banner_left,
.main_top_banner_right {
    width: 15.4%;
}
.slick-slider-img h2 {
    font-size: 33px;
    line-height: 1.3;
}
}

@media(max-width: 1400px){

.main_top_banner_center .container {
    max-width: 930px;
}

.main_top_banner_left,
.main_top_banner_right {
    width: 15.4%;
}

.opps_section_text {
    bottom: 65px;
}
.opps_section_contant {
    padding-right: 46px;
}
.opps_section_contant a.all_btn {
    margin-top: 60px;
}





}



@media(max-width: 1199px){
nav.main_menu ul li a {
    font-size: 16px;
}
nav.main_menu ul li {
    margin-right: 25px;
}
.main_logo img {
    width: 100%;
}
nav.main_menu ul {
    justify-content: center;
}
.header_right_btn a.all_btn {
    font-size: 15px;
    padding: 7px 17px;
}
img.billboard_top {
    margin-bottom: 20px;
}
.top_center_main {
    padding: 25px 0px 25px;
}
.main_top_banner_center .container {
    max-width: 700px;
}
.slick-slider-img h2 {
    font-size: 24px;
}
.posljednje_main_head h2,
.trending_main_head h2,
.moda_sec_head h2,
.izdvajamo_sec_head h2,
.kategorije_sec_head h2{
    font-size: 30px;
    line-height: 30px;
}
.posljednje_box_txt h4 {
    font-size: 20px;
    line-height: 25px;
    margin: 35px 0px 0px;
}
.moda_sec_tabs {
    gap: 2px;
}
.video_sec_main_box p {
    font-size: 16px;
    line-height: 20px;
}
.video_sec_main_box h3 {
    font-size: 30px;
    line-height: 35px;
}
.bonjour_newslatter_grid_text h3 {
    font-size: 30px;
}
.bonjour_newslatter_grid_text p {
    font-size: 16px;
}
.footer_widgets {
    flex-wrap: wrap;
}

.bonjour_specijal_text p {
    font-size: 18px;
}
.bonjour_specijal_text h2 {
    font-size: 32px;
}
.bonjour_specijal_img h3 {
    font-size: 26px;
}
.bonjour_specijal_text {
    padding: 30px;
}
.bonjour_specijal_img {
    margin-top: -100px;
}
.main_team_text {
    top: 86%;
}
.main_team_grid:hover .main_team_text h2 {
    font-size: 26px;
    margin-bottom: 20px;
}
.main_team_grid:hover .main_team_text p {
    font-size: 16px;
}
.main_team {
    padding: 60px 0 40px;
}
.new_trending_grid_right img {
    height: 173px;
}
.new_trending_grid .trending_box h4 {
    padding: 30px 20px 100px;
    font-size: 30px;
}
.new_trending_grid_right img {
    height: auto;
}

.moda_page_tabing_row .moda_sec_tabs {
    gap: 2px;
    margin-bottom: 20px;
}
.moda_page_tabing_row .moda_sec_tabs .nav-link {
    font-size: 14px;
}

.opps_section_contant {
    padding-right: 0;
}
.opps_section_contant h3 {
    font-size: 40px;
}
.opps_section_contant p {
    font-size: 18px;
}
.opps_section_contant a.all_btn {
    margin-top: 40px;
}
.slozili_content h3{
        font-size: 37px;
    }

}

@media(max-width: 991px){
.main_top_banner_center .container {
    max-width: 530px;
}
.slick-slider-img h2 {
    font-size: 20px;
}
.posljednje_main_head h2, .trending_main_head h2, .moda_sec_head h2, .izdvajamo_sec_head h2, .kategorije_sec_head h2 {
    font-size: 26px;
    line-height: 26px;
}
.posljednje_main .col-md-3 {
    width: 50%;
    margin-bottom: 20px;
}
.posljednje_box_img img {
    width: 100%;
}

.posljednje_box_txt h4 {
    font-size: 23px;
    line-height: 30px;
    margin: 135px 0px 0px;
}
.trending_main .col-md-9 .col-md-3 {
    width: 33.33%;
}
img.top_trending_ban {
    position: inherit;
    top: 0px;
}
img.bottom_trending_ban {
    position: inherit;
    margin-top: 100px;
}
.trending_main_banner {
    height: auto;
}
.moda_sec_tabs .nav-link {
    font-size: 14px;
    line-height: 16px;
}
.moda_sec_inner .col-md-3 {
    width: 33.33%;
}
.moda_sec_inner_box img {
    width: 100%;
}
.video_sec_main_box h3 {
    font-size: 25px;
    line-height: 26px;
}
.video_sec_main_box p {
    padding: 0;
}
a.video_btn {
    width: max-content;
    display: block;
    padding: 10px 26px 11px;
    height: auto;
    line-height: normal;
}
.izdvajamo_sec_main .col-md-3 {
    width: 33.33%;
}
.kategorije_sec_main .col-md-3 {
    width: 33.33%;
}
.trending_main .col-md-12 .col-md-3 {
    width: 33.33%;
}
.footer_widgets {
    justify-content: flex-start;
}
.footer_widgets_inner {
    width: 23%;
}
.bonjour_newslatter_grid_text {
    padding: 30px 15px;
}
.bonjour_newslatter_grid_text h3 {
    font-size: 26px;
    margin-bottom: 10px;
}
.bonjour_newslatter_grid_input {
    width: 100%;
    margin-top: 0;
}

.main_menu .search_icon {
    display: block;
    margin-right: 20px;
}
.menu_toggle{display: block;}
nav.main_menu .menu_list {
    display: block;
    position: fixed;
    background: #2c2c2c;
    height: 100vh;
    top: 57px;
    right: -100%;
    width: 400px;
    z-index: 2;
    padding: 30px;
    box-shadow: 0px 4px 4px 0px #00000040;
    transition: 0.5s;
}
.header_right_btn {
    display: none;
}

button.menu_toggle {
    width: 35px;
    height: 35px;
    border: none;
    background: transparent;
    position: relative;
}
button.menu_toggle span {
    width: 100%;
    display: block;
    height: 3px;
    background: #fff;
    margin: 6px auto;
}
.main_menu .search_icon a {
    color: #fff;
    font-size: 22px;
}
.main_logo {
    width: 25%;
}
nav.main_menu {
    width: 75%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.open{
    overflow: hidden;
}
.open nav.main_menu .menu_list{
    right: 0;
    transition: 0.5s;
}
nav.main_menu ul li {
    margin: 10px 0;
}
nav.main_menu ul li a {
    font-size: 18px;
}
nav.main_menu ul li:nth-last-child(1){
    display: none;
}
.open button.menu_toggle span.one {
    position: absolute;
    transform: rotate(45deg);
    top: 10px;
}
.open button.menu_toggle span.two{
    display: none;
}
.open button.menu_toggle span.three {
    position: absolute;
    transform: rotate(132deg);
    top: 10px;
}

.bonjour_specijal_row {
    padding: 20px;
}
.bonjour_specijal_text {
    padding: 0px 20px;
}
.bonjour_specijal_text h2 {
    font-size: 26px;
}
.bonjour_specijal_text p {
    font-size: 16px;
}
.bonjour_specijal_img h3 {
    font-size: 20px;
    margin-top: 10px;
}
.bonjour_specijal_img {
    margin-top: -60px;
}
.bonjour_specijal {
    margin-top: 50px;
    margin-bottom: 50px;
}
.main_team_heading {
    margin-bottom: 80px;
}
.main_team_heading h2:before {
    width: 60%;
    bottom: -25px;
}
.main_team_text {
    top: 82%;
}
.main_team_grid:hover .main_team_text h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.main_team_grid:hover .main_team_text span {
    font-size: 14px;
    margin: 0 0 6px;
}

.new_trending_grid .trending_box h4 {
    padding: 30px 15px 50px;
    font-size: 24px;
}
.onama_image {
    width: 100%;
}
.onama_text {
    width: 100%;
}


.slozili_content h3 {
        font-size: 31px;
        margin-bottom: 0;
    }
    .slozili_content{
        width: 90%;
        bottom: 20px;
    }
    .Josveces .col-md-6{
        width: 100%;
    }


}

@media (max-width: 767px) {
.trending_main_banner {
    display: none;
}
.marquee_inner .marquee_txt {
    width: 600%;
}
.marquee_inner {
    font-size: 13px;
}
.marquee_slider {
    margin: 30px 0px 50px;
}
.trending_main_head {
    margin-top: 0;
}
.moda_sec_tabs .nav-link {
    font-size: 13px;
    line-height: 13px;
    padding: 6px 9px;
}
.moda_sec_inner_box {
    margin-bottom: 15px;
}
.moda_sec_inner_box p {
    font-size: 16px;line-height: 20px;
}
.video_sec_main .row {
    padding: 20px 10px;
}
.video_sec_main .col-md-4 {
    width: 50%;
}
.video_sec_main .col-md-4:nth-child(1){
    margin-bottom: 20px;
    width: 100%;
}

.izdvajamo_sec_main .col-md-3 {
    width: 50%;
}
.kategorije_sec_main .col-md-3 {
    width: 50%;
}

.bonjour_newslatter_img {
    padding-right: 10px;
}
.bonjour_newslatter_text {
    padding-left: 10px;
}
.footer_main .container {
    max-width: 100%;
}
.footer_logo img {
    width: 30%;
}
.footer_search {
    max-width: 400px;
}
.footer_widgets_inner h2 {
    font-size: 18px;
    line-height: 23px;
    height: 47px;
}
.footer_widgets_inner ul li a {
    font-size: 16px;
}
.footer_copyright p {
    font-size: 14px;
    line-height: 24px;
}
button.menu_toggle {
    width: 30px;
    height: 30px;
}
button.menu_toggle span {
    height: 2px;
    margin: 6px auto;
}
.main_menu .search_icon {
    margin-right: 15px;
}
.main_menu .search_icon a {
    font-size: 20px;
}
.bonjour_specijal_row {
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 45px;
}
.bonjour_specijal_grid {
    width: 100%;
}
.bonjour_specijal_img {
    margin-top: -90px;
    margin-bottom: 40px;
}
.bonjour_specijal {
    margin-top: 90px;
}

.bonjour_specijal_text a.all_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bonjour_specijal_img h3 {
    font-size: 22px;
    margin-top: 10px
}
.bonjour_specijal_text h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.main_team .col-md-4 {
    width: 50%;
}
.main_team_text {
    top: 84%;
}
.main_team_heading {
    margin-bottom: 60px;
}
.main_team_heading h2:before {
    width: 70%;
    bottom: -12px;
}
.main_team {
    padding: 50px 0 40px;
}
.new_trending_grid {
    margin-top: 30px;
}
.posljednje_box_txt h4 {
    margin: 90px 0px 0px;
}
.new_trending_grid_banner {
    display: none;
}
.new_trending_grid_right .col-md-6 {
    width: 50%;
}
.new_trending_grid .container > .row {
    padding: 0;
}
.new_trending_grid .trending_main_head h2 {
    text-align: left;
}

.new_trending_desktop_view{
    display: none;
}
.new_trending_mobile_view{display: block !important;}
.new_trending_grid_right .row{
    display: flex !important;
}


.new_trending_grid_right  .slick-dots li button,
.kategorije-slider  .slick-dots li button {
    width: 11px;
    height: 11px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    background: transparent;
}
.new_trending_grid_right  .slick-dots li,
.kategorije-slider  .slick-dots li {
    width: 11px;
    height: 11px;
}
.new_trending_grid_right  .slick-dots li button:before,
.kategorije-slider  .slick-dots li button:before{
    display: none;
}
.new_trending_grid_right  .slick-dots li.slick-active button,
.kategorije-slider  .slick-dots li.slick-active button{
    background: #000;
}
.new_trending_grid_right .slick-dots{ bottom: -10px;}



.kategorije_sec_main .col-md-3 {
    width: 100%;
    padding: 0 10px;
}
.kategorije_sec_box img {
    width: 100%;
}
.kategorije-slider .slick-list.draggable {
    padding-right: 60px;
}

.main_without_page .bonjour_newslatter {
    display: block;
}

.main_page_heading h2 {
    font-size: 40px;
    max-width: 400px;
    padding-bottom: 20px;
}

.onama_row {
    position: relative;
    background: transparent;
}
.onama_image {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.onama_text {
    width: 100%;
    background: #1717176b;
}


.contact_info {
    margin: 80px 0px;
}
.contact_info .main_page_heading h2 {
    font-size: 28px;
    margin-bottom: 30px;
}
.contact_info_grid p {
    font-size: 18px;
}
.contact_info_info span {
    width: 48%;
    font-size: 20px;
    color: #000;
    line-height: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.contact_info_info span svg {
    width: 40px;
    height: 30px;
}

.opps_section_contant p {
    font-size: 16px;
}

.desktop_view{
        display: none;
    }
    .mobile_view{
        display: block;
    }
    .toplim {
    margin-top: 30px;
}
.toplim p{
    margin-bottom: 50px;
}
   .nekoliko_img .toplim {
    margin-top: 50px;
}
.back_button a{
    display: block;
    text-align: center;
}
.view_profile{
    margin-bottom: 50px;
}
.nekoliko_img {
    margin-bottom: 50px;
}
.back_button{
    margin-bottom: 50px;
}
.toplim h3, .POVEZANE h3, .slozili_content h3{
    font-size: 28px;
}
.ArijanaBonjak .back_button {
    margin-top: 50px;
}
.trending_slaider .slick-prev, .trending_slaider .slick-next{
    display: none !important;
}
.Josveces {
    margin: 50px 0;
}
.Josveces_contant h3{
    margin-bottom: 30px;
    font-size: 28px;
}
.Josveces p{
    font-size: 22px;
}
.Josveces .row {
    margin-bottom: 40px;
}
.Josveces_imgs ul li {
    margin: 0px 5px 15px;
}







}
@media (max-width: 580px) {
nav.main_menu .menu_list{
    top: 47px;
    width: 300px;
}
button.menu_toggle {
    width: 25px;
    height: 25px;
}
button.menu_toggle span {
    height: 2px;
    margin: 5px auto;
}
.main_menu .search_icon {
    margin-right: 17px;
}
.main_menu .search_icon a {
    font-size: 17px;
}
.main_logo {
    width: 35%;
}
nav.main_menu {
    width: 65%;
}
.open button.menu_toggle span.three {
    top: 7px;
}
.open button.menu_toggle span.one {
    top: 7px;
}
.top_center_main {
    display: none;
}
.main_top_banner_left,
.main_top_banner_right{
    display: none;
}
.main_top_banner_center .container {
    padding: 0;
}
.slick-slider-img h2 {
    font-size: 26px;
    padding: 0px 10px;
}
.slick-slider-img h2 br{
    display: none;
}
.slick-slider-img .desktop_view{
    display: none;
}
.slick-slider-img .mobile_view {
    width: 100%;
    height: 94vh;
    display: block;
}
.slick-slider-img:before {
    opacity: 0.4;
}

.posljednje_main {
    background: #212121;
    padding: 30px 0 20px;
    margin: -6px 0 40px;
}
.posljednje_main_head h2{
    color: #fff;
}
.posljednje_main_head {
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
}
.posljednje_box_txt {
    position: inherit;
    background: transparent;
    padding: 0;
    margin-top: 10px;
}
.posljednje_box_txt span {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 14px;
}
.posljednje_box_txt span:before{
    display: none;
}
.posljednje_box_txt h4 {
    font-size: 16px;
    line-height: normal;
    margin: 11px 0 0;
    color: #fff;
}
.trending_main .col-md-9 .col-md-3 {
    width: 50%;
}
.trending_box {
    margin-bottom: 25px;
}
.marquee_inner {
    border-bottom: 2px solid #000000;
    border-top: 2px solid #000000;
    padding: 12px 0;
    height: 50px;
}
.marquee_slider .container {
    padding: 0;
}
.marquee_inner .marquee_txt {
    width: 750%;
}
.moda_sec_head h2 {
    float: none;
    margin-bottom: 15px;
}
.moda_sec_tabs {
    justify-content: flex-start;
}
.moda_sec_inner .col-md-3 {
    width: 50%;
}
.row {
    margin-right: -6px;
    margin-left: -6px;
}
.row>* {
    padding-left: 6px;
    padding-right: 6px;
}
.posljednje_main_head h2,
.trending_main_head h2,
.moda_sec_head h2,
.izdvajamo_sec_head h2,
.kategorije_sec_head h2 {
    font-size: 28px;
}
.kategorije_sec_main {
    margin-top: 50px;
    margin-bottom: 30px;
}
.trending_main .col-md-12 .col-md-3 {
    width: 50%;
}
.bonjour_newslatter {
    margin-top: 30px;
}
.bonjour_newslatter .container {
    padding: 0;
}
.bonjour_newslatter_grid_text {
    padding: 30px 20px;
}

.footer_logo img {
    width: auto;
}
.bonjour_newslatter .row{
    margin: 0;
}
.bonjour_newslatter .row>* {
    padding: 0;
}
.footer_widgets {
    justify-content: space-between;
    gap: 0;
}
.footer_widgets_inner {
    width: 48%;
    text-align: center;
    margin-bottom: 30px;
}
.footer_widgets_inner h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
    height: auto;
    text-align: center;
}
.footer_widgets_inner ul li a {
    font-size: 16px;
    color: #dbdbdb;
}

.footer_widgets_inner:nth-last-child(1) {
    display: none;
}
.footer_bottom_menu ul li a {
    font-size: 10px;
    font-weight: 400;
    line-height: 11px;
    color: #dbdbdb;
}
.footer_copyright p {
    color: #dbdbdb;
}
.footer_bottom_menu {
    margin-top: 10px;
}
.footer_copyright p br {
    display: none;
}
.footer_main {
    padding: 50px 0px 30px;
}
.footer_widgets_inner ul li {
    margin-bottom: 2px;
}
.video_sec_main_box h3 {
    font-size: 30px;
}

.video_sec_main_box p {
    font-size: 22px;
    line-height: normal;
}
a.video_btn {
    width: 100%;
}
.video_sec_main .col-md-4 {
    width: 100%;
    margin-bottom: 20px;
}
.video_sec_main .row {
    padding: 40px 10px 20px;
}

.main_team .col-md-4 {
    width: 100%;
}
.main_team .container {
    padding: 0 40px;
}
.main_team_text {
    top: 88%;
}
.main_team_heading {
    margin-bottom: 40px;
}
.main_team {
    padding: 40px 0 30px;
}
.main_team_heading h2 {
    font-size: 28px;
}



.main_without_page .moda_sec_tabs {
    display: none;
}
.main_without_page .moda_sec_inner .col-md-3 {
    width: 100%;
}
.main_without_page .moda_sec_inner .moda_sec_inner_box {
    display: flex;
    align-items: center;
}
.main_without_page .moda_sec_inner .moda_sec_inner_box img {
    width: 50%;
    padding-right: 10px;
}
.main_without_page .moda_sec_inner .moda_sec_inner_box p {
    width: 50%;
    padding-left: 10px;
}
.main_without_page .moda_sec_inner .col-md-3:nth-child(1) {
    width: 100%; margin-bottom: 20px;
}
.main_without_page .moda_sec_inner .col-md-3:nth-child(1) .moda_sec_inner_box {
    display: block;
}
.main_without_page .moda_sec_inner .col-md-3:nth-child(1) .moda_sec_inner_box img{
    width: 100%;
    padding: 0;
}
.main_without_page .moda_sec_inner .col-md-3:nth-child(1) .moda_sec_inner_box p{
    width: 100%;
    padding: 15px 0 0;
}
.main_without_page .video_sec_main {
    display: none;
}
.main_without_page .izdvajamo_sec_main img {
    width: 100%;
}
.main_without_page .izdvajamo_sec_main .col-md-3:nth-child(1),
.main_without_page .izdvajamo_sec_main .col-md-3:nth-child(4) {
    width: 100%;
}
.main_without_page .more_news_bottom a.more_news_btn {
    padding: 0;
    line-height: normal;
    height: auto;
    border: none;
    width: auto;
    text-align: right;
    margin-left: auto;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}
.main_without_page .more_news_bottom a.more_news_btn:after {
    content: '';
    display: block;
    background-image: url(../images/right_arrow.png);
    width: 14px;
    height: 14px;
    margin-left: 4px;
    background-repeat: no-repeat;
    background-size: contain;
}
.kategorije_sec_head {
    border-bottom: 3px solid #000000;
    padding-bottom: 15px;
}

.zadnje_new_main {
    position: relative;
}
.zadnje_new_main:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 300px;
   background: rgb(237,237,237);
background: linear-gradient(180deg, rgba(237,237,237,0) 10%, rgba(255,255,255,1) 100%);
}

.main_page_heading {
    margin-top: 30px;
}

.main_page_heading h2 {
    font-size: 30px;
    max-width: 300px;
    padding-bottom: 15px;
}
.moda_page_tabing_row .moda_sec_tabs {
    gap: 2px;
    margin-bottom: 20px;
    width: 620px;
    display: flex;
    flex-wrap: nowrap;
}
.moda_page_tabing_row_list {
    overflow: auto;
}

.main_moda_page.main_without_page .video_sec_main {
    display: block;
}
.onama_text {
    padding: 10px 10px 40px;
}
.contact_info {
    margin: 30px 0px 80px;
}
.contact_info_grid p {
    font-size: 20px;
    text-align: left;
    margin: 70px 0;
}
.contact_info_info {
    row-gap: 30px;
}
.contact_info_info span {
    width: 100%;
    font-size: 26px;
    justify-content: center;
}
.opps_mobile {
    display: block;
}
img.opps_desktop{
    display: none;
}
.opps_section_text .container {
    justify-content: flex-start;
}
.opps_section_contant p {
    font-size: 20px;
}
.opps_section_contant a.all_btn {
    margin-top: 150px;
}
 .prezime .container{
        padding: 0;
    }
    .prezime .col-md-12{
        padding: 0;
    }
    .prezime .row{
        margin: 0;
    }
    .tekst, .toplim {
    padding: 0 10px;
}
.POVEZANE h3{
    padding: 0 10px 30px;
}
.POVEZANE .container, .POVEZANE .col-md-12{
    padding: 0;
}
.POVEZANE .row{
    margin: 0;
}
.tekst p{
    font-size: 10px;
}





}

@media (max-width: 380px) {
    .main_team_text {
        top: 86%;
    }
}