/*
Theme Name: Salon
Theme URI: https://wordpress.org/themes/salon
Author: ZippO
Author URI: ZippO
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: Salon
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/

/*@font-face {*/
/*    font-family: 'Inter';*/
/*    font-display: swap;*/
/*    src: url(./fonts/Inter.woff2) format('woff2');*/
/*    font-weight: 400;*/
/*}*/
/*@font-face {*/
/*    font-family: 'Inter';*/
/*    font-display: swap;*/
/*    src: url(./fonts/Inter.woff2) format('woff2');*/
/*    font-weight: 600;*/
/*}*/
/*@font-face {*/
/*    font-family: 'Inter';*/
/*    font-display: swap;*/
/*    src: url(./fonts/Inter.woff2) format('woff2');*/
/*    font-weight: 700;*/
/*}*/
/*@font-face {*/
/*    font-family: 'Inter';*/
/*    font-display: swap;*/
/*    src: url(./fonts/Inter.woff2) format('woff2');*/
/*    font-weight: 800;*/
/*}*/
/*@font-face {*/
/*    font-family: 'Inter';*/
/*    font-display: swap;*/
/*    src: url(./fonts/Inter.woff2) format('woff2');*/
/*    font-weight: 900;*/
/*}*/

*{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

body{
    display: flex;
    flex-direction: column;
    align-items: center;
}


header{
    text-align: center;
    position: relative;
}

header h1{
    font-weight: 600;
    font-size: 52px;
}

header hr {
    color: #464646;
    border:none;
    border-top: 2px solid #464646;
    width: 80%;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

form input {
    margin: 10px;
    padding: 4px 8px;
    width: 200px;
    border: 1px solid pink;
    border-radius: 5px;
}

.main{
    width: 90%;
}

.content{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.bg-pink{
    /*position: absolute;*/
    background: #FFCBFA;
    width: 100%;
    height: 330px;
    z-index: -1;
}
.big-title {
    font-size: 42px; 
    font-weight: 800;
    color: white; 
    /* margin: 0 0 0 150px; */
    margin: 0 !important;
    width: 100%;
    text-transform: uppercase;
    background-image: linear-gradient(
        -225deg,
        #231557 0%,
        #44107a 29%,
        #ff1361 67%,
        #fff800 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    text-align: center;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.container-title{
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
}

.container-title h2{
    padding-top: 12px;
    font-weight: 700;
    font-size: 36px;
}

.container-title p{
    padding-top: 9px;
    font-weight: 700;
    font-size: 22px;
}

.models-list{
    z-index: 1;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.model{
    max-width: 32.6%;
    width: 32.3%;
    /* margin: 2px; */
    box-shadow: 10px 10px 10px #786767;
    margin-bottom: 10px;
    background:#F6F6F6;
}

.ps-list{
    position: absolute;
    bottom: -29px;
    width: 80%!important;
    display: flex;
    justify-content: space-around;
    z-index: 10;
}

.ps-list li {
    box-shadow: 5px 5px 9px rgb(83 82 82);
}

.wide{
    width: 100%!important;
}

.model h5{
    font-weight: 700;
    font-size: 18px;
}

.model p{
    font-weight: 400;
    font-size: 16px;
    min-height: 60px;
}

.images-lists{
    position: absolute;
    display: flex;
    bottom: -20px;
    width: 90%;
    justify-content: space-around;
}

.images-lists img{
    width: 29.5%!important;
}

.other{
    background: #4ED2D4;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.other div{
    padding: 30px;
}

.other div button{
    border: none;
    background: white;
    color: #464646;
    border-radius: 13px;
    padding: 7px 20px;
    font-weight: bold;
}

.other div button:hover{
    color: #FFCBFA;
    cursor: pointer;
}

.model img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.model-info{
    padding: 10px;
    background:#F6F6F6;
    min-height: 251px;
}

.model-show-more{
    margin: 3px;
    border: 0;
    background: transparent;
    font-weight: 900;
    font-size: 18px;
}
.model-show-more:hover{
    color: #FFCBFA;
    cursor: pointer;
}

.model-footer{
    background-color: #464646;
    display: flex;
    max-height: 70px;
    justify-content: space-around;
    color: #FFFFFF;
    width: 100%;
}

.model-footer .phone a{
    color: #FFFFFF;
    font-size: 18px;
}

.model-footer .phone a:hover{
    color: #FFCBFA;
}

.model-footer h5{
    font-size: 18px;
}

.model-footer div{
    display: flex;
    align-items: center;
    /* max-height: 7; */

}

.model-footer div img{
    display: flex;
    height: 20px;
    width: auto;
    padding: 0 10px;
}

/* Videos */

.videos-list {
    position: relative;
}

.videos-list > .prev{
    position: absolute;
    z-index: 10;
    top: 45%; 
    background: transparent;
    border: none;
    font-size:30px;
    color: black;
    border: 3px solid black;
    left: -37px;
    padding: 0 10px 0 10px;
    border-radius: 50%;
    
}
/* .videos-list > .prev:before {
    content: '<';
     border: 1px solid white;
} */

.videos-list > .next{
    position: absolute;
    z-index: 10;
    top: 45%; 
    background: transparent;
    border: none;
    font-size:30px;
    color: black;
    right: -37px;
    border: 3px solid black;
    padding: 0 10px 0 10px;
    border-radius: 50%;
}

.bg-pink-videos{
    position: absolute;
    background: #FFCBFA;
    width: 100%;
    height: 330px;
    z-index: -1;
}

.videos-list{
    /* z-index: 1; */
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}
.video{
     /* max-width: 440px; */
    width: 430px;
    min-height: 340px;
    
    /* margin: 2px; */
    box-shadow: 2px 2px 2px rgb(221, 217, 217);
    margin-bottom: 10px;
    background:#F6F6F6;
    position: relative;
}

.video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
     /* max-width: 440px; */
    width: 430px;
    min-height: 340px;
    
    /* margin: 2px; */
    box-shadow: 2px 2px 2px rgb(221, 217, 217);
    margin-bottom: 10px;
    background:#F6F6F6;
    position: relative;
}

.openFullScreen {
    position: absolute;
    border: none;
    background: transparent;
    color: white;
    font-size: 20px;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
    z-index: 100;
}

.video img {
    position: absolute;
    z-index: 99;
}

.video img, .video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
  }

  .modal-content div video{
    width: 100%;
    max-height: 400px;
  }

  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .pgwSlider ul li img{
    object-fit: cover;
  }
  .pgwSlider .ps-current{
    height: auto!important;
  }
  
    .svgImage{
    width: 120px;
    height: 120px;
  }

  /* @media screen and (min-width: 375px) {
    .models-list{
        width: 95%;
    }

    .model{
        width: 100%;
        max-width: 100%;
    }

    .model h5{
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .models-list{
        width: 90%;
    }

    .model{
        width: 47%;
        max-width: 47%;
    }

    .model h5{
        font-size: 16px;
    }
    .model-footer .phone a{
        font-size: 14px;
    }

    .model-footer h5{
        font-size: 14px;
    }

}

@media screen and (min-width: 1024px) {
    .models-list{
        width: 90%;
    }
    header h1{
        font-size: 42px;
    }

    .container-title h2{
        font-size: 24px;
    }

    .container-title p{
        font-size: 18px;
    }

    .model h5{
        font-size: 15px;
    }

    .model p{
        font-size: 14px;
    }

    .model-footer .phone a{
        font-size: 16px;
    }

    .model-footer h5{
        font-size: 16px;
    }

}

@media screen and (min-width: 1440px) {
    body{
        margin: 0;
    }
    .main{
        width: 100%;
    }

    header h1{
        font-size: 46px;
    }

    .model h5{
        font-size: 16px;
    }

    .model-footer .phone a{
        font-size: 16px;
    }

    .model-footer h5{
        font-size: 16px;
    }

} */

@media screen and (max-width: 1440px) {
    body{
        margin: 0;
    }
    .main{
        width: 100%;
    }

    header h1{
        font-size: 46px;
    }

    .model h5{
        font-size: 16px;
    }

    .model-footer .phone a{
        font-size: 16px;
    }

    .model-footer h5{
        font-size: 16px;
    }

}

@media screen and (max-width: 1024px) {
    .models-list{
        width: 90%;
    }
    header h1{
        font-size: 42px;
    }

    .container-title h2{
        font-size: 24px;
    }

    .container-title p{
        font-size: 18px;
    }

    .model h5{
        font-size: 15px;
    }

    .model p{
        font-size: 14px;
    }

    .model-footer .phone a{
        font-size: 16px;
    }

    .model-footer h5{
        font-size: 16px;
    }

}

@media screen and (max-width: 918px) {
    .models-list{
        width: 90%;
    }

    .model{
        width: 47%;
        max-width: 47%;
    }

    .model h5{
        font-size: 16px;
    }
    .model-footer .phone a{
        font-size: 14px;
    }

    .model-footer h5{
        font-size: 14px;
    }
    .bg-pink-videos{
        height: 250px;
    }
     .svgImage{
        width: 100px;
        height:100px;
      }

}

@media screen and (max-width: 768px) {
    .models-list{
        width: 95%;
    }

    .model{
        width: 100%;
        max-width: 100%;
    }

    .model h5{
        font-size: 16px;
    }
    
    .modal-content{
        width: 80%;
    }
    .svgImage{
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 618px) {
    .svgImage{
        width: 40px;
        height: 40px;
      }
}
.rating {
    position: relative;
    width: 180px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .3em;
    padding: 5px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 2px #b3acac;
 }

 .rating__result {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-10px) translateX(-5px);
    z-index: -9;
    font: 3em Arial, Helvetica, sans-serif;
    color: #ebebeb8e;
    pointer-events: none;
 }

 .rating__star {
    font-size: 1.3em;
    cursor: pointer;
    color: #dabd18b2;
    transition: filter linear .3s;
 }

 .rating__star__show{
    font-size: 1.3em;
    cursor: pointer;
    color: #dabd18b2;
    transition: filter linear .3s;
 }

 .rating__star:hover {
    filter: drop-shadow(1px 1px 4px gold);
 }
.btn-auth {
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
 }
 
  .icon-play {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 
  .glightbox_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: transparent;
    cursor: pointer;
    }
  
  .outer_circle {
    stroke-width: 3;
    stroke-dasharray: 410; 
     stroke-dashoffset: 0;
    stroke-linecap: square;
    transition: all .4s ease-out;
  }
  
  .glightbox_video:hover .outer_circle {
  stroke-dashoffset:410;
    transition: stroke .7s .4s ease-out, stroke-dashoffset .4s ease-out
  }
  
  .glightbox_video:hover 
  .inner-circle {
    fill: #BF2428;
    transition:fill .4s .3s ease-out;
    
  }
  
  .glightbox_video:hover
  .play{
      fill: white;
    transition:fill .4s .3s ease-out;
  }
  
   .arroww {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 4px;
  }

  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }