/*|---|| Project : Chhabiwala| Developer : Shahali Bogdadi||------------------------------|*//*|---| fonts|-------------------*/
@font-face {
    font-family: FranklinGothicBook;
    src: url('../fonts/Franklin Gothic Book Regular.ttf');
}

@font-face {
    font-family: FranklinGothicDemi;
    src: url('../fonts/Franklin Gothic Demi Regular.ttf');
}

/*|---| navbar-toggler css|-------------------*/
.navbar-toggler-icon {
    position: relative;
    width: 40px;
    height: 50px;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler.collapsed .line, .navbar-toggler .line {
    height: 5px;
    width: 40px;
    background: #999999;
    z-index: 100000;
    overflow: hidden;
    position: absolute;
    right: 0;
    border-radius: 3px;
    top: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-toggler.collapsed .line1 {
    transform: rotate(0deg);
    top: 10px;
}

.navbar-toggler.collapsed .line2 {
    top: 20px;
    opacity: 1;
}

.navbar-toggler.collapsed .line3 {
    top: 30px;
    transform: rotate(0deg);
}

.navbar-toggler .line1 {
    transform: rotate(45deg);
}

.navbar-toggler .line2 {
    opacity: 0;
}

.navbar-toggler .line3 {
    transform: rotate(-45deg);
}

/*|---| carousel-inner css|-------------------*/
.carousel-inner {
    height: 100vh;
}

.carousel-inner .carousel-item {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

/*|---| social-links css|-------------------*/
.social-links {
    z-index: 1050;
}

.social-links ul {
}

.social-links ul li {
    display: inline-block;
}

.social-links a {
    margin: 5px;
    display: inline-block;
}

.social-links img {
    width: 40px !important;
    opacity: 0.8;
}

.social-links img:hover {
    opacity: 1;
}

/*|---| custom-navbar css|-------------------*/
.custom-navbar * {
    font-family: FranklinGothicBook;
}

.custom-navbar {
    height: 100vh;
    overflow: auto; /*background-image:url("../images/fbg.png");*/
    background: #b8b9bd;
    background-size: cover;
}

.custom-navbar .text-widget img {
    width: 60%;
}

.header {
    height: 100vh;
    overflow: auto;
    font-size: 14px;
}

/*|---| logo css|-------------------*/
.logo {}

.logo img {
    width: 200px;
    position: absolute;
    left: 30px;
	opacity:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.logo.logoplus img {
    width: 0px;
	opacity:0;
}

/*|---| visit css|-------------------*/
.visit{
    color: #000!important;
    font-size:18px;
    font-family: FranklinGothicDemi;
}

/*|---| M logo css|-------------------*/
.m-logo {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
}

.m-logo img {
    width: 80px;
}

/*|---| Media query css|-------------------*/
@media (max-width: 767px) {
    .carousel-inner {
        height: auto;
    }

    .carousel-inner .carousel-item {
        height: auto;
        background-image: none !important;
    }

    .ms-1 {
        background-position: -60% !important;
    }

    .ms-2 {
        background-position: 40% !important;
    }

    .ms-3 {
        background-position: 55% !important;
    }

    .ms-4 {
        background-position: 75% !important;
    }

    .ms-5 {
        background-position: 75% !important;
    }

    .header .collapse:not(.show) {
        display: block !important;
    }

    .header {
        position: relative !important;
        height: auto;
    }

    .header .navbar {
        position: relative !important;
    }

    .custom-navbar {
        padding-top: 20px;
        height: auto;
    }

    .logo img {
        width: 80px;
    }

    .logo.logoplus img {
        width: 0px;
    }

    .custom-navbar .text-widget {
        margin-bottom: 30px !important;
    }

    .social-links a {
        margin: 5px;
    }
}