@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap);

.butn,
.c-dropdown,
nav .links .main-ul li a,
nav .right-side .dropdown {
    position: relative
}

#back-to-top,
#back-to-top:hover {
    background-color: #e6e6e6
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif
}

.clrblu,
.text-blue,
h2 span {
    color: #3787ff
}

body {
    background: #0d253c;
    overflow-x: hidden !important
}

.text-violet {
    color: #e7e7e7
}

.butn {
    text-decoration: none;
    background: #93bcfa;
    color: #fff;
    border: 0;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: .3s;
    overflow: hidden;
    outline: 0;
    cursor: pointer
}

.butn::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #4e8ce9;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    transition: .5s
}

.butn:hover,
.our-cases .container .row .content .text .user-tell {
    color: #fff
}

.butn:hover::after {
    top: 0
}

.butn.dark-butn {
    background: linear-gradient(135deg, #1c466d, #112e49);
    color: #fff
}

.butn.border-butn {
    background: 0 0;
    border: 2px solid #4d6384
}

.c-dropdown .c-dropdown-header {
    display: flex;
    gap: 10px;
    align-items: center
}

.c-dropdown .c-dropdown-list {
    width: 180px;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: rgba(0, 0, 0, .64);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    position: absolute;
    left: 0;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.c-dropdown .c-dropdown-list.show {
    display: block
}

.c-dropdown .c-dropdown-list .c-dropdown-item a {
    padding: 4px 14px;
    display: inline-block;
    width: 100%;
    border-radius: 16px
}

.c-dropdown .c-dropdown-list .c-dropdown-item a::after {
    display: none
}

.c-dropdown .c-dropdown-list .c-dropdown-item a.active,
.c-dropdown .c-dropdown-list .c-dropdown-item a:hover {
    background-color: #f0f0f0;
    color: #111
}

@media only screen and (max-width:800px) {
    .c-dropdown .c-dropdown-list {
        width: 200px
    }
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    max-width: 1320px;
    margin: auto
}

nav .logo img {
    width: 250px
}

nav .links .main-ul {
    display: flex;
    list-style: none;
    align-items: start;
    gap: 20px;
    margin-bottom: 0
}

footer .menu li a,
nav .right-side .butn {
    display: inline-block
}

nav .links .main-ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 600
}

nav .links .main-ul li a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #fff;
    position: absolute;
    bottom: -25px;
    left: 35%;
    transform: scale(0) translateY(20px);
    transition: .3s
}

nav .links .main-ul li a.active::after,
nav .links .main-ul li a:hover::after {
    transform: scale(1) translateY(0)
}

nav .right-side {
    display: flex;
    align-items: center
}

nav .right-side .dropdown .language {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

nav .right-side .dropdown i {
    height: 10px;
    position: absolute;
    right: 3px;
    top: 8.5px;
    z-index: 10
}

nav .right-side .toggler {
    display: none;
    cursor: pointer
}

@media only screen and (max-width:1050px) {
    nav .logo img {
        width: 250px
    }
}

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

    nav .right-side .butn,
    nav .right-side .toggler {
        display: none
    }

    nav .right-side .butn.language {
        display: inline-block
    }
}

@media only screen and (max-width:1120px) {
    nav .links {
        position: absolute;
        background: rgba(0, 0, 0, .462745098);
        -webkit-backdrop-filter: blur(16px);
        backdrop-filter: blur(16px);
        border: 3px solid #000;
        width: calc(100% - 100px);
        height: calc(100% - 100px);
        left: 50px;
        top: -100%;
        border-radius: 40px;
        display: grid;
        place-content: center;
        transition: .3s;
        z-index: 50
    }

    nav .links.active {
        top: 50px
    }

    nav .links ul {
        padding-left: 0;
        flex-direction: column
    }

    nav .links ul li a {
        color: #0d253c;
        font-weight: 600;
        font-size: 18px
    }

    nav .links ul li a::after {
        background: #0d253c;
        position: absolute;
        bottom: 6px;
        left: -20px;
        transform: scale(0) translateY(0)
    }

    nav .links ul li a.active::after,
    nav .links ul li a:hover::after {
        transform: scale(1) translateY(0)
    }

    nav .links ul .mbil {
        display: block !important
    }

    nav .right-side .toggler {
        display: block
    }
}

@media only screen and (max-width:440px) {
    nav .logo img {
        width: 200px
    }

    nav .links {
        width: calc(100% - 20px);
        height: calc(100% - 100px);
        left: 10px;
        border-radius: 40px
    }

    nav .links.active {
        top: 85px
    }
}

header .container .row .text .count-up {
    display: flex
}

header .container .row .text .count-up .box {
    background: linear-gradient(135deg, #4a6181, #0e253c);
    padding: 20px;
    border-radius: 10px;
    width: 170px
}

header .container .row .text .count-up .box h4 {
    font-size: 40px;
    margin-bottom: 30px
}

@media only screen and (max-width:540px) {
    header .container .row .text .count-up {
        flex-direction: column
    }

    header .container .row .text .count-up .box {
        width: 100%;
        margin-top: 10px
    }
}

header .container .row .text .note {
    background: #4e8ce9;
    padding: 20px;
    border-radius: 10px;
    position: relative
}

header .container .row .text .note img {
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50px, -50px)
}

header .container .row .text .note p {
    margin-bottom: 0;
    color: #fff
}

.our-cases .container .row .content .text .user-tell h3,
.our-process .container .row .content .text-box h4,
header .container .row .text .note p span {
    font-weight: 600
}

header .container .row .form form {
    background: #f1f8ff;
    padding: 40px;
    border-radius: 30px
}

header .container .row .form form .inputs input:not([type="checkbox"]),
header .container .row .form form .inputs select,
header .container .row .form form .inputs textarea {
    width: 100%;
    padding: 10px 10px 10px 16px;
    border: 1px solid #0d253c;
    background: 0 0;
    margin: 6px 0;
    border-radius: 10px;
    outline: 0
}

.review-box2,
.testimonial .review-box {
    border-radius: 10px;
    box-shadow: -10px 10px 40px rgba(0, 0, 0, .25)
}

.got-scammed .container .row .content {
    background: linear-gradient(135deg, rgba(203, 227, 255, .6431372549), #0e253c);
    border-radius: 20px;
    height: 100%;
    transition: .3s
}

.other-vs-us .container .row .others,
.other-vs-us .container .row .us {
    padding: 30px;
    border-radius: 30px;
    height: 100%;
    color: #fff;
    position: relative;
    overflow: hidden
}

.got-scammed .container .row .content h4 {
    color: #d3e8ff
}

.got-scammed .container .row .content p {
    color: #b6d0ee
}

.got-scammed .container .row .content:hover {
    scale: 1.02
}

.other-vs-us .container .row .others {
    background: linear-gradient(to bottom right, #de7777, #f76262)
}

.other-vs-us .container .row .others::after {
    content: "×";
    font-size: 30em;
    position: absolute;
    top: -20px;
    right: -80px;
    line-height: .3;
    z-index: 1;
    opacity: .3
}

.other-vs-us .container .row .us {
    background: linear-gradient(to bottom right, #71da97, #52c750)
}

.other-vs-us .container .row .us::after {
    content: "✓";
    font-size: 20em;
    position: absolute;
    top: 0;
    right: -50px;
    line-height: .3;
    z-index: 1;
    opacity: .3
}

.where-you-scammed {
    background: url(../images/grad-bg.jpg) center/cover;
    padding: 100px 0
}

.where-you-scammed.about-services .row.service .content {
    display: flex;
    gap: 16px;
    align-items: center;
    background: rgba(252, 252, 252, .1843137255);
    padding: 20px;
    border-radius: 100px;
    height: 100%
}

.where-you-scammed.about-services .row.service .content .icon {
    height: 100%;
    background: #6782a7;
    border-radius: 80px 0 0 80px;
    display: grid;
    place-items: center
}

.where-you-scammed.about-services .row.service .content .text {
    border-radius: 0 80px 80px 0;
    padding: 20px;
    height: 100%;
    color: #fff;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 25px 45px rgba(0, 0, 0, .05)
}

.where-you-scammed.about-services .row.service .content .text p {
    line-height: 1
}

@media only screen and (max-width:992px) {
    .where-you-scammed.about-services .row.service .content {
        border-radius: 40px
    }

    .where-you-scammed.about-services .row.service .content .icon {
        border-radius: 30px 0 0 30px
    }

    .where-you-scammed.about-services .row.service .content .text {
        border-radius: 0 30px 30px 0
    }
}

.testimonial {
    background: url(../images/bg4.jpg) center/cover
}

.testimonial .h1 {
    position: relative;
    color: #0d253c !important
}

.testimonial .h1::after {
    content: "";
    width: 150px;
    height: 3px;
    background: linear-gradient(to right, #4e8ce9, #9f4db5);
    bottom: -10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.testimonial .review-box {
    max-width: 700px;
    height: 300px;
    position: relative;
    overflow: hidden
}

.testimonial .review-box .slider-custom {
    width: 100%;
    padding-right: 60px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s
}

.testimonial .review-box .slider-custom .slide-card {
    height: 300px;
    padding: 40px;
    color: #777;
    line-height: 22px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    z-index: 1
}

.review-box2 .slider-custom .slide-card::before,
.testimonial .review-box .slider-custom .slide-card::before {
    width: 110px;
    height: 110px;
    border-bottom-right-radius: 100%;
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    left: 0
}

.testimonial .review-box .slider-custom .slide-card::before {
    background: #93bcfa
}

.testimonial .review-box .slider-custom .slide-card .profile {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.review-box2 .slider-custom .slide-card .profile img,
.testimonial .review-box .slider-custom .slide-card .profile img {
    width: 70px;
    max-width: 70px;
    height: 70px;
    max-height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px
}

.testimonial .review-box .slider-custom .slide-card .profile h3 {
    font-size: 26px;
    color: #4e8ce9;
    margin-bottom: 8px;
    font-weight: 600
}

.testimonial .review-box .slider-custom .slide-card p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px
}

.testimonial .review-box .slider-custom .slide-card b {
    background: #93bcfa;
    color: #fff;
    padding: 8px 20px;
    border-radius: 8px;
    transition: .3s
}

.testimonial .review-box .slider-custom .slide-card b:hover {
    text-shadow: 0 0 8px #fff;
    background: #4e8ce9;
    cursor: pointer
}

.testimonial .review-box .sidebar {
    width: 60px;
    height: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    background: #93bcfa;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.testimonial .review-box .sidebar img {
    width: 40px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer
}

@media only screen and (max-width:400px) {
    .where-you-scammed.about-services .row.service .content {
        flex-direction: column;
        gap: 10px
    }

    .where-you-scammed.about-services .row.service .content .icon {
        width: 100%;
        border-radius: 30px 30px 0 0
    }

    .where-you-scammed.about-services .row.service .content .text {
        border-radius: 0 0 30px 30px
    }

    .testimonial .review-box .slider-custom {
        padding-right: 35px
    }

    .testimonial .review-box .slider-custom .slide-card {
        padding: 20px
    }

    .testimonial .review-box .slider-custom .slide-card .profile {
        background: #fff;
        padding: 5px 6px;
        border-radius: 40px
    }

    .testimonial .review-box .slider-custom .slide-card .profile img {
        width: 50px;
        height: 50px
    }

    .testimonial .review-box .slider-custom .slide-card .profile h3 {
        margin-bottom: 5px
    }

    .testimonial .review-box .slider-custom .slide-card .profile h6 {
        font-size: 12px
    }

    .testimonial .review-box .slider-custom .slide-card p {
        -webkit-line-clamp: 5
    }

    .testimonial .review-box .sidebar {
        width: 35px
    }

    .testimonial .review-box .sidebar img {
        width: 25px
    }
}

.review-box2 {
    overflow: hidden
}

#back-to-top,
.whatsapp-api {
    position: fixed;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    overflow: hidden;
    transition: .3s
}

.review-box2 .slider-custom {
    width: 100%;
    box-sizing: border-box
}

.review-box2 .slider-custom .slide-card {
    padding: 40px;
    background: #fff;
    position: relative;
    z-index: 1
}

.review-box2 .slider-custom .slide-card::before {
    background: #4e8ce9
}

.review-box2 .slider-custom .slide-card .profile {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.review-box2 .slider-custom .slide-card p {
    color: #000;
    font-weight: 500;
    margin-bottom: 0
}

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

    .review-box2 .slider-custom .slide-card,
    .testimonial .review-box .slider-custom .slide-card {
        padding: 20px
    }

    .testimonial .review-box .slider-custom .slide-card .profile {
        margin-bottom: 20px
    }

    .testimonial .review-box .slider-custom .slide-card .profile h3 {
        font-size: 18px
    }
}

.testimon-modal .modal-dialog .modal-content {
    border-radius: 20px
}

.testimon-modal .modal-dialog .modal-content .modal-header button {
    background-color: #4e8ce9;
    width: 30px;
    height: 30px;
    font-size: 30px;
    border: 1px solid #eee;
    border-radius: 50px;
    color: #fff
}

.testimon-modal .modal-dialog .modal-content .modal-header button span {
    margin-top: -9px;
    display: block
}

.our-process {
    background: url(../images/bg2.jpg) center/cover;
    padding: 100px 0
}

.our-process .container .row .content {
    display: flex;
    gap: 20px
}

.our-process .container .row .content .side-number {
    display: flex;
    flex-direction: column;
    align-items: center
}

footer,
footer .menu,
footer .social_icon {
    justify-content: center;
    position: relative
}

.our-process .container .row .content .side-number .number {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50px;
    background: #e25e5e;
    display: grid;
    place-content: center;
    font-size: 40px;
    color: #fff;
    font-weight: 600
}

.our-process .container .row .content .side-number span {
    color: #fff;
    font-weight: 500;
    margin-top: 10px
}

.our-process .container .row .content .text-box {
    background: rgba(53, 52, 52, .2352941176);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 30px 25px;
    border-radius: 30px;
    color: #fff
}

.our-process .container .row .content .text-box p {
    margin-bottom: 0
}

.our-process .container .row .arrow-img {
    width: 120px;
    -o-object-fit: contain;
    object-fit: contain
}

footer {
    margin-top: 200px;
    width: 100%;
    background: #3787ff;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    flex-direction: column
}

footer .menu,
footer .social_icon {
    display: flex;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap
}

footer .menu li,
footer .social_icon li {
    list-style: none
}

footer .social_icon li a {
    font-size: 2em;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: .5s
}

footer .social_icon li a:hover {
    transform: translateY(-10px)
}

footer .menu li a {
    font-size: 1.2em;
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
    opacity: .75
}

footer .menu li a:hover {
    opacity: 1
}

footer p {
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.1em
}

footer .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(../images/wave100.png) 0 0/1000px 100px
}

footer .wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: 4s linear infinite animateWave
}

footer .wave#wave2 {
    z-index: 999;
    opacity: .5;
    bottom: 10px;
    animation: 4s linear infinite animateWave_02
}

footer .wave#wave3 {
    z-index: 1000;
    opacity: .2;
    bottom: 15px;
    animation: 3s linear infinite animateWave
}

footer .wave#wave4 {
    z-index: 999;
    opacity: .7;
    bottom: 20px;
    animation: 3s linear infinite animateWave_02
}

@keyframes animateWave {
    0% {
        background-position-x: 1000px
    }

    100% {
        background-position-x: 0px
    }
}

@keyframes animateWave_02 {
    0% {
        background-position-x: 0px
    }

    100% {
        background-position-x: 1000px
    }
}

.backstory .container .row .images {
    height: 100%;
    width: 100%
}

.backstory .container .row .images img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.backstory .container .row .content {
    background: rgba(243, 243, 243, .2352941176);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 30px 25px;
    border-radius: 30px;
    color: #fff
}

.cta {
    background: url(../images/bg3.jpg) center/cover
}

.cta .container .cta-box {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, .2);
    box-shadow: 0 25px 45px rgba(0, 0, 0, .05);
    border-radius: 20px;
    overflow: hidden
}

.cta .container .cta-box .row .image img {
    border-radius: 300px 0 0 300px
}

@media only screen and (max-width:992px) {
    .cta .container .cta-box .row .image img {
        border-radius: 80px 80px 0 0
    }
}

.our-cases .container .nav-pills {
    background: #fff;
    padding: 20px;
    border-radius: 18px;
    gap: 10px;
    justify-content: center
}

.our-cases .container .nav-pills li button {
    background: #eee;
    color: #000;
    font-weight: 500;
    border-radius: 30px
}

.our-cases .container .nav-pills li button.active,
.our-cases .container .nav-pills li button:hover {
    background: #4e8ce9;
    color: #fff
}

.our-cases .container .row .content .text .user-tell b {
    font-size: 20px
}

.our-cases .container .row .sideBar .single {
    margin-top: 15px;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 .5rem 1rem 4px rgba(0, 0, 0, .15);
    transition: .2s
}

.our-cases .container .row .sideBar .single:hover {
    transform: scale(1.02);
    box-shadow: 0 .8rem 1rem 4px rgba(0, 0, 0, .25)
}

.our-cases .container .row .sideBar .single .image img {
    width: 100px;
    max-width: 100px;
    height: 100px;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover
}

.our-cases .container .row .sideBar .single .text small {
    background: #3787ff;
    color: #fff;
    padding: 4px 8px;
    border-radius: 8px
}

.our-cases .container .row .sideBar .single .text h5 {
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 600;
    color: #3787ff
}

.our-cases .container .row .sideBar .single .text p {
    margin-bottom: 0;
    color: #222
}

.our-cases .container .row .sideBar .single .text p span b {
    font-weight: 700
}

.faqs {
    background: #93bcfa
}

.card,
.sec-truths .container .truth-box .inner .images .box .card {
    background-size: cover;
    background-position: center;
    color: #fff;
    cursor: pointer
}

.faqs .container .row .accordion .accordion-item {
    margin-top: 15px;
    border-radius: 30px;
    overflow: hidden;
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.faqs .container .row .accordion .accordion-item .accordion-header button {
    background: 0 0;
    box-shadow: none;
    font-weight: 600;
    font-size: 22px
}

.contact .container .row .box {
    background: rgba(255, 255, 255, .3);
    border: 1px solid #eee;
    padding: 30px 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    width: 100%;
    transition: .3s;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    height: 100%
}

.contact .container .row .box .icon {
    background: #93bcfa;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px;
    border-radius: 50px;
    margin: auto
}

.contact .container .row .box a {
    text-decoration: none;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 6px auto 0;
    text-align: center;
    color: #fff;
    font-size: 18px
}

.contact .container .row .box:hover {
    background: rgba(255, 255, 255, .6)
}

#back-to-top {
    bottom: 80px;
    right: 20px;
    color: #1f0f02;
    border: none;
    border-radius: 30px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
    transform: scale(0)
}

#back-to-top img {
    width: 100%;
    padding: 6PX
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
    overflow: hidden
}

#preloader .loader {
    height: 300px;
    aspect-ratio: 1;
    background: #000;
    position: relative
}

#preloader .loader .box {
    position: absolute;
    background: rgba(100, 100, 100, .15);
    background: linear-gradient(0deg, rgba(50, 50, 50, .2) 0, rgba(100, 100, 100, .2) 100%);
    border-radius: 50%;
    border-top: 1px solid #646464;
    box-shadow: rgba(0, 0, 0, .3) 0 10px 10px 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    animation: 2s ease-in-out infinite ripple
}

#preloader .loader .box:first-child {
    inset: 40%;
    z-index: 99
}

#preloader .loader .box:nth-child(2) {
    inset: 30%;
    z-index: 98;
    border-color: rgba(100, 100, 100, .8);
    animation-delay: .2s
}

#preloader .loader .box:nth-child(3) {
    inset: 20%;
    z-index: 97;
    border-color: rgba(100, 100, 100, .6);
    animation-delay: .4s
}

#preloader .loader .box:nth-child(4) {
    inset: 10%;
    z-index: 96;
    border-color: rgba(100, 100, 100, .4);
    animation-delay: .6s
}

#preloader .loader .box:nth-child(5) {
    inset: 0%;
    z-index: 95;
    border-color: rgba(100, 100, 100, .2);
    animation-delay: .8s
}

#preloader .loader .logo {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    padding: 30%
}

#preloader .loader .logo svg {
    fill: grey;
    width: 100%;
    animation: 2s ease-in-out infinite color-change
}

@keyframes ripple {

    0%,
    100% {
        transform: scale(1);
        box-shadow: rgba(0, 0, 0, .3) 0 10px 10px 0
    }

    50% {
        transform: scale(1.3);
        box-shadow: rgba(0, 0, 0, .3) 0 30px 20px 0
    }
}

@keyframes color-change {

    0%,
    100% {
        fill: grey
    }

    50% {
        fill: white
    }
}

.whatsapp-api {
    display: block;
    bottom: 20px;
    left: 20px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000
}

.scam-sec .container .row .scam-card:hover::before,
.whatsapp-api img {
    width: 100%
}

.scam-sec .container .row .scam-card {
    height: 100%;
    background: linear-gradient(135deg, rgba(203, 227, 255, .6431372549), #0e253c);
    padding: 16px;
    border-radius: 20px;
    transition: .3s;
    position: relative;
    overflow: hidden
}

.scam-sec .container .row .scam-card .inner .icon {
    padding: 10px;
    background: #fff;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 8px
}

.scam-sec .container .row .scam-card .inner .content h5 {
    padding: 8px 0 !important
}

.scam-sec .container .row .scam-card .inner .content p {
    color: #eee
}

.scam-sec .container .row .scam-card::before {
    content: "";
    width: 0%;
    height: 5px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transition: .3s
}

.scam-sec .container .row .scam-card:hover {
    transform: scale(1.03)
}

.sec-truths .container .truth-box .inner .images {
    height: 100%
}

.sec-truths .container .truth-box .inner .images .box {
    height: 100%;
    width: 100%;
    display: flex
}

.sec-truths .container .truth-box .inner .images .box .card {
    border-radius: 40px;
    height: 100%;
    min-height: 200px;
    flex: 2;
    margin: 4px;
    position: relative;
    -webkit-transition: .3s ease-in
}

.card.active,
.sec-truths .container .truth-box .inner .images .box .card.active {
    flex: 5
}

@media (max-width:992px) {
    .sec-truths .container .truth-box .inner .images .box .card {
        height: 300px
    }
}

.card {
    background-repeat: no-repeat;
    height: 80vh;
    border-radius: 50px;
    flex: 0.5;
    margin: 10px;
    position: relative;
    -webkit-transition: .7s ease-in
}

.card h3 {
    font-size: 24px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
    opacity: .8
}

@media (max-width:480px) {
    .container {
        width: 100vw
    }

    .card:nth-of-type(4),
    .card:nth-of-type(5) {
        display: none
    }
}

.line-clamp1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.line-clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.line-clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.line-clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blogfull-img {
    height: 420px;
    object-fit: cover;
    border-radius: 1.5em
}

.blog-style1 {
    background: rgb(255 255 255 / .2);
    padding: 15px;
    border-radius: 30px;
    height: 100%;
    transition: 0.3s
}

.blog-style1:hover {
    background: rgb(255 255 255 / .3);
    transform: scale(1.01)
}

.blog-style1 .blog-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 25px
}

.blog-style1 p.text {
    color: #ccc
}

.blog-detail-wrapper .content .text img {
    border-radius: 20px
}

.blog-detail-wrapper .content .text h1,
.blog-detail-wrapper .content .text h2,
.blog-detail-wrapper .content .text h3,
.blog-detail-wrapper .content .text h4,
.blog-detail-wrapper .content .text h5,
.blog-detail-wrapper .content .text h6 {
    font-weight: 700
}

.hidden-type {
    position: absolute;
    left: -5000px;
    opacity: 0;
    visibility: hidden;
}
