/* ------------bgImg-------------------- */
.logo {
    width: 100px;
}

.have-button {
    background-color: #ec721a !important;
    color: #fff !important;
    font-weight: bold !important;
    border: 1px solid #ec721a;
    outline: 0;
    padding: 10px;
    letter-spacing: 1px;
    transition: all 0.5s;
    border-radius: 5px;
}

.icon {
    font-size: 16px !important;
}

.fa-instagram {
    color: rgb(222, 50, 79);
}

.bgImg {
    background: linear-gradient(#0f0c29, #302b63, #24243e);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 90vh;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80vh;
}

.content h1 {
    color: rgba(126, 142, 159, 1);
    font-weight: 600;
    font-size: 64px;
}

.content span {
    color: rgba(255, 255, 255, 1);
}

.content p {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
}

.reg-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.select {
    border: 0;
    outline: 0;
    background-color: transparent;
    padding-right: 80px;
    color: grey;
}

.form {
    background-color: #fff;
    display: block;
    padding: 1rem;
    width: 500px !important;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.form-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.input-container {
    position: relative;
}

.input-container input,
.form button,
.select {
    outline: none;
    border: 1px solid #e5e7eb;
    margin: 8px 0;
}

.input-container input,
.select {
    background-color: #fff;
    padding: 1rem;
    padding-right: 3rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: 460px;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.input-container span {
    display: grid;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    place-content: center;
}

.input-container span svg {
    color: #9CA3AF;
    width: 1rem;
    height: 1rem;
}

.eductional {
    color: grey;
}

.submit {
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: #4F46E5;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    width: 100%;
    border-radius: 0.5rem;
    text-transform: uppercase;
}

.button-submit {
    margin: 20px 0 10px 0;
    background-color: #302b63;
    border: none;
    color: white;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    height: 50px;
    width: 100%;
    cursor: pointer;
}


.fa-circle-check {
    font-size: 40px;
}



/* ---------tool----------------- */



.tool h1 {
    color: rgba(126, 142, 159, 1);
    font-size: 50px;
}

.tool p {
    font-size: 18px;
}

.tool-img {
    width: 50px;
    object-fit: contain;
    cursor: pointer;
    transition: all 0.5s;
}

.tool-img:hover {
    transform: scale(1.5);
}

.toolimage {
    width: 500px;
}

/* -----------Gain------------------- */

.gain {
    background: #fff;
}

.gain h1 {
    color: black;
    font-size: 25px;
}

.svgImage {
    width: 100px;
    margin-top: 20px;
}

.svgImage1 {
    width: 60px;
    margin-top: 10px;
}

.gainpage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gaincontent {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 100%;
    background-color: #f7f7ff;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.5s 0.1s;
    cursor: pointer;

}

.gaincontent:hover {
    transform: translateY(-20px);
}

.gain-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gain-imgs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gain-imgs h4 {
    align-self: start;
    font-size: 25px;
}

.gain-imgs p {
    align-self: start;
    font-size: 16px;
    text-align: justify;
}

/* ----------designer----------------- */
.designContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.designContent p {
    font-size: 18px;
}

.Applybtn {
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #ec721a;
    color: #ec721a;
    outline: 0;
    padding: 10px;
    width: fit-content;
    transition: all 0.5s;
}

.Applybtn:hover {
    background-color: #ec721a;
    color: #fff;
}

.desginer {
    background-color: aliceblue;
}


#typewriter {
    color: #ec721a;
}

.team {
    object-fit: contain;
}

.imgteam {
    position: relative;
    display: flex;
    justify-content: center;
}

.iconplay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fa-circle-play {
    font-size: 50px;
    color: #fff;
}

.inputBox {
    width: 100%;
    margin-top: 20px;
    border: 0;
    outline: 0;
    border: 1px solid blue;
}

.inputbox {
    color: grey;
}

.select1 {
    outline: none;
    border: 1px solid #e5e7eb;
    margin: 8px 0;
    background-color: #fff;
    padding: 1rem;
    padding-right: 3rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: 355px;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.designerImg {
    object-fit: contain;
}

/* -------join------------------ */
.join {
    background: linear-gradient(90deg, #000 2%, rgba(0, 0, 0, .2) 60%, #000 96%), url(./image/women1.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
}

.joinpage {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.joinpage h1 {
    color: rgba(218, 218, 218, 1);
}

.button-btn {
    text-decoration: none;
    margin-top: 15px;
    border: 0;
    outline: 0;
    background-color: #FFF;
    color: #ec721a;
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s;
}

.button-btn a {
    text-decoration: none;
}

.button-btn:hover {
    background-color: #ec721a;
    color: #fff;
}

/* ------syllabus------------------ */



.syllabus {
    width: 100%;
    height: auto;
}

.accordion-button {
    background-color: #edd1bfbf !important;
}

/* ------contact--------------- */
.contact {
    background: linear-gradient(90deg, #000 2%, rgba(0, 0, 0, .2) 60%, #000 96%), url(./image/women.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 35vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
}

.contactdet {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.contactdet h1 {
    color: rgba(218, 218, 218, 1);
}

.contactdet span {
    color: #ec721a;
}


.fa-solid {
    font-size: 50px;
    padding: 15px 0px;
    color: #ec721a;
}


/* -----------------benifits----------------- */
.sub-benefit {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.5s 0.1s;
}

.sub-benefit:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    transform: translateY(-10px);
}

.sub-benefit h6 {
    padding: 10px 0px;
    font-size: 22px;
}

.sub-benefit p {
    padding: 10px 0px;
    font-size: 18px;
}

.benefits h1 {
    font-size: 25px;
}

/* -----scope-------------- */
.teach {
    background-color: #f7f7ff;
    height: 40vh;
    border-radius: 10px;
}

.scope h1 {
    font-size: 25px;
}

/* -----------skills------------------- */

.skills p {
    font-size: 18px;
    font-weight: 600;
}

.skills h1 {
    font-size: 25px;
}


/* -----certificate------------------ */
.certificate p {
    font-size: 18px;
}


/* ------------------fundamental-------------------- */



.fundamentaldetails {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

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

.check {
    display: flex;
    align-items: center !important;
    gap: 10px;
}

.check p {
    margin-top: 1rem !important;

}

.fa-check {
    font-size: 20px !important;
    color: rgb(54, 244, 54);
}

.coursebtn {
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #ec721a;
    color: #ec721a;
    outline: 0;
    padding: 10px 20px;
    transition: all 0.5s;
}

.fundamental {
    background-color: aliceblue;
}

.coursebtn:hover {
    background-color: #ec721a;
    color: #fff;
}

.fundamental h1 {
    font-size: 25px;
}

.fundamental p {
    font-size: 18px;
}

.coursefees h2 {
    color: rgb(54, 244, 54);
}



/* --------------copyright---------- */
.sec {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(92, 90, 90);
}



#formdetails {
    visibility: hidden;
    min-width: 250px;
    background-color: green;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    border-radius: 20px;
    padding: 25px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}

#formdetails.seen {
    visibility: visible;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#formdetails1 {
    visibility: hidden;
    min-width: 250px;
    background-color: green;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    border-radius: 20px;
    padding: 25px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}

#formdetails1.seen {
    visibility: visible;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}