/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.gloram-circle-slider-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gloram-circle-slider-wrapper #gloram-slider-circle {
    width: 570px;
    height: 570px;
    border: 1px solid #000;
    border-radius: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    outline: 20px solid #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
}

.gloram-circle-slider-wrapper #gloram-slider-circle p {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

/* .gloram-circle-slider-wrapper .gloram-slider-nav {
    
} */
.gloram-circle-slider-wrapper .gloram-slider-nav-wrapper {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    /* height: 570px;
    width: 570px; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

/* .gloram-circle-slider-wrapper .gloram-slider-nav-wrapper .gloram-slider-nav {
    outline: 20px solid #fff;
    transition: all 0.3s ease;
} */
.gloram-circle-slider-wrapper
    .gloram-slider-nav-wrapper
    .gloram-slider-nav
    .rotating-text {
    cursor: pointer;
}

.gloram-circle-slider-wrapper .gloram-slider-nav-wrapper .gloram-slider-nav {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gloram-circle-slider-wrapper .gloram-slider-for-wrapper {
    height: 100%;
}

/* .gloram-circle-slider-wrapper .gloram-slider-nav-wrapper:before {
    position: absolute;
    content: '';
    left: 50%;
    width: 100%;
    background-color: #fff;
} */
.gloram-circle-slider-wrapper .gloram-slider-nav-wrapper .slider-nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.gloram-circle-slider-wrapper .gloram-slider-nav-wrapper .slider-nav-item p {
    text-align: center;
    background-color: #28394a;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.gloram-circle-slider-wrapper .gloram-slider-for-wrapper .slider-for-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* align-items: center; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gloram-circle-slider-wrapper
    .gloram-slider-for-wrapper
    .slider-for-item:not(.activeContent) {
    display: none;
}

.gloram-circle-slider-wrapper
    .gloram-slider-for-wrapper
    .slider-for-item
    .repeat-item {
    position: relative;
}

.gloram-circle-slider-wrapper
    .gloram-slider-for-wrapper
    .slider-for-item
    .repeat-item
    h3 {
    font-size: 25px;
    line-height: 30px;
    color: #000;
    margin: 0;
}

.gloram-circle-slider-wrapper
    .gloram-slider-for-wrapper
    .slider-for-item
    .repeat-item::before,
.gloram-circle-slider-wrapper
    .gloram-slider-for-wrapper
    .slider-for-item
    .repeat-item::after {
    position: absolute;
    content: '';
}

/* .gloram-circle-slider-wrapper .gloram-slider-for-wrapper .slider-for-item .repeat-item::after {
    width: 19px;
    height: 19px;
    border-radius: 500px;
    border: 1px solid #000;
    top: 0;
    background-color: #fff;
} */

.gloram-circle-slider-wrapper .item-pointer-wrapper .item-pointer {
    width: 19px;
    height: 19px;
    border-radius: 500px;
    border: 1px solid #000;
    top: 0;
    background-color: #fff;
    position: absolute;
}

.gloram-circle-slider-wrapper
    .gloram-slider-for-wrapper
    .slider-for-item
    .repeat-item::before {
    height: 1px;
    width: 50%;
    top: 7px;
    left: -50% !important;
    background-color: #000;
    z-index: -1;
}

.gloram-circle-slider-wrapper .gloram-slider-for-wrapper .slider-for-item p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 300;
}

.gloram-circle-slider-wrapper
    .gloram-slider-for-wrapper
    .slider-for-item
    .repeat-item:not(:last-child) {
    margin-bottom: 35px;
}

button:focus {
    outline: 0 !important;
}

.gloram-navigation-arrow {
    /* position: absolute; */
    left: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 80px auto 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0 !important;
}

.gloram-navigation-arrow .gloram-next-icon .gloram-next-btn-box {
    margin: 0;
    width: 20px;
    height: 20px;
    border-top: 2px solid #28394b;
    border-left: 2px solid #28394b;
    border-bottom: 0;
    border-right: 0;
    background-color: transparent;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.gloram-navigation-arrow .gloram-next-icon .gloram-next-btn-box:after {
    content: '';
    display: block;
    width: 2px;
    height: 25px;
    background-color: #28394b;
    -webkit-transform: rotate(-45deg) translate(8.1px, 2px);
    -ms-transform: rotate(-45deg) translate(8.1px, 2px);
    transform: rotate(-45deg) translate(8.1px, 2px);
    left: 0;
}

.gloram-navigation-arrow .gloram-btn-box {
    padding: 20px;
    border-radius: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    border: 0;
    border: 1px solid transparent;
}

.gloram-navigation-arrow .gloram-btn-box.active {
    border-color: #28394b;
    cursor: pointer;
}

.gloram-navigation-arrow .gloram-prev-icon .gloram-prev-btn-box {
    margin: 0;
    width: 20px;
    height: 20px;
    border-top: 2px solid #28394b;
    border-left: 2px solid #28394b;
    border-bottom: 0;
    border-right: 0;
    background-color: transparent;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.gloram-navigation-arrow .gloram-prev-icon .gloram-prev-btn-box:after {
    content: '';
    display: block;
    width: 2px;
    height: 25px;
    background-color: #28394b;
    -webkit-transform: rotate(-45deg) translate(8px, 2px);
    -ms-transform: rotate(-45deg) translate(8px, 2px);
    transform: rotate(-45deg) translate(8px, 2px);
    left: 0;
}

.gloram-circle-slider-wrapper .gloram-slider-for-wrapper .slider-for-item {
    background-color: #fff;
    padding-left: 16px;
}

@media only screen and (max-width: 1280px) {
    /* .gloram-circle-slider-wrapper #gloram-slider-circle {
        width: 470px;
        height: 470px;
    }

    .gloram-circle-slider-wrapper #gloram-slider-circle .gloram-slider-nav svg {
        max-width: 380px;
    } */

    .gloram-circle-slider-wrapper {
        display: block;
    }

    .gloram-circle-slider-wrapper
        .gloram-slider-for-wrapper
        .slider-for-item
        .repeat-item::before,
    .gloram-circle-slider-wrapper
        .gloram-slider-for-wrapper
        .slider-for-item
        .repeat-item::after,
    .item-pointer-wrapper {
        display: none;
    }

    .gloram-circle-slider-wrapper #gloram-slider-circle {
        /* width: 100%; */
        height: auto;
        padding: 25px;
        margin-bottom: 40px;
    }

    .gloram-circle-slider-wrapper .gloram-slider-nav-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .gloram-circle-slider-wrapper .gloram-slider-for-wrapper {
        max-width: 700px;
        margin: 0 auto;
    }

    .gloram-circle-slider-wrapper .gloram-slider-nav-wrapper .gloram-slider-nav,
    .gloram-circle-slider-wrapper
        .gloram-slider-nav-wrapper
        .gloram-slider-nav
        svg {
        height: auto;
        width: 100%;
    }

    .gloram-circle-slider-wrapper
        .gloram-slider-for-wrapper
        .slider-for-item
        .repeat-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .gloram-navigation-arrow {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .gloram-circle-slider-wrapper
        .gloram-slider-for-wrapper
        .slider-for-item
        .repeat-item
        h3 {
        font-size: 22px;
        line-height: 33px;
    }

    .gloram-circle-slider-wrapper
        .gloram-slider-for-wrapper
        .slider-for-item
        .repeat-item
        p {
        font-size: 16px;
        line-height: 30px;
    }

    .gloram-circle-slider-wrapper
        .gloram-slider-for-wrapper
        .slider-for-item
        .repeat-item:not(:last-child) {
        margin-bottom: 10px;
    }
}
