
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


body {
    font-family: Roboto, Inter, Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;



}
a { color: #ffffff;
    text-decoration: none;
}

.bi { padding: 0px 4px 4px 0px;
    font-size: 1rem;
    color: #FFC107;
 }

.container {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}

/* top-bar */
.top-bar {
    background: #222222;
    color: white;
    font-size: 14px;
    text-align: left;
    padding: 4px 0;
    height: 32px;
    transition: top 0.3s;
}

.top-bar-text {


    padding: 0px 12px 0px 0px;

}

.top-bar-text a{
    color: #f8f8f8;
    text-decoration: underline dashed;
}

 .top-bar-text:hover a{

    text-decoration: underline;
}

.top-right-text {
    text-align: right;

}

.top-bar.hidden {
    top: -30px;
    position: absolute;
}

.rightblock {

    display: block;
    margin-left: auto;
}




/* navbar fixed */
.navbar {
    position: absolute;
    top: 70px;
    width: 100%;
    background: transparent;
    transition: all 0.3s;
    z-index: 1000;
}
.navbar a {
    color: rgb(255, 255, 255) !important;
}

.navbar a:hover {
    color: rgb(255, 255, 255) !important;
    /* border-bottom: 3px solid #FFC107;
    height: 0px; */
    text-decoration: underline solid #FFC107 3px;
    text-underline-offset: 6px;
}

.navbar.fixed {
    position: fixed;
    top: 0;
    background: rgb(34, 34, 34) ;
}

.navbar.fixed a {
    color: rgb(255, 255, 255) !important;
}

.navbar .navbar-brand img {
    height: 32px;
}





/* hero */
.hero {
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.6)), url('img/hero-bg.jpg') no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    text-align: left;
    color: white;
     position: relative;
    background-color: rgba(0, 0, 0, 0.8);
}




.hero h1 {
    /* font-size: 6em; */
     font-size: 96px;
    margin-bottom: 20px;
}



.hero h3 {
    /*  font-size: 2em; */
     font-size: 24px;
     margin-bottom: 30px;

  }


/* btns */
.btn {
    background: #FFC107;
    border: 2px solid #FFC107;
    padding: 10px 46px;
    text-decoration: none;
    font-weight: bold;
    color: rgb(255, 255, 255);
    border-radius: 0px;
    margin: 10px 50px 10px 0px;
}
.btn:hover {
    background: #9C9C9C;
    border: 2px solid #9C9C9C;
    padding: 10px 46px;
    text-decoration: none;
    font-weight: bold;
    color: rgb(255, 255, 255);
    border-radius: 0px;
    margin: 10px 50px 10px 0px;
}
.btn-outline {
    background: transparent;
    border: 2px solid #FFC107;
    color: #FFC107;
    padding: 10px 28px;
}


.btn-outline:hover {
    /* background: transparent; */
    background: #9C9C9C;
    /* border: 2px solid rgb(15, 39, 116); */
    color: rgb(255, 255, 255);
    padding: 10px 28px;
}




/* Блоки з цифрами */
.stats {
    position: absolute;
    z-index:  100;
     width: 100%;




    padding: 10px 0;
    /* background-color: #f1d6d6; */
    text-align: right;
    top: 90vh;
}
.stat {
    /* height: 32vh; */
    padding: 30px;
    background-color: #9C9C9C;
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0px; */
    color: #ffffff;
}
.stat h5 {

    font-size: 24px;
    /* margin-bottom: 10px; */
    text-decoration: underline solid #FFC107 2px;
    text-underline-offset: 6px;
}
.stat span {
    font-size: 4em;
    font-weight: bold;
    display: block;
}


/* about*/
#about {
    background-color: #000000;
    padding: 230px 0px 150px 0px;
    color: #ffffff;
}

#about h2 {
    /*  font-size: 2em; */
     font-size: 26px;
     margin-bottom: 30px;
     text-decoration: underline solid #FFC107 3px;
     text-underline-offset: 6px;

  }


/* products*/
#products {
    background-color: #9C9C9C;
    padding: 100px 0px 100px 0px;
    color: #ffffff;
}

#products h2 {
    /*  font-size: 2em; */
     font-size: 26px;
     margin-bottom: 30px;
     text-decoration: underline solid #FFC107 3px;
     text-underline-offset: 6px;

  }




/* cherbud*/
#cherbud {
    display: flex;
    justify-content: flex-end;

    padding: 100px 0px 100px 0px;
    height: 80vh;
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.0)), url('img/etapy.webp') no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    text-align: left;
    color: white;
    /* position: relative; */
    background-color: rgba(0, 0, 0, 0.8);

}

#cherbud h2 {
    /*  font-size: 2em; */
     font-size: 90px;
     margin-top: 20px;
     margin-bottom: 20px;

  }

  #cherbud .btn {

     margin-bottom: 20px;
     margin-top: 20px;
    }

     .cherbud-right{



     text-align: right;
  }




  /* map*/
#map {
    background-color: #D3F8E2;

    color: #ffffff;
}


/* contacts*/
#contacts {
    background-color: #000000;
    padding: 70px 0px 50px 0px;
    color: #ffffff;
}

#contacts h2 {
    /*  font-size: 2em; */
     font-size: 24px;
     margin-bottom: 20px;
     text-decoration: underline solid #FFC107 2px;
     text-underline-offset: 6px;

  }

  #contacts .logo-text {
    /*  font-size: 2em; */
     font-size: 24px;
     margin: 0px 0px 0px 0px;
     /* text-decoration: underline solid #FFC107 2px;
     text-underline-offset: 6px; */

  }



  #contacts li {
    margin-left: -30px;
    list-style-type:none;
  }

  #contacts .hor  {

    display: flex;

  }

  #contacts .hor li  {
    margin-top: 56px;
    display: inline-block;
  margin-right: 40px;

  vertical-align: text-bottom;

  }

  #contacts .contacts-brand img {
    height: 34px;
}

#contacts a {
    color: rgb(255, 255, 255) !important;
}

#contacts a:hover {
    color: rgb(255, 255, 255) !important;
    /* border-bottom: 3px solid #FFC107;
    height: 0px; */
    text-decoration: underline solid #FFC107 2px;
    text-underline-offset: 4px;
}




#contacts li .tel-text a{
    color: #f8f8f8;
    text-decoration: underline dashed;
    text-underline-offset: 2px;
}

#contacts li .tel-text:hover a{

    text-decoration: underline;
    text-underline-offset: 2px;
}



/* adaptive */
@media (max-width: 1300px) {
    .hero h1 {
        font-size: 2em;
    }

    #cherbud h2 {
        font-size: 1.8em;
    }
    .hero h3 {
        font-size: 1em;
    }

    #cherbud h4 {
        font-size: 2em;
    }
    .hero h3 {
        font-size: 1em;
    }

    .navbar.fixed {
        background: rgb(0, 0, 0) !important;
    }
    .stats {
        flex-direction: column;
        align-items: center;
    }
    .stat {
        width: 90%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .top-right-text {
      visibility: hidden;
      display: none;
    }
  }

  @media screen and (max-width: 1000px) {
    .last-block {
      visibility: hidden;
      display: none;
    }
  }
