* {
    padding: 0;
    margin: 0;
}

html{
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    /* Height of your fixed header */
}

@font-face {
    font-family: ceragr-regular;
    src: url("../fonts/Cera-GR.woff");
}

@font-face {
    font-family: fontspring-integralcf-medium;
    src: url("../fonts/fontspring-integralcf-medium.woff");
}

@font-face {
    font-family: ceragr-bold;
    src: url("../fonts/Cera-GR-Bold.woff");
}

@font-face {
    font-family: helvetica;
    src: url("../fonts/Helvetica.woff");
}

:root {
    --primary-color: #312d6d;
    --secondary-color: #1aa4e8;
    --black: #000;
    --white: #fff;
    --gray: #808080;
    --light-gray: #d3d3d3;
    --red-btn: #e31e24;
    --blue-btn: #05538e;
    --heading: #005bbc
}

body {
    font-family: ceragr-regular;
    background-color: var(--white);
    color: var(--black);
    font-size: 1.2rem;
    line-height: 1.5;
}

.block--btn{
    display: block;
    width: fit-content;
    margin-top: 20px;
}


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

.heading-font{
    font-family: fontspring-integralcf-medium;
}
.ceragr-bold{
    font-family: ceragr-bold;
}

.heading--h1 {
    font-size: clamp(27px,6vw,90px);
    line-height: 1;
}
.heading--h1 .bold--cer {
    font-family: 'ceragr-bold';
}
.heading--h2 {
    font-size: clamp(27px,5vw,80px);
    line-height: 1;
}

.sub--heading {
    font-size: 33px;
    line-height: 1;
}

.sup--heading {
    font-size: clamp(25px,4vw,42px);
    line-height: 1;
    margin-bottom: 30px;
}

.sup--heading sup {
    background: var(--heading);
    color: var(--white);
    padding: 6px 10px;
    font-size: 18px;
    letter-spacing: 0.5px;
    position: relative;
    vertical-align: middle;
    padding-bottom: 9px;
}

.list--check > li:before {
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid var(--red-btn);
    width: 0px;
    height: 0px;
}

.list--check > li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.big--check > li:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--red-btn);
    margin-top: 5px;
}

.big--check > li {
    align-items: flex-start;
    font-size: 22px;
}

.custom--btn {
    padding: 20px 25px;
    transition: 0.3s;
    font-family: helvetica;
}

.custom--btn:hover {
    background: var(--secondary-color);
}

.container--custom{
    max-width: 1520px;
    width: 100%;
}

/* header */
.main--header {
    width: 100%;
    margin: 0 auto;
    padding: 4px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    background-color: #fcfcfc;
    position: fixed;
    z-index: 999;
}

.main--left{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.main--right{
    width: fit-content;
    min-width: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #005bbc;
    color: white;
    font-family: Roboto, system-ui, -apple-;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 16px;
    border: none;
}

.main--right:hover{
    background-color: var(--primary-color);
}

.main--header > .main--left > .main--logo > img {
    max-width: 200px;
    width: 100%;
    object-fit: contain;
}

.main--header > .main--left > .right--logo > img {
    max-width: 400px;
    width: 100%;
    object-fit: contain;
}

.custom-size {
    width: 1.25rem; /* same as w-5 */
    height: 1.25rem; /* same as h-5 */
}

.custom-size1 {
    width: 0.75rem; /* same as w-3 */
    height: 0.75rem; /* same as h-3 */
}

.enquiry{
    all: unset;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.call-us{
    all: unset;
    width: fit-content;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3F2B96;
    color: #fff;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 18px;
}

.call-us:hover{
    background-color: #05538e;
}


/* end header */

/* top banner */
.banner--top {
    background-color: var(--primary-color);
    min-height: 900px;
    background-image: url("../images/banner--top.png");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner--top > .banner--inner {
    width: 95%;
    max-width: 1440px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 25px;
}


.banner--top > .banner--inner > .banner--top--content {
    width: 550px;
    min-width: 550px;
}


.banner--top > .banner--inner > .banner--form {
    max-width: 450px;
    min-width: 375px;
    width: 100%;
    background: var(--white);
}

.head-1{
    font-family:sans-serif;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 1px;
}

.head-2{
    font-size: 62px;
    color: white;
}

.lowercase {
  text-transform: lowercase;
  font-family: sans-serif;
  font-weight: 800;
}

.banner--form > h2{
    background-color: #005bbc;
    padding: 10px;
    color: white;
}
/* end top banner */


/* count UT */
.count--ct{
    padding: 30px;
}

.count--ct > .count--iner {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    padding: 25px;
    border-radius: 32px;
}

.count--ct > .count--iner > .cout--item > h2 {
    font-size: clamp(32px,6vw,85px);
    color: var(--white);
    line-height: 1;
    margin-bottom: 10px;
}
.count--ct > .count--iner > .cout--item > h2 small {
    font-size: clamp(25px,3vw,35px);
}
.count--ct > .count--iner > .cout--item > h2 sup {
    font-size: clamp(22px,3vw,30px);
}

.count--ct > .count--iner > .cout--item > p {
    font-size: clamp(18px,2vw,24px);
    color: var(--white);
    font-weight: 300;
    max-width: 300px;
    margin: 0 auto;
}

.count--ct > .count--iner > .cout--item {
    text-align: center;
}

.count--ct > .count--iner > .cout--item {border-right: 2px dashed #ccc;border-style: dashed;padding: 0px 50px;}

.count--ct > .count--iner > .cout--item:last-child, .count--ct > .count--iner > .cout--item:nth-child(3) {
    border-color: transparent;
}
/* end count UT */

/* about ut */
.about--ut {
    margin: 50px 0px;
    padding-right: 15px;
    padding-left: 15px;
}
/* end about ut */

/* why study */
.why--study {
    width: 100%;
    margin: 0 auto;
    background: url("../images/why-study.png");
    background-size: cover;
    min-height: clamp(400px,63vw,830px);
    background-position: center;
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 130px;
    padding-right: 15px;
    padding-left: 15px;
}

.why--study .why--heading {
    width: fit-content;
}

.why--study .why--heading > h2 .why--icon:before {
    content: '';
    width: clamp(200px,26vw,370px);
    height: 440px;
    background: url("../images/why-icon.png");
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.why--study .why--heading > h2 .why--icon {
    position: relative;
}

.why--study .why--heading > h2 {
    font-size: clamp(40px,9vw,140px);
    line-height: 1;
    margin-bottom: 20px;
}

.why--study .why--heading {
    max-width: 50%;
    width: 100%;
}

.why--study .why--heading > h2 .why--icon {
    position: relative;
    z-index: 2;
    bottom: 10px;
    color: var(--red-btn);
    font-size: clamp(25px,4vw,55px);
    line-height: 1;
    padding-bottom: 30px;
    margin-left: -10px;

}


.why--study .why--heading > h3 {
    color: var(--red-btn);
    font-size: clamp(25px,4vw,63px);
    line-height: 1;
}
/* end why study */

/* recruiters */
.top--reruiters {
    justify-content: space-between;
}
.recruiters--section {
    margin-top: -120px;
    padding-bottom: 95px;
    padding-right: 15px;
    padding-left: 15px;
}

.recruiters--section .recruiter--img {
    padding-top: 200px;
    /* padding-left: 162px; */
    width: 100%;
    width: 100%;
    max-width: 800px;

}

.recruiters--section .img--recru {
    width: 100%;
    max-width: clamp(300px,47vw,622px);
    padding-bottom: 9px;
    padding-left: 50px;
    
}
.recruiters--section .img--recru > img {
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}
.recrui--items {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.all--recruiters > .recrui--item:nth-child(1), .all--recruiters > .recrui--item:nth-child(2), .all--recruiters > .recrui--item:nth-child(3), .all--recruiters > .recrui--item:nth-child(4) {
    display: none;
}

.recrui--items > .recrui--item {
    border: 1px dashed #ccc;
    min-height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    max-width: calc(25% - 6px);
    width: 100%;
}

.recrui--items-2 > .recrui--item {
    max-width: calc(50% - 6px);
}
.recrui--items > .recrui--item > img {
    max-width: 300px;
    width: 100%;
    height: 150px;
    object-fit: contain;
}


/* end recruiters */


/* Industry */
.heading--row .heading--left {
    padding-right: 50px;
    width: 100%;
    background-image: linear-gradient(#ccc 33%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 2px 11px;
    background-repeat: repeat-y;
}

.heading--row .content--right {
    width: 100%;
    padding-left: 50px;
}

.industry--associations {
    padding-top: 115px;
    background: url("../images/bg-industry.png");
    max-width: 1700px;
    margin: 0 auto;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
}

.heading--row {
    padding-bottom: 75px;
}


.logo--industry .swiper-slide {
    background: var(--white);
    min-height: 160px;
    box-shadow: 0px 1px 14px 0px rgb(0 0 0 / 18%);
}

.logo--industry .swiper-slide img {
    object-fit: contain;
}

.logo--industry .swiper-wrapper {
    padding: 20px 0px;
}
/* end Industry */

/* infa--university */
.infa--university{
    max-width: 1700px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
}

.logo--industry .mySwiper .pagination--myslide > .btn--swipe {
    position: relative;
    width: 30px;
    height: 30px;
    background: #39414c;
    border-radius: 50px;
    margin: 0;
}

.logo--industry .mySwiper .pagination--myslide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.logo--industry .mySwiper .pagination--myslide > .btn--swipe:after {
    font-size: 14px;
    color: #fff;
}

.logo--industry .mySwiper .pagination--myslide > .line--swipe {
    max-width: 160px;
    width: 100%;
    height: 1px;
    background: #000;
    opacity: 0.2
}

/* end infa--university */

/* footer */
.footer--ct{
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    min-height: 150px;
    align-items: center;

}

.footer--copy h3 {
    font-size: clamp(12px,2vw,35px);
    font-family: helvetica;
}

.footer--copy p {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    font-family: helvetica;
}

/* end footer */