﻿

/*X-Small devices (portrait phones, less than 576px)*/
/*No media query for `xs` since this is the default in Bootstrap*/
.containernav {
    position: relative;
    background-image: url("../assets/Images2/NavHeader_550_New.png");
    height: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}

.desktop-nav {
    display: none;
}

.mobile-nav-btn {
    position: absolute;
    right: 10px;
    top: 20px;
    background-color: #1A1A1A;
}

.mobile-nav-body {
    padding-top: 10px;
}

.mobile-nav-content {
    background-color: #1A1A1A;
    height: 100%;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .containernav {
        background-image: url("../assets/Images2/NavHeader_550_New.png");
        height: 100px;
    }

    .mobile-nav-btn {
        top: 28px;
    }

    .mobile-nav-body {
        padding-top: 100px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .containernav {
        background-image: url("../assets/Images2/NavHeader_770_New.png");
        height: 150px;
    }

    .mobile-nav-btn {
        top: 45px;
    }

    .mobile-nav-body {
        padding-top: 150px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .containernav {
        background-image: url("../assets/Images2/NavHeader_992_New.png");
        height: 180px;
    }

    .desktop-nav {
        display: flex;
    }

    .mobile-nav {
        display: none;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .containernav {
        background-image: url("../assets/Images2/NavHeader_1200_New.png");
        height: 180px;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .containernav {
        background-image: url("../assets/Images2/NavHeader_1400_New.png");
        height: 200px;
    }
}






/*X-Small devices (portrait phones, less than 576px)*/
/*No media query for `xs` since this is the default in Bootstrap*/
.background2 {
    background-image: url("../assets/Images2/AboutUS.png");
    background-size: cover;
    width:100%
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .background2 {
        background-image: url("../assets/Images2/AboutUS.png");
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .background2 {
        background-image: url("../assets/Images2/AboutUS.png");
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .background2 {
        background-image: url("../assets/Images2/AboutUS.png");
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .background2 {
        background-image: url("../assets/Images2/AboutUS.png");
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .background2 {
        background-image: url("../assets/Images2/AboutUS.png");
        background-size: cover;
        background-repeat: no-repeat;
    }
}


.box svg,
.box svg rect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: transparent;
}

    .box svg rect {
        stroke: #9BBAB9;
        stroke-width: 10px;
        stroke-dasharray: 400;
        animation: animate 3s linear infinite;
    }

@keyframes animate {
    0% {
        stroke-dashoffset: 800;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.bg-bop {
    background-color: #111;
}

.bg-boptransparent {
    background-color: transparent;
}
/*
.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}*/

/*    .dropdown-item:hover, .dropdown-item:focus {
        color: white;
        background-color: #9BBAB9;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #9BBAB9;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent;
    }
*/
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
    border-radius: 0%;
}

    .btn-outline-light:hover {
        color: black;
        background-color: #9BBAB9;
        border-color: #9BBAB9;
    }

.btn-outline-green {
    color: white;
    border-color: #9BBAB9;
    background-color: #9BBAB9;
    border-radius: 0%;
}

    .btn-outline-green:hover {
        color: black;
        background-color: #9BBAB9;
        border-color: #9BBAB9;
    }

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: white;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    font-size: 15px;
}

    #myBtn:hover {
        background-color: #555;
    }


.footerbackground {
    background-image: url("../assets/Images/FooterMobile2023_update.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
}


.footerbackground2 {
    background-image: url("../assets/Images/FooterMobile2023_update.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
    width: 100%;
    height: 40px
}

}
/*X-Small devices (portrait phones, less than 576px)*/
/*No media query for `xs` since this is the default in Bootstrap*/
.footerbackground {
    background-image: url("../assets/Images/FooterMobile2023_update.png");
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .footerbackground {
        background-image: url("../assets/Images/FooterMobile2023_update.png");
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 0;
        position: absolute;
        width: 100%;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .footerbackground {
        background-color: transparent;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 0;
        position: absolute;
        width: 100%;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .footerbackground {
        background-image: url("../assets/Images2/UpdatedFooter.png");
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 0;
        position: absolute;
        width: 100%;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .footerbackground {
        background-image: url("../assets/Images2/UpdatedFooter.png");
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 0;
        position: absolute;
        width: 100%;
        height: 135px
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .footerbackground {
        background-image: url("../assets/Images2/FooterUpdatedDesktop.png");
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 0;
        position: absolute;
        width: 100%;
        height: 135px
    }
}

a {
    cursor: pointer;
}


/*X-Small devices (portrait phones, less than 576px)*/
/*No media query for `xs` since this is the default in Bootstrap*/
.background4 {
    background-image: url("../assets/Images2/BOPMAG.png");
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .background4 {
        background-image: url("../assets/Images2/BOPMAG.png");
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .background4 {
        background-image: url("../assets/Images2/BOPMAG.png");
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .background4 {
        background-image: url("../assets/Images2/BOPMAG.png");
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .background4 {
        background-image: url("../assets/Images2/BOPMAG.png");
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .background4 {
        background-image: url("../assets/Images2/BOPMAG.png");
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/*X-Small devices (portrait phones, less than 576px)*/
/*No media query for `xs` since this is the default in Bootstrap*/
.background5 {
    background-image: url("../assets/Images2/MainBackground.png");
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .background5 {
        background-image: url("../assets/Images2/MainBackground.png");
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .background5 {
        background-image: url("../assets/Images2/MainBackground.png");
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .background5 {
        background-image: url("../assets/Images2/MainBackground.png");
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .background5 {
        background-image: url("../assets/Images2/MainBackground.png");
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .background5 {
        background-image: url("../assets/Images2/MainBackground.png");
        background-size: cover;
        background-repeat: no-repeat;
    }
}

#myVideo {
    right: 0;
    bottom: 0;
    min-width: 95%;
    min-height: 100%;
}

.ratings {
    margin-right: 10px;
}

    .ratings i {
        color: #cecece;
        font-size: 32px;
    }

.rating-color {
    color: #fbc634 !important;
}

.review-count {
    font-weight: 400;
    margin-bottom: 2px;
    font-size: 24px !important;
}

.small-ratings i {
    color: #cecece;
}

.review-stat {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 2px;
}

@media (max-width: 767px) {
    .navbar-collapse {
        background-color: #1A1A1A;
        padding: 15px;
        height: 100%;
    }
}



@media (max-width: 767px) {
    .nav-item {
        margin-top: 0.5rem;
    }
}

.nav-link.dropdown-toggle {
    margin-top: -5%;
}

@media (max-width: 767px) {
    .nav-link.dropdown-toggle {
        margin-top: -2%;
        margin-bottom: -2%;
    }
}
