@media(min-width: 1681px) {
    #home .intro-body {
        height: 900px;
    }

    #home .intro-header h1 {
        font-size: 65px;
    }

    #home .intro-header h3 {
        font-size: 30px;
    }

    #home .intro-header a {
        font-size: 20px;
    }

    #home .intro-body .modal-dialog .modal-content {
        width: 82%;
        margin: 0 auto;
        display: block;
    }
}

@media(max-width: 1680px) and (min-width: 1225px) {
    #home .intro-body {
        height: 720px;
    }

    #home .intro-header h1 {
        font-size: 60px;
    }

    #home .intro-header h3 {
        font-size: 28px;
    }

    #home .intro-body .modal-dialog .modal-content {
        width: 85%;
        margin: 100px auto;
        display: block;
    }
}

@media(max-width: 992px) {
    #home .intro-header h1 {
        font-size: 35px;
    }

    #home .intro-header h3 {
        font-size: 20px;
    }

    #home .intro-header {
        margin-top: 90px;
    }

    #home .intro-body .home-video-title {
        font-size: 14px;
    }
}

@media(max-width: 767px) {
    #home .carousel-home-video {
        display: none;
    }

    #home .intro-body .carousel-item img {
        display: block;
        height: 100%;
        width: auto;
    }

    #home .intro-body {
        height: 550px;
    }

    #home .intro-header h1 {
        font-size: 30px;
    }

    #home .intro-header h3 {
        font-size: 18px;
    }

    #home .intro-header  {
        margin-top: 100px;
    }

    #home .intro-body .modal-dialog .modal-content {
        width: 90%;
        margin: 200px auto;
        display: block;
    }

    #home .intro-body .intro-header .read-case {
        margin-top: 5px !important;
    }

     #home .intro-body .carousel-item .view {
         height: 100%;
     }
}

@media(max-width: 560px) {
    #home .intro-header h1 {
        font-size: 21px;
        letter-spacing: 2px;
    }

    #home .intro-header h3 {
        font-size: 16px;
    }

    #home .intro-header .button-container {
        margin-left: 0;
        margin-right: 0;
    }

    #home .intro-header {
        margin-top: 100px;
    }

    #home .carousel-control-prev, #home .carousel-control-next {
        display: none;
    }

    #home .intro-body .modal-dialog .modal-content {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 200px;
    }

    #home .intro-body .home-video-title {
        font-size: 10px;
        display: block;
    }

    #home .intro-body .modal-footer .btn {
        font-size: 9px;
    }
    
    #home .intro-body .modal-dialog {
        min-width: auto;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #home .intro-body .intro-header .read-case {
        margin-top: 5px !important;
    }
}

.intro-body .carousel-item img {
    display: none;
}

/* Carousel*/
.carousel,
.carousel-item,
.active {
    height: 100%;
}

.intro-body .carousel {
    padding-left: 0;
    padding-right: 0;
}

.carousel-inner {
    height: 100%;
}

.flex-center {
    color: #fff;
}

.carousel-caption {
    height: 100%;
    padding-top: 7rem;
}

.intro  .carousel-indicators li {
    max-width: 10px;
    margin-left: 7px;
    margin-right: 7px;
}

.intro .carousel .carousel-control-arrow {
    z-index: 2;
}

.intro .carousel .carousel-control-arrow:focus {
    outline: none;
}

.intro .carousel .carousel-control-arrow:focus-visible {
    opacity: 1;
    border: 1px solid #fff;
}

.intro-body {
    height: auto;
}

.intro-header {
    margin-top: 40px;
}

.intro-header .button-container {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
}

.intro-header .button-container a:focus {
    outline: none;
}

.intro-header .button-container a:focus-visible {
    background-color: #2980b9;
    border: 1px solid #fff;
}

.intro-header .button-container a, .intro-header a {
    font-size: 16px;
}

.intro-header h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 45px;
}

.intro-header h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 25px;
}

.intro-header .play-video-button {
    padding: 15px 20px;
    border: none;
}

.intro-header .play-video-button:focus {
    outline: none;
}

.intro-header .play-video-button:focus-visible {
    border: 1px solid #fff;
}

.intro-body .modal-footer {
    background-color: #fff;
}

.rightArrow, .leftArrow, #home .card {
    box-shadow: none !important;
}

.intro-body .modal-dialog .modal-content {
    width: 100%;
    margin: 150px auto;
    display: block;
}

#modal1 video {
    outline: none;
}

.intro-body .intro-header .btn-custom {
    padding-left: 25px;
    padding-right: 25px;
}

.btn-close-modal {
    border: 2px solid #4285f4 !important;
    background-color: transparent !important;
    color: #4285f4 !important;
}


