﻿
body {
    margin: 0;
    padding-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    background: #fff;
    overflow-x: hidden;
    scrollbar-face-color: #121212;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Roboto COndensed', sans-serif;
}

.title-color {
    color: goldenrod; /* Replace with your desired color */
    text-align: center;
    font-family: 'Hollywood', sans-serif;
}

.title-color2 {
    color: blueviolet; /* Replace with your desired color */
    text-align: center;
    font-family: 'Hollywood', sans-serif;
}

.title-color3 {
    color: rebeccapurple; /* Replace with your desired color */
    text-align: center;
    font-family: 'Hollywood', sans-serif;
}

.title-color4 {
    color: mediumseagreen; /* Replace with your desired color */
    text-align: center;
    font-family: 'Hollywood', sans-serif;
}

.title-color5 {
    color: dodgerblue; /* Replace with your desired color */
    text-align: center;
    font-family: 'Hollywood', sans-serif;
}

.title-color6 {
    color:sandybrown; /* Replace with your desired color */
    text-align: center;
    font-family: 'Hollywood', sans-serif;
}

.title-color7 {
    color: firebrick; /* Replace with your desired color */
    text-align: center;
    font-family: 'Hollywood', sans-serif;
}

.title-color8 {
    color: brown; /* Replace with your desired color */
    text-align: center;
    font-family: 'Hollywood', sans-serif;
}

.title-color9 {
    color: cadetblue; /* Replace with your desired color */
    text-align: center;
    font-family: 'Hollywood', sans-serif;
}

.title-color10 {
    color: palevioletred; /* Replace with your desired color */
    text-align: center;
    font-family: 'Hollywood', sans-serif;
}

/* LOGO */
.logo {
    margin-bottom: 15px;
    background-image: url('/Images/PrimoBannerLogo.png');
    background-size: cover; /* Optional: Adjust background size */
    background-repeat: repeat; /* Optional: Adjust background repeat */
    background-color:white;
}
.small-image {
    width: 20%;
    height: auto; /* Maintain the aspect ratio */
}
.small-image40 {
    width: 55%;
    height: auto; /* Maintain the aspect ratio */
}

.logo h1,
.logo h2 {
    margin:5px 0 5px;
    text-align: left;
    font-size: 32px;
    line-height: 34px;
    font-weight:700;
    text-transform: uppercase;
    letter-spacing: -1px;
    }

    .logo h1 span,
    .logo h2 span {
            font-weight: 300;
    }
    .logo h1 a,
    .logo h2 a {
        color: #333;
        text-decoration: none;
        -webkit-transition: color 0.3s ease-in-out, text-decoration 0.5s ease-in-out;
            -moz-transition: color 0.3s ease-in-out, text-decoration 0.5s ease-in-out;
                -o-transition: color 0.3s ease-in-out, text-decoration 0.5s ease-in-out;
                transition: color 0.3s ease-in-out, text-decoration 0.5s ease-in-out;
    }

    .account h4{
        text-align: right; 
        font-weight: 600;
        text-transform: uppercase; 
    }

    .account a {
        color: #333;
        text-decoration: none;
    }

    .account a:hover{
        color: #ff6a00;
        text-decoration: underline;
    }
.account h4{
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 10px;
}
.account ul{
    list-style-type: none;
    margin-left: -20px;
    float: right;
}
.account ul > li{
    float: left;
    margin: 0 0 0 10px;
}
.account ul > li:nth-child(1),
.account ul > #your-account{
    border-right: 1px solid #333;
    padding-right: 12px;
}

/* NAV MENU */

.nav.menus {
    border-top: 2px solid #333;
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}

.nav.menus .nav.pills > li > a{
    background: transparent;
    color: #333;
}

.nav.menus .nav-pills > .active > a:hover {
        background: #eaeaea;
        color: #333;
}

.nav.menus .nav-pills > .active > a,
.nav.menus .nav-pills > .active > a:hover,
.nav.menus .nav-pills > .active > a:focus{
        background: #333;
        color: #fff;
}
.nav.menus  li a {
    line-height: 76px;
}

.nav navbar-brand {padding: 0;}

#myCarousel .carousel-item .mask {
    /*position: absolute;*/
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
}

#myCarousel h4 {
    font-size: 50px;
    margin-bottom: 15px;
    color: #FFF;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 600;
}

#myCarousel p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #d5d5d5;
}

#myCarousel .carousel-item a {
    background: #F47735;
    font-size: 14px;
    color: #FFF;
    padding: 13px 32px;
    display: inline-block;
}

    #myCarousel .carousel-item a:hover {
        background: #394fa2;
        text-decoration: none;
    }

#myCarousel .carousel-item h4 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#myCarousel .carousel-item p {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

#myCarousel .carousel-item a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#myCarousel .carousel-item .mask img {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    display: block;
    height: auto;
    max-width: 100%;
}

#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img {
    -webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#myCarousel .container {
    max-width: 1430px;
}

#myCarousel .carousel-item {
    height: 85%;
    min-height: 550px;
}

#myCarousel {
    position: relative;
    z-index: 1;
    /*background-image: url('../../../primobrandedlogotouchupfb.png');*/
    background-image: url('../../../JustMountain.png');
    background-size: cover;
}

.carousel-control-next, .carousel-control-prev {
    height: 30px;
    width: 30px;
    padding: 12px;
    top: 25%;
    bottom: 10%;
    transform: translateY(-50%);
    background-color: #f47735;
}


.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        opacity: 1
    }

.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
    opacity: 0
}

.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}



@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

/* Category Ads */

#ads {
    margin: 30px 0 30px 0;
}

    #ads .card-notify-badge {
        position: absolute;
        left: -10px;
        top: -20px;
        background: Gold;
        text-align: center;
        border-radius: 30px 30px 30px 30px;
        color: #000;
        padding: 5px 10px;
        font-size: 14px;
    }

    #ads .card-notify-year {
        position: absolute;
        right: -10px;
        top: -20px;
        background: Red;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        font-size: 14px;
        width: 50px;
        height: 50px;
        padding: 15px 0 0 0;
    }

    #ads .card-detail-badge {
        background: #f2d900;
        text-align: center;
        border-radius: 30px 30px 30px 30px;
        color: #000;
        padding: 5px 10px;
        font-size: 14px;
    }

    #ads .card:hover {
        background: #fff;
        box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
        border-radius: 4px;
        transition: all 0.3s ease;
    }

    #ads .card-image-overlay {
        font-size: 20px;
    }

    #ads .card-image-overlay span {
            display: inline-block;
    }                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ,        }

    #ads .ad-btn {
        text-transform: uppercase;
        width: 75px;
        height: 40px;
        border-radius: 40px;
        font-size: 16px;
        line-height: 35px;
        text-align: center;
        border: 3px solid #e6de08;
        display: block;
        text-decoration: none;
        margin: 5px auto 1px auto;
        color: #000;
        overflow: hidden;
        position: relative;
        background-color: #e6de08;
    }

        #ads .ad-btn:hover {
            background-color: #e6de08;
            color: #1e1717;
            border: 2px solid #e6de08;
            background: transparent;
            transition: all 0.3s ease;
            box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
        }

    #ads .ad-title h5 {
        text-transform: uppercase;
        font-size: 18px;
    }
.bg-gradient {
    background: #C9D6FF;
    background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);
    background: linear-gradient(to right, #E2E2E2, #C9D6FF);
}

ul li {
    margin-bottom: 1.4rem;
}


.pricing-divider {
    border-radius: 20px;
    background: #C64545;
    padding: 1em 0 4em;
    position: relative;
}

.blue .pricing-divider {
    background: #2D5772;
}

.green .pricing-divider {
    background: #1AA85C;
}

.red b {
    color: #C64545
}

.blue b {
    color: #2D5772
}

.green b {
    color: #1AA85C
}

.deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.btn-custom {
    background: #C64545;
    color: #fff;
    border-radius: 20px
}

.img-float {
    width: 50px;
    position: absolute;
    top: -3.5rem;
    right: 1rem
}

.princing-item {
    transition: all 150ms ease-out;
}

.princing-item:hover {
    transform: scale(1.05);
}

.princing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}

.princing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
    }

.princing-item {
    height: 100px; /* Set a fixed height to ensure uniformity */
    display: flex;
    flex-direction: column; /* Stack content vertically */
    justify-content: space-between; /* Adjust inner alignment */
}

.pricing-divider {
    flex-grow: 1; /* Allow this section to expand evenly within the set height */
}

.thumbnail img {
    height: auto; /* Ensure images adapt based on container size */
    max-height: 100px; /* Optional: Limit the image height */
}

.caption {
    height: 100px; /* Adjust caption height */
    overflow-y: auto; /* Enable scrolling if the content overflows */
}
@media (max-width: 768px) {
    .princing-item {
        height: auto; /* Allow items to expand naturally */
    }

    .thumbnail img {
        max-height: 100px; /* Reduce image size for smaller screens */
    }
}.thumbnail {
    height: auto; /* Let it grow naturally based on content */
    padding: 0; /* Remove extra padding if not needed */
    overflow: visible; /* Avoid scrollbars */
}

#carouselExampleCaptions {
    max-width: 1200px; /* Adjust width */
    max-height: 200px; /* Adjust height */
    margin: 0 auto; /* Center the carousel */
}

.carousel-inner .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.carousel-control-prev, .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    border: none;
}
.grid img, .card-img-top {
    width: 100%; /* Ensure the image doesn't overflow its container */
    height: auto; /* Maintain the image's aspect ratio */
    object-fit: contain; /* Adjust how the image fits within the container */
    max-height: 300px; /* Optional: cap the height if needed */
}



















