img {
    width: 100%;
}

.logo-slider .item {
    background-color: #fff;
    /* box-shadow: 0 4px 5px #cacaca; */
    border-radius: 8px;
    /* padding: 15px; */
}

.logo-slider .slick-slide {
    margin: 15px;
}

.slick-dots li.slick-active button::before {
    color: #ff5722;
}

.slick-dots li button::before {
    font-size: 12px;
}

.slick-next::before,
.slick-prev::before {
    color: #ff5722;
    font-size: 24;
}

.item:hover {
    display: block;
    transition: all ease 0.3s;
    transform: scale(1.1) translateY(-5px);
}

.slider-img1 {
    border: #ff5722 1px solid;
}

.hover-color {
    display: inline-block;
    position: relative;
    width: fit-content;
    text-decoration: none;
}
.hover-color::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom left;
    transition: transform 0.5s ease-out;
}
.hover-color:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* NAVBAR */

.navbar__brandHolder {
    display: flex;
    align-items: center;
}
.navbar__logo {
    display: inline-block;
    margin-right: 10px;
}
.navbar__brand {
    display: inline-block;
    color: white;
    margin: 0;
}

.spacer {
    flex-grow: 1 !important;
}

.navbar__links {
    list-style-type: none;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
}
.navbar__links li {
    padding: 0px 20px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.notifications {
    position: absolute;
    right: -0px;
    top: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: linear-gradient(#f05757);
    height: 22px;
    width: 22px;
    border-radius: 50%;
}
.off {
    background: transparent !important;
    color: #fd847a !important;
    font-weight: 600;
}
@media screen and (min-width: 0px) {
    #navToggle {
        display: block;
    }
    .navbar__links {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    #navToggle {
        display: none;
    }
    .navbar__links {
        display: flex;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
.content {
    height: 800px;
}

li span {
    cursor: pointer;
}

.round-nav-btn,
#mc-embedded-subscribe {
    border: 1px solid white !important;
    border-radius: 17px !important;
    padding: 10px;
    cursor: pointer;
}

.round-nav-btn:hover #mc-embedded-subscribe:hover {
    background: white !important;
    color: #fd847a !important;
    transition: all 0.5s ease-in-out;
}

.off .notifications {
    color: #fd847a !important;
}

#mc_embed_signup_scroll {
    background-color: #fd847a;
}

#mc_embed_signup form {
    padding: 0px !important;
}

label[for="mce-EMAIL"] {
    color: white;
    font-weight: 600 !important;
}

#mce-EMAIL {
    border: none !important;
    border-bottom: 1px solid white;
}

#mc_embed_signup input.email {
    border: none !important;
    border-bottom: 1px solid white !important;
    background-color: transparent important;
}

#mc-embedded-subscribe {
    background-color: transparent !important;
}

#mc_embed_signup_scroll {
    padding-top: 10px !important;
}

#mc_embed_signup {
    width: auto !important;
}
