/*
Theme Name: Detailing Theme
Theme URI: wedw
Author: dwedw
Author URI: wed
Description: huinia schinimA HUINIA
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 6.4
Version: 1.0
License: WEF
License URI: WEF
Text Domain: WDE
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, style-variations, accessibility-ready, blog, portfolio, news
*/

body { height: 100%; margin: 0; padding: 0; font-family: 'Montserrat', sans-serif !important;} 

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.dropdown-menu {
    font-size: 16px !important;
    background-color: rgb(0, 0, 0) !important;
    margin: 0 !important;
    border: none !important;
    text-align: center;
}

.nav-link{
    font-size: 16px !important;
}
.dropdown-item {
    font-size: 16px !important;
    
}
.dropdown-menu-start{
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .dropdown-menu {
        position: absolute !important;
        left: auto !important;
        right: 0px !important;
        top: 59px !important;
        background-color: rgb(248, 249, 250) !important;
        margin: 0 !important;
        border: none !important;
        text-align: right;
    }

}

.number-cell {
    text-decoration: none;
    color: white;
    font-weight: 900;
}

.number-cell:hover {
    color:azure;
}

.time-work {
    color: white;
    font-size: .9rem;
    flex-direction: column;
}

.time-work div{
    color: white !important;
}
.dropdown-menu.show {
    background: #000000 !important;
}
.dropdown-item{
    color: #b4b4b4 !important;
}
.dropdown-item.active{
    background: #000000 !important;
}

.dropdown-item:hover {
    color: #e9ecef!important;
    background-color: #000000 !important;
}

.header-grid {
    display: grid !important;
    grid-template-areas: "logo btn"
        "call call"
        "menu menu";
}

@media screen and (min-width: 993px) {
    .header-grid {
        display: grid !important;
        grid-template-areas: "logo menu"
            "call call";
    }
}

@media screen and (min-width: 1200px) {
    .header-grid {
        display: grid !important;
        grid-template-areas: "logo call menu";
    }

    .time-work {
        display: flex !important;
        flex-direction: row !important;
    }
}

#blink-call {
    -webkit-animation: blink5 2s linear infinite;
    animation: blink5 2s linear infinite;
}

@-webkit-keyframes blink5 {
    0% {
        color:rgb(25, 135, 84);
    }

    50% {
        color: rgba(183, 65, 14, 0);
    }

    100% {
        color: rgb(25, 135, 84);
    }
}

@keyframes blink5 {
    0% {
        color: rgb(25, 135, 84);
    }

    50% {
        color: rgba(183, 65, 14, 0);
    }

    100% {
        color: rgb(25, 135, 84);
    }
}

.home-container{
    display: grid;
    grid-template-areas: 'o o o'
    'p i i'
    'p i i'
    'f f f';
}

.small-image{
    display: block;
}

.big-image{
    display: none;
}

@media screen and (min-width: 769px) {
    .home-container{
        display: grid;
        grid-template-areas: 'o o o'
        'p i i'
        'p i i'
        'f f f';
    }

    .small-image{
        display: none;
    }
    .big-image{
        display: block;
    }
	.text-blick{
		font-size: 10px !important;
        text-align: left !important;
		align-items: middle;
    }

}
@media screen and (min-width: 993px) {
    .home-container{
        display: grid;
        grid-template-areas: 'o i i'
        'p i i'
        'p i i'
        'f i i';
    }
    
    .text-blick{
        text-align: left !important;
    }

    .small-image{
        display: none;
    }
    .big-image{
        display: block;
    }
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

/* header page*/
.text-blick {
    padding-left: 2rem;
    text-align: center;
    position: relative;
    overflow-x: hidden;
}

.text-blick .blick {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -110%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 2s infinite linear;

}

.header-page{
    background: 
		linear-gradient(rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0.8)), 
		url('https://zonedetailing.by/wp-content/uploads/2024/05/1hq.jpg');
    background-size: cover;
}

.header-page-text{
    margin-top: 200px;
    color: white;
    margin-bottom: 100px;
}

/*    Brand      */
.brand-container {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.brand-img {
    padding: .3rem;
    width: 115px;
    height: 115px;
}

@media screen and (min-width: 993px) {

    .brand-container {
        flex-direction: row;
    }

    .brand-img {
        padding: .3rem;
        height: cover;
    }

    .typeEqypment-span {
        top: 17.5rem !important;
    }
}

/* form */

.decor {
    max-width: 350px;
    margin: 30px auto;
    background: white;
    border-radius: 30px;
}


.form-inner {
    padding: 50px;
}

.form-inner input,
.form-inner textarea {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
    outline: none !important;
    background: #E9EFF6;
    line-height: 40px;
    border-width: 0;
    border-radius: 20px;
    font-family: 'Roboto', sans-serif;
}

.form-inner input[type="submit"] {
    margin-top: 30px;
    background: royalblue;
    border-bottom: 4px solid rgb(50, 88, 204);
    color: white;
    font-size: 14px;
}

.form-inner textarea {
    resize: none;
}

.form-inner h3 {
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: royalblue;
}

.container {
    max-width: 960px;
  }
  
  /*
   * Custom translucent site header
   */
  
  .site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
  .site-header a {
    color: #8e8e8e;
    transition: color .15s ease-in-out;
  }
  .site-header a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  /* Price */
li {
    display: flex;
}

li span {
    display: flex;
    flex: 1;
    align-items: center;
}

li .price-span:before {
    content: '';
    border-bottom: 2px solid #e9ecef;
    flex: 1;
    margin: 0 10px;
}

/* Equpment */

.typeService-div {
    margin: .4rem;
    padding: .8rem;
    border-radius: 2rem;

    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
}

.typeService-span {
    color: white;

    position: relative;
    z-index: 10;
    top: 4rem;
}



.typeService-a {
    text-decoration: none;
    font-size: larger;
    color: rgb(7, 1, 29);

}

@media screen and (max-width: 500px) {
    li {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media screen and (min-width: 501px) {
    li {
        font-size: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


/*
* Вопросы
*/
.accordion-button:focus {
    box-shadow: none !important;
}
  /*
   * Extra utilities
   */

.flex-equal > * {
    flex: 1;
}
@media (min-width: 768px) {
    .flex-md-equal > * {
      flex: 1;
    }
}