﻿.model-slider-heading p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #2B2B2B;
}
.models-slider-close-popup{
    width:20px;
}

.model-slider-heading-purple p {
    color: var(--blue);
}

.model-slider-item-heading p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    /* font-size: 40px;
    line-height: 50px; */
    font-size: 16px;
    line-height: 26px;
    /* or 125% */
    text-transform: uppercase;
    color: #5000A0;
}

.model-slider-item-body p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    /* font-size: 16px;
    line-height: 22px; */
    color: #2B2B2B;
}

.model-slider-item-footer a {
    text-decoration: none;
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    letter-spacing: 0.05em;
    color: #FF6600;
}

.model-slider-arrows {
    width: 30%;
}

.model-slider-item-heading {
    padding-top: 37px;
}

.model-slider-item-body {
    padding-top: 37px;
}

.model-slider-item-footer {
    padding-top: 23px;
    width: 100%;
}

.model-slider-item-footer .bti-body-cta-arrow {
    width: auto;
    margin-left: 25px;
}

.model-slider-arrows .rounded-arrow-btn-original-2:hover {
    cursor: pointer;
}

.ms1 {
    height: 650px;
    width: 100%;
    position: absolute;
    overflow-x: hidden;
    overflow-y: visible !important;
    left: 0;
    z-index: -1;
}

.ms2 {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.msanimation {
    position: absolute;
    right: -10%;
    top: 0px;
    display: block;
    z-index: 9999;
}

.ms1 lottie-player {
    transform: rotateY(180deg);
}

.model-slider-indicators {
    width: 50%;
}

.model-slider-indicators {
    position: inherit;
    margin-right: 0px;
    justify-content: start;
}

.model-slider-indicators [data-bs-target] {
    /*background-color: var(--orange);*/
    background-color: transparent;
    border-radius: 40px;
    border-top: 0;
    border-bottom: 0;
    width: 16px;
    height: 16px;
    border: 2px solid var(--grey);
    opacity: 0.5;
}

.model-slider-indicators .active {
    background-color: var(--orange);
    border: 2px solid var(--orange);
    opacity: 1;
}

.model-slider-img-container {
    /* height: 450px !important;*/
    display: none !important;
    opacity: 0;
    transition: all 0.9s;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.model-slider-img-container.model-image-active {
    /*max-height: 100vh;*/
    display: block !important;
    opacity: 1;
}

.models-slider-popup-btn-container {
    display: none;
    opacity: 0;
    position: absolute;
    max-width: 500px;
    height: 500px;
    z-index: 999999;
    transition: all 0.9s;
}

.models-slider-popup-btn-container-active {
    display: block;
    opacity: 1;
}

.models-slider-popup-btn-container-inner {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
}

.models-slider-popup-btn {
    display: none;
    opacity: 0;
    transition: all 0.9s;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 150px;
    top: 100px;
    background: #FF6600;
    border-radius: 100px;
}

.models-slider-popup-btn:hover {
    cursor: pointer;
    width: 19px;
    height: 19px;
}

.model-slider-arrows {
    width: 100%;
}

.model-slider-mobile-section {
    display: block;
    visibility: visible !important;
}

.model-slider-desktop-section {
    display: none;
    visibility: hidden !important;
}

.model-slider-item-subheading p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
}

.model-slider-item-body-normal p,
.model-slider-item-body-normal li{
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
}

@media only screen and (min-width: 992px) {
    .model-slider-item-heading p {
        font-size: 40px;
        line-height: 50px;
    }
    .model-slider-item-body p {
        font-size: 16px;
        line-height: 22px;
    }
    .model-slider-item-subheading p,
    .model-slider-item-body-normal li{
        font-size: 16px;
        line-height: 22px;
    }
    .model-slider-mobile-section {
        display: none;
        visibility: hidden !important;
    }
    .model-slider-desktop-section {
        display: block;
        visibility: visible !important;
    }
    .model-slider-arrows {
        width: 50%;
    }
    .model-slider-indicators {
        width: 50%;
    }
    .model-slider-indicators {
        position: inherit;
        margin-right: 0px;
        justify-content: start;
    }
  
    .models-slider-popup-btn-container {
        display: none;
        opacity: 0;
        position: absolute;
        max-width: 500px;
        height: 500px;
        z-index: 999999;
        transition: all 0.9s;
    }
    .models-slider-popup-btn-container-active {
        display: block;
        opacity: 1;
    }
    .models-slider-popup-btn-container-inner {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
    }
    .models-slider-popup-btn {
        display: none;
        opacity: 0;
        transition: all 0.9s;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 150px;
        top: 100px;
        background: #FF6600;
        border-radius: 100px;
    }
    .models-slider-popup-btn:hover {
        cursor: pointer;
        width: 19px;
        height: 19px;
    }
 
    .models-slider-popup-btn-active {
        display: block;
        opacity: 1;
        width: 19px;
        height: 19px;
    }
    .models-slider-popup {
        display: none;
        opacity: 0;
        transition: all 0.9s;
        position: absolute;
        background: #F3F3F3;
        /*border-radius: 20px;*/
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        left: 200px;
        padding-top: 33px;
        padding-bottom: 33px;
        min-height: 300px;
        min-width: 350px;
    }
    .models-slider-popup-active {
        display: block;
        opacity: 1;
    }
    .popup-heading p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 24px;
        /* or 109% */
        color: #5000A0;
    }
    .popup-body p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        color: #2B2B2B;
    }
    .models-slider-close-popup:hover {
        cursor: pointer;
    }
    .models-slider-close-popup{
        width:20px;
    }
}