* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: "Proxima";
}

@font-face {
    font-family: "Proxima";
    src: url("../fonts/ProximaNova-Medium.otf");
}

body {
    counter-set: count;
}

.container {
    width: 1300px;
    margin: 0 auto;
    max-width: 95%;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 88px;
}

header ul {
    display: flex;
    align-items: center;
}

.logos {
    gap: 40px;
}

.nav {
    gap: 70px;
}

a {
    color: inherit;
}

.nav a {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
}

.hero {
    background: #f5f7ff;
    padding-top: 80px;
}

.hero h1 {
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
}

.hero-btn {
    width: 80%;
    /* margin: 0 auto; */
}

.apply-cols {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.hero-col {
    display: flex;
    flex-direction: column;
    text-align: left;
}

#application .hero-btn {
    padding-bottom: 40px;
}
#errors {
    color: #fd1014;
}
.btn {
    background: #f95c39;
    display: inline-block;
    padding: 8px 56px;
    color: #fff;
    border: 2px solid #f95c39;
    border-radius: 5px;
    transition-duration: 0.7s;
}

.btn:hover {
    background-color: #fff;
    color: #f95c39;
    border: 2px solid #f95c39;
}

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

.hero__image {
    position: relative;
    z-index: 0;
    align-self: flex-end;
}

.hero__image::before {
    content: "";
    width: 600px;
    height: 420px;
    background-image: url("../images/back_figure.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.hero__image img {
    display: block;
}

.about {
    padding: 80px 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.about ul {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about h1 {
    width: 70%;
    font-weight: 600;
    font-size: 40px;
    line-height: 42px;
    color: #2c2c2c;
}

.about ul li {
    display: flex;
    align-items: center;
    gap: 22px;
    background: #f5f7ff;
    border-radius: 8px;
    padding: 25px 20px;
}

.about ul li p {
    color: #727272;
    font-size: 16px;
    width: calc(100% - 70px);
}

.about__text,
.about__image,
.about__image__none {
    width: calc(50% - 10px);
}

.about ul li div {
    background: #e7e9fe;
    border-radius: 10px;
    width: 47px;
    height: 47px;
    color: #626fff;
    font-weight: 600;
    font-size: 26px;
    line-height: 81px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about__image img,
.about__image__none img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.apply__rules h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: #817bcb;
    margin-top: 50px;
}

.apply__rules {
    background: #f5f7ff;
}

.apply__rules__inner {
    padding: 110px 0;
    /* position: relative; */
}

.apply__rules__inner ul {
    position: relative;
}

.apply__rules__inner ul {
    display: flex;
    text-align: center;
    margin-top: 140px;
    position: relative;
    gap: 160px;
}

.apply__rules__inner ul::before {
    content: "";
    width: 85%;
    height: 2px;
    background: #d2d2d2;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.heading {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 36px;
    text-align: center;
    color: #2c2c2c;
}

.apply__rules__inner ul li {
    position: relative;
    counter-increment: count;
    width: 25%;
}

.apply__rules__inner ul li p {
    font-weight: 300;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #5a5a5a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.apply__rules__inner ul li:hover h4 {
    font-size: 30px;
    transition-duration: 0.7s;
}

.apply__rules__inner ul li::before {
    content: counter(count);
    width: 80px;
    aspect-ratio: 1 / 1;
    display: flex;
    transition: 0.5s;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 2px solid #d2d2d2;
    border-radius: 70px;
    color: #817bcb;
    font-size: 34px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
}

.apply__rules__inner ul li:hover::before {
    width: 90px;
    border: 2px solid #817bcb;
    box-shadow: 0px 4px 15px 0px #817bcb;
    -webkit-box-shadow: 0px 4px 15px 0px #817bcb;
    -moz-box-shadow: 0px 4px 15px 0px #817bcb;
    transition-duration: 0.7s;
}

.apply__rules__inner ul li::after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #d2d2d2;
    position: absolute;
    top: 19%;
    left: 50%;
    transform: translateX(-50%);
    transition-duration: 0.7s;
}

.apply__rules__inner ul li:hover::after {
    width: 18px;
    height: 18px;
    background: #817bcb;
    box-shadow: 0px 4px 15px 0px #817bcb;
    -webkit-box-shadow: 0px 4px 15px 0px #817bcb;
    -moz-box-shadow: 0px 4px 15px 0px #817bcb;
}

.apply__rules__inner .btn {
    margin: 0 auto;
    width: max-content;
    margin-top: 120px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scholarships {
    padding: 80px 0;
}

.scholarships ul {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.scholarships ul li {
    background: #f5f7ff;
    border-radius: 8px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #f5f7ff;
}

.scholarships ul li:hover {
    border: 2px solid #626fff;
}

.scholarships ul li img {
    width: 100%;
    height: 152px;
    object-fit: cover;
}

.scholarships h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #626fff;
}

.scholarships b {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #f95c39;
    text-decoration: underline;
}

.scholarhip__text {
    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 10px;
    padding: 20px;
}

.scholarhip__text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #727272;
    height: 30px;
}

.faq {
    background: #f5f7ff;
    padding: 65px 0;
}

.faq ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
    align-items: flex-start;
}

.faq ul li {
    cursor: pointer;
    background-color: #fff;
    position: relative;
    padding: 15px 20px;
    border-radius: 8px;

    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                      supported by Chrome, Edge, Opera and Firefox */
}

.faq ul li img {
    position: absolute;
    right: 15px;
    top: 10px;
}

.faq ul li p {
    margin-top: 10px;
    transition: 0.4s;
    height: 0;
    overflow: hidden;
}

.faq ul li h3 {
    width: 95%;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #6b6b6b;
}

.faq ul li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #111f27;
}

footer {
    background: #262626;
    padding: 50px 0;
}

footer ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

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

.footer__inner ul:first-of-type img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(952%)
        hue-rotate(239deg) brightness(117%) contrast(100%);
}

.powered {
    color: #fff;
    text-align: right;
}

.head__analtika {
    background-image: url("../images/analytic.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    object-fit: cover;
    height: 523px;
}

.head__front {
    background-image: url("../images/Rectangle 1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    /* background-attachment: fixed; */
    height: 523px;
}

.head__front_clone {
    background-image: url("../images/java.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    height: 523px;
}

.head__data {
    background-image: url("../images/data.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    /* background-attachment: fixed; */
    height: 523px;
}

.head__java {
    background-image: url("../images/java.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    object-fit: cover;
    height: 523px;
}

.head__mobile_development {
    background-image: url("../images/front.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    /* background-attachment: fixed; */
    height: 523px;
}

/* Analyst Page */

.head__analtika,
.head__front,
.head__data,
.head__java {
    color: #2c2c2c;
    position: relative;
}

.head__card {
    padding: 52px;
    width: 420px;
    background-color: #fff;
    position: absolute;
    top: 90px;
    left: 0;
    text-align: center;
    box-shadow: 0px 4px 7px 2px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.head__card h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 17px 0;
}

.head__card p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 20px;
}

.head-sec {
    position: relative;
}

.head__about {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 4px 7px 2px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    margin: auto;
    transform: translate(-50%, 50%);
    position: absolute;
    top: 420px;
    left: 50%;
}

.head__about ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.head__about ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
}

.head__about ul li img {
    margin-right: 18px;
}

.head__about ul li p {
    font-size: 20px;
    font-weight: 600;
}

.head__about ul li span {
    font-size: 18px;
    font-weight: 400;
}

.demo_inner {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0;
    width: 100%;
    gap: 100px;
}

.demo_text {
    width: 70%;
    margin-right: 20px;
}

.mobile_img {
    width: 30%;
}

.mobile_img_secury {
    display: none;
}

.demo_inner div h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}

.about__image__none {
    display: none;
}

.demo_inner div p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;

    color: #2c2c2c;
}

.syllabus {
    width: 100%;
    background-color: #f5f7ff;
    padding: 50px;
}

.syllabus__boxs {
    margin: 30px 0px 30px 0px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.syllabus__boxs .box {
    padding-left: 25px;
    margin-top: 20px;
}

.syllabus__boxs .box p:first-child {
    color: #817bcb;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
}

.syllabus__list h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #111f27;
}

.syllabus__boxs .box p:nth-child(2) {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #817bcb;
    border-bottom: 0.5px solid #5a5a5a;
    width: 45%;
}

.syllabus__boxs .box p:nth-child(3) {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    width: 90%;
    color: #5a5a5a;
    margin-top: 10px;
}

.head-about {
    position: relative;
}
/* Deadline Modal Start */
.deadline__modal__container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.deadline__modal__container.active {
    opacity: 1;
    visibility: visible;
}
.deadline__modal__inner {
    width: 840px;
    max-width: 95%;
    text-align: center;
    background-color: #fff;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    padding: 115px 0 62px 0;
    box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.1);
}
#close__deadline {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.deadline__modal__inner h1 {
    margin-top: 60px;
    font-weight: 400;
    font-size: 35px;
    line-height: 37px;
}
.modal-image {
    width: max-content;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.modal-image::before {
    content: "";
    width: 469px;
    height: 469px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
    background: radial-gradient(
        41.58% 41.58% at 50% 50%,
        #ffb3c1 0%,
        rgba(243, 179, 191, 0) 100%
    ) center;
    z-index: -1;
}
/* Deadline Modal End */
