.modal-element-one,
.modal-element-two,
.modal-element-three,
.modal-element-four,
.modal-element-five,
.modal-element-six {
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.modal-element h3 {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    height: auto;
    line-height: 45px;
}

.modal-element p {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    line-height: 30px;
}

.radiantthemes-custom-button {
    margin: 30px 0 0 0;
    padding: 0;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.rt-case-btn {
    display: inline-flex;
    padding: 0;
    position: relative;
    border-radius: 0;
    font-size: 1em;
    white-space: nowrap;
    color: #fff;
    transition: all .3s;

}

.rt-case-btn > span {
    display: inline-flex;
    padding: 0;
    border-radius: inherit;
    border-color: inherit;
    align-items: center;
    background: linear-gradient(to right, #F36985 0%, #976DE9 100%);
    border-radius: 4px;
    border: none;
    padding: 14px 44px;
    box-shadow: 0 0 30px 0px rgb(0 0 0 / 7%);
}

.rt-case-btn > span + span {
    position: relative;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.rt-case-btn > span + span:before {
    content: '';
    display: inline-block;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    background-color: currentColor
}


.rt-case-btn + .rt-case-btn {
    margin-inline-start: .75em
}

.rt-case-btn-icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    letter-spacing: 0.4px;
    background-size: 99.99% !important;
    transition: background .3s, color .125s, box-shadow .3s, border .3s
}


.rt-text-btn + .rt-case-btn-icon-box {
    margin-inline-end: 0;
    margin-inline-start: 8px
}


.rt-case-btn-icon-box:only-child {
    margin-bottom: 0 !important
}

.rt-case-btn-icon-box:first-child {
    margin-inline-start: auto;
    margin-inline-end: auto
}

.rt-case-btn-icon-box + .rt-case-btn-icon-box {
    display: none;
    order: -2;
    margin-inline-start: 0;
    margin-inline-end: -8px !important;
}

.rt-case-btn-icon-box,
.rt-text-btn {
    position: relative;
    z-index: 3
}


.rt-case-btn-icon-solid .rt-case-btn-icon-box {
    border: none;
    background-color: var(--color-primary);
    color: #fff
}


.rt-case-btn-icon-block .rt-case-btn-icon-box,
.rt-case-btn-icon-block .rt-text-btn {
    text-align: center;
    margin-inline-start: auto !important;
    margin-inline-end: auto !important
}

.rt-case-btn-icon-block .rt-case-btn-icon-box {
    margin-top: .5em;
    align-items: center;
    justify-content: center
}

.rt-case-btn-icon-block .rt-text-btn {
    width: 100%
}

.rt-case-btn-icon-top .rt-case-btn-icon-box,
.rt-case-btn-lefticon .rt-case-btn-icon-box {
    order: -1
}

.rt-case-btn-lefticon .rt-case-btn-icon-box {
    margin-inline-start: 0;
    margin-inline-end: 8px
}




.rt-case-btn-swipe-hov.rt-case-btn-solid .rt-text-btn,
.rt-case-btn-swipe-hov.rt-case-btn-bordered .rt-text-btn {
    margin-inline-start: -1em
}

.rt-case-btn-swipe-hov .rt-case-btn-icon-box {
    transition: opacity .4s .25s, transform .6s .25s;
    transition-timing-function: cubic-bezier(.1, .75, .25, 1);
    padding: 2px 0 0 0;

}

.rt-case-btn-swipe-hov .rt-case-btn-icon-box + .rt-case-btn-icon-box {
    display: inline-flex;
    margin-inline-start: 0;
    margin-inline-end: 0;
    opacity: 0;
    transform: translateX(-1em);
    transition-delay: 0s
}

.rt-case-btn-swipe-hov .rt-text-btn {
    transition: transform .6s .125s cubic-bezier(.1, .75, .25, 1);
    font-size: 14px;
    text-transform: capitalize;
    line-height: 28px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
}

.rt-case-btn-swipe-hov:hover .rt-text-btn {
    transition-delay: .1s;
    transform: translateX(1.5em);
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
}


.rt-case-btn-swipe-hov.rt-case-btn-lefticon.rt-case-btn-solid .rt-text-btn,
.rt-case-btn-swipe-hov.rt-case-btn-lefticon.rt-case-btn-bordered .rt-text-btn {
    margin-inline-start: 0;
    margin-inline-end: -1em
}

.rt-case-btn-swipe-hov.rt-case-btn-lefticon .rt-case-btn-icon-box + .rt-case-btn-icon-box {
    order: 2;
    transform: translateX(1em)
}


.rt-case-btn-swipe-hov:hover .rt-case-btn-icon-box {
    transition-delay: 0s;
    transform: translateX(1em);
    opacity: 0;
}

.rt-case-btn-swipe-hov .rt-case-btn-icon-box svg {
    fill: #fff;
}

.rt-case-btn-swipe-hov:hover .rt-case-btn-icon-box svg {
    fill: #fff;
}



.rt-case-btn-swipe-hov:hover .rt-case-btn-icon-box + .rt-case-btn-icon-box {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .225s
}

.rt-case-btn-swipe-hov:hover.rt-case-btn-lefticon .rt-case-btn-icon-box {
    transform: translateX(-1em)
}

.rt-case-btn-swipe-hov:hover.rt-case-btn-lefticon .rt-case-btn-icon-box + .rt-case-btn-icon-box {
    transform: translateX(0)
}

.rt-case-btn-swipe-hov:hover.rt-case-btn-lefticon .rt-text-btn {
    transform: translateX(-1.5em)
}


.btn-underlined {
    overflow: visible
}


.popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    overflow: hiden;
    transition: 0.64s ease-in-out;
}

.popup-inner {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: flex;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
    width: 80%;
    background-color: #fff;
    transform: rotate(32deg);
    transition: 0.64s ease-in-out;
    padding: 3rem;
}

.popup-left {
    width: 50%;
    overflow: hidden;
}

.popup-left img {
    width: auto;
}

.popup-right {
    width: 50%;

}

.popup-right h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #0A0A0A;
}

.popup-right p {
    font-size: 0.875rem;
    color: #686868;
    line-height: 1.5;
}

.popup:target {
    visibility: visible;
    opacity: 1;
}

.popup:target .popup-inner {
    bottom: 0;
    right: 0;
    transform: rotate(0);
}

.popup-close {
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 30px;
    background-color: #555454;
    z-index: 4;
    color: #fff;
    line-height: 2rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.popup-close:hover {
    color: #fff;
}

.modal-style-one {
    width: 100%;
    margin: 0;
}

.modal-style-one .float-left {
    float: left;
}

.modal-style-one .float-right {
    float: right;
}

.modal-style-one .blog-item-one {
    /*width: 100%;*/
    float: left;
    margin-bottom: 0;
}

.modal-style-one .blog-item-one > .holder {
    /*background: #fff;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);*/
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.modal-style-one .blog-item-one > .holder > .pic {
    position: relative;
    overflow: hidden;
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
    flex: 0 0 30%;
    max-width: 100%;
    width: 35%;

}

.modal-style-one .blog-item-one > .holder > .data {
    padding: 0 25px;
    z-index: 9;
    transition: all .3s ease;
    position: relative;
    flex: 0 0 70%;
    max-width: 100%;
    width: 65%;
}

.modal-style-one .blog-item-one > .holder:hover .data {
    z-index: 9;
    transition: all .3s ease;
}

.modal-style-one .blog-item-one > .holder > .data .blog-categories {
    width: 100%;
    overflow: hidden;
}

.modal-style-one .blog-item-one > .holder > .data .blog-categories a {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #545454;
    letter-spacing: .06em;
}

.modal-style-one .blog-item-one > .holder > .data .blog-categories a::after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 1px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: #377dff;
}


.modal-style-one .blog-item-one > .holder > .data .blog-categories a:hover {
    color: #377dff;
}

.modal-style-one .blog-item-one > .holder > .data .blog-categories a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}


.modal-style-one .blog-item-one > .holder > .pic img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    overflow: hidden;
}

.modal-style-one .blog-item-one > .holder:hover .pic img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.modal-style-one .blog-item-one > .holder > .pic > .blog-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    display: inline-block;
    width: auto;
    padding: 0;
    text-align: center;
    color: #fff !important;
    text-align: center;
    padding: 0 10px;
    background: #377dff;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.modal-style-one .blog-item-one > .holder:hover .pic .blog-tag {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


a.readmore {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #545454;
    letter-spacing: .06em;
    margin-right: 12px;
}


.modal-style-one .blog-item-one > .holder > .data h5 a {
    text-transform: capitalize;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.modal-style-one .blog-item-one > .holder > .data:hover h5 a {
    color: #377dff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.modal-style-one .blog-item-one > .holder > .data p {
    font-size: 16px;
    line-height: 30px;
    color: #545454;
    margin-bottom: 7px;
}




.modal-style-one .blog-item-one > .holder > .data .blog-author-details {
    margin: 7px 0 5px 0;
    width: 100%;
    overflow: hidden;
}

.modal-style-one .blog-item-one > .holder > .data .blog-author-details .blog-author-name {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #545454;
    letter-spacing: .06em;
    margin-right: 12px;
}

.modal-style-one .blog-item-one > .holder > .data .blog-author-details .blog-author-name span {
    font-weight: 600;
}



.modal-style-one .blog-item-one > .holder > .data .blog-author-details .blog-author-name span a {
    position: relative;
    display: inline-block;
}

.modal-style-one .blog-item-one > .holder > .data .blog-author-details .blog-author-name span a::after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 1px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: #377dff;
}


.modal-style-one .blog-item-one > .holder > .data .blog-author-details .blog-author-name span a:hover {
    color: #377dff;
}

.modal-style-one .blog-item-one > .holder > .data .blog-author-details .blog-author-name span a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}


.modal-style-one .blog-item-one > .holder > .data .blog-author-details .blog-post-date {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #545454;
    letter-spacing: .06em;
    margin-right: 12px;
}

.modal-style-one .blog-item-one > .holder > .data .blog-author-details .blog-post-date a {
    position: relative;
    display: inline-block;
}

.modal-style-one .blog-item-one > .holder > .data .blog-author-details .blog-post-date a::after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: #377dff;
}


.modal-style-one .blog-item-one > .holder > .data .blog-author-details .blog-post-date a:hover {
    color: #377dff;
}

.modal-style-one .blog-item-one > .holder > .data .blog-author-details .blog-post-date a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.modal-style-one .blog-item-one > .holder > .data .blog-author-details .blog-comment {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #545454;
    letter-spacing: .06em
}

.modal-style-one .blog-item-one > .holder > .data .blog-author-details .blog-comment svg {
    margin: -14px 0 0 0;
}

.modal-style-one .blog-item-one > .holder > .data .blog-author-details .blog-comment svg {
    fill: #377DFF;
}



.modal-inner-btn {
    padding: 0;
    margin: 0;
    transition: all .3s ease;
    z-index: 1;
    position: relative;

}

.modal-inner-btn .rt-arrow-btn {
    display: inline-flex;
    padding: 0;
    position: relative;
    border-radius: 0;
    font-size: 1em;
    white-space: nowrap;
    color: #000;
    transition: all .3s;
}

.modal-inner-btn a.rt-readmore-btn {
    position: relative;
    display: inline-block;
    letter-spacing: 0.4px;
    margin-right: 12px;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 28px;
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

.modal-inner-btn a.rt-readmore-btn::after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: #000;
}


.modal-inner-btn a.rt-readmore-btn:hover {
    color: #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.modal-inner-btn a.rt-readmore-btn:hover::after {
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.modal-inner-btn .rt-arrow-btn svg {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    fill: #000;
    margin: 7px 0 0 0;
}

.modal-inner-btn .rt-arrow-btn:hover svg {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    fill: #000;
}


@media only screen and (max-width: 767px) {
    .leftpane {
        margin-bottom: 30px;
    }

}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .modal-style-one .blog-item-one > .holder > .pic img {
        width: 100%;
        height: 100%;
    }

}

@media only screen and (max-width: 767px) {

    .modal-style-one .blog-item-one > .holder > .pic {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;

    }

    .modal-style-one .blog-item-one > .holder > .pic img {
        width: 100%;
    }

    .modal-style-one .blog-item-one > .holder > .data {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}




/*==============================================================*/
#rt-modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 99999;
}

#rt-modal-container.one {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#rt-modal-container.one .modal-background .modal {
    /*
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
*/
}

#rt-modal-container.one.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#rt-modal-container.one.out .modal-background .modal {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#rt-modal-container.two {
    transform: scale(1);
}

#rt-modal-container.two .modal-background {
    background-color: rgba(0, 0, 0, 0.8);
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#rt-modal-container.two .modal-background .modal {
    opacity: 0;
    animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#rt-modal-container.two + .content {
    animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#rt-modal-container.two.out {
    animation: quickScaleDown 0s 0.5s linear forwards;
}

#rt-modal-container.two.out .modal-background {
    animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#rt-modal-container.two.out .modal-background .modal {
    animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#rt-modal-container.two.out + .content {
    animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}


#rt-modal-container.five {
    transform: scale(1);
}

#rt-modal-container.five .modal-background {
    background-color: rgba(0, 0, 0, 0.8);
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#rt-modal-container.five .modal-background .modal {
    transform: translateX(-1500px);
    animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#rt-modal-container.five.out {
    animation: quickScaleDown 0s 0.5s linear forwards;
}

#rt-modal-container.five.out .modal-background {
    animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#rt-modal-container.five.out .modal-background .modal {
    animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}


#rt-modal-container .modal-background {
    display: table-cell;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
}

#rt-modal-container .modal-background .modal {
    background: white;
    padding: 50px;
    display: block;
    border-radius: 3px;
    font-weight: 300;
    position: relative;
    width: 60%;
    height: auto;
}

#rt-modal-container .modal-background .modal h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
}

#rt-modal-container .modal-background .modal p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

#rt-modal-container .modal-background .modal .modal-svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 3px;
}

#rt-modal-container .modal-background .modal .modal-svg rect {
    stroke: #fff;
    stroke-width: 2px;
    stroke-dasharray: 778;
    stroke-dashoffset: 778;
}

/*Modal Content Area*/

.content {
    min-height: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}

.content h1 {
    padding: 75px 0 30px 0;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
}

.content .buttons {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.rt-modal-div {
    margin: 0;
    padding: 0;
}

/*==================================== 
 Modal Button Style1 Area
=====================================*/
.rt-modal-style-btn {
    padding: 0;
    margin: 0;
    transition: all .3s ease;
    z-index: 1;
    position: relative;
    width: 100%;
    text-align: center;
}

.rt-modal-style-btn .rtbtn-content-item {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.rt-modal-style-btn .rtbtn-content-item .rtbtn-content-button {
    pointer-events: auto;
    cursor: pointer;
    background: #e7e7e7;
    border: none;
    padding: 1.5rem 3rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
}

.rt-modal-style-btn .rtbtn-content-item .rtbtn-content-button::before,
.rt-modal-style-btn .rtbtn-content-item .rtbtn-content-button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rt-modal-style-btn .rtbtn-content-item .rtbtn-content-button-hyperion {
    margin-top: 30px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    padding: 14px 44px;
    text-transform: capitalize;
    border: 1px solid #3D59E8;
    background: linear-gradient(to right, #3d59e8 0%, #1633c9 100%);
}

.rt-modal-style-btn .rtbtn-content-item .rtbtn-content-button-hyperion span {
    display: block;
    position: relative;
}

.rt-modal-style-btn .rtbtn-content-item .rtbtn-content-button-hyperion > span {
    overflow: hidden;
}

.rt-modal-style-btn .rtbtn-content-item .rtbtn-content-button-hyperion > span > span {
    overflow: hidden;
}

.rt-modal-style-btn .rtbtn-content-item .rtbtn-content-button-hyperion:hover > span > span {
    animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}

@keyframes MoveUpInitial {
    to {
        transform: translate3d(0, -105%, 0);
    }
}

@keyframes MoveUpEnd {
    from {
        transform: translate3d(0, 100%, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.rt-modal-style-btn .rtbtn-content-item .rtbtn-content-button-hyperion::before {
    content: '';
    background: #3D59E8;
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    transform-origin: 100% 50%;
}

.rt-modal-style-btn .rtbtn-content-item .rtbtn-content-button-hyperion:hover::before {
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
}



/*==================================== 
 Modal Button Style2 Area
=====================================*/
.rt-modal-style-btn .rtbtn-content-item {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.rt-modal-style-btn .rtbtn-content-item .rtbtn-content-button-modal {
    pointer-events: auto;
    cursor: pointer;
    border: none;
    padding: 14px 44px;
    margin: 0;
    position: relative;
    display: inline-block;
    transition: all .3s ease;
    z-index: 1;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    padding: 14px 44px;
    text-transform: capitalize;
}



.rt-modal-style-btn .rtbtn-content-item .rtbtn-content-button-modal.gradient-color {
    background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a, #FBB03B);
    box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
    border-radius: 50px;
}

.rt-modal-style-btn .rtbtn-content-item .rtbtn-content-button-modal {
    height: 52px;
    width: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    padding: 14px 44px;
    color: #fff;
    cursor: pointer;
    margin: 30px 0;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.rt-modal-style-btn .rtbtn-content-item .rtbtn-content-button-modal:hover {
    background-position: 100% 0;
    moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


/*==================================== 
 Modal Button Style3 Area
=====================================*/
.rt-modal-style-btn .rtbtn-content-item .button-element9 {
    color: #3D59E8;
    border: 2px solid #3D59E8;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 28px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    letter-spacing: 0.4px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    display: block;
    background-color: transparent;
}


.rt-modal-style-btn .rtbtn-content-item .button-element9:focus {
    outline: none;
}

.rt-modal-style-btn .rtbtn-content-item .button-element9 > span {
    vertical-align: middle;
}


.rt-modal-style-btn .rtbtn-content-item .button-element9-effect {
    overflow: hidden;
    padding: 0;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    text-align: center;
    display: block;
    margin: 0 auto;
}

.rt-modal-style-btn .rtbtn-content-item .button-element9-effect::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.rt-modal-style-btn .rtbtn-content-item .button-element9-effect > span {
    display: block;
}


.rt-modal-style-btn .rtbtn-content-item .button-element9-effect::after,
.rt-modal-style-btn .rtbtn-content-item .button-element9-effect > span {
    padding: 14px 44px;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.rt-modal-style-btn .rtbtn-content-item .button-element9-effect:hover {
    border: 2px solid #3D59E8;
    background-color: #3D59E8;
}

.rt-modal-style-btn .rtbtn-content-item .button-element9-effect:hover::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.rt-modal-style-btn .rtbtn-content-item .button-element9-effect:hover > span {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}



/*==================================== 
 Modal Button Style4 Area
=====================================*/


.rt-modal-style-btn .rtbtn-content-item .rtbtn-modal-button {
    pointer-events: auto;
    cursor: pointer;
    background: #e7e7e7;
    border: none;
    padding: 1.5rem 3rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
}

.rt-modal-style-btn .rtbtn-content-item .rtbtn-modal-button::before,
.rt-modal-style-btn .rtbtn-content-item .rtbtn-modal-button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rt-modal-style-btn .rtbtn-content-item .rtbtn-modal-hyperion {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    border-radius: 50px;
    padding: 14px 44px;
    text-transform: capitalize;
    background: #31cb53;
    margin-top: 30px;
}


.rt-modal-style-btn .rtbtn-content-item .rtbtn-modal-hyperion span {
    display: block;
    position: relative;
}

.rt-modal-style-btn .rtbtn-content-item .rtbtn-modal-hyperion > span {
    overflow: hidden;
}

.rt-modal-style-btn .rtbtn-content-item .rtbtn-modal-hyperion > span > span {
    overflow: hidden;
}

.rt-modal-style-btn .rtbtn-content-item .rtbtn-modal-hyperion:hover > span > span {
    animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}

@keyframes MoveUpInitial {
    to {
        transform: translate3d(0, -105%, 0);
    }
}

@keyframes MoveUpEnd {
    from {
        transform: translate3d(0, 100%, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}



.rt-modal-style-btn .rtbtn-content-item .rtbtn-modal-hyperion:hover::before {
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
}


/*==================================== 
 Modal Button Style5 Area
=====================================*/
.rt-modal-element-five {
    text-align: center;
    width: 100%;
    display: block;
    padding: 0;
    position: relative;
    margin-top: 30px;
}


.rt-modal-element-five > label {
    background: #FFD300;
    border: 1px solid #f0c600;
    border-radius: 0.2em;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 0.75em 1.5em;
    text-shadow: 1px 1px 1px #fff;
    transition: all 0.55s;
}


.rt-modal-element-five > label.rt-gradient-btn {
    border: 4px solid transparent;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    padding: 14px 44px;
    color: #000;
}

.rt-modal-element-five > label.demo {
    background-image:
        linear-gradient(white, white),
        linear-gradient(270deg, #00D7B9, #B95DD7 50%, #FFB367 100%);
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    text-align: center;
    transition: all .3s ease;
}

.rt-modal-element-five > label.demo:hover {
    background-image:
        linear-gradient(white, white),
        linear-gradient(270deg, #FFB367, #B95DD7 50%, #00D7B9 100%);
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    text-align: center;
    transition: all .3s ease;
}




.rt-modal-element-five > label:hover {
    transform: scale(0.97);
}

.rt-modal-element-five .rt-modal-pop-overlay {
    background: rgba(0, 0, 0, 0.81);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    text-shadow: none;
    top: 0;
    z-index: 600;
    visibility: visible;
    overflow: hidden;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.rt-modal-element-five .rt-modal-pop-wrap {
    padding: 1em 0;
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    width: 90%;
    background: #000;

}


.rt-modal-element-five .rt-modal-pop-wrap label {
    background: #fff;
    border-radius: 50%;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    height: 1.5em;
    line-height: 1.5;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 1.5em;
}

.rt-modal-element-five .rt-modal-pop-wrap h2 {
    color: #fff;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.rt-modal-element-five .rt-modal-pop-wrap p {
    color: #fff;
    text-align: justify;
}

.rt-modal-element-five .rt-modal-pop-modal input:focus ~ label {
    transform: scale(0.97);
}

.rt-modal-element-five input {
    position: absolute;
    top: -1000px;
}

.rt-modal-element-five .rt-modal-pop-overlay {
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: -100;
}

.rt-modal-element-five input:checked ~ .rt-modal-pop-overlay {
    opacity: 1;
    transform: scale(1);
    z-index: 800;
}

.rt-modal-element-five input[type="checkbox"] {
    opacity: 0;
}

@media (min-width: 50em) {
    .rt-modal-element-five .rt-modal-pop-wrap {
        padding: 1.75em;
    }
}


@media (min-width: 43.75em) {
    .rt-modal-element-five .rt-modal-pop {
        padding: 1.5em;
    }
}

/*==================================== 
 ANIMATION CSS
=====================================*/


@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes fadeIn {
    0% {
        background: rgba(0, 0, 0, 0);
    }

    100% {
        background: rgba(0, 0, 0, 0.7);
    }
}

@keyframes fadeOut {
    0% {
        background: rgba(0, 0, 0, 0.7);
    }

    100% {
        background: rgba(0, 0, 0, 0);
    }
}

@keyframes scaleUp {
    0% {
        transform: scale(0.8) translateY(1000px);
        opacity: 0;
    }

    100% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
}

@keyframes scaleDown {
    0% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }

    100% {
        transform: scale(0.8) translateY(1000px);
        opacity: 0;
    }
}

@keyframes scaleBack {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.85);
    }
}

@keyframes scaleForward {
    0% {
        transform: scale(0.85);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes quickScaleDown {
    0% {
        transform: scale(1);
    }

    99.9% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes slideUpLarge {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }
}

@keyframes slideDownLarge {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(150px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes moveDown {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(150px);
    }
}

@keyframes blowUpContent {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    99.9% {
        transform: scale(2);
        opacity: 0;
    }

    100% {
        transform: scale(0);
    }
}

@keyframes blowUpContentTwo {
    0% {
        transform: scale(2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes blowUpModal {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes blowUpModalTwo {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes roadRunnerIn {
    0% {
        transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
    }

    70% {
        transform: translateX(30px) skewX(0deg) scaleX(0.9);
    }

    100% {
        transform: translateX(0px) skewX(0deg) scaleX(1);
    }
}

@keyframes roadRunnerOut {
    0% {
        transform: translateX(0px) skewX(0deg) scaleX(1);
    }

    30% {
        transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
    }

    100% {
        transform: translateX(1500px) skewX(30deg) scaleX(1.3);
    }
}

@keyframes sketchIn {
    0% {
        stroke-dashoffset: 778;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes sketchOut {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 778;
    }
}

@keyframes modalFadeIn {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: white;
    }
}

@keyframes modalFadeOut {
    0% {
        background-color: white;
    }

    100% {
        background-color: transparent;
    }
}

@keyframes modalContentFadeIn {
    0% {
        opacity: 0;
        top: -20px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes modalContentFadeOut {
    0% {
        opacity: 1;
        top: 0px;
    }

    100% {
        opacity: 0;
        top: -20px;
    }
}

@keyframes bondJamesBond {
    0% {
        transform: translateX(1000px);
    }

    80% {
        transform: translateX(0px);
        border-radius: 75px;
        height: 75px;
        width: 75px;
    }

    90% {
        border-radius: 3px;
        height: 182px;
        width: 247px;
    }

    100% {
        border-radius: 3px;
        height: 162px;
        width: 227px;
    }
}

@keyframes killShot {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateY(300px) rotate(45deg);
        opacity: 0;
    }
}

@keyframes fadeToRed {
    0% {
        background-color: rgba(0, 0, 0, 0.6);
    }

    100% {
        background-color: rgba(255, 0, 0, 0.8);
    }
}

@keyframes slowFade {
    0% {
        opacity: 1;
    }

    99.9% {
        opacity: 0;
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}
/*--------------------------------------------------------------
# Product Popup Box
--------------------------------------------------------------*/
.points_popup {
    position: relative;
    z-index: 10;
    pointer-events: auto;
    display: inline-block;
}

.points_popup .point {
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    background-color: #fff;
    position: relative;
    text-decoration: none;
    background: linear-gradient(to bottom right,#F9C644 0%,#FF5B45 100%);
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.points_popup .point:hover svg,
.points_popup .point:active svg,
.popup-product-item .holder .close-point:hover svg,
.popup-product-item .holder .close-point:active svg {
    stroke: #fff;
    font-weight: 400;
}

.points_popup .point:hover::before,
.points_popup .point:active::before {
    background-color: #fff;
}
.popup-product-item .holder .close-point {
    position: absolute;
    left: 0px;
    top: -10px;
    padding: 0px 8px;
    line-height: 15px;
    z-index: 9999;
    color: #272727;
    cursor: pointer;
    text-decoration: none;
    background: #ffffff;
    width: 28px;
    height: 28px;
    align-items: center;
    display: flex;
    border-radius: 50%;
    background: linear-gradient(to bottom right,#F9C644 0%,#FF5B45 100%);
}
.popup-product-item {
    margin-bottom: 30px;
    display: none;
    position: absolute;
    float: left;
    background: #fff;
    width: 260px;
    left: 0px;
    top: 10px;
    border-radius: 0 30px 30px 30px;
}

.popup-product-item:hover {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.18);
}

.popup-product-item .holder {
    padding: 35px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.popup-product-item .holder .product-description .title {
    width: 100%;
    float: left;
}

@media only screen and (min-width: 768px) {}
    

