@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --poppins: "Poppins", serif;

    --main: #13216A;
    --red: #E2211C;
    --gray: #575757;
    --darkGray: #272727;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    border-top: 6px solid var(--main);
    background-color: #F1F2F4 !important;
    font-family: var(--poppins) !important;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

.navbar {
    margin-top: 2rem;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1364px;
    }
}

.navbar-brand img {
    width: 8rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        margin: 0 12rem;
        margin-right: 0;
    }

    .navbar-expand-lg .navbar-nav li {
        margin: 0 1.3rem;
        font-size: 1.1rem;
        color: var(--gray);
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.login-btn-top {
    background-color: var(--main);
    padding: .4rem 3rem;
    color: #fff;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in;
}

.login-btn-top::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 15px solid var(--red);
    border-top: 15px solid transparent;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}

.login-btn-top:hover {
    background-color: var(--red);

}

.login-btn-top:hover::before {
    border-left: 0px solid var(--red);
    border-right: 20px solid var(--red);
    border-top: 0px solid transparent;
    border-bottom: 20px solid transparent;
    z-index: 0;
    transition: all .3s ease;
}



.login-btn-top h6 {
    font-weight: 700;
    margin: 0;
    font-size: .9rem;
    z-index: 1;
}

.login-btn-top h6 span {
    font-size: .7rem;
    font-weight: 400;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}

.nav-item.active {
    border-bottom: .1px solid var(--main);
}

.enter-area {
    position: relative;
    margin-top: 10rem;
    padding: 2rem 0;
}

.enter-area h2 {
    font-size: 3rem;
    color: var(--main);
    margin: 1rem 0;
}

.enter-area span {
    font-size: 1rem;
    color: var(--gray);
}

.enter-area h6 {
    line-height: 2rem;
    font-weight: 400;
    font-size: .9rem;
    color: var(--gray);
    margin-top: 1rem;
}

.about-btn {
    margin: 3.5rem 0;
}

.about-btn a {
    background-color: var(--main);
    color: #fff !important;
    padding: .8rem 3.5rem;
    font-size: .9rem;
    border-radius: .8rem;
    width: 100%;
    position: relative;
    transition: all .3s ease;
}

.login-btn-absolute {
    background-color: var(--main);
    padding: 1.6rem 2rem;
    padding-top: .3rem;
    color: #fff;
    position: relative;
    display: inline-block;
    transform: rotateZ(90deg);
    position: absolute;
    left: -4.4rem;
    top: 8.5rem;
    display: none;
    transition: all .3s ease;
}

.login-btn-absolute h6 span {
    font-size: .7rem;
    font-weight: 400;
    color: #fff;
}

.login-btn-absolute h6 {
    font-weight: 700;
    margin: 0;
    font-size: .8rem;
    z-index: 1;
    color: #fff;
    line-height: 1;
}

.absolute-img-enter {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.all-services-section {
    margin-top: 18rem;
    position: relative;
}

.all-services-section .card {
    padding: .6rem 1rem;
    padding-bottom: 2rem;
    text-align: center;
    height: 100%;
    border: none;
    background-color: #FCFBFF;
    border-radius: .7rem;
    transition: all .3s ease;
}

/* .all-services-section .card:hover {
    transform: scale(1.13);
} */

.all-services-section .card img {
    width: 3rem;
    display: flex;
    justify-content: center;
    margin: 1rem auto;
}

.all-services-section .card h3 {
    color: var(--main);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
}

.all-services-section .card .line-card {
    width: 100%;
    border-top: .1px solid #70707018;
    margin: 1.5rem auto;
}

.all-services-section .card p {
    color: var(--main);
    font-size: .7rem;
}

.end-col {
    text-align: end;
    color: var(--darkGray);
}

.end-col a {
    color: var(--darkGray);
    transition: all .3s ease;
}

.end-col a img {
    margin-left: .4rem;
    transition: all .3s ease;
}

.end-col a:hover img {
    transform: rotateZ(45deg);
    margin-left: 1rem;
}

.end-col h2 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    margin: .8rem 0;
}

.end-col p {
    font-size: .9rem;
    margin-top: 2rem;
    line-height: 1.5;
}

.all-services-section h6 {
    font-weight: 300;
    font-size: .9rem;
    margin-top: 2rem;
}

.video-area {
    margin-top: 5rem;
    position: relative;
    background-image: url(../img/video-bg.png);
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    padding: 7rem 0;
    text-align: center;
}

.video-area .title {
    width: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    margin: 1rem auto;
}

.video-area .title h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

.video-area p {
    margin-top: 2rem;
    color: #fff;
}

.play-btn-div {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    margin-top: 2.5rem;
}

.play-btn-div img {
    width: 3.7rem;
}

.play-btn-div h6 {
    color: #fff;
    line-height: 1.5;
    margin: 0;
    margin-left: 1rem;
}

.career-area {
    margin-top: 12rem;
    position: relative;
}

.career-area .man-img {
    border-radius: 1rem;
    width: 90%;
    position: relative;
}

.career-area .col-md-7 {
    position: relative;
}

.career-area .absolute-card {
    width: 22rem;
    background-color: #fff;
    border-radius: .7rem;
    padding: 1.5rem 2.5rem;
    border: 2px solid #57575721;
    position: absolute;
    right: 0;
    bottom: -2.5rem;
}

.career-area .absolute-card h2 {
    font-size: 1.2rem;
}

.career-area .absolute-card h6 {
    font-size: .9rem;
    margin-top: .7rem;
}

.absolute-card .open-btn {
    margin-top: 1.5rem;
}

.absolute-card .open-btn a {
    background-color: var(--main);
    color: #fff;
    padding: .4rem 3rem;
    font-size: .9rem;
    border-radius: .5rem;
}

.absolute-card .col-md-2,
.absolute-card .col-md-10 {
    padding: 0;
}

.absolute-card .col-md-2 img {
    width: 1.5rem;
}

.career-area .end-col h2 {
    color: var(--main);
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.2 !important;
}

.end-col .about-btn a {
    padding: .8rem 5rem;
}

.news-area {
    margin-top: 15rem;
    position: relative;
}

.link-title a {
    color: var(--darkGray);
    transition: all .3s ease;
}

.link-title a img {
    margin-left: .4rem;
    transition: all .3s ease;
}

.link-title a:hover img {
    transform: rotateZ(45deg);
}

.title-news h2 {
    margin-top: 1rem;
    font-weight: 300;
    line-height: 1.5;
}

.swiper-container {
    width: 100%;
    padding: 2rem 0;
}

.swiper-slide {
    text-align: center;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

.swiper-slide h3 {
    padding: 1rem;
    font-size: 1.2rem;
}

#news-splide {
    margin-top: 3rem;
    position: relative;
}


#news-splide img {
    width: 100%;
    border-radius: .7rem;
}

#news-splide .date {
    margin: 1.2rem 0;
    margin-bottom: .5rem;
}

#news-splide .date span {
    font-size: .9rem;
    color: var(--darkGray);
}

#news-splide .title-news {
    width: 100%;

}

#news-splide .title-news a {
    font-size: 1.2rem;
    color: var(--darkGray);
    line-height: 1.1;
    font-weight: 500;
    transition: all .3s ease;
}

#news-splide .title-news a:hover {
    color: var(--main);
}

#news-splide .splide__arrows.splide__arrows--ltr {
    position: absolute;
    top: -5rem;
    right: 0rem;
}

#news-splide .splide__arrow--next {
    right: 0;
    opacity: 1;
    background-color: #fff;
    border: 2px solid #57575736;
    padding: .5rem;
    font-size: 1.1rem;
}

#news-splide .splide__arrow--prev {
    left: -5rem;
    opacity: 1;
    background-color: #fff;
    border: 2px solid #57575736;
    padding: .5rem;
    font-size: 1.1rem;
}

footer {
    width: 100%;
    padding: 7rem 0;
    background-color: var(--main);
    padding-bottom: 2rem;
    margin-top: 10rem;
}

.lang-select {
    background-color: white;
    border-radius: 1rem;
    padding: .6rem 1rem;
    display: flex;
    align-items: center;
    gap: 0px;
    border: none;
    cursor: pointer;
}

.lang-select select {
    border: none;
    background: transparent;
    font-size: 16px;
    color: var(--main);
    font-weight: 600;
    cursor: pointer;
    outline: none;
}

.dropdown-wrapper {
    position: relative;
    display: flex;
    margin-top: 2rem;
}

.logo-area .logo {
    filter: brightness(0) invert(1);
    width: 8.1rem;
}

.lang-select select {
    padding: 0 1rem !important;
    padding-left: .4rem !important;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-area .icons {
    display: flex;
    align-items: center;
    justify-content: end;
}

.social-area .icons a {
    border: 1px solid #fff;
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 .4rem;
    padding: .5rem;
    display: flex;
    border-radius: .4rem;
    font-size: 1.5rem;
    transition: all .3s ease;
}

.social-area .icons a:hover {
    border: 1px solid #3556fc;
    background-color: #3556fc;
    border-radius: 2rem;
}

.social-area {
    text-align: end;
    color: #fff;
}

.line-footer {
    width: 100%;
    border-bottom: .1px solid #ffffff65;
    margin: 1.2rem 0;
}

.link-footer-area {
    margin-top: 2rem;
}

.link-footer-area h6 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
}

.link-footer-area ul {
    padding: 0;
    margin-top: 1rem;
}

.link-footer-area ul li {
    list-style: none;
    margin: .4rem 0;
}

.link-footer-area ul li a {
    color: #fff;
    font-size: .85rem;
    transition: all .3s ease;
}

.link-footer-area ul li a:hover {
    border-bottom: 1px solid #fff;
}

.sub-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    color: #fff;
}

.sub-footer a {
    font-size: .85rem;
    color: #fff;
    margin-right: 1.2rem;
}

.sub-footer h6 {
    font-size: .85rem;
}

.nav-link {
    transition: all .3s ease;
}

.nav-item:hover {
    border-bottom: .1px solid var(--main);
    color: var(--main);
}

.login-btn-absolute:hover,
.about-btn a:hover {
    background-color: var(--red);
}

.show-btn {
    display: block;
    position: fixed;
    opacity: 1;
    z-index: 999999;
}

/* .about-btn a:hover {
    background-color: var(--main);
    border-radius: 0;
    transition: all 0.3s ease;
}

.about-btn a:hover::before {
    border-left: 15px solid var(--red);
    border-top: 15px solid transparent;
    transition: all 0.3s ease;
}

.about-btn a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 0px solid var(--red);
    border-top: 0px solid transparent;
    z-index: 0;
    transition: all 0.3s ease;
} */

.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
}

.navbar-toggler i {
    font-size: 1.7rem;
    color: var(--main);
}

.mobile-logo,
.close-btn {
    display: none;
}

@media(max-width:991.98px) {
    .mobile-logo {
        display: block;
        margin: 1.5rem 0;
        margin-top: .2rem;
    }

    .mobile-logo img {
        width: 6rem;
    }

    .mobile-menu-extra {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .mobile-menu-extra .close-btn i {
        font-size: 1.3rem;
        color: var(--red);
        margin-top: .5rem;
    }

    .navbar-collapse {
        background-color: #fff;
        position: absolute;
        width: 100%;
        box-shadow: 0 0 14px 5px #27272711;
        padding: 2rem;
        z-index: 999999999;
        margin: 0;
        left: 50%;
        top: -35rem;
        transform: translateX(-50%);
        display: block !important;
        transition: all .4s ease;
    }

    .navbar-collapse.show {
        top: 0rem;
        transition: all .3s ease;
    }

    .collapse:not(.show) {
        display: block !important;
    }

    .close-btn {
        display: block;
    }

    .login-btn-top {
        margin-top: 1rem;
    }

    .nav-item.active {
        border-bottom: none;
    }
}

.bread-crumb {
    width: 100%;
    padding: 3rem 0;
    text-align: center;
    background-color: #13216A;
    color: #fff;
    margin-top: 2rem;
}

.bread-crumb h6 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 300;
}

.bread-crumb h2 {
    margin: 0;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
}

.navtabs-area,
.navtabs-area-services,
.navtabs-area-contact {
    margin-top: 7rem;
}

.navtabs-area .nav-pills .nav-link {
    text-align: start;
    border-radius: 0;
    padding: 1.2rem 3rem;
    padding-right: 1rem;
    background-color: #fff;
    color: #404040;
    font-weight: 500;
}

.navtabs-area .nav-pills .nav-link.active,
.navtabs-area .nav-pills .show>.nav-link {
    background-color: var(--main) !important;
    position: relative;
}

.navtabs-area .nav-pills .nav-link.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 25px solid var(--red);
    border-top: 50px solid transparent;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}

.navtabs-area .tab-pane {
    background-color: #fff;
}

.navtabs-area .title-navtabs {
    padding: 1.2rem 2rem;
    margin-top: .8rem;
}

.navtabs-area .title-navtabs .border-title {
    border-left: .6rem solid var(--red);
    padding-left: 1rem;
}

.navtabs-area .title-navtabs .border-title p {
    color: var(--main);
    font-weight: 300;
    padding-top: .5rem;
    margin-bottom: 0;
}

.navtabs-area .title-navtabs .border-title h2 {
    color: var(--main);
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
}

.navtabs-area .descrip {
    padding: 0rem 3.5rem;
    padding-bottom: 3.5rem;
}

.navtabs-area .descrip p {
    color: var(--darkGray);
    font-weight: 300;
    margin-top: 2.5rem;
}

.navtabs-area .descrip p:first-child {
    margin-top: .5rem;
}

.navtabs-area .cover-img {
    height: 347px;
    width: 100%;
    object-fit: cover;
}

.navtabs-area .descrip h3 {
    color: var(--main);
    font-weight: 700;
    margin-top: 2.5rem;
    text-transform: uppercase;
}

.textured-text {
    padding: 1rem 0;
    font-size: 4rem;
    font-weight: 900;
    background: url('../img/632.jpg');
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tabs-card {
    background-color: #fff;
    border-radius: .7rem;
    padding: 1.5rem 2rem;
    border: 2px solid #57575721;
    margin-top: 2.5rem;
}

.tabs-card h2 {
    font-size: 1rem;
}

.tabs-card h6 {
    font-size: .7rem;
    font-weight: 300;
    margin: .6rem 0;
}

.tabs-card a {
    width: 100%;
    background-color: var(--main);
    text-align: center;
    padding: .4rem 0;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: .6rem;
    font-size: .9rem;
}

.tabs-card .col-1 {
    padding: 0;
}

.navtabs-area-services .nav-link {
    text-transform: uppercase;
    text-align: start;
    padding: 2rem 2rem;
    border-radius: 0 !important;
    background: none !important;
    border: 1px solid #13226a3b;
    color: var(--main) !important;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.1rem;
}

.navtabs-area-services .nav-link img {
    margin-right: 1.7rem;
}

.navtabs-area-services .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-left: .3rem solid var(--red);
}

.navtabs-area-services .tab-pane {
    background-color: #fff;
    padding: 3rem 3.5rem;
}

.navtabs-area-services .title-navtabs .border-title {
    border-left: .6rem solid var(--red);
    padding-left: 1rem;
}

.navtabs-area-services .title-navtabs .border-title p {
    color: var(--main);
    font-weight: 300;
    padding-top: .5rem;
    margin-bottom: 0;
}

.navtabs-area-services .title-navtabs .border-title h2 {
    color: var(--main);
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.navtabs-area-services .descrip p {
    margin-top: 1rem;
    font-weight: 300;
    line-height: 2;
    font-size: .865rem;
}

.navtabs-area-services .descrip .col-md-6 {
    margin-top: 3rem;
}

.navtabs-area-services .descrip h3 {
    color: var(--main);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.info-ad-area {
    background-color: var(--main);
    padding: 1.7rem 3rem;
    border-radius: 1rem;
    margin-top: 4rem;
    padding-bottom: 1rem;
}

.info-ad-area .flexed-navtabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.info-ad-area .flexed-navtabs h6 {
    font-weight: 300;
    font-size: 1rem;
    margin: 0;
}

.info-ad-area .flexed-navtabs h2 {
    font-weight: 700;
    font-size: 1.8rem;
}

.info-ad-area .flexed-navtabs .button-info a {
    background-color: #fff;
    font-weight: 300;
    color: var(--main);
    padding: .5rem 1.2rem;
    border-radius: 2rem;
}

.navtabs-area .gray-area {
    height: 2.5rem;
    width: 100%;
    background-color: #F1F2F4;
}

.navtabs-area .card-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #5757572a;
    width: 100%;
    margin: 1rem 0;
    padding: 1.2rem 2rem;
    border-radius: .4rem;

}

.navtabs-area .card-brand img {
    width: 100%;
    height: 5rem;
    object-fit: contain;
    padding: .4rem;
}

.brand-tabs {
    padding: 0rem 3.5rem;
    padding-bottom: 3.5rem;
}

.enter-career-area {
    margin-top: 5rem;
    text-align: center;
}

.enter-career-area h2 {
    font-size: 4rem;
    line-height: 1.5;
    color: var(--main);
    font-weight: 700;
}

.enter-career-area p {
    color: var(--darkGray);
    font-size: .95rem;
    line-height: 2;
}


.enter-career-area a {
    background-color: var(--main);
    color: #fff !important;
    padding: .8rem 3.5rem;
    font-size: .9rem;
    border-radius: .8rem;
    width: 100%;
    position: relative;
    transition: all .3s ease;
}

.enter-career-area .open-btn {
    margin-top: 3rem;
}

.enter-career-area h6 {
    color: var(--darkGray);
    font-size: .8rem;
    font-weight: 300;
    margin-top: 1.5rem;
}

.ik-area {
    margin-top: 7rem;
}

.ik-area .flexed-ik {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ik-area .flexed-ik img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ik-area .footer-ik-card {
    padding: 1rem 2rem;
    background-color: #fff;
    padding-bottom: .5rem;
    width: 100%;
    height: 100%;
}

.ik-area .footer-ik-card h4 {
    color: var(--main);
    font-weight: 300;
    font-size: 1.2rem;
}

.ik-area .footer-ik-card h6 {
    color: var(--main);
    font-weight: 500;
    font-size: .9rem;
}

.op-area {
    margin-top: 7rem;
}

.op-area .op-title span {
    font-weight: 300;
    font-size: 1rem;
    color: var(--main);
}

.op-area .op-title h2 {
    font-weight: 700;
    font-size: 2.3rem;
    color: var(--main);
    text-transform: uppercase;
}

.positions-card {
    margin-top: 2.5rem;
}

.positions-card .card-posit {
    background-color: #fff;
    border: 1px solid #5757573b;
    padding: 2rem 1.5rem;
}

.positions-card .card-posit h3 {
    color: var(--main);
    font-size: 1rem;
    font-weight: 600;
}

.positions-card .card-posit p {
    font-weight: 300;
    font-size: .8rem;
}

.positions-card .card-posit .location-flexed {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.positions-card .card-posit .location-flexed h6 {
    margin: 0;
    font-weight: 300;
    font-size: .8rem;
    margin-left: .5rem;
}

.aplly-jobs {
    display: flex;
    justify-content: center;
}

.aplly-jobs a {
    background-color: var(--main);
    color: #fff !important;
    padding: .8rem 4.5rem;
    font-size: .9rem;
    border-radius: .8rem;
    margin-top: 2.5rem;
    position: relative;
    transition: all .3s ease;
}

.white-career-section {
    background-color: #fff;
    margin-top: 7rem;
    padding: 4rem 0;
}

.white-career-section .title-navtabs .border-title {
    border-left: .6rem solid var(--red);
    padding-left: 1rem;
}

.white-career-section .title-navtabs .border-title p {
    color: var(--main);
    font-weight: 300;
    padding-top: .5rem;
    margin-bottom: 0;
}

.white-career-section .title-navtabs .border-title h2 {
    color: var(--main);
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
}

.white-career-section .descrip {
    font-weight: 300;
    color: var(--darkGray);
    font-size: .9rem;
    margin-top: 2.5rem;
}

.flexed-relative-cards {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5rem;
}

.flexed-relative-cards .relative-card {
    position: relative;
    width: 21rem;
}

.flexed-relative-cards .relative-card h4 {
    color: var(--main);
    font-size: 1.15rem;
    font-weight: 500;
}

.flexed-relative-cards .relative-card p {
    color: var(--gray);
    font-weight: 300;
    font-size: .8rem;
    line-height: 2;
}

.flexed-relative-cards .relative-card .absolute-span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 8rem;
    font-weight: 900;
    line-height: 1;
    color: #13226a18;
}

.striped-background {
    width: 100%;
    background-color: var(--main);
    background-image: repeating-linear-gradient(to left,
            transparent 0px,
            transparent 230px,
            rgba(255, 255, 255, 0.247) 231px,
            rgb(255, 255, 255) 50px);

    padding: 5rem 0;
    margin-top: 2rem;
}

.striped-background h2 {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.7;
}

.striped-background p {
    font-size: .9rem;
    color: #fff;
}

.striped-background h2 span {
    background: linear-gradient(90deg, #5433FF, #20BDFF, #A5FECB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.tech-area {
    margin-top: 7rem;
}

.tech-area .col-md-7 {
    text-align: end;
}

.tech-area span {
    background-color: var(--main);
    color: #fff;
    padding: .4rem 2.5rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
    font-size: .95rem;
}

.tech-area h2 {
    margin-top: 1.5rem;
    color: var(--main);
}

.tech-area p {
    margin-top: 2rem;
    color: var(--darkGray);
    font-weight: 300;
    line-height: 2;
    font-size: .9rem;
}

.navtabs-area-contact .nav-pills .nav-link {
    text-align: start;
    padding: 1rem 2rem;
    background-color: #fff;
    margin-bottom: 1.5rem;
    border-radius: 1rem;
}

.navtabs-area-contact .nav-pills .nav-link h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
}

.navtabs-area-contact .nav-pills .nav-link p {
    font-size: .9rem;
    line-height: normal;
    color: var(--gray);
    margin-top: 0rem;
}

.navtabs-area-contact .nav-pills .nav-link.active {
    background-color: #fff;
    color: var(--main);
    border-left: 1rem solid var(--main);
}

.navtabs-area-contact .nav-pills .nav-link {
    background-color: #fff;
    color: var(--main);
    border-left: 1rem solid #13226a2f;
}

.navtabs-area-contact path {
    fill: var(--main);
    stroke: var(--main);
}

.navtabs-area-contact path:hover {
    fill: var(--red);
    stroke: var(--red);
}

.navtabs-area-contact svg .active {
    fill: var(--red);
    stroke: var(--red);
}

.navtabs-area-contact svg {
    width: 100%;
}

.navtabs-area-contact .tab-content {
    background-color: #fff;
    padding: 0rem 2rem;
    border: 2px solid #57575718;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navtabs-area-contact .tabs-card {
    margin-top: 0;
    padding: 2.5rem 2rem;
}

.contact-form-area {
    margin-top: 7rem;
}

.contact-form-area .white-contact-bg {
    background-color: #fff;
    padding: 3rem 2.5rem;
}

.contact-form-area .white-contact-bg .border-title {
    border-left: .6rem solid var(--red);
    padding-left: 1rem;
}

.contact-form-area .white-contact-bg .border-title p {
    color: var(--main);
    font-weight: 300;
    padding-top: .5rem;
    margin-bottom: 0;
}

.contact-form-area .white-contact-bg .border-title h2 {
    color: var(--main);
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.contact-form-area form {
    margin-top: 3rem;
}

.contact-form-area form input {
    padding: 1.2rem 1.5rem;
}

.contact-form-area form input::placeholder {
    font-size: .9rem;
}

.contact-form-area form input:focus {
    box-shadow: none;
    border: 1px solid var(--main);
}

.contact-form-area form textarea {
    padding: 1.2rem 1.5rem;
    margin-top: 1.5rem;
}

.contact-form-area form textarea:focus {
    box-shadow: none;
    border: 1px solid var(--main);
}

.contact-form-area form textarea::placeholder {
    font-size: .9rem;
}

.custom-btn {
    background-color: var(--main) !important;
    color: #fff !important;
    padding: .5rem 1.2rem !important;
    font-size: .9rem !important;
    border: 1px solid var(--main) !important;
    margin: 1rem 1rem !important;
    margin-right: 0 !important;
}

.custom-btn:hover {
    background-color: var(--red) !important;
    border: 1px solid var(--red) !important;
}

.hidden-input {
    display: none;
}

.flexed-contact-btn {
    display: flex;
    justify-content: flex-end;
}


/*EXTRA CSS*/
.form-area {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 0.2rem;
    box-shadow: 0 0 10px 2px #1f1f1f0a;
    border-top: 3px solid var(--main);
}

/* Sekme aktifken mavi zemin, beyaz yazı */
.form-area .nav-tabs .nav-link {
    border-radius: 0 !important;
    border: none !important;
    color: var(--main) !important;
}

.form-area .nav-tabs .nav-link.active {
    background-color: var(--main) !important;
    color: #fff !important;
    border-radius: 0 !important;

}

.form-area .nav-tabs .nav-link:hover {
    border: none !important;
    border-bottom: 0px !important;
}


/* Başlıklar mavi */
.form-area h5 {
    color: var(--main);
    margin-bottom: 1.5rem;
    text-align: center;

}

.form-area .btn-primary {
    background-color: var(--main);
    border-radius: 0;
    border: 1px solid var(--main);
    width: 100%;
}

.form-area .btn-primary:hover,
.form-area .btn-primary:focus {
    background-color: var(--red);
    border: 1px solid var(--red);
}

.form-area input,
.form-area select,
.form-area textarea {
    border-radius: 0;
    box-shadow: none !important;
}

.form-area .form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-area .form-check-input:checked {
    background-color: var(--red);
    border-color: var(--red);
}
