@font-face {
    font-family: 'BOWLER';
    src: url(/assets/fonts/BOWLER/BOWLER.otf) ;
    font-weight: 700;
    font-display:wrap;
}



body{
    font-family:var(--Bow) ;
    background-color: var(--bg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    color: var(--white);
}


:root {
    --bg: #272727;
    --gold: rgba(242, 126, 7, 1);
    --red: #E62E31;
    --white: rgba(242, 242, 242, 1);
    --gray:rgb(228, 227, 227);
    --black:rgba(0, 0, 0, 1);
    --green: #01D4BA;


    --Bow:'BOWLER';
    
}

.section-main {
    background-image: url(../images/Main.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}
a{
    text-decoration: none;
    outline: none;
    list-style: none;
    color: var(--white);
    transition: all .2s ease-in-out;
}

a:hover{
    color:var(--green) ;
    transition: all .2s ease-in-out;
}

header a:hover{
    color:var(--green) ;
    transition: all .2s ease-in-out;
}
header a{
    color:var(--white) ;
    transition: all .2s ease-in-out;
}
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
}
.btn{
    background-color: var(--bg); 
    font-size: 16px;
    color: var(--white);
    transition: all .4s ease-in-out;
    border-radius: 20px;
    padding: 10px  20px;
    border: 1px solid var(--green);
}

.btn:hover
 {
    background-color: var(--green);
    color: var(--white);
    transition: all .4s ease-in-out;
}
.btn:hover  a
 {
    
    color: var(--white);
    transition: all .4s ease-in-out;
}
header.bg {
    transition: .4s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 500
}
header{
    background-color:var(--bg);
    z-index: 500;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.logo{
    padding: 10px 0 10px 0;
    width: 100px;
}
.logo-footer{
    width: 100px;
}
.title-menu{
    text-transform: uppercase;
    padding-right: 20px;
    
}
.link{
    background-color: var(--white);
    padding: 10px 15px;
    border-radius: 60px;
    color: var(--black);
}
.brend-photo{
    border-radius: 60px;
}
.tel-header:hover  svg path{
    stroke: var(--green);
    transition: .2s ease-in-out
}
.tel-header  svg path{
    stroke: var(--white);
    transition: .2s ease-in-out
}
.tel-header  svg {
    margin-right: 7px;
}
.info-icons:hover svg path {
    fill: var(--green);
    transition: .3s ease-in-out
}
.info-icons  svg path {
    fill: var(--white);
    transition: .3s ease-in-out
}
.svg-web-com path {
    transition: all .2s ease-in-out
}
.svg-web-com:hover path {
    stroke: var(--green);
    fill: var(--green);
    transition: all .2s ease-in-out
}
.title-main{
    font-size: 78px;
    text-transform: uppercase;
}
.title-main-mini{
    font-size: 16px;
    text-transform: uppercase;
}
.container-main{
    min-height: 100vh;
}
.row-main{
    min-height: 100vh;
}
.modal-header{
    border: transparent;
    padding: 15px ;
}
.modal-body{
    padding: 2px;
}
.modal-footer{
    border: transparent;
}
.modal-content{
    border-radius: 20px;
}
.feedbackForm .modal-content{
    padding: 10px;
}
.btn-close{
    width: 30px;
    height: 30px;
    
}
.close-btn-modal{
    background: transparent;
   border: none;
}
.img-close-modal{
    width: 30px;
    height: 30px;
}

.title-review{
    text-transform: uppercase   ;
    font-size: 18px;
}

.map {
    
    border-radius: 20px;
}
.info-icons {
    margin-left: 10px;
}

.slide-main{
    height: 90%;
}
.img-main{
    border-radius: 40px;
}
.block-main{
    
    color: var(--bg);
}




.title-mini{
    font-size: 12px;
    color: rgba(128, 128, 128, 0.711);
}
.fa-star{
    color: var(--gold);
}
.rating{
    font-size: 12px;
}
.ab-photo{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 60px;
}
.f-photo{
    border-radius: 20px;
}


.sec-title{
    font-size: 36px;
    text-transform: uppercase;
}
.splide_2 .splide__arrow{
    background: transparent;
}
.splide_2 .splide__arrow--next {
    right: -10px;
}
.splide_2 .splide__arrow--prev {
    left:  -10px;;   
}
.splide_3 .splide__arrow{
    background: transparent;
}
.splide_3 .splide__arrow--next {
    right: -10px;
}
.splide_3 .splide__arrow--prev {
    left:  -10px;
}
.splide_4 .splide__arrow{
    background: transparent;
}
.splide_4 .splide__arrow--next {
    right: -10px;
}
.splide_4 .splide__arrow--prev {
    left:  -10px;
}

.form-control{
    background-color: var(--white);
    color: var(--bg);
    border-radius: 15px;
}
.form-control-name{
    border: none;
    border-bottom: 2px solid var(--green) ;
    
    
   }
   .form-control:focus {
       color: var(--white);
       background-color: transparent;
       border-color: var(--green);
       outline: none;
       box-shadow: none;
   }
   .form-control-text{
       border: 2px solid var(--green) ;
       
       height: 170px;
       
   }
   .btn-feedb{
       padding: 10px ;
       font-size: 14px;
       text-transform: uppercase;
       color: var(--white);
       background-color: transparent;
       border: 2px solid var(--green);
       transition: all .3s ease-in-out;
       border-radius: 20px;
   }
   .modal-content{
    background: var(--bg);
   }
   .btn-feedb:hover{
    
    color: var(--white);
    background-color: var(--green);
   
}

.text-review{
    text-transform: uppercase   ;
    display: -webkit-box;
    -webkit-line-clamp: 3 ;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .7s ease-in-out;
    
    }
.text-review.expanded {
    -webkit-line-clamp: unset; /* убираем ограничение по строкам */
    max-height: none; /* убираем ограничение по высоте */
    transition: all .7s ease-in-out;
}

.read-more-btn {
}

.read-more-btn {
    padding: 5px  10px;
    font-size: 12px;
    color: var(--black);
    background-color: transparent;
    border: 1px solid var(--green);
    transition: all .3s ease-in-out;
    border-radius: 0px;
    text-transform: uppercase;
    cursor: pointer;
}
.read-more-btn:hover
 {
    background-color: var(--green);
    color: var(--white);
    transition: all .4s ease-in-out;
}






.slide-review{
    background-color: var(--white);
    border-radius: 20px;
    color: var(--black);
    padding: 35px 10px;
    border: 1px solid var(--white);
}















.star {
    color: var(--green);
    font-size: 24px;
    
}
.star.grey {
    color: rgb(167, 167, 167);
}

.star-rev {
    font-size: 24px;
    cursor: pointer;
    color: rgb(167, 167, 167);
    transition: all .3s ease-in-out;
}
.star-rev.filled {
    color: var(--green);
    transition: all .3s ease-in-out;
}
.star-rev.hover {
    
    color: var(--green);
    transition: all .3s ease-in-out;
}



/* Контейнер прогресса (серый фон) */
.progress-container {
    width: 100%;
    height: 3px;
    z-index: 1000;

}
  /* Индикатор прогресса (индикатор прокрутки) */
.progress-bar {
    height: 3px;
    background: var(--green);
    width: 0%;
    z-index: 1000;
}
/* width */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
  /* Handle */
::-webkit-scrollbar-thumb {
    background: var(--green); 
    border-radius: 10px;
}
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background:  var(--green); 
}
input[type='time']::-webkit-calendar-picker-indicator {
    filter: invert(100%);
}
input[type='date']::-webkit-calendar-picker-indicator {
    filter: invert(100%);
}
 input:-webkit-autofill,
 input:-webkit-autofill:hover,
 input:-webkit-autofill:focus,
 input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
}





@media(max-width:1200px){
    
    header{
        font-size: 12px;
    }

}

@media(max-width:992px){
    .menubtn {
        margin-right: 10px;
       font-size: 1.2rem;
       transition: all .3s ease-in-out;
       z-index: 1000;
     }
     .mob-menu{
       transition: all .3s ease-in-out;
       background: rgba(42, 41, 41, 0.766);
       backdrop-filter: blur(16px) saturate(120%);
       -webkit-backdrop-filter: blur(16px) saturate(120%);
       position: fixed;
       left: 0;
       top: 0;
       z-index:-1 ;
       transform: translateX(-100%);
       overflow: scroll;
       width: 100%;
       height: 100%;
       margin-top:65px;
       padding-left:  18px;
     }
   
     
     body.show-menu .menubtn {
       transform: rotate(90deg);
     }
     body.show-menu .mob-menu {
       transform: translateX(0%); 
     }
     body.show-menu  {
       overflow: hidden;
     }
     .active.plate4 .line,
     .x {
         transition: transform .4s
     }
     
     .plate .line {
         transition: .3s linear;
         fill: none;
         stroke: var(--white);
         stroke-width: 3px;
         stroke-linecap: round;
         stroke-linejoin: round;
         transform-origin: 50%;
         transition: stroke-dasharray .5s .2s, stroke-dashoffset .5s .2s, transform .5s .2s
     }
     .x {
         transform: scale(0)
     }
     .x .line {
         stroke-width: 4px
     }
     .plate svg {
         min-height: max-content;
         position: absolute;
         min-width: max-content
     }
     .plate4 .x {
         transition: .3s
     }
     .line6 {
         display: none
     }
     .plate4 .line {
         transform-origin: 50%;
         transition: transform .4s .1s
     }
     .active.plate4 .line {
        transition: transform 400ms;
    }
     .active.plate4 .line1 {
         transform: translateX(18px) translateY(-3px) rotate(-45deg) scale(.7)
     }
     .active.plate4 .line2 {
         transform: translateX(-18px) translateY(-3px) rotate(45deg) scale(.7)
     }
     .active.plate4 .line3 {
         transform: translateY(0) rotate(45deg) scale(.7)
     }
     .active.plate4 .line4 {
         transform: translateY(0) rotate(-45deg) scale(.7)
     }
     .active.plate4 .line5 {
         transform: translateX(18px) translateY(3px) rotate(45deg) scale(.7)
     }
     .active.plate4 .line6 {
         display: block;
         transform: translateX(-18px) translateY(3px) rotate(-45deg) scale(.7)
     }
     .active.plate4 .x {
         transition: transform .4s .1s;
         transform: scale(.75)
     }
     .plate {
         scale: 0.6;
         height: 50px;
         aspect-ratio: 1/1
     }
     .contacts-header {
        padding: 0px 20px;
     }
     .info-icons-block{
        padding: 0px 12px;
        margin-top: 12px;
        margin-bottom: 7px;

     }
     .info-icons{
        margin: 7px;
     }
     .logo{
        padding: 10px 0 10px 0;
        width: 80px;
    }
    .logo-footer{
        width: 170px;
    }
    .title-menu{
        margin-bottom: 25px;
        font-size: 24px;
     }
     .block-main{
        padding-left: 0px;
        color: var(--bg);
    }
    .title-main{
        font-size: 46px;
        text-transform: uppercase;
    }
    .title-main-mini{
        font-size: 12px;
        text-transform: uppercase;
    }
    
     header{
        font-size: 16px;
    }

    .form-control-name{
        border: none;
        border-bottom: 2px solid var(--green) ;
        border-radius: 15px;
        width: 100%;
       }
}










@media(max-width:430px){
    .title{
        font-size: 28px;
    }
   
}
@media(max-width:375px){
    .title{
        font-size: 28px;
    }
}