* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-font: "Work Sans", sans-serif;
    --primary-color: #3e3d3d;
    --secondary-color: #e3388c;
    --tertiary-color: #28b9d8;
    --white-color: #fff;
    --black-color: #000;
    --transition: all 320ms ease-in-out;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
}

img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

/*******************
/*   Header-Area   *
/******************/
header {
    background-color: rgba(255, 255, 255, 0.64);
    padding: 11px 0px;
    position: relative;
    z-index: 1;
}

.logo {
    display: block;
    margin: 0 auto;
    max-width: 120px;
}

/***********************
/*   Banner Section    *
/**********************/
.banner-sec {
    height: 680px;
    position: relative;
    margin-top: -140px;
}

.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/ibi-international-teaching.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 32% center;
    z-index: 0;
}

/***********************
/*   Form Section    *
/**********************/
.container {
    max-width: 1460px;
}

.form-sec {
    padding: 40px 0px 100px 0px;
    background-color: #28b9d8;
}

.form-container {
    min-width: 500px;
    background-color: rgba(255, 255, 255, 0.92);
    padding: 25px;
    border-radius: 14px;
    box-shadow: 5px 5px 22px rgba(0, 0, 0, 0.31);
    border: 2px solid #fff;
    filter: drop-shadow(3px 3px 6px rgba(38, 153, 251, 0.32));
    margin-top: -480px;
    margin-left: 920px;
}

.credentials-container {
    margin-top: -220px;
}

.form-content {
    margin-bottom: 15px;
}

.form-content .form-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 7px;
}

.form-desc {
    font-size: 16px;
}

.form-lable {
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
    padding-left: 25px;
}

.form-control,
.form-select {
    border-radius: 30px;
    padding: 12px 24px;
    font-size: 14px;
    background-color: #c9e0f7;
    width: 100%;
    border: 2px solid transparent;
}

.tradition-btn {
    display: inline-block;
    margin-top: 20px;
    background-color: var(--secondary-color);
    font-size: 16px;
    line-height: 1;
    padding: 15px 40px;
    border-radius: 30px;
    color: var(--white-color);
    transition: var(--transition);
}

.tradition-btn:hover {
    color: var(--white-color);
    background-color: var(--tertiary-color);
}

.form-btn {
    width: 100%;
    margin-top: 30px;
    padding: 14px 0px;
}

.form-item {
    margin-top: 20px;
}

.form-item .form-lable sup {
    color: #ed2121;
}

::placeholder {
    color: #a5a5a5;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--secondary-color);
    box-shadow: none;
    color: var(--black-color);
    background-color: #c9e0f7;
}

/*Form End*****/

.credentials-area {
    display: flex;
    align-items: center;
}

.credentials-desc {
    width: 29%;
}

.credentials-desc p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    color: var(--white-color);
}

.credentials-logo {
    display: flex;
    gap: 20px;
}

.credentials-logo img {
    max-width: 28%;
}


.contact-detail {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 0;
    margin-top: 15px;
}

.contact-detail img {
    width: 24px;
}

.contact-detail a {
    font-size: 18px;
    transition: var(--transition);
    color: var(--white-color);
}

.contact-detail a:hover {
    color: var(--secondary-color);
}

/***********************
/*   Counter Section   *
/**********************/
.counter-sec {
    padding: 20px 0px;
    background-color: var(--tertiary-color);
}

.counter-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.counter-item {
    color: var(--white-color);
    text-align: center;
    display: block;
    position: relative;
    width: calc(100% / 4);
}

.counter-item h6 {
    font-size: 50px;
    font-weight: 600;
}

.counter-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 38px;
    background-color: var(--white-color);
}

.counter-item:nth-child(4)::after {
    display: none;
}

/************************/
/*    About section    */
/**********************/
.about-section {
    padding: 30px 0;
    position: relative;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 64%;
    width: 100%;
    background-color: var(--tertiary-color);
    z-index: -1;
}

.about-box {
    background-color: var(--white-color);
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.16));
    padding: 50px;
    position: relative;
}

.about-img {
    position: absolute;
    top: -30px;
    bottom: 0;
    left: -30px;
}

.about-content {
    padding: 0px 140px 0px 30px;
}

.abt-title {
    font-size: 60px;
    font-weight: 600;
}

.abt-para {
    font-size: 20px;
    text-align: left;
}

/************************/
/*     Why Us start    */
/**********************/
.why-us {
    padding: 100px 0px;
}

.title-area {
    text-align: center;
}

.title-us {
    font-size: 64px;
    font-weight: 700;
}

.why-us-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    gap: 40px;
}

.why-us-content {
    width: 250px;
    height: 150px;
}

.why-us-img img {
    height: 76px;
}

.why-us-desc {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #5a5a5a;
    margin-top: 20px;
    margin-bottom: 0;
}

/***********************
/*   Courses Section   *
/**********************/
.courses {
    background-color: #fce7e7;
    padding: 80px 0px;
}

.course-title {
    font-size: 60px;
    color: #3e3d3d;
    font-weight: 700;
    margin-bottom: 30px;
}

.detail-img img {
    border-radius: 10px;
    width: 450px;
    position: relative;
}

.course-detail {
    position: relative;
}

.detail-img span {
    position: absolute;
    left: 20px;
    bottom: 24px;
    background-color: #ffffffe6;
    border-radius: 10px;
    padding: 25px 35px;
    width: 420px;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 600;
    z-index: 1;
}

.detail-img span::after {
    content: '';
    background-image: url(../images/save-to-favorites-icon.svg);
    position: absolute;
    top: -4px;
    right: 20px;
    height: 61px;
    width: 51px;
}

.crs-btn {
    padding: 20px;
    margin: auto;
    margin-top: 50px;
    display: block;
    width: 17%;
}

/*********************************/
/*   Course Enrollment Journey   */
/*********************************/
.journey-section {
    padding: 80px 0px;
    position: relative;
}

.journey-title h2 {
    font-size: 60px;
    color: #3e3d3d;
    font-weight: 700;
    text-align: center;
}

.journey-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 120px;
    margin-top: 70px;
}

.journey-img {
    background-color: var(--tertiary-color);
    border-radius: 50%;
    padding: 29px;
    margin: 0px 50px 20px 50px;
    text-align: center;
}

.journey-img img {
    width: 80px;
    height: 80px;
}

.journey-desc {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    color: #5a5a5a;
}

.journey-items::before {
    content: '';
    background-image: url(../images/dotted-arrow-horizontal.svg);
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%);
    width: 75%;
    height: 2px;
    z-index: -1;
}

/* Testimonial start */
.testimonial-sec {
    padding: 80px 0px;
    background-color: #effbfd;
}

.testimonial-heading {
    font-size: 60px;
    font-weight: 700;
    color: #3e3d3d;
    margin-bottom: 10px;
}

.testimonial-desc {
    font-size: 18px;
    margin: 0px 82% 16px 0px;
    color: #707070;
}

.testimonial-area {
    background-color: #beeff7;
    padding: 40px;
    border-radius: 15px;
}

.testimonial-Writer {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
}

.testimonial-text {
    width: 75%;
}

.testimonial-text p {
    font-size: 19px;
}

.Writer-img img {
    width: 60px;
}

.writer-detail {
    margin-left: 15px;
}

.writer-detail h6 {
    font-size: 18px;
    margin-bottom: 0px;
}

.writer-detail span {
    font-size: 16px;
}

.testimonial-area {
    position: relative;
}

.testimonial-area .swiper-pagination {
    bottom: -30px;
}

.swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    opacity: 1;
    background-color: #e5e5e5;
}

.swiper-pagination-bullet-active {
    height: 10px;
    width: 30px;
    opacity: 1;
    border-radius: 6px;
    background: #28b9d8;
}

.swiper-slide {
    margin: auto 0;
}

/* Footer Start */
footer {
    background-color: var(--tertiary-color);
    padding: 30px;
}

.footer-sec {
    display: flex;
    align-items: center;
}

.footer-area {
    display: flex;
    align-items: center;
}

.footer-logo img {
    width: 140px;
}

.social-links ul {
    display: flex;
    justify-content: space-evenly;
}

.social-links ul li img {
    width: 48px;
}

.footer-location ul li {
    color: var(--white-color);
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
    padding-right: 25px;
}

.footer-location ul {
    margin: 0 25% 0px 10px;
}

footer ul {
    margin-bottom: 0;
}

/*======================= END ========================*/

/* ================Thank-you section================= */
.thanks-section {
    padding: 154 px 20px;
}

.thanks-section img {
    width: 300px;
}

.thanks-content h1 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 30px;
    color: #3e3d3d;
}

.thanks-content p {
    font-size: 20px;
    font-weight: 400;
    color: #3e3d3d;
}