* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: #fafafa !important;
}

.pt-100 {
    padding-top: 100px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.py-100 {
    padding: 100px 0;
}

.py-50 {
    padding: 50px 0;
}

.my-100 {
    margin: 100px 0;
}

.brr-50 {
    border-radius: 50%;
}

.brr-20 {
    border-radius: 20px;
}

.brr-30 {
    border-radius: 30px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-18 {
    font-size: 18px;
}

.fs-11 {
    font-size: 11px;
}

.bg_glass {
    position: relative;
    z-index: 10;
    background: linear-gradient(0deg, rgba(48, 177, 242, 0.9), rgba(32, 91, 254, 0.9) 0%, rgba(20, 15, 159, 0.9) 100%);
}

.header {
    /* background: transparent linear-gradient(0deg,#30b1f2,#205bfe 49%,#140f9f) 0 0 no-repeat padding-box; */
    background: #F1F5F9;
    position: relative;
}

.bg_circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    z-index: 1;
    opacity: 0.8;
}

.logo{
    color: #F7DA5F;
}
.logo span{
    color: #37709F;
}

.bg_text {
    position: absolute;
    left: 40%;
    bottom: -140px;
    transform: translateX(-50%);
    color: #fff;
    font-weight: bold;
    font-size: 350px;
    user-select: none;
}

.header_body {
    position: relative;
    z-index: 10;
}

.menu {
    position: relative;
    z-index: 10;
    background: transparent;
}

.bg_animated {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 2;
}

.menu ul li a {
    font-weight: 500;
    color: #00044A;
}

.bg_animate {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.animate_number {
    position: relative;
}

.cards .card {
    transition: all .3s linear;
    /* border: none; */
    border-radius: 20px;
    padding: 10px;
    text-align: center;
}

.card_header {
    width: 90px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s linear;
    clip-path: polygon(100% 0%, 100% 100%, 50% 74%, 0 100%, 0% 50%, 0 0);
    background: #000DFF;
    color: #fff;
}

.cards .card:hover {
    box-shadow: 0 10px 20px #dddddd;
}

.bg_red_color {
    background: #000DFF !important;
}

.text_color {
    color: #00044A;
}

.carouselCard {
    /* background-color: #d4e3f8; */
    background: linear-gradient(90deg, rgba(0, 92, 234, 1) 0%, rgba(0, 197, 251, 1) 100%);
    border: none;
    color: #0D2235;
    position: relative;
    border-radius: 5px;
    padding: 30px;
}

.carouselCard .card-header,
.carouselCard .card-body {
    position: relative;
    z-index: 5;
    color: #fff;
}

.carouselCardImg {
    object-fit: cover;
    z-index: 1;
    position: absolute;
    background-position: top;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: circle(50% at 28% 30%);
    z-index: 1;
}

.title_img {
    background: url('../img/5dcc3511e62de108cd4a9109_brush-stroke-banner-1-onlygfx-dot-com_5.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffff;
}

.back {
    position: relative;
    height: auto;
}

.image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*bu background-size ga oxshagan property, bu rasmni moslashtitrib beradi*/
}

.overlay {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: .5s ease;
    z-index: 1;
}

.hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .5s ease;
}

.back:hover .overlay {
    height: 70%;
    opacity: 1;
}

.back:hover .hover {
    opacity: 1;
}

.owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-text {
    /* border: 1px solid red; */
    width: 90%;
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 150px;

    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateX(-180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-card-front {
    background-color: #1F36C0;
    color: #fff;
}

.flip-card-back {
    background-color: #00BBFA;
    color: white;
    transform: rotateX(-180deg);
}

* {
    margin: 0;
    padding: 0;
}

.footer .section {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
    background: #fafafa;
}
.footer
{
    background: #3586FF;
}
.section  .air {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;

    background: url("/img/wave\ \(1\).png");
    background-size: 1000px 100px
}

.section  .air.air1 {
    animation: wave 30s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
}

.section  .air.air2 {
    animation: wave2 15s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 10px;
}

.section  .air.air3 {
    animation: wave 30s linear infinite;
    z-index: 998;
    opacity: 0.2;
    animation-delay: -2s;
    bottom: 15px;
}

.section  .air.air4 {
    animation: wave2 5s linear infinite;
    z-index: 997;
    opacity: 0.7;
    animation-delay: -5s;
    bottom: 20px;
}
.glass{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.glass_item{
    border: 1px solid grey;
    padding: 10px 20px;
    background: transparent;
    border-radius: 5px;
}

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

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

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

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

@media screen and (max-width:576px) {}

@media screen and (max-width:768px) {
    .bg_circle {
        position: absolute;
        top: 0;
        right: 0;
        width: 90%;
        z-index: 1;
        opacity: 0.8;
    }
}

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