body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  font-family: Arial, sans-serif;
}

h1,
h2,
h3,
h4 {
  color: #000000;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #333;
  color: rgb(5, 4, 4);
}

.navbar h1 {
  margin: 0;
  font-size: 24px;
}

.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.navbar ul li {
  margin-left: 20px;
}

.navbar ul li a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

.navbar ul li a:hover {
  text-decoration: underline;
}



.text-name{
text-size:1.5rem;
font-weight:bold;
color:black

}
.button{
background-color:black;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black; 
    border-radius: 50%;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    background-color: #333; 
}
      .footer-block {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}

.footer-flex-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: 1px solid #333d541c;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr auto;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    display: grid;
}

.footer-links-flex-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    object-fit: fill;
    flex: 1;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 50px;
    display: grid;
    overflow: visible;
}
.bold-text-4 {
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
}

.footer-flex {
    border-bottom: 1px solid #9797974d;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
    padding-bottom: 37px;
    display: flex;
}
.footer-social-flex-2 {
    align-items: center;
    display: flex;
}
.footer-social-link-block-2 {
    margin-left: 17px;
}
 .w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.link-7.subpr {
    display: block;
}
.link-7 {
    color: #333d54;
    margin-right: 30px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.link-2 {
    color: #3c3c3c;
    margin-right: 30px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}
.footer-social-icon-2 {
    opacity: .5;
    width: 24px;
    height: 24px;
    display: block;
}

.footer.s-footer {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 34px;
    display: block;
}

.footer {
    flex: 1;
    padding: 90px 50px;
    position: relative;
}

.nav-link {
    text-decoration: none;
}

.nav-link:hover {
    text-decoration: none;
}

.nav-item.active .nav-link {
    font-weight: bold;
    color: #dc3545;
    text-decoration: none;
}

.image-1{
width:80px;
height:80px;
}
text-block-3 {
    color: gray;
    font-size: 13px;
    display: block;
}

@media screen and (max-width: 991px) {
    .footer {
        padding: 40px 35px;
    }
}

@media screen and (max-width: 767px) {
    .footer {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 479px) {
    .footer.s-footer {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media screen and (max-width: 991px) {
    .footer-flex {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .footer-flex {
        padding-left: 15px;
        padding-right: 18px;
    }
}

@media screen and (max-width: 479px) {
    .footer-flex {
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 479px) {
    .text-block-3 {
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .text-block-3 {
        padding-bottom: 26px;
        padding-left: 18px;
        padding-right: 14px;
    }
}


@media screen and (max-width: 767px) {
    .footer-links-flex-2 {
        grid-row-gap: 0px;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 991px) {
    .footer-links-flex-2 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex: 0 auto;
        order: 1;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
        display: grid;
    }
}

@media screen and (max-width: 479px) {
    .footer-links-flex-2 {
        grid-column-gap: 16px;
        grid-row-gap: 0px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        place-items: start;
        padding-top: 20px;
        display: grid;
    }
}

@media screen and (max-width: 991px) {
    .footer-flex-2 {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .footer-flex-2 {
        grid-template-columns: auto 1fr;
        padding-bottom: 0;
        padding-left: 15px;
        padding-right: 18px;
    }
}

@media screen and (max-width: 479px) {
    .footer-flex-2 {
        border-bottom-style: none;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-left: 0;
        padding-right: 30px;
        display: block;
    }
}