﻿
h3 {
    font-size: 17px !important;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

/*
  Fade content bs-carousel with hero headers
  Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
  Image credits: unsplash.com
  */

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}

    .fade-carousel .carousel-inner .item {
        height: 100vh;
    }

    .fade-carousel .carousel-indicators > li {
        margin: 0 2px;
        background-color: #f39c12;
        border-color: #f39c12;
        opacity: .7;
    }

        .fade-carousel .carousel-indicators > li.active {
            width: 10px;
            height: 10px;
            opacity: 1;
        }

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

    .hero h1 {
        font-size: 4em;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }


.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out 5s;
    -moz-transition: 2s all ease-in-out 5s;
    -ms-transition: 2s all ease-in-out 5s;
    -o-transition: 2s all ease-in-out 5s;
    transition: 2s all ease-in-out 5s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out 5s;
    -moz-transition: 2s all ease-in-out 5s;
    -ms-transition: 2s all ease-in-out 5s;
    -o-transition: 2s all ease-in-out 5s;
    transition: 2s all ease-in-out 5s;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    /*background-color:#fff;*/
    opacity: 0.4;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
    padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #8f424c;
    border-color: #7e3a43;
    outline: none;
    margin: 20px auto;
}

    .btn.btn-hero:hover {
        background-color: #f5f5f5;
        border-color: #f5f5f5;
        color: #8f424c;
        transition: 0.5s;
    }
/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    /*background-image: url(https://ununsplash.imgix.net/photo-1416339134316-0e91dc9ded92?q=75&fm=jpg&s=883a422e10fc4149893984019f63c818);*/
    background-image:url(../images/c1.jpg)
}

.fade-carousel .slides .slide-2 {
    /*background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af);*/
    background-image:url(../images/c2.jpg)
}

.fade-carousel .slides .slide-3 {
    /*background-image: url(https://ununsplash.imgix.net/photo-1416339276121-ba1dfa199912?q=75&fm=jpg&s=9bf9f2ef5be5cb5eee5255e7765cb327);*/
    background-image: url(../images/c1.jpg)
}


/*My Css*********START***************/

.bar-icon {
    display: none;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    margin-right: 10px;
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 6;
    padding: 5px 0;
    transition:all 0.5s;
}

    header .head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        header .head .logo {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 100%;
        }

            header .head .logo a.brand {
                text-decoration: none;
                font-weight: bold;
                color: white;
            }

                header .head .logo a.brand h4 {
                    font-size: 30px;
                }

            header .head .logo .menu ul {
                list-style: none;
                margin-top: 15px;
            }

                header .head .logo .menu ul li {
                    display: inline-block;
                    padding: 10px 0;
                    margin-left: 20px;
                }
    header.change {
        background-color: #7e3a43;
    }

        header.change .head .logo .menu ul li {
            padding: 5px 0;
        }

                    header .head .logo .menu ul li a {
                        color: white;
                        padding: 10px 0;
                        font-size: 16px;
                    }

        header .head .login-btn ul {
            list-style: none;
            margin-bottom: 0 !important;
        }

            header .head .login-btn ul li {
                display: inline-block;
                border: 1px solid #7e3a43;
                border-radius: 5px;
                margin-left: 10px;
                background-color: #8f424c;
                transition: 0.5s;
            }

                header .head .login-btn ul li a {
                    color: white;
                }

                header .head .login-btn ul li:hover, header .head .login-btn ul li:hover > a {
                    background-color: #fff;
                    color: #7e3a43;
                    transition: 0.5s;
                }

.Download-App p span:not(:first-child) {
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
}


/******************************Login Page CSS START*/
.login-form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #f5f5f5;
}

.login-head h3 {
    text-align: center;
    margin: 10px 0 40px 0;
    font-size: 22px !important;
    font-weight: bold;
}

.login-head .icon {
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
    color: #7e3a43;
}

.login-form form {
    width: 400px;
    background-color: #fff;
    padding: 20px 15px 50px 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 7px -1px rgba(181,177,181,1);
    -moz-box-shadow: 0px 0px 7px -1px rgba(181,177,181,1);
    box-shadow: 0px 0px 7px -1px rgba(181,177,181,1);
}

    .login-form form label {
        color: #7e3a43;
    }

    .login-form form input[type="text"], .login-form form input[type="password"] {
        border: 1px solid #ccc;
        outline: none;
        background: none;
    }

    .login-form form input[type="submit"] {
        background: #7e3a43;
        border: none;
    }

    .login-form form input[type="text"]:focus, .login-form form input[type="password"]:focus {
        border: 1px solid #7e3a43;
        -webkit-box-shadow: 0px 0px 7px -1px rgba(181,177,181,1);
        -moz-box-shadow: 0px 0px 7px -1px rgba(181,177,181,1);
        box-shadow: 0px 0px 7px -1px rgba(181,177,181,1);
    }
/******************************Login Page CSS END*/

/*My Css*********END***************/



/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
    .hero {
        width: 980px;
    }

        .hero h1 {
            font-size: 4vw;
        }
}

@media screen and (max-width: 640px) {
    .hero {
        width: 89%;
    }

        .hero h1 {
            font-size: 9vw;
        }

        .hero h3 {
            font-size: 12px !important;
        }
}

@media screen and (max-width: 640px) {
    .bar-icon {
        display: block;
    }

    header .head .logo .menu {
        display: none;
    }

    .login-btn ul li.join {
        display: none !important;
    }

    header .head .logo a.brand h4 {
        font-size: 22px;
        margin: 0 auto;
        text-align: center;
    }


    .login-form {
        align-items: unset;
    }

        .login-form form {
            box-shadow: unset;
        }
}
/* .banner-section{
      position: absolute;
     } */


/******************************************************/

.b-section {
    padding: 50px 20px;
}

.title {
    width: 100%;
    margin-bottom: 50px;
}

    .title h4 {
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        text-transform: uppercase;
    }

.b-section .item {
    width: 100%;
    padding: 0 30px;
}

    .b-section .item .icon-image {
        padding: 20px;
        text-align: center;
    }

        .b-section .item .icon-image img {
            width: 70%;
            margin: 0 auto;
        }

    .b-section .item .title-name {
        width: 100%;
    }

        .b-section .item .title-name h5 {
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            text-transform: capitalize;
        }

    .b-section .item .descr p {
        text-align: center;
    }

footer {
    background-color: #e9dfe1;
    padding: 50px 0;
}

.footer .footer-menu {
    display: flex;
    justify-content: space-between;
}

    .footer .footer-menu ul {
        list-style: none;
    }

        .footer .footer-menu ul li {
            padding: 5px 0;
        }

            .footer .footer-menu ul li:first-child {
                font-weight: 600;
                font-size: 14px;
                color: #000;
            }

            .footer .footer-menu ul li a {
                color: #080d15;
            }

.footer-left .logo a h4 {
    font-size: 28px;
    font-weight: 600;
}

.footer-left .social-link ul {
    list-style: none;
    padding-left: 0 !important;
}

    .footer-left .social-link ul li {
        display: inline-block;
        padding: 10px 0;
        ;
    }

        .footer-left .social-link ul li a {
            font-size: 28px;
        }

        .footer-left .social-link ul li:not(:first-child) {
            margin-left: 30px;
        }

.download-icon {
    width: 180px;
    height: 50px;
    border-radius: 5px;
}

    .download-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
        opacity: 0.7;
        filter: grayscale(10);
    }

        .download-icon img:hover {
            opacity: 1;
            filter: grayscale(0);
        }