body {
  font-family: 'Inter', sans-serif;
  margin: 0;
}

.bg-dark2 {
    background-color:  black ;
}

.bg-darkwhite {
    background-color: #F5F3F3;
}

.text-dark2 {
    color:  #232536 ;
}


.bg-yellow {
    background-color: #FFD050;
}

.navbar-nav {
    margin-right: 30px;
}

.btn-sub {
    padding: 10px 40px;
    margin: 5px 0;
}

.bg-images {
  background-image: url(../images/main-menu.jpg);
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center center;
  height: 800px;
}


.main-text {
    font-size: 40px; 
    font-weight: 700;
    max-width: 1000px;
    padding-top: 150px;
} 

.title-text {
    font-size: 40px;
    font-weight: 400;
    max-width: 650px;
}


.btn-yellow {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 55px;
}

.text-featured {
    font-size: 28px;
    max-width: 600px;
}

.small-text {
    font-size: 16px;
    font-weight: 400;
    color: #6D6E76;
}

.small-text-feat {
    max-width: 500px;
}

.fon-images {
    background-repeat: no-repeat;
    background-position: center top;
}

.titke-categor {
    font-size: 28px;
    font-weight: 700;
}

a {
    text-decoration: none;
}


.block-yellow-fon {
    background-color: rgba(255, 208, 80, 0.5);
    margin-top: 100px;
}

.text-yellow-fon {

    font-size: 44px; 
    font-weight: 700;  
}

.name-person {
    font-size: 24px; 
    font-weight: 700;    
}

.small-text-name {
    font-size: 14px;
    font-weight: 400;
}

.img-person {
    margin: 10px 85px;
    min-width: 50px;
    height: auto;
}

.text-contacts {
    color: rgba(255, 255, 255, 0.75);
}


.card-img-overlay {
    background-color: rgba(0, 0, 0, 0.5); 
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    filter: grayscale(100%); 
}

.col {
    height: 480px;
}
.whts {
    color: black;
    position: absolute;
    top: 408px;
    background-color: #14a70d;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    padding: 5px;
}
.price {
    color: black;
    position: absolute;
    top: 360px;
    background-color: #FFD050;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    padding: 5px;
}
.whts a {
    color: #ffffff;
}
