﻿html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    overflow-y: auto;
    background-color: black;
    color: white;
    font-family: 'Poppins Light';
    font-weight: 500;
}

body{
    background-image: url(/Assets/Images/BG/101.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bodyBgOverlay{
    position:fixed;
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    top:0;
    left:0;
    pointer-events:none;
    opacity:0.65;
    background-color:black;
    z-index:0;
}

.fontIconLarge {
    font-size: 15px;
}

.sliderAdjust {
    height: 100%;
    top: 0;
}

.glide__track{
    height:100%;
}
.glide__slides{

    height:100%;
}

.glide__slide{
    background-color:black;
}

.navbar-text {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    height: 50%;
    /*top: 30%;*/
    position: relative;
    font-size: 15px;
    color: white;
}

.fontSizeCompanyName{
    font-size:13px;
}

.sliderText {

    font-size: 9vmin;
    /*font-size: 100%;*/
    padding: 0px;
    /*padding-right: 70px;*/
    padding-top: 100px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.verticalMiddlePSpan {
    /*text-align: left;
    vertical-align:middle;*/
 max-width:90%;
}

.sliderSubText {
    /*font-size: 80%;*/
    font-size: 6vmin;
    clear: both;
    float: left;
}

.sliderSubTextSmallerFont{
    font-size:4vmin;
}

.navTopText {
    top: 50%;
}

.homewelcomeslide1 {
    background-image: url(/Assets/Images/BG/66.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.homewelcomeslide2 {
    background-image: url(/Assets/Images/BG/28.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.homewelcomeslide3 {
    background-image: url(/Assets/Images/BG/58.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.homewelcomeslide4 {
    background-image: url(/Assets/Images/BG/6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.homewelcomeslide5 {
    background-image: url(/Assets/Images/BG/12.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.homewelcomeslide6 {
    background-image: url(/Assets/Images/BG/59.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.homewelcomeslide7 {
    background-image: url(/Assets/Images/BG/48.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.homewelcomeslide8 {
    background-image: url(/Assets/Images/BG/27.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.homewelcomeslide9 {
    background-image: url(/Assets/Images/BG/5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.homewelcomeslide10 {
    background-image: url(/Assets/Images/BG/15.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.homewelcomeslide11 {
    background-image: url(/Assets/Images/BG/46.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.homewelcomeslide12 {
    background-image: url(/Assets/Images/BG/9.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.glide__slide{
    z-index:1;
    position:absolute;
    opacity:0;
    transition:all 1s ease-in-out;
}

.Activeglide__slide {
    z-index: 2;
    opacity: 1;
    transition: all 3s ease-in-out;
}

.activebullet{
    opacity:1;
    background-color:rgba(205,160,69,1) !important;
}


.buttonslide {
    border: none !important;
}

.fitImgToSlides {
    max-width: 100%;
    /* max-height: 100%; */
    object-fit: contain;
    width: 100%;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1,1);
    }

    50% {
        -webkit-transform: scale(1.5,1.5);
    }

    100% {
        -webkit-transform: scale(1,1);
    }
}

/* Standard syntax */
@keyframes zoom {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

.logofistslide {
    background-image: url(/Assets/Images/BG/1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.logoslide{
    margin-top:88px;
}
.autozoom {
    -webkit-animation: zoom 40s ease-in-out infinite; /* Chrome, Safari, Opera */
    animation: zoom 40s ease-in-out infinite;
}

body > nav {
    border-bottom: 1px solid rgba(205,160,69,1);
    background-color: rgba(0, 0,0, 0.35);
    box-shadow: 0 2px 12px 0 rgba(205,160,69,.35);
    height: 88px;
    max-height: 88px;
    min-height: 88px;
}

.imgOverlay {
    opacity: 0.6;
    background-color: black;
    /*background: linear-gradient(to right, rgb(186, 139, 2), rgb(24, 24, 24));*/
}

.navbar-texttop10 {
   
    top:10%;
   
}

.navbar-btn-openmenu {
    height: 30%;
    top: 40%;
    width:25px;
    position: relative;
    cursor: pointer;
    transition: all 1s ease-in-out;
}

.navbar-btn-openmenu:hover {
    height: 50%;
    top: 30%;
    transition:all 0.39s ease-in-out;
}

.navbar-text-VCenter {
    height: 50%;
    top: 30%;
    line-height: 200%;
}


.navbar-text-Fontsmall {
   font-size:12px;
}

.GoldenColor {
    color: #cda045;
    transition: all 0.39s ease-in-out;
}

.fontSizeCompanyName:hover .GoldenColor {
    transition: all 0.39s ease-in-out;
    color: #dc0b59;
}

.infinityColor {
    color: #b30404;
    /*color: #dc0b59;*/
}

.BtnGolden {
    background-color: #cda045;
    border: 1px solid #cda045;
    color: white;
    cursor: pointer;
    border-radius: 3px;
    padding: 10px 8px;
    font-size: 13px;
    line-height: 95%;
    top: 26%;
    transition: all 1s ease-in-out;
}

    .BtnGolden:hover {
        background-color: transparent;
        border:1px solid #dc0b59;
        transition: all 1s ease-in-out;
    }

    .fontVerySmall {
        font-size: 11px;
    }

.infinityServices {
    font-size: 33px;
    color: #dc0b59;
    line-height: 3px;
}

.cursorPointerColor {
    cursor: pointer;
    padding-bottom: 0px;
    color: #cda045;
    transition: all 1s ease-in-out;
}
    .cursorPointerColor:hover {
        color: #dc0b59;
        transition: all 0.39s ease-in-out;
    }

.cursorPointerLogo{
    cursor:pointer;
}

.cursorPointer {
    cursor: pointer;
    transition: all 1s ease-in-out;
}

    .cursorPointer:hover {
        letter-spacing: 2px;
        color: #cda045;
        border-left: 1px solid #cda045;
        border-right: 1px solid #cda045;
        padding-left:5px;
        padding-right:5px;
        transition:all 0.39s ease-in-out;
    } 

body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

#large-header > canvas {
    width:100% !important;
}

.MaximText{
    color:black;
}

.vertical-center {
    min-height: 100%; /* Fallback for vh unit */
    /* min-height: 100vh; You might also want to use
                        'height' property instead.
                        
                        Note that for percentage values of
                        'height' or 'min-height' properties,
                        the 'height' of the parent element
                        should be specified explicitly.
  
                        In this case the parent of '.vertical-center'
                        is the <body> element */
    /* Make it a flex container */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* Align the bootstrap's container vertically */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
    width: 100%;
    /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.
  
     Therefore, we should use the following declarations to get it centered again */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.fade.in {
    opacity: 1;
}
.modalchat {
    margin-left: 25px;
    margin-right: 25px;
    width: auto;
    min-height: 75%;
    top: 12.5%;
    position: relative;
}
.clientsUL {
    overflow-y: auto;
}

.clientsIds{
    cursor: pointer;
}
.lbluserstyping {
    display: block;
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 10px;
}
.clients {
    cursor: pointer;
}
.disconnectedClients{
    cursor:auto;
    color:red;
}
.selectedClients{
    
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-backdrop.in {
    opacity: 0.5;
}

@media (min-width: 400px) {

    .modal-sm {
        width: 100% !important;
        height: 100% !important;
        transform: scale(2) !important;
    }
}

.arrowSize{
    width:50px !important;
}

center {
    height: 100%;
    width: 100%;
    padding: 0;
    display: block;
}

    center > div:first-child {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        line-height: normal;
        height: auto;
        width: auto;
        top: 50%;
        transform: translate(0px, -60%);
    }

hr {
    width: 240px;
    background-color: black;
    margin-top: 3px;
    margin-bottom: 3px;
    height: 1px;
}

p {
    margin-bottom: 0px;
    margin-top: 0px;
}

.callsCounter {
    font-family: SCOREBOARD;
    font-size: 25px;
    text-align: left;
}

.callsCountertxt {
    font-family: Anurati;
    font-size: 20px;
}

.secondDiv {
    position: relative;
    top: 50%;
    display: inline-block;
}


.heartContainerDiv {
    position: absolute;
    width: 250px;
    height: 250px;
    top: calc(50% - 125px);
    left: calc(50% - 125px);
    opacity: 0;
    background-color: transparent;
    transition: 1s ease 0s;
    pointer-events: none;
    transform: scale(1);
}

.makeitvisible {
    background-color: white;
    pointer-events: auto;
    opacity: 1 !important;
    transform: scale(15);
    transition: opacity 2s ease 0s,transform 4s ease-in-out 6s;
}

.loveTextHolder {
    position: absolute;
    font-family: dastnevis;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    color: white;
    font-size: 42px;
    background-color: transparent;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: 1s ease 0s;
    line-height:72px;
    padding:60px;
}

.showloveText {
    pointer-events: auto;
    opacity: 1 !important;
    transition: opacity 2s ease 9s !important;
}

::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}

loveTextHolder::-webkit-scrollbar:hover {
    height: 18px;
}

loveTextHolder::-webkit-scrollbar-button:start:decrement,
loveTextHolder::-webkit-scrollbar-button:end:increment {
    height: 15px;
    width: 13px;
    display: block;
    background: #101211;
    background-repeat: no-repeat;
}

loveTextHolder::-webkit-scrollbar-button:horizontal:decrement {
    background-image: url(scrollbar/horizontal-decrement-arrow.png);
    background-position: 4px 3px;
}

loveTextHolder::-webkit-scrollbar-button:horizontal:increment {
    background-image: url(scrollbar/horizontal-increment-arrow.png);
    background-position: 3px 3px;
}

loveTextHolder::-webkit-scrollbar-button:vertical:decrement {
    background-image: url(scrollbar/vertical-decrement-arrow.png);
    background-position: 3px 4px;
}

loveTextHolder::-webkit-scrollbar-button:vertical:increment {
    background-image: url(scrollbar/vertical-increment-arrow.png);
    background-position: 3px 4px;
}

loveTextHolder::-webkit-scrollbar-button:horizontal:decrement:active {
    background-image: url(scrollbar/horizontal-decrement-arrow-active.png);
}

loveTextHolder::-webkit-scrollbar-button:horizontal:increment:active {
    background-image: url(scrollbar/horizontal-increment-arrow-active.png);
}

loveTextHolder::-webkit-scrollbar-button:vertical:decrement:active {
    background-image: url(scrollbar/vertical-decrement-arrow-active.png);
}

loveTextHolder::-webkit-scrollbar-button:vertical:increment:active {
    background-image: url(scrollbar/vertical-increment-arrow-active.png);
}

loveTextHolder::-webkit-scrollbar-track-piece {
    background-color: #151716;
}

loveTextHolder::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4d4d4d), color-stop(100%, #333333));
    border: 1px solid #0d0d0d;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
}

loveTextHolder::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4d4d), color-stop(100%, #333333));
    border: 1px solid #1f1f1f;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
}

.dropFileBox{

}

.fileselect {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    line-height: normal;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

.lblfileselect {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    /*overflow: hidden;*/
}

.lineheight1x5{
    line-height:1.5;
}

.txtChatSendMessage {
    max-height: 35px;
    min-height:10px;
}

.mt-2x5 {
    margin-top: .8rem !important;
}

.colorCyan {
    color: rgb(32, 206, 245);  
}

.colorBlue {
    color: rgb(0, 153, 255);
}

.fa-1x5{
    font-size:1.4rem;
}
.colorRed{
    color:red;
}

.btnSendHeart {
    color: rgb(0, 153, 255);
    transition:all 1s ease-in-out 0s;
}

    .btnSendHeart:hover {
        transition: all 1s ease-in-out 0s;
        color: #fa5a7a;
    }

.colorPink {
    color: #fa5a7a;
}

.h-20 {
    height: 20% !important;
}

.h-15 {
    height: 15% !important;
}

.h-10 {
    height: 10% !important;
}

.h-05 {
    height: 5% !important;
}

.h-80 {
    height: 80% !important;
}

.h-85 {
    height: 85% !important;
}

.h-90 {
    height: 90% !important;
}

.h-95 {
    height: 95% !important;
}

.lblFriends {
    transition: border-bottom-color .7s ease-in-out 0s;
}

.lblFriendBorderBottomColor {
    border-bottom-color: rgb(0, 153, 255) !important;
    transition: all .7s ease-in-out 0s !important;
}

.friendsListContainer{
    overflow-y:auto;
}

.friendListUL,
.friendListUL > li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.friendListUL {
}

    .friendListUL > li {
        position:relative;
        height: 50px;
        width: 100%;        
        justify-content: flex-start;
        text-align: left;
        padding-bottom: 5px;
        border-top: 1px solid #e0e4e8;
        padding-top: 5px;
        cursor:pointer;
        background-color:white;
        transition:all .7s ease-in-out 0s;
    }
        .friendListUL > li:last-child {
            border-bottom: 1px solid #e0e4e8;
        }
            .friendListUL > li:last-child:hover {
                border-bottom-color: rgb(0, 153, 255);
                transition: all .7s ease-in-out 0s;
            }

        .friendListUL > li:first-child {
            border-top: none;
        }

        .friendListUL > li:hover {
            border-top-color: rgb(0, 153, 255);
            transition: all .7s ease-in-out 0s;
        }
            .friendListUL > li:hover + li {
                border-top-color: rgb(0, 153, 255);
                transition: all .7s ease-in-out 0s;
            }

            .friendListUL > li:hover .friend {
                padding-left: 10px !important;
                transition: all .7s ease-in-out 0s;
            }

            .friendListUL > li:hover .friendStatus {
                padding-left:15px !important;
                transition: all .7s ease-in-out 0s;
            }

.friend {
    font-size: 15px;
    font-weight: 600;
    transition: all .7s ease-in-out 0s;
}
.friendImg {
    width: 100%;
    height: 100%;
    min-width: 40px;
    max-height: 38px;
    max-width: 70px;
}
.friendStatus {
    font-size: 13px;
    font-weight: 300;
    transition: all .7s ease-in-out 0s;
}

.fa-responsive1x3{
    font-size: calc(1vw + 1vh);
}

.fontResponsive1{
    font-size:calc(1vh + 1vw);
}
.fontResponsivex9 {
    font-size: calc(.9vh + .9vw);
}
.fontResponsivex8 {
    font-size: calc(.8vh + .8vw);
}
.fontResponsivex5 {
    font-size: calc(.6vh + .6vw);
}
.colorBlack
{
    color:black;
}

.fontWeightLight{
    font-weight:300;
}

#btnChatSettings.dropdown-toggle::after {
    display: none;
}

#divDropDownChatSettings{
    top:-5px !important;
    left:calc(100% - 160px) !important;
}

.cardContainer {
    transition: all 1s ease-in-out 0s;
}

.cardHeader{
    cursor:pointer;
}

.cardBody {
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
    max-width: 0px !important;
    height: 100% !important;
    transition: all .6s ease-in-out 0s;
}

.cardBodyOpen {
    max-width: 600px !important;
    height: 100% !important;
    transition: all 1s ease-in-out 0s;
}

.card {
    background-color: white;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
    transition: all 1s ease-in-out 0s;
}

.backgroundWhite{
    background-color:white;
}

.borderRadius0{
    border-radius:0;
}

.overflow-hidden{
    overflow:hidden;
}

.overflow-scroll-y
{
    overflow-y:scroll;
}

.onlineFriend{
    color:green;
}

.positionTopLeft{
    top:0;
    left:0;
}

.myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    background-image: url(/Assets/Images/BG/23.png);
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
}

.fullscreen-bg-overlay{
    /*background-color:black;*/
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300% !important;
        top: -100% !important;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300% !important;
        left: -100% !important;
    }
}

@media (max-width: 767px) {
    .fullscreen-bg {
        /*background: url('../img/videoframe.jpg') center center / cover no-repeat;*/
        background-color:white;
    }

    .fullscreen-bg__video {
        display: none;
    }
}

.grayscale {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
}

.whiteStrip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: black;
}

.whiteStripBot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: black;
}

.arrow-right-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    /*border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid black;
    background-color: white;*/
    border-top: 414px solid transparent;
    border-bottom: 414px solid transparent;
    border-left: 547px solid black;
    background-color: white;


}

.arrow-left-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    /*border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-right: 60px solid black;
    background-color: white;*/
    border-top: 414px solid transparent;
    border-bottom: 414px solid transparent;
    border-right: 547px solid black;
    background-color: white;
}

.arrow-right-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid black;
    background-color: black;
}

.arrow-left-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-right: 60px solid black;
    background-color: black;
}

.bgBordersColor{
    background-color:black !important;
}

.colorGreen{
    color:forestgreen;
}

.topCurtins {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
    opacity:1;
    transition: all 2s ease-in-out 0s;
}

.bottomCurtins {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
    transition: all 2s ease-in-out 0s;
}

.chatEntertainers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height:0%;
    max-height:0%;
    height: 0%;
    margin: 0;
    padding: 0;
    background-color: white;
    overflow: hidden;
    transition: all 1s ease-in-out 0s;
}

.openChatEntertainers {
    min-height: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
    transition: all 1s ease-in-out 0s;
}

.removeCurtins {
    width: 0% !important;
    transition: all 2s ease-in-out 0s;
}

.friendOverlayDiv {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    transition: all 1s ease 0s;
    pointer-events:none;
}

.selectedClients .container-fluid .friendOverlayDiv {
    background-color: rgba(233,236,239,0.5);
    transition: all 1s ease 0s;
}

.modalCreateGroup {
    
}

.modalCreateGroupContainer {
    margin-left: 25%;
    margin-right: 25%;
    width: auto;
    min-height: 50%;
    top: 25%;
    position: relative;
}

.modalCreateGroupOverlays {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    transition: all 1s ease 0s;
}



.KnowHowSlides{
    position:relative;
    opacity:1;
}

.splide__track--nav > .splide__list > .splide__slide {
    border: 1px solid rgba(205,160,69,1);
    margin-left: 15px;
    margin-right: 15px;
    transform:scale(1);
    transition: all 1s ease-in-out;
    z-index:1;
}

    .splide__track--nav > .splide__list > .splide__slide.is-active {
        border: 3px solid rgba(205,160,69,1);
        box-shadow: 0 4px 15px 0 rgba(205, 160, 69, 1);
        transform: scale(1.1);
        z-index:2;
        transition: all 2s ease-in-out;
    }

.splide__pagination__page.is-active {
    background-color:rgba(205,160,69,1);
}

.splide__pagination__page:hover{
    background-color:#dc0b59;
}

.splide {
    height: 100%;
    padding-top: 100px;
}

.knowHowText {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
    font-size:6vmin;
}

.splide__track {
    padding-left: 0px;
    padding-right: 0px;
    /*height: calc(100% - 80px);
    top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;*/
    height: 92%;
    top: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
    /*margin-bottom: 8%;*/
}

#carousel-heading {
    text-decoration: underline;
    text-underline-offset: 10px;
}

.headingSmallFont{
    font-size : 6vmin;
}

.splide__toggle {
    color: rgba(205,160,69,1);
    background-color: black;
    border-radius: 30px;
    border: 1px solid rgba(205,160,69,1);
    transition: all 1s ease 0s;
    width: 30px;
    height: 30px;
    text-align: center;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 0%;
    position: absolute;
    bottom: 10px;
}

    .splide__toggle:hover {
        color: white;
        border: 1px solid #dc0b59;
        transition: all 1s ease 0s;
    }

.splide__arrow{
    color:rgba(205,160,69,1);
}
.splide__arrow svg {
    fill: rgba(205,160,69,1);
}

.splide__arrow svg:hover {
    fill: #dc0b59;
}

.splide__arrow:hover:not(:disabled) svg {
    fill: #dc0b59;
}

.homeknowhowslide1 {
    background-image: url(/Assets/Images/BG/24.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.homeknowhowslide2 {
    background-image: url(/Assets/Images/BG/55.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.homeknowhowslide3 {
    background-image: url(/Assets/Images/BG/55.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.homeknowhowslide4 {
    background-image: url(/Assets/Images/BG/53.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.homeknowhowslide5 {
    background-image: url(/Assets/Images/BG/47.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}


.homeknowhowslide6 {
    background-image: url(/Assets/Images/BG/42.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}


.homeknowhowslide7 {
    background-image: url(/Assets/Images/BG/37.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}


.homeknowhowslide8 {
    background-image: url(/Assets/Images/BG/35.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.homeknowhowslide9 {
    background-image: url(/Assets/Images/BG/30.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.homeknowhowslide10 {
    background-image: url(/Assets/Images/BG/29.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.homeknowhowslide11 {
    background-image: url(/Assets/Images/BG/17.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
}

.splide__slide .imgOverlay {
    opacity:0.77;
}