@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@200&family=Poppins:wght@600&display=swap');

* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: 'Overpass', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #F5F5F5;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: white;
}

.button {
    padding: 20px 10px;
    background-color: #001D25;
    border-radius: 5px;
}

.btn {
    background-color: #FF3158;
    padding: 15px 20px;
    border-radius: 5px;
    transition: 0.5s;
}

.btn a {
    color: white;
}

.btn:hover {
    background-color: transparent;
    border: 1px solid #FF3158;
    color: #FF3158;
    transition: 0.5s;
}

.btn-t {
    background-color: transparent;
    border: 1px solid #FF3158;
    color: #FF3158;
    padding: 15px 20px;
    border-radius: 5px;
    transition: 0.5s;
}

.btn-t:hover {
    background-color: #FF3158;
    color: white;
    transition: 0.5s;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

img {
    width: 100%;
}

/*header*/



.headerup {
    display: flex;
    background: linear-gradient(to right, #001D25 0%, #001D25 10%, #FF3158 60%, #FF3158 100%);
    padding: 10px;
}

header .headerup .icon {
    flex: 2;
    /* background-color: #001D25; */
    padding-top: 8px;
    padding-left: 5%;
}

header .headerup .icon span {
    font-size: 18px;
    color: white;
}

header .headerup .icon i {
    font-size: 20px;
    color: white;
    margin-left: 20px;
}

header .headerup .upinfo {
    flex: 7;
    /* background-color: #FF3158; */
    display: flex;
    justify-content: end;
    padding-right: 5%;
}

header .headerup .upinfo span {
    padding: 0px 0px 0px 20px;
}

header .headerup .upinfo span i {
    font-size: 28px;
    margin-right: 10px;
    color: cornsilk;
    margin-top: 3px;
}

header .headerup .upinfo span a {
    color: white;
    font-size: 18px;
}

.header {
    display: flex;
    width: 100%;
    height: 75px;
    justify-content: space-between;
    background-color: #FFFFFF;
    padding: 0px 5%;
}

.header .logo {
    width: 62px;
    height: 50px;
    margin-top: 10px;
}

.header .h1 {
    display: flex;
}

.header a {
    text-decoration: none;
    font-weight: 600;
    font-size: 48px;
}

.h_1 {
    float: left;
    margin: 0 0 0 10px;
}

.h_1 span {
    color: #001D25;
    font-size: 32px;

}

.h_2 {
    float: left;
    margin-top: 5px;
}

.h_2 ul {
    list-style: none;
    margin-top: 20px;
}

.h_2 ul li {
    float: left;
    margin-left: 50px;
}

.h_2 ul li a {

    color: darkslategray;
    text-decoration: none;
    font-size: larger;
}

.h_2 ul li a:hover {
    color: gold;
}

.h_2 ul li a i {
    margin-right: 2px;
}

.h_5 {
    float: right;
}

#open {
    display: none;
    margin-right: 20px;
    font-size: 42px;
    margin-top: 15px;
}

.mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: white;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    animation: mobilemenu 0.5s;
    display: none;
}

@keyframes mobilemenu {
    0% {
        transform: translateY(-100px)
    }

    100% {
        transform: translateY(0px)
    }
}

.mobile ul {
    list-style-type: none;
    margin-top: 20px;
    padding-left: 25px;
}

.mobile ul li {
    line-height: 3;

}

.mobile ul li a {

    color: black;
}

.mobile ul li:hover {
    background-color: #00A384;
    color: white;
    padding-left: 8px;

}

.mobile ul li:hover a {

    color: white;

}

.mobile h6 {
    background-color: #00A384;
    padding: 8px;
    color: white;
    font-size: 24px;
    margin-bottom: 0;

}

.mobile-btn {
    margin: 50px 100px 50px;
}

.mobile-btn .btn {
    background-color: #001D25;
    color: white;
    font-size: 18px;
    font-weight: bolder;
    cursor: pointer;
}

.closemenu {
    background-color: black;
    position: absolute;
    padding: 6px;
    padding-left: 8px;
    padding-right: 8px;
    color: white;
    border-radius: 5px;
    top: 0;
    right: 0;
    margin-top: 8px;
    margin-right: 8px;
    transition: all 0.5s;
    cursor: pointer;
}

.closemenu:hover {
    background-color: red;
}

@media screen and (max-width: 1200px) {
    .h_2 ul {
        display: none;
    }

    .h_5 {
        display: none;
    }

    #open {
        display: block;

    }
}

@media screen and (max-width: 620px) {
    header .headerup .upinfo {
        display: none;
    }

    header .headerup .icon {
        border-radius: 0%;
    }

}


/*section-1*/
.container {
    align-items: center;
    position: relative;
    background-color: #001D25;
    padding-bottom: 50px;
    padding-top: 50px;
}

.backround {
    display: flex;
    align-self: center;
    font-family: 'Times New Roman', Times, serif;
    margin: 0px 50px 100px 50px;
}

.backround .c-1 {
    display: flex;
    margin-top: 20px;
    align-self: baseline;
    flex-direction: column;
    flex: 5;
    background-color: #001D25;
    color: white;
    padding: 50px;
}

.backround .c-1 h2 {
    font-size: 80px;
    line-height: 90px;
}

.backround .c-1 h2 span {
    color: #FF3158;
}

.backround .c-1 p {
    margin-top: 8px;
    font-size: 18px;
    line-height: 27px;
}

.backround .c-1 div {
    display: flex;
    margin-top: 30px;
    gap: 25px;
    display: flex;
}

.backround .c-2 {
    display: flex;
    flex: 4;
}

.backround .c-2 img {
    width: 520px;
    height: 620px;
    border-radius: 25px;
    margin-top: 50px;
}

.backround .c-3 {
    display: flex;
    position: absolute;
    color: white;
    transform: rotate(270deg);
    top: 300px;
    right: -100px;
    font-size: 24px;
    align-items: center;
}

.backround .c-3 .line {
    border: 3px solid #FF3158;
    width: 45px;
    border-radius: 5px;
    margin-right: 5px;
}

.backround .c-3 i {
    transform: rotate(90deg);
    margin-left: 10px;

}


.backround .backgroundimage .star {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 300px;
    left: 250px;
}

.backround .backgroundimage .star-2 {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 115px;
    left: 560px;
}

.backround .backgroundimage .star-3 {
    position: absolute;
    width: 52px;
    height: 52px;
    bottom: 30px;
    right: 200px;
}


.backround .backgroundimage .shape {
    position: absolute;
    width: 150px;
    height: 90px;
    right: 600px;
    top: 30px;
}

.backround .backgroundimage .shape-2 {
    position: absolute;
    width: 540px;
    height: 480;
    left: 0;
    top: 0;
}

/*section-2*/

.section-2 {
    padding: 100px 50px 0px 50px;
}

.section-2 h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;

}

.section-2 h3 span {
    color: #FF3158;
}

.section-2 .display {
    display: flex;
    align-items: center;
    gap: 20px;
}

.section-2 .display .column {
    display: flex;
    flex: 2;
    background-color: white;
    border-radius: 25px;
    flex-direction: row;
    padding: 25px;
    gap: 20px;
}

.section-2 .display .column .column-1 {
    flex: 2;
}

.section-2 .display .column .column-2 {
    text-align: center;
    flex: 8;
}

.section-2 .display .column .column-2 h4 {
    font-size: 36px;
    text-align: left;

}

.section-2 .display .column .column-2 p {
    font-size: 20px;
    text-align: left;
}

.section-2 .display .column img {
    margin-top: 10px;
    width: 60px;
    height: 50px;
}

/*section 3*/

.section-3 {
    display: flex;
    margin: 200px 100px 0px;
    gap: 50px;
}

.section-3 .column-1 {
    flex: 40%;
}

.section-3 .column-1 img {
    height: 620px;
    border-radius: 25px;
}

.section-3 .column-2 {
    flex: 40%;
    padding-top: 20px;
    font-weight: bold;
}

.section-3 .column-2 h5 {
    font-size: 48px;
    margin-top: 10px;
    line-height: 50px;
}

.section-3 .column-2 h5 span {
    color: #FF3158;
}

.section-3 .column-2 p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 25px;
    color: #4A5355;
}

.section-3 .column-2 .p {
    color: #FF3158;
    margin-left: 5px;
    list-style-type: disc;
    font-size: 20px;
}

.section-3 .column-2 .p::before {
    content: '• ';
    color: #FF3158;
}

.section-3 .column-2 ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 18px;
    color: #4A5355;
}

.section-3 .column-2 ul li::before {
    content: '• ';
    color: #FF3158;
}

.section-3 .column-2 .row {
    display: flex;
    margin-top: 30px;
    gap: 20px;
}

.section-3 .column-2 .row img {
    width: 70px;
    height: 70px;
}

.section-3 .column-2 .row div {
    margin-top: 10px;
}

.section-3 .column-2 .row div p {
    margin-top: 5px;
}

.section-3 .column-2 .row .btn-s3 {
    margin-top: 20px;
    color: white;
    margin-left: 20px;
}

.section-3 .column-2 .row .btn-s3 .btn i {
    margin-left: 5px;
    width: 10px;
}

.section-3 .column-3 .shape {
    position: absolute;
    z-index: -1;
    width: 150px;
    height: 90px;
    left: 117px;
    margin-top: -38px;
}

.section-3 .column-3 .about {
    position: absolute;
    background-color: white;
    display: flex;
    gap: 10px;
    left: 180px;
    margin-top: 450px;
    padding: 20px 40px 20px 15px;
    border-radius: 25px;
}

.section-3 .column-3 .about img {
    width: 78px;
    height: 78px;
}

.section-3 .column-3 .about div h3 {
    font-size: 22px;
}

.section-3 .column-3 .about div p {
    font-size: 18px;
    color: #4A5355;
}

/*Section 4*/

.section-4 {
    padding: 0px 50px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}

.section-4 .row1 {
    display: flex;
    flex-direction: row;
    align-items: first baseline;
    gap: 25px;
}

.section-4 .row1 .column1 {
    display: flex;
    align-items: self-start;
    flex-direction: column;
    flex: 4;
}

.section-4 .row1 .column1 p {
    font-size: 22px;
    color: #FF3158;
}

.section-4 .row1 .column1 h2 {
    font-size: 48px;
}

.section-4 .row1 .column1 h2 span {
    color: #FF3158;
}

.section-4 .row1 .column2 {
    flex: 4;
}

.section-4 .row1 .column2 {
    margin-left: 200px;
}

.section-4 .row1 .column2 .section-3-line {
    display: flex;
}

.section-4 .row1 .column2 .section-3-line div {
    width: 35px;
    height: 2px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 24px;
    background-color: #FF3158;
}

.section-4 .row1 .column2 .section-3-line p {
    font-size: 20px;
    color: #FF3158;
    font-size: 18px;
}

.section-4 .row2 {
    margin-top: 50px;
    display: flex;
    gap: 50px;
    align-items: center;
}

.section-4 .row2 .column1 {
    flex: 50%;
}

.section-4 .row2 .column2 {
    padding: 70px 10px 50px 20px;
    display: flex;
    flex: 10%;
    flex-direction: column;
    background-color: #001D25;
    border-radius: 25px;
}

.section-4 .row2 .column2 h2 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-left: 30px;
    color: white;
}

.section-4 .row2 .column2 a i {
    color: #FF3158;
    font-size: 18px;
    position: absolute;
    margin-top: 7px;
}

.section-4 .row2 .column2 span {
    font-size: 18px;
    padding: 15px 15px 20px 15px;
    float: left;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #1A434F;
}

.section-4 .row2 .column2 span a {
    width: 100%;
    color: white;
}

.section-4 .row2 .column2 span a i {
    color: white;
    position: absolute;
    transform: rotate(45deg);
    border-radius: 100%;
    right: 145px;
}

.section-4 .column3 {
    position: absolute;
    background-color: white;
    padding: 40px 50px 30px 40px;
    margin-top: 650px;
}

.section-4 .column3 h2 {
    font-size: 28px;
    margin: 10px auto;
}

.section-4 .column3 p {
    font-size: 18px;
    line-height: 24px;
}

.section-4 .column3 div {
    margin-top: 30px;
}

.section-4 .row2 .shape {
    position: absolute;
    z-index: -1;
    width: 150px;
    height: 90px;
    right: 63px;
    margin-top: 440px;
}

/*Section*/
.section-5 {
    display: flex;
    margin-top: 200px;
    flex-direction: column;
}

.section-5 .row1 {
    display: flex;
    align-items: center;
    margin: auto;
    gap: 5px;
}

.section-5 .row1 .column1 {
    width: 40px;
    height: 2px;
    border: 2px solid #FF3158;
    border-radius: 25px;
}

.section-5 .row1 h3 {
    font-size: 32px;
    color: #FF3158;
}

.section-5 .row1 .column2 {
    width: 60px;
    height: 2px;
    border: 2px solid #FF3158;
    border-radius: 25px;
}

.section-5 .row2 {
    text-align: center;
    margin: 10px 0 20px 0;
}


.section-5 .row2 h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.section-5 .row2 p {
    font-size: 18px;
}

/* section 6 */

.section-6 {
    display: flex;
    margin-top: 250px;
    padding: 20px 50px 20px;
    gap: 20px;
    background-color: #001D25;
    color: #F5F5F5;
}

.section-6 .column1 {
    flex: 4;
    margin-top: 30px;
}

.section-6 .column1 .row1 {
    display: flex;
    flex-direction: column;
}

.section-6 .column1 .row1 .section-6-line {
    display: flex;
    margin: 10px auto;
}

.section-6 .column1 .row1 .section-6-line div {
    border: 2px solid #FF3158;
    width: 150px;
    height: 3px;
    border-radius: 25px;
    margin-top: 15px;
    margin-right: 5px;
}

.section-6 .column1 .row1 .section-6-line h5 {
    color: #FF3158;
    font-size: 24px;
}

.section-6 .column1 .row1 h2 {
    font-size: 48px;
    margin: 10px auto;
}

.section-6 .column1 .row1 h2 span {
    color: #FF3158;
    text-decoration: 2px underline #FF3158;
}

.section-6 .column2 {
    flex: 4;
}

.section-6 .column2 .row1 {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.section-6 .column2 .row1 .box1 {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 40px 25px;
    border-radius: 5px;
    margin-top: 50px;
}

.section-6 .column2 .row1 .box1 img {
    width: 60px;
    height: 60px;
    margin-top: 20px;
}

.section-6 .column2 .row1 .box1 h4 {
    font-size: 28px;
    margin: 20px 0px;
    color: #323030;
}

.section-6 .column2 .row1 .box1 p {
    font-size: 18px;
    line-height: 20px;
    color: #444;
}

/*section 7*/

.section-7 {
    display: flex;
    flex-direction: column;
    margin: 100px 0px;
}

.section-7 .row1 {
    display: flex;
    align-items: center;
    margin: auto;
    gap: 5px;
}

.section-7 .row1 .column1 {
    width: 40px;
    height: 2px;
    border: 2px solid #FF3158;
    border-radius: 25px;
}

.section-7 .row1 h4 {
    font-size: 32px;
    color: #FF3158;
}

.section-7 .row1 .column2 {
    width: 60px;
    height: 2px;
    border: 2px solid #FF3158;
    border-radius: 25px;
}

.section-7 h2 {
    font-size: 48px;
    text-align: center;
}

.section-7 .how-it-works {
    display: flex;
    margin: 20px 100px;
    align-items: center;
    text-align: center;
}

.section-7 .how-it-works .why {
    flex: auto;
}

.section-7 .how-it-works .why img {
    height: 256px;
    width: 256px;
}

.section-7 .how-it-works .why h4 {
    font-size: 24px;
    margin: 10px 0px;
}

.section-7 .how-it-works .why p {
    font-size: 16px;
    color: #444;
    line-height: 20px;
}

.section-7 .how-it-works .dot-img {
    position: absolute;
    width: 1346px;
    margin-top: -90px;
}


/*testimonial*/
.testimonial {
    background-color: #d5e1ef;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 100vh;

}

.cd__main {
    display: block !important;
    background: #ddfcf5 !important;
    min-height: 450px;
    height: 100vh;
}

.container1 {
    width: 100%;
    height: 100%;
}

.card {
    background-color: #f9fafe;
    width: 550px;
    height: 45%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 30px 0 0 0;
    transition: transform 400ms;
    opacity: 0.5;
    box-shadow: none;
}

.quote-icon {
    position: absolute;
    z-index: 0;
    opacity: 0.05;
    left: 3%;
    top: 0;
}

.avatar {
    width: 120px;
    height: 120px;
    border-radius: 150px;
    border: 5px solid #f9fafe;
    box-shadow: 0 0 50px #ccc;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-60px, -60px);
    z-index: 1;
}

.testimonial .header {
    margin: 50px 0 0 0;
    text-align: center;
    z-index: 1;
}

.name {
    font-family: "Hammersmith One", sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0;
}

.title {
    font-family: "Hammersmith One", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 0 0;
    padding: 0 5px;
    color: #7ccdc5;
}

.quote-container {
    margin: 0;
    height: 100%;
    z-index: 1;
    padding: 15px 30px 30px 30px;
    overflow: hidden;
}

.quote {
    width: 100%;
    height: 95%;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    text-align: center;
    color: #73808c;
    margin: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.swiper-slide-active {
    z-index: 1;
}

.swiper-slide-active .card {
    box-shadow: 0 8px 30px -7px #c9dff0;
    opacity: 1;
    transform: scale(1.5);
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none;
}

@media (max-height: 400px) {
    .testimonial .header {
        margin: 40px 0 0 0;
    }

    .name {
        font-size: 12px;
    }

    .title {
        font-size: 10px;
    }

    .quote-container {
        padding: 5px 20px 20px 20px;
    }

    .quote-icon {
        width: 75px;
        height: 75px;
    }

    .avatar {
        width: 100px;
        height: 100px;
        transform: translate(-50px, -50px);
    }
}




/*footer*/

footer {
    background-image: url(../img/footer-bg.png);
    margin-top: 100px;
}

.footer {
    display: flex;
    padding: 0px 100px;
    border: #FF3158;
    gap: 25px;
}

.footer h2 {
    font-size: 28px;
    color: white;
    text-decoration: 2px underline #FF3158;
}

.footer .footer-c1 {
    flex: 3;
    margin: 65px auto;
}

.footer .footer-c1 h2 {
    font-size: 48px;
}

.footer .footer-c1 p {
    font-size: 18px;
    color: white;
    line-height: 26px;
    margin: 20px auto;
}

.footer .footer-c1 .icon i {
    font-size: 32px;
    color: rgba(255, 255, 255, 0.5);
    padding: 10px;
}

.footer .footer-c1 .icon i:hover {
    color: white;
    border-radius: 100%;
    background-color: #FF3158;
}

.footer .footer-c2 {
    flex: 2;
    margin: 50px auto;
}

.footer .footer-c2 ul li {
    padding: 10px 0 5px 0;
    font-size: 18px;
}

.footer .footer-c2 ul li a {
    color: white;
    padding: 10px;
}

.footer .footer-c3 {
    flex: 2;
    color: white;
    margin-top: 50px;
}

.footer .footer-c3 li {
    padding: 20px 0 5px 0;
    font-size: 18px;
}

.footer .footer-c3 li a {
    color: white;
}

footer .bottom {
    flex: 100%;
    background-color: #051b21;
    padding: 25px;
    color: white;
    font-size: 18px;
    text-align: center;
}



/* about us page */



.about-us {
    background-image: url(../img/course/bradcrumb-shape-1.png);
    width: 100%;
    height: 350px;
}

.about-us h1 {
    color: white;
    font-size: 72px;
    display: flex;
    justify-content: center;
    padding-top: 100px;
    text-decoration: 3px underline #FF3158;
}

.about1 {
    margin: 50px 200px;
}

.about1 .intro_row {
    display: flex;
    gap: 25px;
    justify-content: center;
    text-align: justify;
    margin: auto;
}

.about1 .intro_row .intro_c1 {
    flex: 4;
    background-color: white;
    padding: 20px 30px;
    border-radius: 5%;
}

.about1 .intro_row .intro_c1 p {
    font-size: 18px;
    line-height: 30px;
}

.about1 .intro_row .intro_c1 p a {
    font-weight: 800;
    color: #072F60;
    text-decoration: 2px underline #FF3158;
}

.about1 .intro_row .intro_c1 h2 {
    font-size: 48px;
}

.about1 .intro_row .intro_c1 h2 span {
    color: #FF3158;
}

.about1 .intro_row .intro_c2 {
    flex: 4;
}

.about1 .intro_row .intro_c2 img {
    width: auto;
    height: 500px;
    border-radius: 5%;
}

.about2 {
    display: flex;
    margin: 0px 100px;
    margin-top: 50px;
    justify-items: center;
    background-color: #002935;
    padding: 50px;
    border-radius: 20px;
}

.about2 .first {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about2 .first img {
    width: 65px;
    height: 60px;
    color: white;
}

.about2 .first h2 {
    font-size: 42px;
    font-weight: bold;
    color: white;
}

.about2 .first p {
    font-size: 18px;
    color: white;
}

.about3 {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 100px;
    padding: 50px 0;
    background-color: #002935;
}

.about3 h3 {
    font-size: 38px;
    font-weight: bold;
    color: white;
    line-height: 30px;
}

.about3 p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    color: white;
}

.about3 div button {
    border: #FF3158;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.faq {
    margin-top: 50px;
}

.faq h2 {
    font-family: 'Kumbh Sans', sans-serif;
    font-weight: 700;
    margin: 0;
    font-size: 48px;
}


:root {
    --Soft-violet: hsl(273, 75%, 66%);
    --Soft-blue: hsl(240, 73%, 65%);
    --Light-grayish-blue: hsl(240, 5%, 91%);
    --Very-dark-grayish-blue: hsl(237, 12%, 33%);
    --Dark-grayish-blue: hsl(240, 6%, 50%);
    --Very-dark-desaturated-blue: hsl(238, 29%, 16%);
    --Soft-red: hsl(14, 88%, 65%);
}

.faq p {
    font-family: 'Kumbh Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

#background {
    padding: 140px 24px 100px 24px;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    background-image: linear-gradient(var(--Soft-violet), var(--Soft-blue));
}

#FAQ-heading {

    text-align: center;
    padding: 24px 0 0 0;

}

#accordion-container {
    max-width: 375px;
    width: 100%;
    background-color: white;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    margin: auto;
    position: relative;
    padding: 0 0 50px 0;

}

#image-container {
    display: block;
    position: relative;
    z-index: 9;
    top: 0;
    margin-top: -100px;
    height: 200px;
}

.image-shadow {

    margin: 100px auto 0 auto;
    display: block;
    position: relative;
    z-index: 5;


}

.image {
    display: block;
    margin: -56px auto 0 auto;
    position: relative;
    z-index: 6;
    top: -160px;
    left: -18px;
}

#box-container {
    display: none;
}

#box {
    display: none;
}

.desktop {
    display: none;
}

.accordion-child-container {
    position: relative;
    margin: 24px;
    border-bottom: 1px solid var(--Light-grayish-blue);
}

.accordion-child-container input {
    position: absolute;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: -3.5px 0 0 0;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
}

.dropdown-arrow {
    color: var(--Soft-red);
    position: absolute;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 18px;
    height: 7px;
    width: 10px;
    padding: 0;
    margin: -20px 0 0 0;

}

.accordion-child-container input:checked~.dropdown-arrow {
    transform: scaleY(-1)
}

.answer {
    display: none;
    line-height: 18px;
    width: 85%;
    color: var(--Dark-grayish-blue);
    margin: 0 0 12px 0;
}

.accordion-child-container input:checked~.answer {
    display: block;
}

.question {
    display: inline-block;
    width: 85%;
    color: var(--Very-dark-grayish-blue);
}

.accordion-child-container input:checked~.question {
    font-weight: bolder;

}

@media only screen and (min-width: 960px)
/*  and (min-height: 544px) */
    {

    #accordion-container {
        padding: 50px 0;
        min-width: 920px;
        max-width: 920px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        box-sizing: border-box;
        overflow: hidden;
        margin: auto;
    }

    #image-container {
        width: 480px;
        margin: 0;
        position: relative;
    }

    .mobile {
        display: none;
    }

    .desktop {
        display: inline-block;
        position: relative;
        margin: 0;
        flex-grow: 1;


    }

    .image-shadow {
        top: -425px;
        right: 66px;
        width: 965px;
        height: 945px;
        position: absolute;

    }

    .image {
        position: absolute;
        top: -60px;
        left: -80px;
    }

    #box-container {
        display: inline-block;
        position: absolute;
        z-index: 7;
        left: -92px;
        top: 78px;
    }

    #box {
        display: inline-block;
        position: fixed;
        z-index: 7;


    }

    #accordion-FAQ-container {
        flex-grow: 1;
        min-width: 50%;
    }

    #FAQ-heading {
        text-align: left;
        margin-left: 24px;
    }

    .accordion-child-container {
        box-sizing: border-box;
        width: 352px;
    }

    #background {
        margin: 0;
        padding: 45px;
        height: 100%;

        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;

    }

    .accordion-child-container input {
        z-index: 8;
    }

    .accordion-child-container {
        z-index: 7;
    }

    .question {
        z-index: 9;
    }

    input:hover~p.question {
        color: var(--Soft-red);
    }

}




/* courses page */


.courses-1 {
    background-image: url(../img/course/bradcrumb-shape-1.png);
    width: 100%;
    height: 350px;
}

.courses-1 h1 {
    color: white;
    font-size: 72px;
    display: flex;
    justify-content: center;
    padding-top: 100px;
    text-decoration: 3px underline #FF3158;
}

.row4 {
    width: 100%;
    height: 250px;
    margin: 50px 0;
}

.course {
    margin: 25px 50px;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    background-color: whitesmoke;
    text-align: center;
    color: #072F60;
}

.course h4 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 600;

}

.course p {
    font-size: 20px;
    font-weight: bold;
}

.course1 {
    flex: 20%;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 25px;
    overflow: clip;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding-bottom: 25px;
}

.course1:hover {
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.course1 div {
    margin-bottom: 15px;
}

.course .course1 .review {
    display: flex;
    margin: 0px auto;
    padding: 0 45px;
}

.course .course1 .review div {
    flex: auto;
}

.course .course1 .review i {
    color: gold;
}

.course .course1 .btn-t {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}


/* gallary page */

.gallery {
    background-image: url(../img/course/bradcrumb-shape-1.png);
    width: 100%;
    height: 350px;
}

.gallery h1 {
    color: white;
    font-size: 72px;
    display: flex;
    justify-content: center;
    padding-top: 100px;
    text-decoration: 3px underline #FF3158;
}

.gallery-photo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.gallery-photo .gallery-row-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
    margin: 30px auto;
}

.gallery-photo .gallery-row-1 img {
    flex: auto;
}

/* contact us page */

.contact {
    background-image: url(../img/course/bradcrumb-shape-1.png);
    width: 100%;
    height: 350px;
}

.contact h1 {
    color: white;
    font-size: 72px;
    display: flex;
    justify-content: center;
    padding-top: 100px;
    text-decoration: 3px underline #FF3158;
}

.contact-form {
    display: flex;
    flex-direction: row;
    display: flex;
    gap: 25px;
    margin: 50px 50px;
}

.contact-form .contact-info {
    flex: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 50px;
}

.contact-form .contact-info .address,
.contact-form .contact-info .email-address {
    background-color: white;
    margin-top: 20px;
    padding: 20px;
    border-radius: 15px;
}

.contact-form .contact-info img {
    width: 65px;
    height: 65px;
}

.contact-form .contact-info h2 {
    font-size: 36px;
    font-weight: bolder;
}

.contact-form .contact-info p {
    font-size: 16px;
}

.contact-form .contact-enquiry {
    flex: 3;
    text-align: center;
}

.contact-form .contact-enquiry h2 {
    font-size: 36px;
}

.contact-form .contact-enquiry form {
    display: flex;
    flex-direction: column;
    background-color: white;
    margin: auto;
    border-radius: 25px;
}

.contact-form .contact-enquiry form div {
    margin: 30px auto;
}

.contact-form .contact-enquiry form input,
.contact-form .contact-enquiry form textarea {
    padding: 20px;
    width: 60%;
    margin: 10px auto;
    border: 2px solid black;
    border-radius: 5px;
}

.contact-form .contact-enquiry form input:hover {
    background-color: rgba(0, 0, 0, 0.24);
}

.contact-form .contact-enquiry form div button {
    font-size: 18px;
    font-weight: bolder;
    padding: 20px 30px;
}

.contact-form .contact-enquiry form div button i {
    margin-right: 10px;
}

/* blog */

.page-wrapper {
    height: 100%;
}

/*Post slider*/
.post-slider {
    position: relative;

}

.post-slider .slider-title {
    text-align: center;
    margin: 30px auto;
}

.post-slider .next {
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 2em;
    color: #006669;
    cursor: pointer;
}

.post-slider .prev {
    position: absolute;
    top: 50%;
    left: 30px;
    font-size: 2em;
    color: #006669;
    cursor: pointer;
}

.post-slider .post-wrapper {
    width: 84%;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0px 10px 0px;

}

.post-slider .post-wrapper .post {
    width: 300px;
    height: 330px;
    margin: 0 10px;
    background-color: white;
    display: inline-block;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.post-slider .post-wrapper .post .slider-image {
    width: 100%;
    height: 200px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.post-slider .post-wrapper .post .post-info {
    height: 130px;
    padding: 0px 5px;
}

.post-slider .post-wrapper .post .post-info h4 a {
    font-size: 24px;
    color: black;
}

.post-slider .post-wrapper .post .post-info h4 a:hover {
    color: #FF3158;
}

/*Content*/

.content {
    width: 90%;
    margin: 30px auto 30px;
}

.content .main-content {
    width: 70%;
    float: left;
}

.content .main-content .post {
    width: 95%;
    height: 270px;
    margin: 20px auto;
    border-radius: 5px;
    background-color: white;
    position: relative;
}

.content .main-content .post h2 a {
    color: black;
    font-size: 36px;
}

.content .main-content .post .read-more {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 1px solid #005255;
    background: transparent;
    border-radius: 0px;
    color: #005255;
}

.content .main-content .post .read-more:hover {
    background-color: #006669;
    color: white;
    transition: 0.5s;
}

.content .main-content .post .post-image {
    width: 40%;
    height: 100%;
    float: left;
}

.content .main-content .post .post-preview {
    width: 60%;
    padding: 10px;
    float: right;
}

.content .main-content .recent-post-title {
    margin: 20px;
}

/* courses detaile page */

.courses-detail {
    background-image: url(../img/course/bradcrumb-shape-1.png);
    width: 100%;
    height: 250px;
}

.courses-detail h2 {
    color: white;
    font-size: 72px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 100px;
    text-decoration: underline #FF3158;

}

.Courses-detail-section {
    display: flex;
}

.Courses-detail-section .side1 {
    flex: 6;
}


.Courses-detail-section .course-up {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}

.Courses-detail-section .course-up h1 {
    font-size: 42px;
    color: #002935;
    margin-bottom: 10px;
}

.Courses-detail-section .course-up p {
    font-size: 18px;
    color: #002935;
}

.Courses-detail-section .courses-down {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
    margin-left: 30px;
    margin-right: 20px;
    line-height: 30px;
}

.Courses-detail-section .courses-down h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.Courses-detail-section .courses-down p {
    font-size: 18px;
    text-align: center;
}

.Courses-detail-section .courses-down .course-down1 {
    background-color: #F8F8F8;
    width: 800px;
    height: 350px;
    overflow: hidden;
    margin: 50px auto;
    padding-top: 20px;
}

.Courses-detail-section .courses-down .course-down1 h4 {
    font-size: 28px;
}

.Courses-detail-section .courses-down .course-down1 .row1 {
    display: flex;
    gap: 25px;
}

.Courses-detail-section .courses-down .course-down1 .row1 .column1 {
    flex: 4;
    margin-top: 10px;
}

.Courses-detail-section .courses-down .course-down1 .row1 .column1 h5 {
    margin-bottom: 10px;
    font-size: 19px;
}

.Courses-detail-section .courses-down .course-down1 .row1 .column1 p i {
    margin-right: 5px;
    font-size: 18px;
}

.course-list {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border-radius: 5px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 24px;
}

.course-list i {
    margin-right: 5px;
}

.active,
.course-list:hover {
    background-color: #555;
}

.syllabus-list {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.syllabus-list ol {
    text-align: start;
    font-size: 20px;
    margin-left: 20px;
}

.syllabus-list ol li {
    list-style-type: lower-latin;
    margin-top: 10px;
    margin-bottom: 10px;
}

.Courses-detail-section .side2 {
    flex: 3;
    height: 100%;
    text-align: center;
}

.Courses-detail-section .side2 .sidefixed {
    margin: 50px auto;
    width: 350px;
    background-color: #f7f4f4;
    overflow: hidden;
    padding: 10px;
    border-top-right-radius: 25px;
    border-radius: 25px 25px 0px 0px;
}

.Courses-detail-section .side2 .sidefixed img {
    width: 320px;
    height: 300px;
    border-radius: 5% 5% 0% 0%;
}

.Courses-detail-section .side2 .sidefixed h2 {
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.Courses-detail-section .side2 .sidefixed button.btn {
    padding: 15px 50px 15px;
    font-size: 20px;
    font-weight: bolder;
    background-color: #3bbca3;
    color: white;
    border: 1px solid #3bbca3;
}

.Courses-detail-section .side2 .sidefixed button.btn:hover {

    background-color: #072F60;
}

.Courses-detail-section .side2 .sidefixed .list-course {
    width: 300px;
    margin: 30px auto;
}

.Courses-detail-section .side2 .sidefixed .list-course ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 18px;
    border-bottom: 0.5px solid gray;
    padding: 5px;
}

.Courses-detail-section .side2 .sidefixed .list-course ul li div i::before {
    padding-right: 5px;
}

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

    .content .main-content .post{
        height: auto;
    }

    .content .main-content .post .post-image{
        width: 100%;
    }
    
    .content .main-content .post .post-preview{
        width: 100%;
    }       
    .content .main-content .post .read-more{
        position: static;
        display: block;
        width: 100%;
        text-align: center;
    }
    .post-slider .next{
         right: 10px;  
    }
    .post-slider .prev{
       left: 10px;
    }
    
}

@media screen and (max-width: 480px) {
    .backround {
        flex-direction: column;
        margin: 0px;
    }

    .backround .c-1 {
        padding: 25px;
    }

    .backround .c-1 h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .backround .c-2 img {
        width: 300px;
        height: auto;
        margin: 50px auto;
    }

    .backround .c-3 {
        right: -120px;
        top: 200px;
        font-size: 18px;
    }

    .backround .backgroundimage .star-2 {

        width: 18px;
        height: 20px;
        top: 100px;
        left: 50px;
    }

    .backround .backgroundimage .star-3 {

        width: 24px;
        height: 24px;
        bottom: 10px;
        right: 200px;
    }

    .backround .backgroundimage .shape {
        width: 100px;
        height: 50px;
        left: 30px;
        top: 380px;
    }

    .backround .backgroundimage .shape-2 {
        width: 300px;
        height: 250px;
    }

    .section-2 .display {
        flex-direction: column;
    }

    .section-3 {
        margin: 200px 20px 0px;
        flex-direction: column;
        position: relative;
    }

    .section-3 .column-3 .shape {
        display: none;
    }

    .section-3 .column-3 .about {
        top: 0;
        left: 0px;
    }

    .section-3 .column-2 .row {
        gap: 0px;
    }

    .course1 {
        flex: 100%;
    }

    .section-4 .row1 {
        flex-direction: column;
        align-items: normal;
    }

    .section-4 .row1 .column2 {
        margin-left: 20px;
    }

    .section-4 .row2 {
        flex-direction: column;
    }

    .section-4 .row2 .column2 {
        display: none;
    }

    .section-4 .column3 {
        position: unset;
        margin-top: 10px;
    }

    .section-4 .row2 .shape {
        display: none;
    }

    .course .course1 .review{
        flex-direction: column;
    }

    .section-6 {
        flex-direction: column;
    }

    .section-6 .column2 .row1 {
        flex-direction: column;
    }

    .section-6 .column1 .row1 .section-6-line {
        gap: 5px;
        flex-direction: row-reverse;
    }

    .section-7 .how-it-works .dot-img {
        display: none;
    }

    .section-7 .how-it-works {
        flex-direction: column;
        gap: 50px;
    }

    .footer {
        flex-direction: column;
        padding: 0px 20px;
    }

    .footer .footer-c2 {
        flex: 100%;
        margin: 50px 0px;
    }

    .about1 {
        margin: 50px 20px;
    }

    .about1 .intro_row {
        flex-direction: column;
    }

    .about2 {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }

    .gallery h1 {
        text-align: center;
    }

    .gallery-photo .gallery-row-1 {
        margin: 20px 20px;
    }

    .contact-form {
        
        flex-direction: column;
        
        gap: 25px;
        margin: 50px 20px;
    }

    .courses-detail h2 {
        padding-top: 0px;
    }

    .Courses-detail-section {
        flex-direction: column-reverse;
    }

    .Courses-detail-section .courses-down .course-down1 {
        width: 100%;
        height: 100%;
    }

}