:root{
    --main-color: #DF2A47;
    --bg-main-color:  black;
    --secondary-color: #e6e7e8;
    --secondary-dark-color:#e0dcdc;
    --available-color:#02C03C;
    --important-color: #f3d50c;
    --smooth-gray-color: #333333;
}


*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

/*////////////////////////////////////// UNIVERZALNE KLASE ///////////////////////////////////////////////////*/
body{
    background-color: var(--bg-main-color);
    position: relative;
}

.container{
    max-width:1200px;
    margin: 0 auto;
}

a{
    text-decoration: none;
    color:#e6e7e8;
}
.info{
    color:var(--important-color);
}
.active{
    color: var(--main-color);
}

.button{
    border-radius:10px;
    padding: 1.5rem;
    background-color:var(--main-color);
    display: inline-block;
}
.input-container{    
    
    width: 60%;
    margin: 2rem auto;

}

.filter-prica{
    padding: 10px 30px;
    width: 100% ;
    border: none;
    border-bottom: 1px solid var(--secondary-color);
    background: url(pic/search.png) no-repeat 0 10px;
    color: var(--secondary-dark-color);
    margin: 0 auto;
    
}

.filter-prica:focus{
    outline: none;
    border-bottom: 1px solid var(--secondary-color);
}




.button:hover{
    opacity:0.95;
;
}

.main-button{
    margin-top: 20px;
    z-index: 99;
}

.story-button{
    display: inline-block;
    padding: .5rem;
    background-color: var(--main-color);
    color: var(--secondary-color);
    width: 150px;
    text-align: center;
    transition: 0.4s all ease-in-out;
}

.story-button:hover{
    background-color: var(--secondary-color);
    color: var(--main-color);
}


.id{
    background-color: var(--available-color);
    padding: 0.5rem 1rem;
    border-radius: 50px;
}

.p-2{
    padding: 2rem;    
}
.px-1{
    padding: 0 1rem;
}
.my-2{
    margin: 2rem;
}

.t-center{
    text-align: center;
}
.stories .t-left{
    text-align: left;;
}


.line{
    width:80%;
    height: 1px;
    margin:0 auto;
    background-color: #3a3939;
}

/*////////////////////////////////////////////////////////SLIDE MENU///////////////////////////////////////////*/

.menu-slider{
    background-color: var(--bg-main-color);
    color:var(--secondary-color);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 20;
    text-align: center;
    transform: translate(-100%);
    transition: transform 0.3s ease;
    overflow: hidden;
    /* display:none; */
}

.show-slide-menu{
    transform: translate(0);
}

.slide-logo{
    margin-top: 20px;
    padding: 30px 0;
}
.slide-logo img{
    width: 80%;
    height: auto;

}

.menu-slider ul li{
   border-bottom: 2px solid var(--secondary-dark-color);
   padding: 20px;
  
    
}
.menu-slider ul li {

font-size: 30px;
}
.menu-slider ul li a:hover{
    color: var(--main-color);
}

.close{
    background-color: var(--bg-main-color);
    color: var(--main-color);
    border: none;
    margin-top: 20px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 20px;
}

/*//////////////////////////////////////////////////////// HEADER ////////////////////////////////////////////////////*/

.header{
    background-color: var(--bg-main-color);
    /* padding: 1rem 0; */
    color: var(--secondary-color);
    border-bottom: 5px solid var(--secondary-color) ;
    position: sticky;
    top:0;
    z-index: 5;

}
.logo img{
    width: 350px;
    height: auto;
}
.toggle{
    position: sticky;
    top: 40px;
    left: 15px;
    padding: 10px;
    cursor: pointer;
    display: none;
    color: white;
    background-color: black;
    border: none;
    cursor: pointer;
    z-index: 19;
}

.toggle:focus{
    outline: none;
}

.header .container{
    max-width:1300px;
}

.header-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-number{
    margin-bottom: 10px;
}
.header-number h3{
    font-size: 35px;
}
.header-number p{
    font-size: 11px;
    color: var(--important-color) ;
}

.header-content ul{
    display: flex;
    list-style: none;
}
.header-content ul li{
    margin-left: 2rem;
}

.header-content ul li a{
   /*  */
   /* padding: 0.5rem 0.75rem; */
   font-size: 20px;
   transition: all 0.2s ease-in-out;

}
.header-content ul li a:hover{
    color:var(--main-color);
 }


 /*////////////////////////////////////////////////////////NASLOV/////////////////////////////////////////////////////*/

 .section1{
    background: #000 url('pic/background.jpg') no-repeat center center/cover ;
    height:500px;
    color: var(--secondary-color);
 }
 .section1 .container .section1-container{
     position: relative;
 }

 .section1 .container .description{
     position: absolute;
     top: 250px;
     transform: translateY(-50%);
     max-width: 500px;;
 }

 .section1 .container .description h1{
     margin-bottom: 20px;
     letter-spacing: 2px;
     font-size: 50px;
 }


/*//////////NASLOV PRICE//////////*/

.price-naslov{
    background: #000 url('pic/par-krevet.jpg') no-repeat center center/cover ;
    height:500px;
    color: var(--secondary-color);
}
.price-naslov .container .price-naslov-container{
    position: relative;
}

.price-naslov .container .description{
    position: absolute;
    top: 250px;
    transform: translateY(-50%);
    max-width: 500px;;
}

.price-naslov .container .description h1{
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-size: 50px;
}

 /*/////////////////////////////////////////////////////////////DEVOJKE NA MEJNU///////////////////////////////////////////////////////////////////////*/
.section2, .section2-1{
    background-color: var(--bg-main-color);
    color: var(--secondary-color);
    /* padding: 2rem 0; */
   
}
.section2 h2, .section3 h3{
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
    padding: 5px 0;
    font-size: 30px;
    text-align: center;
}
.section3 h3{
    color: var(--secondary-color);
}

.girls-container{
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    padding:  4rem;
 
}
.girl {
    
    background-color: var(--secondary-dark-color);
    color: var(--bg-main-color);
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* max-height: 300px; */
}

.girl .header{
    overflow: hidden;

}
.girl img{
    display: block;
    width: 100%;
    
    height: 100%;
    object-fit: cover;
    /* overflow: hidden; */
    transition: all 0.4s ease;
    cursor: pointer;
}
.girl img:hover{
  transform: scale(1.02);
}

.girl-body{
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.girl-body .name{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.girl-body .name a h3{
    font-size: 30px;
    display: inline-block;
    color: var(--bg-main-color);
    transition: 0.2s all ease-in-out;
}

.girl-body .name a h3:hover{
    color: rgba(0, 0, 0, 0.7);
    text-decoration: underline;
}
.girl-body p{
    margin:10px 0;
    font-size: 15px;
    
}

.girl-body span:nth-of-type(2){
    color: var(--main-color);
}
.girl-body .phone{
    background-color: var(--secondary-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    max-width: 80%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.girl-body .phone:hover{
    background-color: var(--smooth-gray-color);
    color: var(--secondary-color);
}
.girl-body .phone i{
    background-color: var(--available-color);
    font-size: 1.5rem;
    padding: 5px 8px;
    border-radius: 50%;
    color: var(--secondary-color);
    margin-right: 10%;
}

.girl-body .phone p {
    padding: 0;
    margin: 0;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    
}
.girl-body .phone p a{
    color: var(--smooth-gray-color)
}

.girl-body .phone p a:hover{
    
    color: var(--secondary-color);
}


/*/////////////////////////////////////////////////////////////DEVOJKE POJEDINAČNE STRANICE///////////////////////////////////////////////////////////////////////*/

.title-container{
    /* width: 70%; */
    max-width:1300px;
    
    margin: 0 auto;
    /*  */
}

.title-container h2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    padding: 0 1rem 0 1rem;
    border-top: none;
    border-bottom: 1px solid var(--main-color);
}

.title-container h2 a{
    font-family: 'Times New Roman', serif;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.2s ease-in-out ;
    cursor: pointer;
}

.title-container h2 a:hover{
   color: var(--main-color);
}
.girl-container{
    max-width:1300px;
    margin: 0 auto; 
}
.girl-content{
    display: flex;
    padding: 4rem 1rem;
    background: rgba(0, 0, 0, 0.7);
    /* height: 100%; */
   width: 70%;
    
}

.girl-content .girl-sinops img{
    height: 300px;
    width: 300px;
    border-radius: 10px;
}

.girl-char{
    margin-left: 10px;
    margin-top: 20px;
    list-style: none;
}

.girl-story{
    padding: 0 2rem;
}



.story-block:nth-of-type(1) {
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    
}

.story-block:nth-of-type(2){
    padding: 10px 0;
}
.story-block i{
    margin-right: 20px;
    font-size: 30px;
    padding: 10px 15px;
    background: var(--available-color);
    color: var(--secondary-color);
    border-radius: 50px;
}

/*////////////////////////////////////////////////// ARTICLES ///////////////////////////////////////////////////////*/
.section3{
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2)
}
.section3 .articles-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 2rem 0;
    grid-gap: 2rem;
}
.section3 h1{
    color: white;
}
.section3 .articles-container > *:first-child{
    grid-column:1/span 2;
}

.section3 .articles-container :last-child{
    grid-column:span 2;
}
.article{
    position:relative;
    /* height: 500px; */

}

.section3 .articles-container .article .main-button{
    position: absolute;
    bottom: 20px;
    left: 20px;
}



.section3 .articles-container .article img{
    width: 100%;
    max-height: 400px;
    transition: all 0.3s ease-in-out;
    object-fit: cover;
}
.section3 .articles-container .article img:hover{
    opacity: 0.8;
}


.article .button{
    z-index: 2;
}

/*//////////////////////////////////////////////// FOOTER ////////////////////////////////////////////////////////*/
.footer{
    background-color: var(--main-color);
    padding: 1rem;
    /* width */
}
.footer-content{
   display: flex;
   flex-direction: column; 
}

.footer-footer{
    display: flex;
   max-width: 400px;
   width: 400px;
   margin: 0 auto;
   justify-content: space-between;
   align-items: center;
}
.footer-content a{
    color: var(--bg-main-color);
}
.footer-content a:hover{
    color: var(--secondary-color);

}




/*////////////////////////////////////////////////////// FAQ SECTION 4 ////////////////////////////////////////////*/
.section4{
    background-color:var(--secondary-color) ;
    color: var(--bg-main-color);
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    padding: 2rem;
    /* max-height: 600px; */
    /* height: 500px; */
}

.section4 .faq-list{
    list-style: none;
    /* max-width: 450px */
    width: 450px;
    
}
.section4 .faq-list li i{
    margin-right: 10px;
    color: var(--main-color);
    transition: all 0.2s ease-in-out;
}

.faq-header{
    font-size: 30px;
    margin-bottom: 1rem;
}

.q{
    font-size: 25px;
    cursor: pointer;
    padding: 10px 0;
}
.a{
    background:#ddd;
    padding: 5px;
    display: none;
    border-radius: 5px;
}

.a.show-content{
    display: block;
}

.rotate{
    transform: rotate(90deg);
}

/*///////////////////////////////////////////////////// PRIČE/////////////////////////////////////////////////////*/
/* .stories{ 
    /* background:url(pic/par-krevet.jpg) center center/cover no-repeat; */
    /* height: 100vh; */
    /* height: 90vh; */
/* } */ 
.page-description{
    width: 100%;
    padding: 1rem;
    background: var(--secondary-color);
    color: black;
    margin-top: 2rem;
}

.stories-content{
    display: grid;
    padding: 2rem 0;
    grid-template-columns: repeat(1fr, 1fr);
    /* align-content: center; */
    /* height: 100vh; */
    /* overflow-y: scroll; */
    
}

.stories-content .story-container{
    /* width: 80%; */
    padding: 10px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 1px solid var(--secondary-dark-color);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.7);
}

 .story-img, .story-container .story-description{
    width: 50%;
}
.story-container .story-img img{
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.story-body{
    display: flex;
}

.story-description{
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    font-size: 15px;
    justify-content: space-between;
}

.story-heading{
    margin-bottom: 10px;
}
.story-txt{
    font-family: "Times New Roman", Times, serif;
   /* font-weight: 500; */
   /* font-style: italic; */
   letter-spacing: 1px;
   color: var(--secondary-dark-color);
}


.txt-img{
    display:block;
    width: 100%;
    height: auto;
    margin: 20px 0;
}


/*////////////////////////////////////////////////////// MEDIA QUERIES ////////////////////////////////////////////*/

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

    .girls-container{
        grid-template-columns: repeat(2,1fr);
    }
    .girl-body{
        justify-content: space-between;
    }
    .girl-body .name h3{
        font-size: 30px;
    }

    .girl-body .name span{
        font-size: 20px;
    }

    .girl-body p, .girl-body span, .phone{
       font-size: 18px;
    }
    .header-content{
        flex-direction: column;
    }
    .section1 .container{
        padding: 0 2rem;
    }
    .header .header-content{
        position: relative;
    }

    .section2-1.full-height{
        height: 100%;
    }

 
}





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

  


    .girls-container{
        grid-template-columns: repeat(1,1fr);
    }
    .girl-body{
        justify-content: space-between;
    }
    .girl-body .name h3{
        font-size: 30px;
    }

    .girl-body .name span{
        font-size: 20px;
    }

    .girl-body p, .girl-body span, .phone{
       font-size: 18px;
    }
    .header-content{
        flex-direction: column;
    }
    .section1 .container{
        padding: 0 2rem;
    }
    .header .header-content{
        position: relative;
    }

    .section2-1.full-height{
        height: 100%;
    }

    /* DEVOJKE POJEDINACNE STRANICE*/

.girl-content{
 
    width: 100%;
     
 }
 
 
 

@media screen and ( max-width: 500px){
    .toggle{
        display: inline-block;
        top: 25px;
        left: 0;
        border-radius: 50px;
        padding: 10px 8px;
        justify-content: center;
        align-items: center;
        position: sticky;
        background: none;
        color: var(--main-color);
        z-index: 19;
    }


    .header{
        /* padding: 0.75rem; */
        position: static;
    }
    .header-content{
        flex-direction: column;
    }
    .header-content ul{
        display: none;
    }
    .header-number h3{
        display: none;
    }

    .section1{
        background: url(pic/background-small.jpg) ;
    }

    .section2 .container, .section2-1 .container{
        width: 90%;
    }
    .section1 .container .description{
        top: 220px;
    }
    .section1 .description h1{
        line-height: 1;
    }

     

    .girls-container{
        grid-template-columns: repeat(1,1fr);
        padding: 20px;
    }

    .girl{
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }

    .girl img{
        height: 200px;
    }
 

    .girl-body .name a h3{
        font-size: 35px;
        /* display: inline-block; */
        color: var(--bg-main-color);
    }
    .girl-body .name span{
        font-size: 20px;
    }
    .girl-body p{
        display: none;
        font-size: 15px;
    }

    .girl-body .phone p{
        display: block;
        font-size: 18px;
        color: var(--smooth-gray-color);
        letter-spacing: 0;
    }




/*/////////////////////////////////////////////////////////////DEVOJKE POJEDINAČNE STRANICE///////////////////////////////////////////////////////////////////////*/

.title-container h2{
    width: 100%;
    padding: 0 1rem 0 1rem;
}

.story-container{
    flex-direction: column;
    width: 100%;
}

.girl-content{
    padding-top: 1rem;
    flex-direction: column;
    width: 100%;
}
.girl-content .girl-sinops{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.girl-content .girl-sinops img{
   width: 150px;
   height: 150px;
}
.girl-char{
    margin-left: 10px;
    margin-top: 0px;
    list-style: none;
    font-size: 12px;
}
.girl-char li{
    margin-bottom: 5px;
}
.girl-story{
    padding: 0 ;
    font-size: 13px;
}

.story-block h3{
    display: block;
}




/*////////////////////////////////////PRICE////////////////////////////////////////////////////*/

.price-naslov .container{
   padding: 0 2rem;

}
.stories-content .story-container{
    width: 100%;
}


.story-body{
    flex-direction: column;
    width: 100%;
}
.story-description p{
    margin: 10px 0;
}


.story-container .story-img, .story-container .story-description{
    width: 100%;
}


.input-container{    
    margin: 1rem 0 ;
    width: 100%;

}


    .section3 .articles-container{
        display: flex;
        flex-direction: column;
        padding: 1rem;
        grid-gap: 1rem;
    }

    /* .section3 .articles-container > *:first-child{
       display: none;
    } */
    .section4 .faq-list{
        width: 100%;
    }
    /* .footer{
        width: 100%;
        font-size: 15px;
    } */
    .footer{
        position: static;
    }
  .footer-footer{
        width: 300px;
        font-size: 12px;
        /* position: static; */
    }
 
}