@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap);

*,
body,
html {
    box-sizing: border-box
}

:root,
:root .light {
    --black: #1E1E1E;
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1)
}

.btn-site,
.btn-site2 {
    position: relative;
    display: flex;
    border: none;
}

body,
html {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background: linear-gradient(278deg, var(--bg2), var(--bg));
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-family: Poppins, sans-serif;
    scroll-behavior: smooth;
    height: auto;
    user-select: none
}

.site-body {
    overflow: hidden
}

:root {
    --red: #c8333c;
    --bg2: #0f0b0c;
    --bg: #140c0d;
    --white: #fff;
    --border: #ececec;
    --gray: #e9e9e9;
    --gray2: #e9e9e924;
    --star-size: 24px;
    --star-color: #fff;
    --star-background: #fc0
}

:root .light {
    --red: #d51c23;
    --bg2: #f1efea;
    --bg: #e3d6be;
    --white: #000;
    --border: #131313;
    --gray: #161616;
    --gray2: #16161624
}

img {
    object-fit: contain
}

::-webkit-scrollbar {
    width: 8px;
    background: var(--bg);
    height: 0
}

::-webkit-scrollbar-thumb {
    background: var(--white)
}

i {
    font-size: 16px !important
}

p {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    font-weight: 300
}

.btn-site,
h2 {
    font-weight: 500
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: var(--white)
}

h1 {
    font-size: 50px;
    line-height: 65px
}

.ad-container h1 {
    font-size: 40px;
    line-height: 55px;
}

h2 {
    font-size: 26px;
    line-height: 36px
}

h5,
h6 {
    font-weight: 400
}

h6 {
    font-size: 16px;
    line-height: 30px
}

h5 {
    font-size: 18px
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid var(--border);
    height: 0
}

.btn-site2::before,
.btn-site::before {
    border-radius: inherit;
    content: '';
    filter: blur(6px);
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1
}

a {
    color: var(--black);
    text-decoration: none
}

.text-red,
a:hover {
    color: var(--red)
}

.btn-site,
.btn-site:hover,
.light .btn-site2 {
    color: #fff
}

.md-pl-50 {
    padding-left: 50px
}

.flex-align {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.btn-site,
.btn-site2 {
    border-radius: 10px 10px 10px 0;
    padding: 15px 25px;
    height: 46px;
    gap: 5px;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    transition: .3s;
    width: fit-content;
    cursor: pointer
}

.btn-site {
    background-color: var(--red);
    animation: 1s ease-in infinite glow;
    min-width: 100px;
    justify-content: center
}

.btn-site::before {
    background: var(--red);
    opacity: .75;
    width: 100%
}

.bg-white,
.btn-site2::before {
    background: var(--white)
}

.btn-site:hover::before {
    filter: blur(10px);
    opacity: 1
}

.btn-site2::before {
    opacity: .5;
    width: 100%
}

.btn-site2:hover::before {
    filter: blur(10px);
    opacity: .7
}

.btn-site2 {
    background-color: var(--white);
    color: var(--red);
    font-weight: 600
}

.btn-site2:hover,
.btn-site:hover {
    transform: skew(-6deg)
}

.text-white {
    color: var(--white)
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

.font-weight-800 {
    font-weight: 800
}

.text-8 {
    font-size: 8px
}

.text-9 {
    font-size: 9px
}

.text-10 {
    font-size: 10px
}

.text-11 {
    font-size: 11px
}

.text-12 {
    font-size: 12px
}

.text-13 {
    font-size: 13px
}

.text-14 {
    font-size: 14px
}

.text-15 {
    font-size: 15px
}

.text-16 {
    font-size: 16px
}

.text-17 {
    font-size: 17px
}

.text-18 {
    font-size: 18px
}

.text-19 {
    font-size: 19px
}

.text-20 {
    font-size: 20px
}

.text-21 {
    font-size: 21px
}

.text-22 {
    font-size: 22px
}

.text-23 {
    font-size: 23px
}

.text-24 {
    font-size: 24px
}

.text-25 {
    font-size: 25px
}

.text-26 {
    font-size: 26px
}

.text-27 {
    font-size: 27px
}

.text-28 {
    font-size: 28px
}

.mr-1 {
    margin-left: 5px
}

.mr-2 {
    margin-left: 10px
}

.container,
.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mt-1 {
    margin-top: 5px
}

.mt-2 {
    margin-top: 10px
}

.mt-3 {
    margin-top: 15px
}

.mt-4 {
    margin-top: 20px
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 50px
}

.container {
    width: 100%
}

.gap-direction {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.col-md-4 {
    width: 33.3%;
    padding-left: 15px;
    padding-right: 15px
}

.text-center {
    text-align: center
}

.pt-2 {
    padding-top: 10px
}

.pt-3 {
    padding-top: 15px
}

.pt-5 {
    padding-top: 35px
}

@media (min-width:990px) {
    .viewMoreBtn {
        display: none
    }
}

@media (min-width:1440px) {
    .container {
        max-width: 1280px
    }
}

@media (max-width:1440px) {
    .container {
        max-width: 1200px;
        padding-left: 25px;
        padding-right: 25px
    }

    .hero-banner {
        padding-left: 30px
    }

    h1 {
        font-size: 35px !important;
        line-height: 50px !important;
    }

    .social_icons {
        left: 30px
    }
}

@media (max-width:1366px) {
    .container.hero-container {
        padding-top: 60px
    }

    .ring i {
        display: none
    }

    .ring {
        height: 440px
    }

    .placement-left {
        width: 50%
    }
}

@media (min-width:768px) {
    .overview .column-box {
        min-height: 120px
    }
}

@media (max-width:1320px) {
    .hero-left {
        padding-left: 60px
    }

    .hero-right {
        justify-content: center
    }

    .banner {
        max-width: 400px
    }
}

@media (max-width:1200px) {
    .container {
        max-width: 1140px
    }

    .col-4 {
        width: 50%
    }

    .placement-left {
        width: 100%
    }

    .marque-main {
        padding: 0
    }

    .join-card:not(:first-child)::before {
        left: -100px;
        width: 100px
    }

    .join-card:not(:first-child):nth-of-type(odd):before {
        right: -100px;
        margin-top: 0
    }
}

@media (max-width:1100px) {
    .join-card {
        max-width: 100%;
        width: 100%
    }

    .join-card:not(:first-child)::before,
    .last-not-after::after {
        display: none
    }

    .join-card:not(:last-child)::after {
        content: "";
        position: absolute;
        bottom: -40px;
        height: 40px;
        width: 40px;
        left: 50%;
        transform: translateX(-50%);
        background: url(../images/arrow-shape2.webp) 0 0/contain no-repeat
    }

    .light .join-card:not(:last-child)::after {
        filter: invert(1)
    }

    .join-card:nth-child(2n) {
        float: none
    }
}

@media (max-width:991px) {
    .container.credited-container>div {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .credited-text h1 {
        text-align: center !important;
    }

    .banner,
    h6.hero-text {
        max-width: 600px
    }

    .header-center,
    .logo {
        top: 0
    }

    .hero-left,
    .hero-sec h1 *,
    .textContainer h6 {
        text-align: center
    }

    .banner,
    .hero-left,
    .md-pl-50 {
        padding-left: 0
    }

    .col-md-6,
    .footer-column:first-child,
    .header-right,
    .hero-left {
        width: 100%
    }

    .container.hero-container,
    .hero-container {
        padding-top: 60px
    }

    .head-attention {
        margin: 10px auto
    }

    .banner {
        display: none;
        grid-template-rows: repeat(5, 11vw)
    }

    .banner-mob,
    .max-990,
    .scroll-start .header-center {
        display: block
    }

    .ad_banner,
    .header-left,
    .logo:after,
    .logo:before,
    .min-990,
    .newsbox {
        display: none
    }

    header {
        border-bottom: 1px solid var(--gray2)
    }

    .logo {
        background: initial
    }

    a.thumbnail-vid {
        margin-right: 0
    }

    .choose-right img {
        height: auto
    }

    .ring {
        margin: 0 auto
    }

    .login {
        justify-content: flex-start
    }

    .logo img {
        height: 40px
    }

    .menu {
        display: flex;
        z-index: 9999;
        position: absolute;
        right: 20px
    }

    .container {
        max-width: 960px
    }

    .hero-container {
        gap: 40px
    }

    .hero-left {
        align-items: center
    }

    .hero-right {
        width: 100%;
        justify-content: center
    }

    .social_icons {
        left: 10px
    }

    .shape1 {
        width: 200px;
        height: 200px
    }

    .iframe-col {
        order: 1;
        padding: 0
    }

    .development-row {
        margin-top: 20px
    }

    .carousel-item,
    .footer-column,
    .footer-column .nav2 {
        width: 50%
    }

    .banner-join:after {
        width: 150px;
        height: 40px;
        top: 55px
    }

    .projects-row {
        flex-wrap: nowrap;
        overflow: auto;
        width: 100%;
        display: -webkit-inline-box
    }

    .projects-row .card {
        width: 420px;
        padding: 24px
    }

    .row.development-row {
        gap: 10px
    }

    .each-accordionbox h3::before {
        padding: 0 5px
    }

    .each-title {
        padding: 15px 15px 15px 56px
    }
}

@media (max-width:768px) {
    .marquee-sec:hover .scrolling-text_inner.direction-left>div {
        animation: none;
    }

    .switch {
        top: 100px
    }

    .column-box span {
        font-family: Poppins, sans-serif
    }

    .row {
        row-gap: 30px
    }

    .container {
        max-width: 720px
    }

    .border-main img {
        object-fit: none;
        height: 100px
    }

    .overview.section {
        padding-top: 40px
    }

    .scrolling-text__item img {
        height: 80px
    }

    .col-md-4 {
        width: 100%
    }

    .column-box2 {
        width: 420px
    }

    .join-card,
    .join-card:nth-child(2n) {
        flex-direction: column-reverse
    }

    .join-card-content {
        width: 100%;
        text-align: center
    }

    .hero-left {
        padding: 0 20px
    }

    .talk-btn {
        display: block
    }

    .min-768 {
        display: none
    }

    .last-footer {
        padding-bottom: 40px
    }

    .section {
        padding: 20px 0
    }

    .container.hero-container {
        padding-bottom: 20px
    }

    .head {
        margin-bottom: 0
    }

    .join-row {
        margin-top: 20px
    }
}

@media (max-width:576px) {
    .carousel-inner {
        display: -webkit-inline-box;
        flex-wrap: nowrap;
        width: 100%;
        gap: 50px;
        overflow-x: auto;
        padding-bottom: 30px
    }

    h5 {
        font-size: 16px
    }

    .container {
        max-width: 540px
    }

    .logo img {
        height: 40px;
        max-width: 120px
    }

    .btn-site,
    .btn-site2 {
        padding: 12px 18px;
        font-size: 13px;
        line-height: 14px;
        font-weight: 500;
        height: 40px
    }

    i {
        font-size: 14px !important
    }

    .col-4,
    .projects-row .card,
    .projects-row .card.w-50 {
        width: 100%
    }

    .overview .col-4:nth-child(2n) .column-box {
        margin-top: 0
    }

    .overview .column-box {
        padding: 15px
    }

    .overview .column-box>div {
        gap: 6px
    }

    .img-icon {
        width: 44px;
        height: 44px
    }

    .column-box span {
        font-size: 100px;
        top: -80px;
        opacity: .3
    }

    .overview .row {
        padding-top: 20px
    }

    .column-box2 {
        width: 320px
    }

    .choose-items h6::before {
        left: 0
    }

    .choose-items h6 {
        width: 100%;
        padding-right: 0;
        padding-left: 20px
    }

    .carousel-item {
        width: 100%;
        padding: 20px 0
    }

    .footer-column {
        width: 100%;
        padding: 0
    }

    .footer-column .row {
        row-gap: 0
    }

    .last-footer {
        margin-top: 30px
    }

    .join-card {
        padding: 20px
    }

    .banner {
        grid-template-rows: repeat(6, 11vw)
    }

    .banner__item--1 {
        grid-column: 1/1;
        grid-row: 1/span 4
    }

    .banner__item--2 {
        grid-column: 1/1;
        grid-row: 5/span 2
    }

    .banner__item--3 {
        grid-column: 2/2;
        grid-row: 1/span 2
    }

    .banner__item--4 {
        grid-column: 2/2;
        grid-row: 7/3
    }

    .banner__item--5 {
        grid-column: 3/span 2;
        grid-row: 7/1
    }

    .scrolling-text_inner {
        width: 100%;
        overflow: auto
    }
}

@media (max-width:440px) {
    
    .social_icons {
        display: none;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px
    }

    .carousel-inner {
        margin-top: 0
    }

    .carousel-inner:after,
    .carousel-inner:before {
        display: none
    }

    h1 {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .ad-container h1 {
        font-size: 18px !important;

        line-height: 28px !important;
    }

    .ad-container h5 {
        font-size: 12px;
    }

    .top-action {
        bottom: 50px;
        right: 20px
    }

    .social_icons {
        left: 5px
    }

    .social_icons li {
        padding: 2px
    }

    .social_icons img {
        width: 20px;
        height: 20px
    }



    .hero-container {
        padding-top: 60px
    }

    .btn-container,
    .nav {
        gap: 10px
    }

    .logo img {
        height: 40px;
        max-width: 120px
    }

    .nav-items {
        font-size: 12px
    }

    .h6 {
        font-size: 14px;
        line-height: 26px
    }

    .p {
        font-size: 12px;
        line-height: 22px
    }

    .scrolling-text__item img {
        height: 75px;
        width: 120px;
        padding: 0 7px
    }

    .scrolling-text__item {
        padding: 0
    }

    .copy,
    h6,
    p {
        font-size: 14px;
        line-height: 24px
    }

    .each-title {
        font-weight: 500
    }

    .hero-left {
        padding: 0 15px;
        gap: 20px
    }

    .each-title,
    p {
        font-size: 14px;
        line-height: 22px
    }

    .projects-row .card {
        width: 280px
    }

    .btn-site,
    .btn-site2 {
        margin: 0 auto
    }

    .text {
        color: rgb(182, 182, 182, .7);

    }
        .accordion-section .programe {
    padding: 20px;

}
}

@media (max-width:400px) {

    .btn-site,
    .btn-site2 {
        padding: 12px 14px;
        font-size: 13px;
        line-height: 13px;
        min-width: auto
    }

    .marquee-sec.scrolling-text {
        mask-image: linear-gradient(to left, transparent 0%, black 18%)
    }

    .placement-marquee {
        mask-image: linear-gradient(to right, transparent 0%, black 18%)
    }

    .mob-d-none-anim h1.heading {
        background-size: 100% !important;
    }

    .mob-d-none-anim .gradient-text {
        color: var(--red) !important;
    }

    .credited-img img {
        width: 140px;
    }

    .container.credited-container {
        row-gap: 30px;
    }


}

@media (max-width:370px) {
    .btn-container {
        gap: 5px
    }

    .hero-left {
        padding: 0 0 0 10px
    }
}