/*font add for website*/

body {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    text-rendering: optimizeSpeed;
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}


/*color*/

.color-main {
    color: #161D2D;
    color: #172136;
    color: #192B4D;
    color: #7C90BD;
    color: #E0E6ED;
}


/*header*/

.active-focus {
    padding: 4px 10px;
    box-shadow: 0px 0px 15px #284788;
    border-radius: 6px;
    background-color: #161D2D;
}

h1,
h4 {
    color: #E0E6ED;
}

h3 {
    color: #7C90BD;
}

.li-font-h3 {
    olor: #7C90BD;
    font-size: 1.75rem;
}

.heading-1 h2 {
    color: #E0E6ED;
    font-weight: 600;
    font-size: 20px;
}

.click-box {
    background: #172136;
}

.big-box {
    height: 570px;
    width: 570px;
    border-radius: 9999px;
    margin: 0 auto;
}

.small-box {
    background: #192B4D;
    height: 480px;
    width: 480px;
    border-radius: 9999px;
}

.small-box-outer {
    height: 286px;
    width: 286px;
    border-radius: 9999px;
    margin: 0 auto;
}

.sub-small-box {
    height: 217px;
    width: 217px;
    border-radius: 9999px;
    margin: 0 auto;
    background: #192B4D;
}

.click-sections-height {
    height: 600px;
}

.custom-left-margin {
    margin-left: 33%;
    z-index: 1111111111;
}

.custom-right-margin {
    margin-left: -23%;
    z-index: 1111111111;
}

.count {
    font-size: 40px;
    color: #E0E6ED;
}

.text-alt {
    color: #E0E6ED;
}

.btn-small-ring {
    width: 70px;
    height: 70px;
    background: #172136;
    border-radius: 9999px;
}

.btn-ring {
    width: 50px;
    color: white;
    height: 50px;
    border-radius: 9999px;
    border: none;
    padding: 0px;
    background: #192B4D;
}

.btn-ring:hover,
.btn-ring:focus,
.btn-ring.active {
    background: #7C90BD;
}


/*section-block*/

.section-block {
    padding: 40px;
    background-color: #172136;
    border-radius: 30px;
}

.blue-shade-heading {
    color: #7C90BD;
}

.blue-shade {
    color: #7C90BD;
    font-size: 17px;
}

.section-heading h2 {
    text-align: center;
    color: #E0E6ED;
    font-weight: 600;
    font-size: 2rem;
}

.feature-box {
    text-align: center;
    background-color: #192B4D;
    border-radius: 30px;
}

.feature-box p {
    color: #7C90BD;
    font-size: 17px;
}

.feature-box-heading h4 {
    font-size: 17px;
    color: #E0E6ED;
}

.feature-box.active {
    background: #7C90BD;
    color: #fff;
}

.feature-box.active p {
    color: #fff;
}


/*accordion*/

.accordion-button {
    background-color: #7C90BD !important;
    color: #fff !important;
    font-size: 17px !important;
}

.accordion-button.collapsed {
    background: #192B4D !important;
}

.accordion-body {
    color: #7C90BD;
    font-size: 17px;
}

.accordion-item {
    margin-bottom: 10px;
}

footer {
    background-color: #192B4D;
}

.all-links span {
    font-weight: 600;
    color: #fff;
}

.all-links-all-ul li a {
    color: #7C90BD !important;
}

.copyright {
    border-top: 1px solid #7C90BD !important;
    ;
}


/*stars*/

.stars {
    text-align: center;
}

.star {
    visibility: hidden;
    font-size: 60px;
    cursor: pointer;
    margin-right: 30px;
}

.star:before {
    content: "\2605";
    position: absolute;
    color: #7C90BD;
    visibility: visible;
}

.star:checked:before {
    content: "\2606";
    color: #7C90BD;
    position: absolute;
}

.btn-close-add {
    position: absolute;
    left: 10px;
    bottom: 5px;
}

.btn-undo-add {
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.modal-content {
    color: #E0E6ED;
    border-radius: 15px;
}

.modal-dialog {
    border-radius: 15px;
}

.modal-bg {
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:990px) {
    .big-box {
        height: 343px;
        width: 343px;
    }
    .small-box {
        height: 280px;
        width: 280px;
    }
    .custom-left-margin,
    .custom-right-margin {
        margin-left: auto;
    }
    .btn-small-ring {
        width: 50px;
        height: 50px;
    }
    .btn-ring {
        width: 36px;
        height: 36px;
    }
    .click-sections-height {
        height: auto;
    }
    .feature-box {
        margin-bottom: 10px;
    }
    .all-links {
        margin-top: 20px;
    }
}

.click-img {
    width: 480px;
    height: 480px;
    display: flex;
    justify-content: center;
    border-radius: 9999px;
}

.xxx {
    font-size: 60px;
    color: #7C90BD;
}

.xxx:before {
    content: "\2605";
}

.xxxx {
    font-size: 60px;
    color: #7C90BD;
}

.xxxx:before {
    content: "\2606";
}

#startimg {
    user-select: none;
}

.material-ripple {
    position: relative;
    overflow: hidden
}

.material-ink {
    display: block;
    position: absolute;
    background: #7C90BD;
    border-radius: 100%;
    transform: scale(0)
}

.material-ink-animate {
    -webkit-animation: ripple .7s ease-out;
    animation: ripple .7s ease-out
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(1)
    }
}

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