/* Mobile */
@media (max-width: 767px){
    p, li, a, font {
        line-height: normal;
    }

    h1, .h1 {
        font-size: 30px;
    }

    h2, .h2 {
        font-size: 25px;
    }

    h3, .h3 {
        font-size: 20px;
    }

    .topbar {
        padding: 0;
        position: relative;
        background-color: #F6EEEA;
    }

    .mobi-login {
        display: block;
        text-align: center;
    }

    .navbar-toggler {
        padding: 0;
        font-size: 25px;
        line-height: 1;
        color: #71796E;
        background-color: transparent;
        border: 0!important;
        border-radius: 0;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0px 2px 5px hsl(103.64deg 4.76% 45.29% / 51%);
    }

    .navbar-collapse a, .navbar-collapse i {
        color: #202536;
    }

    .header-socials i {
        line-height: normal;
    }

    .logo-txt {
        font-size: 25px;
        line-height: 20px;
    }

    .navbar-toggler {
        padding: 0 20px;
        /* font-size: 40px; */
        line-height: 1;
        color: #fff;
        background-color: transparent;
        border: 0;
        border-radius: 0;
    }

    .navbar-toggler i {
        color: #202536;
        font-size: 30px;
        font-weight: 500;
        text-align: right;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
        border: 0;
    }

    .navbar {
        padding:10px 0px;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
    }

    .navbar-brand img {
        width: 70%;
        height: auto;
    }

    .header .nav-item {
        display: inline-flex;
        justify-content: center;
        margin-bottom: 10px;
        padding-left: 0;
    }

    .header .nav-item a, .header .nav-item i {
        color: #71796E;
        font-weight: 600;
        list-style: none;
    }

    .header .navbar-nav .nav-item .nav-link {
        padding-bottom: 0px;
        border-bottom: transparent;
        line-height: normal;
        padding-top: 0;
        font-size: 17px;
    }

    .btn-primary {
        padding: 10px 20px;
    }

    /* Home */
    #background-video {
        top: 78px;
    }

    .home-header .row {
        height: 29vh;
    }

    .intro .card {
        margin-top: 10%;
    }

    .home-header br {
        display: none;
    }

    .home-header h1, .home-header .h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .home-footer {
        background-image: url('/images/stripe-background-mobile.jpg');
    }

    .home-footer .row {
        height: 250px;
        padding-bottom: 30%;
    }

    .about {
        background-color: #F6EEEA;
        padding: 10% 0 40% 0;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 0;
        margin-left: 15%;
        top: 97%;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 12%;
    }

    .services {
        padding: 10% 0 40% 0;
    }
    
    .services .card {
        padding: 20px;
    }

    /* Contact page */
    .contact h2 {
        font-size: 20px;
    }

    .contact i {
        font-size: 25px;
    }

    .contact-form {
        background-image: url('/images/stripe-background-mobile.jpg');
        padding: 10% 0;
    }

    .faqs {
        padding: 10% 0;
    }

    /* footer */
    .footer {
        text-align: center;
    }

    .footer .card {
        background-color: #B38973;
        border-radius: 15px;
        border: 5px solid #fff !important;
        color: #fff;
        margin-top: -30%;
    }

    .footer-lower {
        padding-top: 10%;
        padding-bottom: 3%;
    }
}

/* Tablet & small screens: */
@media (min-width: 768px) and (max-width: 991px){
    h1, .h1 {
        font-size: 30px;
    }

    h2, .h2, h3, .h3 {
        font-size: 25px;
    }

    p, li, a {
        font-size: 15px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-brand img {
        width: 90%;
        height: auto;
    }

    .navbar-toggler {
        padding: 0;
        text-align: right;
        font-size: 30px;
        line-height: 1;
        background-color: transparent;
        border: 0;
        border-radius: 0;
    }

    .navbar-nav {
        text-align: center;
        box-shadow: 0px 3px 5px #ccccccf7;
        width: 100%;
        padding: 10px 0;
    }
    

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: auto;
        right: 0;
        width: 35%;
        background-color: #FFf;
    }

    .navbar-collapse a, .navbar-collapse i {
        color: #202536;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
        border: 0;
    }

    .navbar {
        padding: 10px;
    }

    .header-socials i {
        line-height: normal;
    }

    .header .nav-item {
        padding-left: 0;
        padding-right: 0;
        display: ruby;
    }

    .header .navbar-nav .nav-item .nav-link {
        padding-bottom: 0;
        border-bottom: transparent;
        line-height: 45px;
        padding-top: 0;
    }

    /* Home */
    #background-video {
        top: 130px;
    }

    .home-header .row {
        height: 62vh;
    }

    .home-header h1, .home-header .h1 {
        font-size: 35px;
    }

    .intro .card-body {
        padding: 30px;
    }

    .intro .card-body .img-fluid {
        max-width: 47%;
        margin-right: 10px;
    }

    .about .carousel-indicators {
        top: 93%;
    }

    .services .card {
        padding: 20px;
    }

    .contact i {
        font-size: 30px;
    }

    .contact br {
        display: none;
    }

    .faqs, .contact-form {
        padding: 10% 0;
    }

    .contact {
        padding: 6% 0;
    }

    footer {
        padding: 0 0 5% 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .header .nav-item {
        padding-left: 40px;
    }

    #background-video {
        top: 120px;
    }

    .home-header .row {
        height: 80vh;
    }

    .home-header h1, .home-header .h1 {
        font-size: 45px;
    }

    .home-footer .row {
        height: 320px;
    }

    .contact i {
        font-size: 40px;
    }

    .contact br {
        display: none;
    }
}

/* Laptop: */
@media (min-width: 1200px) and (max-width: 1600px){
    .header .nav-item {
        padding-left: 35px;
        padding-right: 30px;
    }

    .home-header .row {
        height: 80vh;
    }

    .home-header h1, .home-header .h1 {
        font-size: 40px;
    }

    #background-video {
        top: 120px;
    }

    .contact {
        padding: 5% 0 5% 0;
    }

    .contact i {
        font-size: 40px;
    }

    .home-footer .row {
        height: 350px;
        padding-bottom: 5%;
    }
}

/* 14” HD Laptop */
@media (min-width: 1391px) and (max-width: 1600px){
    .intro .card {
        margin-top: -5%;
    }

    .logo img {
        width: 65%;
    }
}