.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: var(--z-fixed);
    transition: background-color 4s;
    margin: 20px;
    border-radius: 10px;
}

ul {
    list-style-type: none;
}

.nav {
    height: 3.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px;
}

.nav__logo {
    color: white;
    display: inline-flex;
    align-items: center;
    column-gap: 0.5rem;
    font-weight: var(--font-medium);
    transition: color 3s;
}

.nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.nav__link {
    text-decoration: none;
}

.profile {
    height: 60px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.navTextStyle {
    font-size: large;
    font-weight: bold;
    color: black;
}

.bx {
    font-size: 25px;
    color: white;
}

.nav__logo i {
    font-size: 2rem;
    margin-top: 10px;
}

.nav__logo:hover {
    color: darkblue;
}

.button {
    display: inline-block;
    background: linear-gradient(101deg, hsl(228, 66%, 53%), hsl(228, 66%, 47%));
    color: #fff;
    padding: 14px 28px;
    border-radius: 0.5rem;
}

body {
    text-align: center;
    margin: 100px;
}

.header1 {
    color: white;
    font-size: 50px;
    padding:100px;
}

.head {
    margin:50px;
    color: white;
    font-size: 40px;
}

.call,
.chat,
.video,
.email {
    color: white;
    margin-top: 20px;
}
.ways{
    margin:150px;
    display:flex;
    text-align: center;
}

.information {
    user-select: none;
    justify-content: center;
    padding: 20px;
    margin: 0px;
}



.info {
    padding: 30px;
    margin: 0px;
}

img {
    width: 350px;
    height: 150px;
    overflow: hidden;
    display: inline-flex;
    align-items: flex-end;
}

.description {
    font-size: 20px;
    margin: 10px;
    color:white
}
body{
    background: linear-gradient(180deg,
              hsl(0,0%,16%)93%,
              hsl(0,0%,67%)100%);
}

.logos__container {
  padding-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 0fr); /* Two logos per row */
  gap: 0.5rem;
  justify-items: center;
}

.logos_img1,
.logos_img2,
.logos_img3,
.logos_img4,
.logos_img5,
.logos_img {
  height: auto; /* Adjust height as needed */
  max-width: 100%; /* Ensure images don't exceed container width */
  transition: opacity 0.3s;
  opacity: 0.8; /* Adjust opacity as needed */
}

.logos_img:hover {
  opacity: 1; /* Increase opacity on hover */
}

.ways{
    justify-content: center;
}
