﻿.header {
    /*background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="590" viewBox="0 0 1920 590" fill="none"><path d="M0 0H1920V410L0 590V0Z" fill="url(%23paint0_linear_269_1801)"/><defs><linearGradient id="paint0_linear_269_1801" x1="182.5" y1="-197.143" x2="449.482" y2="661.97" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF948F"/><stop offset="0.5" stop-color="%23FFE8A9"/><stop offset="1" stop-color="%23FDEBDE"/></linearGradient></defs></svg>');*/
    background-size: cover;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 590px; /* Limit the height for responsiveness */
    z-index: -1;
}

.academy-row {
    background-size: cover;
    /* position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 50%; /* Limit the height for responsiveness */
    z-index: -1;
    background-color: white;
    margin-bottom: 30%;
}

.footer {
    bottom: 0;
}

.h3 {
    margin-top: 80px;
    color: #061e00;
    text-align: center;
    /* leading-trim: both;
  text-edge: cap; */
    font-family: 'Switzer', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.6px;
}

.h1 {
    /*color: #061e00;*/
    text-align: center;
    /* leading-trim: both;
text-edge: cap; */
    /*font-family: 'Switzer', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 94px;*/ /* 106.667% */
    /*letter-spacing: -1.2px;*/
    height: 60px;
}

.p {
    color: #061e00;
    text-align: center;
    font-family: 'Switzer', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px; /* 145% */
    width: 850px;
    margin: auto;
}

.container1 {
    margin-top: 150px;
}

.container2 {
    display: block;
    width: 90%;
    margin: auto;
    height: 350px;
    flex-shrink: 0;
    align-items: center;
    /*background-image: url("../../home2/img/Tutorial/Frame 154.png");*/
    background-image: url('../img/tutorial/academy.png');
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 50px;
    border-radius: 8px;
}

.container3 {
    margin-top: 50px;
    display: flex;
    padding: 10px 10px 50px 10px;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.tab3 {
    color: #cc754b;
    /* leading-trim: both;
  text-edge: cap; */
    font-family: 'Switzer', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 49px; /* 145% */
    border-bottom: 1px solid #cc754b;
    cursor: pointer;
}

.tab2 {
    color: #868686;
    /* leading-trim: both;
  text-edge: cap; */
    font-family: 'Switzer', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 145% */
    cursor: pointer;
}

.tab1 {
    color: #868686;
    /* leading-trim: both;
  text-edge: cap; */
    font-family: 'Switzer', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 145% */
    cursor: pointer;
}

.tab4 {
    color: #868686;
    /* leading-trim: both;
  text-edge: cap; */
    font-family: 'Switzer', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 145% */
    cursor: pointer;
}

.noTrain {
    margin-top: 15px;
    background-color: #868686;
    color: white;
    font-family: 'Switzer', sans-serif;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 10px 10px 10px;
    border-radius: 8px;
}

.container4 {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 30px;
}

.container6 {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 30px;
}

.container8 {
    /*padding-bottom : 20%;*/
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 30px;
}

.carde {
    display: flex;
    width: 800px;
    /*    height: 125px;*/
    padding: 15px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
}

.carde1 {
    margin: auto;
    display: flex;
    width: 800px;
    min-height: 125px;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
}

.QA {
    margin: auto;
    display: flex;
    width: 800px;
    min-height: 125px;
    padding: 7%;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
    transition: opacity 1s ease, transform 1s ease;
    margin-bottom: 61%;
}

.qaWrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.question {
    color: #061e00;
    font-family: 'Switzer', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    width: 100%;
}

.Answer {
    color: #123a0b;
    font-family: 'Switzer', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    width: 97%;
}

.qaContainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.carde1.passive {
    opacity: 0.5;
    color: #888;
}

    .carde1.passive .title,
    .carde1.passive .date1,
    .carde1.passive .lecture {
        color: #888;
    }

.lecture {
    color: #686868;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Switzer', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 181.25% */
}

.title_holder {
    display: flex;
    align-items: center;
    gap: 10px;
}


.title {
    color: #061e00;
    /* leading-trim: both;
  text-edge: cap; */
    font-family: 'Switzer', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 131.818% */
    max-width: 470px;
    cursor: pointer;
    text-align: left;
}

.title_type1 {
    padding: 6px 8px 7px 8px;
    border-radius: 30px;
    background: #6BC35D;
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Switzer', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.title_type2 {
    padding: 6px 8px 7px 8px;
    border-radius: 30px;
    background: #4189C8;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Switzer', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.title_type3 {
    padding: 6px 8px 7px 8px;
    border-radius: 30px;
    background-color: #e68f3eff;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Switzer', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    max-width: 200px;
    text-align: center;
}

.desc {
    color: #061e00;
    /* leading-trim: both;
  text-edge: cap; */
    font-family: 'Switzer', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 161.111% */
}

.date {
    color: #686868;
    /* leading-trim: both;
  text-edge: cap; */
    font-family: 'Switzer', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 181.25% */
}

.date1 {
    color: #061E00;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Switzer', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 161.111% */
}

.btn_Tutorial2 {
    padding: 13px 13px 1px 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 140px;
    background: #000;
    color: #fff;
    cursor: pointer;
    font-family: 'Switzer', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 25px;
}

@media (max-width: 720px) {
    .btn_Tutorial2 {
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 140px;
        background: #000;
        color: #fff;
        cursor: pointer;
        font-family: 'Switzer', sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

.btn_Tutorial {
    padding: 11px 13px 11px 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 140px;
    background: #000;
    color: #fff;
    cursor: pointer;
    font-family: 'Switzer', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* Define the dissolve animation */
@keyframes dissolve {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Apply the animation properties */
.dissolve {
    animation-name: dissolve;
    animation-timing-function: ease-out;
    animation-duration: 300ms;
}

.container5 {
    display: grid;
    grid-template-columns: repeat(3, 18%);
    grid-template-rows: repeat(4, 1fr);
    justify-content: center;
    align-items: center;
    align-self: stretch;
    margin: auto;
    margin-top: 20px;
    gap: 20px;
}

.con {
    display: flex;
    padding: 15px;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    align-self: stretch;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
}

.vi {
    position: relative;
    overflow: hidden;
}

    .vi iframe {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.inf {
    color: #061e00;
    /* leading-trim: both;
  text-edge: cap; */
    font-family: 'Switzer', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
}

.hidden {
    display: none;
}

@media (max-width: 1025px) {
    .container5 {
        grid-template-columns: repeat(3,27%);
        /*        flex-direction: column;
        width: 90%;*/
    }
}

@media (max-width: 768px) {
    .container5 {
        grid-template-columns: repeat(2, 45%);
    }
}

@media (max-width: 600px) {
    .container5 {
        grid-template-columns: repeat(1,75%);
    }
}

@media (max-width: 350px) {
    .inf {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .container2 {
        background-image: url("../../home2/img/Tutorial/Frame 154S.png");
        width: 100%;
    }

    .title_type1 {
        position: absolute;
        right: 9%;
    }

    .btn_Tutorial2 {
        margin-left: 0;
    }
}

@media (max-width: 503px) {
    .container3 {
        margin-top: 30px;
        display: flex;
        padding: 10px 10px 20px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
}

@media (max-width: 943px) {
    .h3 {
        color: #061e00;
        text-align: center;
        /* leading-trim: both;
text-edge: cap; */
        font-family: 'Switzer', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.54px;
    }

    .h1 {
        color: #061e00;
        text-align: center;
        /* leading-trim: both;
text-edge: cap; */
        font-family: 'Switzer', sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 45px; /* 112.5% */
        letter-spacing: -0.8px;
    }

    .p {
        color: #061e00;
        text-align: center;
        font-family: 'Switzer', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 29px; /* 145% */
        width: 95%;
    }

    .container2 {
        flex-shrink: 0;
    }

    .container4 {
        justify-items: center;
        align-items: center;
    }

    .carde {
        display: flex;
        padding: 15px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-content: center;
        width: 85%;
    }

    .carde1 {
        display: flex;
        padding: 15px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-content: center;
        width: 85%;
        gap: 10px;
        min-height: 220px;
    }

    .QA {
        display: flex;
        padding: 15px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-content: center;
        width: 85%;
    }

    .date {
        color: #686868;
        /* leading-trim: both;
    text-edge: cap; */
        font-family: 'Switzer', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 29px; /* 207.143% */
    }

    .date1 {
        color: #686868;
        /* leading-trim: both;
    text-edge: cap; */
        font-family: 'Switzer', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 207.143% */
    }

    .title {
        color: #061e00;
        /* leading-trim: both;
text-edge: cap; */
        font-family: 'Switzer', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .desc {
        color: #061e00;
        /* leading-trim: both;
text-edge: cap; */
        font-family: 'Switzer', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .btn_Tutorial {
        color: #fff;
        /* leading-trim: both;
    text-edge: cap; */
        font-family: 'Switzer', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 140px;
        background: #000;
    }

    .hidden {
        display: none;
    }
}


@media (max-width: 768px) {
    .container1 {
        margin-top: 105px;
    }
}

@media (max-width: 720px) {
    .btn_Tutorial2 {
        /*margin-top: 10%;*/
    }

    .container6 {
        margin: 80px 0;
    }
}

@media(max-width:500px) {
    .title {
        font-size: 15px;
    }

    .lecture {
        font-size: 13px;
    }

    .carde1 {
        min-height: 220px;
        gap: 20px;
    }
}


@media(max-width:281px) {
    .container2 {
        max-width: 90%;
    }

    .container5 {
        width: 100%;
    }
}
