@import "mega-menu.css";

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Yantramanav', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin-bottom: 280px;
}

.wrapper {
    overflow: hidden;
}

.slider {
    width: 100%;
    position: relative;
}

.slider .slider-text {
    font-size: 4.5rem;
    line-height: 1.1 !important;
}

.slider-text-container {
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 550px;
    position: absolute;
}

.slider img {
    object-fit: cover;
    width: 100%;
    height: 70vh;
}

#header_ {
    /*position: absolute;
    z-index: 10;*/
    width: 100%;
    /*border:1px solid white;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
}

#header_ ul {
    text-decoration: none;
    color: #000;
    width: 100%;
    /*display: flex;
    flex-direction: row;
    justify-content: center;*/
    align-items: center;
}

#header_ ul li {
    margin: 10px 0px;
    font-size: 0.875rem
}

#header_ .logo {
    width: 215px;
}

#header_ .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.navbar-search-input {
    border-radius: 60px;
    padding-right: 45px;
    color: #969696;
    font-size: 14px;
}

.navbar-search-button {
    width: 40px;
    height: 40px;
    background-color: #ff0027;
    border-radius: 100%;
    margin-left: -45px;
}


.container {
    width: 92%;
}

.user-avatar_custom {
    background-color: #fff3cd;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3182d5;
    font-size: 23px;
    font-weight: bold;
}

.slider-paginator {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 35px;
    font-weight: 200;
}

.slider-paginator .prev {
    fill: #fff;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 20px;
    cursor: pointer;
}

.slider-paginator .next {
    fill: #fff;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 20px;
    cursor: pointer;
}


.js body.no-scroll {
    overflow: hidden;
}

main {
    border-top: 4em solid #394971;
    min-height: 20em;
    padding: 0 1em;
}

.select-langs {
    align-items: center;
    font-size: 12px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    color: #000;
    margin: 10px;
}

.menu-button {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0.5em;
    right: 0.66667em;
    color: #333;
    font-size: 1.5em;
    line-height: 1.5;
    width: 1.5em;
    text-align: center;
    border-radius: 50%;
}

.menu-button:hover, .menu-button:focus {
    background: rgba(0, 0, 0, 0.1);
}

.swipe-nav {
    position: fixed;
    z-index: 2;
    top: -2em;
    right: 0;
    bottom: -2em;
    left: 0;
    visibility: hidden;
    transition: visibility 0.2s ease;
}

.swipe-nav__overlay {
    cursor: default;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.2s ease;
    transform: translateZ(0);
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    will-change: opacity;
}

.swipe-nav__panel {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 14em;
    margin: 2em 0;
    transition: 0.2s ease-out;
    transition-property: transform;
    transform: translate3d(100%, 0, 0);
    background-color: #394971;
    will-change: transform;
}

.swipe-nav__scroller {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.js .swipe-nav__panel:after {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    visibility: visible;
    width: 1em;
    content: "";
}

.swipe-nav__inner {
    position: relative;
    min-height: 100%;
    padding-bottom: 1em;
    border-top: 4em solid #394971;
}

.swipe-nav__inner .menu-button {
    top: -2.125em;
}

.swipe-nav--open,
.no-js .swipe-nav:target {
    visibility: visible;
}

.swipe-nav--open .swipe-nav__overlay,
.no-js .swipe-nav:target .swipe-nav__overlay {
    opacity: 1;
}

.swipe-nav--open .swipe-nav__panel,
.no-js .swipe-nav:target .swipe-nav__panel {
    transform: translate3d(0, 0, 0);
}


.review-container {
    min-height: 265px;
    border: 2px solid #b3b3b3;
    padding: 30px 50px 100px 50px
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
}


@media screen and ( max-width: 1024px) {
    .home-our-brands .home-our-brands-content img {
        margin-bottom: 35px !important;
        width: 160px!important;
    }

    .home-maps{
        margin-top: 110px
    }

    .footer-logo{
        display: flex;
        align-items: center;
        justify-content: start!important;
    }

    .footer-logo img{
        width: 85%;
    }

}

@media only screen and (max-width: 600px) {

    body{
        margin-bottom: 800px;
    }

    #header .logo {
        width: 155px;
    }

    .menu-button {
        display: inline-block;
        right: 1.5em;
    }

    .select-langs {
        align-items: center;
        font-size: 9px;
        width: 16px;
        height: 16px;
        background-color: #fff;
        color: #000;
        border-radius: 50%;
    }

    .slide {
        font-size: 12px !important;
    }

    .slider img {
        object-fit: cover;
        width: 100%;
        height: 45vh;
    }

    .slider .slider-text {
        font-size: 2.3rem;
        line-height: 0.9 !important;
    }

    .slider-text-container {
        left: 60px;
        top: 50%;
        transform: translateY(-50%);
        max-width: 300px;
        position: absolute;
    }

    .slider-paginator {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 25px;
        font-weight: 200;
    }

    .slider-paginator .prev {
        position: absolute;
        left: 10px;
        cursor: pointer;
    }

    .slider-paginator .next {
        position: absolute;
        right: 10px;
        cursor: pointer;
    }

    .review-container {
        min-height: auto;
        border: 2px solid #b3b3b3;
        padding: 20px 25px 70px 25px
    }

    .footer-logo{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 35px;
    }

    .footer-media-images{
        margin-top: 20px;
    }

    .footer-social-media{
        margin-top: 20px;
    }

    .footer-signature span{
        display: none;
    }

    .footer-copyright{
        font-size: 13px;
    }

    .slick-slide img{
        margin: 0 auto;
    }

}
