@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Noto Serif", serif;
}

a {
    text-decoration: none !important;
    display: block;
}

/* Header start */
.main-header nav{
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    z-index: 9;
}
.main-header .navbar-brand img {
    width: 143px;
    height: 40.203px;
}

.navbar-nav .nav-link.active {
    color: #866AFB !important;
}

.navbar-nav .nav-link:hover {
    color: #866AFB !important;
}

/* Hero Section start */
.hero-section {
    /* background-image: url('/image/hero-bg.png'); */
    position: relative;
    padding: 160px 0px;
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.70); */
    background: #e1f1fb;
}

.hero-main h1 {
    max-width: 750px;
    width: 100%;
}

.hero-main .text {
    max-width: 1040px;
    width: 100%;
    font-size: 18px;
}

.hero-main .info-title {
    font-size: 18px;
    letter-spacing: 5.4px;
}


/* Introducing section start */
.introduce-section {
    background-color: #f5fbff;
}

.introduce-section button {
    background-color: #7444FD;
}

.introduce-section button:hover {
    background-color: transparent;
    border: 1px solid #7444FD;
    color: #7444FD !important;
}

/* Vision Section start */
.vision-section {
    padding: 100px 0px !important;
}

/* Team section start */
.team-section {
    background-color: #f5fbff;
}

/* Tech-stack section start */
.tech-section ul li button {
    background-color: #F8F8F8 !important;
    padding: 15px 25px !important;
}

.tech-section ul li button:hover {
    background-color: #866AFB !important;
    color: white !important;
}

.tech-section .nav-pills .nav-link.active {
    background-color: #866AFB !important;
    color: white !important;
}

.tech-section .tab-body img {
    width: 150px;
    height: 150px;
}

/* why choose us section */
.why-choose-section {
    background-color: #f5fbff;
}

.why-choose-section .title {
    color: #866AFB;
    font-size: 20px;
    letter-spacing: 2px;
}

.why-choose-section .text {
    max-width: 934px;
    color: #747474;
    font-size: 18px;
}

/* Footer section start */
footer {
    background-color: #3A3A3A;
}

footer .logo img {
    width: 196px;
    height: 55.103px;
}

footer .sub-text {
    color: #878787;
    font-size: 16px;
    width: fit-content;
    position: relative;
}

footer a.sub-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #878787;
    transition: width 0.3s ease;
}

footer a.sub-text:hover::after {
    width: 100%;
}

footer .social-icon .icon {
    width: 30px;
    height: 30px;
    background-color: #5B5B5B;
    transition: 0.3s ease;
}

footer .social-icon .icon:hover {
    background-color: transparent;
    border: 1px solid #5B5B5B;
}

/* Reserve section */
.reserve-section {
    background: #F6F3FF;
}

.reserve-section p {
    color: #3A3A3A;
}

.reserve-main a:hover {
    color: #866AFB !important;
}

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

    /* Introducing section start */
    .introduce-section .left-section {
        margin-bottom: 40px !important;
    }

    .introduce-section .left-section p {
        font-size: 16px !important;
    }

    /* Vision section start */
    .vision-section .left-section {
        margin-bottom: 40px !important;
    }

    .vision-section .right-section p {
        font-size: 15px !important;
    }

    /* Team section start */
    .team-section .left-section {
        margin-bottom: 40px !important;
    }

    .team-section .left-section p {
        font-size: 15px !important;
    }

    /* Tech-stack section start */
    .tech-section ul li button {
        padding: 12px 20px !important;
    }

    /* Why Choose US start */
    .why-choose-section .text {
        font-size: 14px;
        max-width: 100%;
    }
}

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

    /* Hero section start */
    .hero-section {
        padding: 130px 0px;
    }

    .hero-main .text {
        font-size: 14px;
        max-width: 100%;
    }

    .hero-main .info-title {
        font-size: 14px;
        letter-spacing: 3.4px;
    }

    /* Tech-stack section start */
    .tech-section .tab-body img {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width:440px) {
    .reserve-section p {
        font-size: 13px;
    }
    .reserve-section a{
        font-size: 12px;
    }
}


/* Contact Us Page */
.contact-section {
    background-color: #F8F8FC;
    padding: 100px 0px;
}

.contact-section p.text {
    font-size: 18px;
    color: #747474;
    margin-bottom: 80px;
}

.form-section {
    border-radius: 20px;
    background: #FFF;
    padding: 20px 40px 20px 20px;
}

.form-section .left-section {
    border-radius: 16px;
    background: #F8F8FC;
    padding: 30px 35px 35px 30px;
}

.form-section .left-section h3 {
    font-size: 18px;
}

.form-section .left-section .top-section p {
    color: #747474;
}

.form-section .left-section .bottom-section img {
    width: 150px;
}

.form-section .right-section {
    padding: 30px 35px 35px 40px;
}

.form-section .right-section input,
textarea {
    border: none;
    outline: none;
    border-bottom: 1px solid #E2E1E1;
    text-overflow: ellipsis;
}

.form-section .right-section input::placeholder,
.form-section .right-section textarea::placeholder {
    color: #B4B4B4;
}

.form-section .right-section .drag-image {
    border: 1px dashed #E2E1E1;
    background: #FFF;
}

.form-section .right-section .drag-image span {
    color: #866AFB;
    cursor: pointer;
}

.form-section .right-section .drag-image span:hover {
    color: #623cfa;
}

.form-section .right-section button {
    border-radius: 5px;
    background: #866AFB;
}

.form-section .right-section button:hover {
    background: #623cfa;
}

@media (max-width:767px) {
    .contact-section {
        padding: 50px 0px;
    }
}



/* Common css */
.text-gary-color {
    color: #747474;
}

body {
    background: #F8F8FC;
}

.purple-btn {
    border-radius: 100px;
    background: #866AFB;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 18px 20px;
    line-height: normal;
    transition: .3s;
}

.purple-btn:hover {
    background-color: #fff;
    color: #866AFB;
    border: 1px solid #866AFB;
}

.mb-40 {
    margin-bottom: 40px
}

/* Opping section start */
.opping-section {
    padding: 100px 0 40px;
}

.opping-section .opping-section-title {
    margin-bottom: 80px;
}

.opping-section .opping-section-title p {
    max-width: 850px;
    margin-bottom: 29px;
}

.opping-list {
    row-gap: 24px;
}

.opping-section .opping-item {
    gap: 40px;
    border: 1px solid transparent;
    padding: 24px 40px;
    border-radius: 10px;
    transition: .3s;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.02);
    cursor: pointer;
}

.opping-section .green-opping-item:hover {
    border: 1px solid #539E43;
    background-color: #F4FFF1 !important;
}

.opping-section .green-opping-item:hover h4 {
    color: #539E43 !important;
}

.opping-section .sky-opping-item:hover {
    border: 1px solid #60D8FB;
    background-color: #edfbff !important;
}

.opping-section .sky-opping-item:hover h4 {
    color: #60D8FB !important;
}

.opping-section .blue-opping-item:hover {
    border: 1px solid #2855F5;
    background-color: #ebf0ff !important;
}

.opping-section .blue-opping-item:hover h4 {
    color: #2855F5 !important;
}

.opping-section .pink-opping-item:hover {
    border: 1px solid #F528C8;
    background-color: #ffeffc !important;
}

.opping-section .pink-opping-item:hover h4 {
    color: #F528C8 !important;
}

/* Apply now start */
.apply-now-main {
    border-radius: 10px;
    padding: 40px;
}

.apply-now-section .skill-section {
    gap: 20px;
}

.apply-now-section .apply-now-btn {
    width: 100%;
    max-width: 400px;
}

.apply-now-section .apply-qualification {
    max-width: 890px;
}

.apply-now-section .skill-section li {
    padding: 15px 40px;
    border-radius: 100px;
    background: #F8F8FC;
    color: #747474;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.apply-now-section .about-role-list li {
    margin-bottom: 20px;
    color: #747474;
}

/* Career start */
.calture-section {
    padding: 95px 0 55px;
}

.calture-section .career-title p {
    font-size: 18px;
}

.calture-section .calture-list {
    row-gap: 20px;
}

.calture-section .calture-item {
    height: 100%;
    border-radius: 5px;
    padding: 30px 30px 35px;
    background: #FBFBFD;
}

.calture-section .calture-item img {
    margin-bottom: 20px;
}

.calture-section .calture-item h6 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.calture-section .calture-item p {
    color: #747474;
    font-weight: 500;
}

/* career hero start */
.career-hero-section {
    padding: 100px 0;
    background-image: url(image/career-hero-bg.png);
    background-repeat: no-repeat;
    position: relative;
    background: #FBFBFD;
}

.career-hero-content p,
.career-hero-content a {
    font-size: 20px;
}

.career-hero-section .left-section img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media (max-width:1199px) {
    .career-hero-section {
        padding-bottom: 0;
    }

    .career-hero-section .left-section img {
        position: static;
        transform: translate(0);
    }
}

/* Media query */
@media screen and (max-width: 991px) {

    /* Opping section start  */
    .opping-section .opping-item {
        gap: 20px;
        padding: 20px;
    }

    .opping-list {
        row-gap: 24px;
    }

    .opping-section .opping-section-title {
        margin-bottom: 40px;
    }

    /* Apply now start */
    .apply-now-section .skill-section li {
        padding: 15px 25px;
    }

    .apply-now-section .apply-now-btn {
        max-width: 200px;
    }

    .apply-now-section .skill-section {
        gap: 12px;
    }
}

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

    /* Common css  */
    .mb-40 {
        margin-bottom: 25px;
    }

    .purple-btn {
        font-size: 16px;
        padding: 15px 20px;
    }

    /* Opping section start  */

    .opping-section {
        padding-top: 70px;
    }

    .opping-item-img img {
        height: 60px;
        width: 60px;
    }

    .opping-section .opping-item h4 {
        font-size: 20px !important;
    }

    /* Apply now start */
    .apply-now-main {
        padding: 25px;
    }

    .about-role-list li {
        margin-bottom: 10px;
    }

    /* calture section start */
    .calture-section {
        padding: 50px 0;
    }

    .calture-section .calture-item {
        padding: 25px;
    }

    .calture-section .career-title p {
        font-size: 16px;
    }

}