/******************************************************************************
 * TEACHER
 ******************************************************************************/

.teacher {
    padding: 60px 40px;
    background: var(--color-bg-main);
}

.teacher__container {
    max-width: 1400px;
    max-width: 1200px;
    margin: auto;

    display: grid;
    grid-template-columns: 450px 1fr;
    /*grid-template-columns: 480px 1fr;*/
    gap: 60px;
    align-items: start;
}

/******************************************************************************
 * SIDEBAR
 ******************************************************************************/

.teacher__sidebar {
    text-align: center;
}

.teacher__photo {
    display: block;

    width: 100%;
    border-radius: 18px;

    box-shadow: 0 10px 35px rgba(0,0,0,.12);
}

.teacher__name {
    margin: 26px 0 10px;

    font-family: "Bodoni XT", serif;
    font-size: 3rem;
    font-weight: normal;
    letter-spacing: .05em;

    color: var(--color-title-main);
    text-transform: uppercase;
}

.teacher__separator {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;

    margin: 10px 0 24px;
}

.teacher__separator span {
    width: 90px;
    height: 1px;
    background: rgba(109,7,26,.35);
}

.teacher__separator i {
    width: 6px;
    height: 6px;

    border-radius: 50%;
    background: var(--color-title-main);
}

.teacher__job {
    margin: 0;

    text-transform: uppercase;
    letter-spacing: .25em;
    letter-spacing: .15em;
    font-size: .8125rem;
}

.teacher__location {
    margin-top: 12px;

    text-transform: uppercase;
    letter-spacing: .25em;
    letter-spacing: .15em;
    font-size: .8125rem;
}

.teacher__location span {
    margin: 0 14px;
    margin: 0 6px;
    color: var(--color-title-main);
}

/******************************************************************************
 * CONTENT
 ******************************************************************************/

.teacher__content {
    max-width: 820px;
}

.teacher__title {
    margin: 0;

    color: var(--color-title-main);

    font-family: "Bodoni XT", serif;
    font-size: clamp(3rem,4vw,5rem);
    font-weight: normal;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.teacher__welcome {
    margin: 18px 0 8px;

    color: var(--color-title-main);

    font-family: "Qwitcher Grypen";
    /*font-weight: bold;*/
    font-size: 3.75rem;
}

.teacher__content p {
    margin: 18px 0;

    font-size: 1.32rem;
    font-size: 0.93875rem;
    line-height: 1.55;
}

.teacher__content strong {
    font-weight: bold;
}

.teacher__content em {
    font-style: italic;
}

/******************************************************************************
 * SUBTITLE
 ******************************************************************************/

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

    gap: 18px;

    margin: 55px 0 30px;
}

.teacher__subtitle span {
    flex: 1;
    height: 1px;

    background: rgba(109,7,26,.25);
}

.teacher__subtitle h2 {
    margin: 0;

    color: var(--color-title-main);

    font-family: "Bodoni XT", serif;
    font-size: 2rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 400;
}

.teacher__highlight {
    margin-top: 30px;

    font-weight: bold;
    font-size: 1.5rem;
}

/******************************************************************************
 * SIGNATURE
 ******************************************************************************/

.teacher__signature {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 18px;

    margin-top: 35px;
	font-family: "Blacksword";
	font-size: 4.5rem;
}

.teacher__signature p {
    font-size: 3.75rem;
    color:var(--color-title-main);
    font-family: "Qwitcher Grypen";
    /*font-weight: bold;*/

}

.teacher__signature img:first-child {
    height: 72px;
}

.teacher__heart {
    width: 60px;
    margin-bottom: 26px;
    margin-left: -14px;
}

/******************************************************************************
 * CTA
 ******************************************************************************/

.teacher-cta {
    background: linear-gradient(
        90deg,
        #7d101b,
        #5b0812
    );

    padding: 26px 40px;
    border-bottom: 1px solid #fff;
}

.teacher-cta__container {
    max-width: 1200px;
    margin: auto;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
}

.teacher-cta__text {
    color: #fff;

    font-family: "Bodoni XT", serif;
    font-size: 2rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.teacher-cta__dot {
    width: 18px;
    height: 18px;

    border-radius: 50%;
    background: #fff;

    flex-shrink: 0;

	opacity:0;
}

.teacher-cta .btn {
    margin: 0;
    min-width: 260px;

    border: 1px solid rgba(255,255,255,.7);

    background: transparent;
}

.teacher-cta .btn:hover {
    background: rgba(255,255,255,.12);
}


/******************************************************************************
 * RESPONSIVE
 ******************************************************************************/

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

    .teacher {
        padding: 50px 30px;
    }

    .teacher__container {
        grid-template-columns: 360px 1fr;
        gap: 45px;
    }

    .teacher__title {
        font-size: 3.7rem;
    }

    .teacher__welcome {
        font-size: 2.8rem;
    }

    .teacher__content p {
        font-size: 1.15rem;
        font-size: 0.93875rem;
    }
    
    .teacher__signature p {
        font-size: 3.75rem;
		color:var(--color-title-main);
    }
    

}


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

    .teacher {
        padding: 40px 24px;
    }

    .teacher__container {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .teacher__sidebar {
        max-width: 520px;
        margin: auto;
    }

    .teacher__content {
        max-width: none;
    }

    .teacher__title {
        text-align: center;
    }

    .teacher__welcome {
        text-align: center;
    }

    .teacher__subtitle {
        margin-top: 45px;
    }

    .teacher__signature {
        justify-content: center;
    }

    .teacher-cta__container {
        flex-direction: column;
        gap: 25px;
    }

}


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

    .teacher {
        padding: 30px 18px;
    }

    .teacher__photo {
        border-radius: 14px;
    }

    .teacher__name {
        font-size: 2.2rem;
    }

    .teacher__job,
    .teacher__location {
        font-size: .82rem;
        letter-spacing: .15em;
    }

    .teacher__title {
        font-size: 2.3rem;
        line-height: 1.15;
    }

    .teacher__welcome {
        font-size: 2.2rem;
    }

    .teacher__content p {
        font-size: 1rem;
        font-size: 0.93875rem;
    }
    .teacher__signature p {
        font-size: 3.75rem;
    }

    .teacher__subtitle {
        gap: 12px;
    }

    .teacher__subtitle h2 {
        font-size: 1.45rem;
    }

    .teacher__highlight {
        font-size: 1.2rem;
        text-align: center;
    }

    .teacher__signature img:first-child {
        height: 52px;
    }

    .teacher__heart {
        width: 60px;
    margin-bottom: 26px;
    margin-left: -14px;
    }

    .teacher-cta {
        padding: 30px 20px;
    }

    .teacher-cta__text {
        font-size: 1.4rem;
        text-align: center;
    }

    .teacher-cta__dot {
        display: none;
    }

    .teacher-cta .btn {
        width: 100%;
        max-width: 320px;
        min-width: auto;
    }

}


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

    .teacher__title {
        font-size: 1.9rem;
    }

    .teacher__welcome {
        font-size: 1.8rem;
    }

    .teacher__subtitle h2 {
        font-size: 1.15rem;
    }

    .teacher__job,
    .teacher__location {
        letter-spacing: .08em;
    }

}