/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/* **********************************

    revised colors which i like:
    light blue: #0d1d29
    dark blue: #07121a
    btn: #1655bf

************************************* */

.cd-filter-block input {
    cursor: text !important;
}

.no-line:before {
    display: none !important;
}


abbr {
    text-underline-offset: 4px;
    color: #d0f5fe;
}

b {
    color: white;
}

/* ********

    index.html

******** */

.pricing .wrapper i {
    font-size: 50px;
}

.list-info li {
    display: flex;
}

.choose-wrap {
    display: flex;
    gap: 30px;
    flex-grow: 1;
    width: 100%;
    margin-top: 50px;
}

ul.list-info.bg-purple {
    height: 100%;
}

.csicon {
    font-size: 50px;
    margin-right: 10px;
}

.top-content {
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.top-content .btn {
    margin-top: 20px;
}

.cstitle {
    /* flex-grow: 1; */
    font-weight: 700;
    font-size: 26px;
    color: #55bde5;
}

.hero-title {
    width: unset;
}

.choose-div {
    flex-shrink: 1;
}

.choose-child {
    height: 100%;
    display: flex;
    flex-direction: column;

}

.p-choose {
    flex-grow: 1;
}

.btn-choose {
    margin-top: 20px !important;
}


/* **********************************

    GLOBAL MAP

************************************ */



.mapbg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 42, 70, 0.733);
    background-image: linear-gradient(180deg, #15212a, transparent);
}

.datacenters {
    background-color: transparent !important;
}

.datacenters.india {
    width: 105px;
    height: 105px;
    left: auto;
    right: 25%;
    top: 37%;
    border-radius: 50%;
}

.datacenters.sg {
    top: auto;
    bottom: 36.5%;
    right: 21.5%;
    left: auto;
    background-color: #55bde5 !important;
}

.datacenters.us1 {
    top: 15%;
    left: 11%;
    width: 130px;
    height: 55px;
}

.datacenters.us2 {
    top: 26%;
    left: 17%;
    width: 180px;
    height: 110px;
    border-radius: 50%;
}

.datacenters.ger {
    top: 25%;
    left: 50%;
    width: 30px;
    height: 30px;
}

.datacenters.poland {
    top: 24%;
    left: 52%;
    width: 30px;
    height: 30px;
}


@media (max-width:991px) {
    .choose-wrap {
        flex-direction: column;
    }

    .choose-div {
        width: 100%;
    }

}

@media (min-width:1400px) {
    .datacenters.india {
        top: 36%;
        width: 120px;
        height: 120px;
    }

    .datacenters.ger {
        top: 24%;
    }

    .datacenters.poland {
        width: 32px;
        height: 32px;
        top: 23%;
        left: 52%;
    }
}

@media (max-width:1199px) {
    .datacenters.india {
        right: 25%;
        width: 90px;
        height: 90px;
        top: 38%;
    }

    .datacenters.poland {
        top: 25%;
        left: 52%;
        width: 27px;
        height: 27px;
    }

    .datacenters.ger {
        top: 25.5%;
        left: 49.9%;
        width: 28px;
        height: 28px;
    }

    .datacenters.us2 {
        width: 160px;
        height: 90px;
    }

    .datacenters.us1 {
        width: 100px;
    }
}

@media (max-width:991px) {
    .datacenters.india {
        width: 70px;
        height: 70px;
        top: 38.7%;
    }

    .datacenters.poland {
        top: 27.5%;
        left: 52%;
        width: 22px;
        height: 22px;
    }

    .datacenters.ger {
        top: 28%;
        left: 49.9%;
        width: 22px;
        height: 22px;
    }

    .datacenters.us2 {
        width: 105px;
        height: 85px;
    }

    .datacenters.us1 {
        width: 81px;
        height: 40px;
        top: 17%;
    }
}

@media (max-width:767px) {
    .datacenters.india {
        width: 50px;
        height: 50px;
        top: 42%;
    }

    .datacenters.poland {
        top: 30%;
        left: 52%;
        width: 18px;
        height: 18px;
    }

    .datacenters.ger {
        top: 31%;
        left: 49.9%;
        width: 18px;
        height: 18px;
    }

    .datacenters.us2 {
        width: 90px;
        height: 70px;
        top: 28%;
    }

    .datacenters.us1 {
        width: 62px;
        height: 30px;
        top: 20%;
    }

    .datacenters.sg {
        bottom: 34%;
    }
}

@media (max-width:575px) {
    .datacenters.ger {
        left: 49.3%;
    }

    .datacenters.poland {
        top: 31%;
        left: 52%;
        width: 18px;
        height: 18px;
    }

    .datacenters.us2 {
        width: 75px;
        height: 65px;
        top: 30%;
    }

    .datacenters.us1 {
        width: 55px;
        height: 29px;
        top: 22%;
    }
}

@media (max-width:466px) {
    .datacenters.poland {
        top: 32%;
        left: 52%;
        width: 16px;
        height: 16px;
    }

    .datacenters.ger {
        top: 33%;
        left: 49.9%;
        width: 16px;
        height: 16px;
    }
}

@media (max-width:433px) {
    .datacenters.poland {
        width: 14px;
        height: 14px;
        top: 33%;
    }

    .datacenters.sg {
        bottom: 32%;
    }

    .datacenters.india {
        width: 45px;
        height: 45px;
        top: 44%;
    }
}

/* **********************************

    payments.html   

************************************ */


#methods {
    padding: 135px 0px;
}

.content-pay {
    margin: 20px 0px;
    margin-bottom: 40px;
}

.payimg-wrap {
    padding: 0px 5px;
    animation: loopy 25s linear infinite;
}

.content-pay:hover .payimg-wrap {
    animation-play-state: paused;
}

.payimg-wrap.cardy {
    animation: loopycard 20s linear infinite;
}

.content-pay:hover .payimg-wrap.cardy {
    animation-play-state: paused;
}

.content-pay img {
    margin: 0px !important;
}


.services .service-wrap .pay img {
    padding: 5px;
    width: 100px;
}

.paywrap {
    position: relative;
    padding: 80px;
    padding-top: 100px;
}

.sec-main.sec-bg1.pay.bg-seccolorstyle.noshadow {
    padding: 0px !important;
}

.paywrap .section-heading {
    margin-top: 20px !important;
}

.paygate-img {
    width: 100%;
    border: 1px #55bde5 solid;
    padding: 5px;
    border-radius: 12px;
}

.paygate-wrap {
    margin-top: 35px;
}

@media (max-width: 576px) {
    .paywrap {
        padding: 80px 30px;
    }

    .services .service-wrap .pay img {
        width: 70px;
    }
}

/* ********************************

    Animations - payments

********************************* */

@keyframes loopycard {
    from {
        transform: translateX(0%);

    }

    to {
        transform: translateX(-700%);
    }
}

@keyframes loopy {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-1100%);
    }
}


/* *******************

    about.html

******************* */

.pspan {
    display: block;
    font-size: 18px;
}

.gbpromo {
    margin: 20px 0px 40px;
    display: block;
    background-color: #0f151a;
    padding: 20px;
    font-size: 16px;
}

/* *******************

    datacenter.html

******************* */

.s-title {
    margin-top: 10px;
    display: inline-block;
    font-weight: 900;
}



.cs-color {
    width: 95%;
}

.irs-grid {
    opacity: .7;
}

.irs-handle {
    cursor: pointer;
}


.irs--round .irs-bar {
    background-color: #1697bf;

}

.irs--round .irs-handle {
    border-color: #1697bf;
}

.irs-from,
.irs-to {
    background-color: #1697bf !important;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    display: none;
}


/* *******************

    Mobile Navbar Fixes

******************* */

/* Add padding to prevent logo from overlapping menu items when menu is open */
.menu-wrap.mobile.active .main-menu {
    padding-top: 80px;
}

/* Ensure logo doesn't overlap when menu is open */
.menu-wrap.mobile.active .col-6:first-child {
    position: relative;
    z-index: 1;
}

/* Show background SVG on mobile */
@media (max-width: 767px) {
    .custom-element-right {
        display: block !important;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 200px;
        opacity: 0.3;
    }
}