* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: "Cairo", sans-serif;
}
body {
    height: 100vh;
    display: flex;
    justify-content: center;
}
.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 110vh;
}
.logo {
    margin-top: 25px;
}
.box-search {
    margin-top: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.box-search input {
    border: 1px solid #2c7be5;
    border-radius: 18px;
    width: 360px;
    height: 38px;
    text-align: right;
    padding: 0px 10px 0px 0px;
}

.box-search button {
    position: absolute;
    background-color: #2c7be5;
    height: 38px;
    width: 38px;
    border: none; /* Remove button border */
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0; /* Adjust this value as needed */
    cursor: pointer;
}

.box-search button img {
    height: 22px;
    width: 22px;
}
.distance {
    padding-bottom: 125px;
}
.carousel-item {
    width: fit-content;
}
.carouselExampleInterval {
    overflow: hidden;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
}
.slider-content {
    margin-top: 10px;
    width: 100%;
}

.slider-content {
    border-radius: 12px;
}
.slider-content img {
    width: 100%;
    height: 175px;
    border-radius: 12px;
}
.exchange-prices {
    width: 100%;
    padding: 5px;
}
.title-exchange-prices,
.details-exchange-prices {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.title-exchange-prices div span,
.details-exchange-prices div span {
    text-align: center;
    width: 50px;
    text-align: center;
}
.title-exchange-prices {
    background-color: #0e4692;
    color: white;
    width: 360px;
    height: 37px;
    border-radius: 11px;
    padding: 0px 10px 0px 0px;
}
.details-exchange-prices {
    margin-top: 1px;
    background-color: #2c7be5;
    color: white;
    width: 360px;
    height: 37px;
    border-radius: 11px;
    padding: 0px 10px 0px 0px;
}
.details-exchange-prices div {
    background-color: #2264bd;
    height: 37px;
    padding: 0px 10px;
    border-radius: 11px;
    display: flex;
    align-items: center;
}
.title-exchange-prices div {
    height: 37px;
    padding: 0px 10px;
    border-radius: 11px;
    display: flex;
    align-items: center;
}
span img {
    width: 20.05px;
    height: 19.95px;
}
.img-euro {
    width: 20.05px;
    height: 19.95px;
    padding: 2px;
    background-color: #003399;
}

.department {
    margin-top: 100px;
    display: flex;
    width: 85%;
    justify-content: space-between;
}
.department a {
    text-decoration: none;
}
.department .item {
    width: 84px;
    height: 84px;
    box-shadow: 0px 0px 18px 0px #2c7be5;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Cairo;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #2c7be5;
    cursor: pointer;
}

.department .item::after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0px 0px 18px 0px #2c7be5;
}

.quid {
    position: relative;
    top: -60px;
}

.quid::before {
    margin-left: 0px;
    margin-top: -16px;
    position: absolute;
    content: "";
    width: 110px;
    height: 110px;
    border: solid transparent 10px;
    border-right: solid #2c7be5 12px;
    border-radius: 50%;
    transform: rotate(270deg);
}

.marketing::before {
    margin-left: 8px;
    margin-top: -16px;
    position: absolute;
    content: "";
    width: 110px;
    height: 110px;
    border: solid transparent 10px;
    border-right: solid #2c7be5 12px;
    border-radius: 50%;
    transform: rotate(295deg);
}

.offers-btn::before {
    margin-left: -6px;
    margin-top: -16px;
    position: absolute;
    content: "";
    width: 110px;
    height: 110px;
    border: solid transparent 10px;
    border-right: solid #2c7be5 12px;
    border-radius: 50%;
    transform: rotate(240deg);
}

.bottom-nav {
    width: 100%;
    height: 60px;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    background-color: #2c7be5;
    box-shadow: 0px 0px 10px 0px #2c7be5; /* Adjusted the shadow */
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    direction: ltr;
}
.add-post {
    position: relative;
    width: 66px;
    height: 66px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px #2c7be5; /* Adjusted the shadow */
    display: flex;
    justify-content: center;
    align-items: center;
    top: -30px; /* Adjusted the top position */
}

.add-post::before {
    margin-left: 0;
    margin-top: 0; /* Adjusted the margin-top */
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    border: solid transparent 10px;
    border-right: solid #2c7be5 12px;
    border-radius: 50%;
    transform: rotate(270deg);
}

.add-post img {
    width: 44px;
    height: 44px;
}
.notification img {
    width: 36px;
    height: 36px;
}
.home img {
    width: 36px;
    height: 36px;
}
