/*************************Morphing Model Window***************************/

/* ===================================
    Modal window css
====================================== */

.modal-window{
    position: fixed;
    top:0;
    left:0;
    right:0;
    background-color: #5856569c;
    z-index: 11111;
    display: none;
    overflow-y: scroll;
    height: 100vh;
    transition: .5s ease;
}
.modal-view{
    display: block;
}
.modal-body{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #131212;
    height: auto;
    opacity: 1;
    margin-top: 25px;
    display: block;
    animation: .8s fadeIn;
    margin-bottom: 25px;
    box-shadow: 1px 1px 15px #212529;
}
.morphic-title{
    margin-top: 5%;
    padding: 10px;
    padding-left: 20px;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
}
.morphic-title h3{
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight:600;
    color: #FFFFFF;
    text-transform: uppercase;

}
.morphic-title p{
    font-family:'Roboto', sans-serif ;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
}
.morphic-img{
    padding-top: 3%;
    padding-bottom: 3%;
}
.left-arrow-sec a,.right-arrow-sec a{
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: solid 1px #FFFFFF;
    text-align: center;
    margin-top: 5px;
    transition: .8s ease;
    cursor: pointer;
}
.left-arrow-sec a i,.right-arrow-sec a i{
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 9px;
    transition: .8s ease;
}
.left-arrow-sec a:hover,.right-arrow-sec a:hover{
    border: solid 1px #FFFFFF;
    background-color: #FFFFFF;
    animation: 1s tada;
}
.left-arrow-sec a:hover i,.right-arrow-sec a:hover i{
    color:#000000;
}
.morphic-body img{
    height: 100%;
    width: 100%;
}
.morphic-detail h4{
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 3%;
    margin-top: 2%;
}
.morphic-detail p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 300;
}
.morphic-info{
    margin-top: 5%;
    margin-bottom: 5%;
}
.morphic-info .info{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #FFFFFF;
}
.morphic-info span{
    color: #FFFFFF;
    margin-right: 4px;
}

.close-modal{
    z-index: 111111;
    position: absolute;
    right: 79px;
    top: 45px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}
.close-modal i{
    display: inline-block;
    height: 2px;
    width: 25px;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    transition: .5s ease;
}
.close-modal i:first-child{
    transform: rotate(45deg);
    margin-left: 4px;
}
.close-modal i:last-child{
    transform: rotate(-45deg);
    margin-left: -24px;
}

.carousel-indicators {

    margin-bottom: 2% !important;
}
.carousel-indicators li {
    height: 10px !important;
    width: 10px !important;
    border-radius: 50%;
}

.left-arrow-sec {
    display: flex !important;
    justify-content: space-around;
}

.right-arrow-sec {
    display: flex !important;
    justify-content: space-around;
}

.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 17px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Poppins', sans-serif; font-weight: 500; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}
/*Slightly desaturated orange btn*/
.black-btn{font-size: 12px;font-family: 'Poppins', sans-serif;padding: 10px 25px;color:#FFFFFF;font-weight: 600;background-color:transparent;border:2px solid #FFFFFF;border-radius: 0px;-webkit-transition: .8s ease !important;-o-transition: .8s ease !important;transition: .8s ease !important;}
.black-btn:hover{color: black; ;background-color:#FFFFFF !important; }


/*************************Morphing Model Window end***************************/