.bg-berry{
    background-color: #FB726C;
}
.nav-bar{
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
     box-shadow: 0 0 2px 0 rgba(20,21,71,0.4);
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
    background-color:rgba(251, 114, 108, 1) !important;
}

.nav-bar-scroll{
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 0 8px 0 rgba(20,21,71,0.4);
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
    background-color: rgba(251, 114, 108, 1) !important;
}

.parallax {
    background-image: url("../img/banner.jpg");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-overlay {
    position: absolute;
    min-height: 500px;
    width: 100%;
    background: rgba(48, 48,48, 0.8);
}
.parallax-content{
    margin-top:13rem;
}
.head-title{
     font-family: 'Montserrat', sans-serif;
     font-weight: 700;
     color: white;
     font-size: 48px;
 }
.head-arrow{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: white !important;
    font-size: 48px;
}

.head-arrow:hover{
    color: #35DAE6!important;
}

.head-sub-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 22px;
}

.summary-title{
    color: #FB726C;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
}
.summary{
    color: #FB726C;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.count-title{
    color: #FB726C;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.count{
    color: #FB726C;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 32px;
}

.buy-Card{
    box-shadow: 0 0 3px 0 rgba(20,21,71,0.2);
}

.buy-Card:hover{
    box-shadow: 0 0 4px 0 rgba(20,21,71,0.4);
}

.play{
    color: #FB726C;
    font-size: 4em;
}
.play:hover{
    color: #ff1b31;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: #1c2634;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5);
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .7);
    background-color: #fff;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #c5c5c5;
}
.sideNav-scrollbar {
    overflow-y: auto;
    padding-bottom: 120px
}
.img-select .select-wrapper input.select-dropdown{
    border-bottom: none;
    padding-bottom: 15px;
}
.img-select  .select-wrapper .caret{
    padding-right: 15px;
}
.sideNav-scrollbar::-webkit-scrollbar {
    width: 9px;
}
.sideNav-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    border-radius: 7px;
}
.sideNav-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .7);
    background-color: rgba(0, 0, 0, 0.5);
}
.sideNav-scrollbar::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.8);
}
.navy-blue-skin .side-nav .sidenav-bg.mask-strong:after,
.navy-blue-skin .side-nav .sidenav-bg:after {
    background: rgba(67, 66, 93, .8);
}
.navy-blue-skin .side-nav .collapsible li .collapsible-header.active,
.navy-blue-skin .side-nav .collapsible li .collapsible-header:hover {
    background-color: rgba(60, 59, 84, .8);
    border-left: 6px solid rgb(146,144,226);
}
.navy-blue-skin .side-nav .collapsible li .collapsible-body a:hover {
    color: #3c3b54 !important;
}
.navy-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover {
    background-color: #3c3b54;
}
.navy-blue-skin .navbar.double-nav a{
    color: #3c3b54 !important;
}

.center-screen{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.card-height{
    height: 20em;
}




@media (max-width: 575.98px) {
    
    .vid-h{
        height:250px !important;
    }

.head-title{
     font-size: 36px;
 }
.head-arrow{
    font-size: 36px;
}

.summary-title{
    font-size: 22px;
}
.summary{
    font-size: 14px;
}

.count-title{
    font-size: 14px;
}
.count{
    font-size: 24px;
}

}


@media (min-width: 576px) and (max-width: 767.98px) {
    
    .vid-h{
        height:250px !important;
    }
    
}


@media (min-width: 768px) and (max-width: 991.98px) {
    
        .vid-h{
        height:300px !important;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    
    
}


@media (min-width: 1200px) {
    
    
}

