@font-face {
    font-family: "Vazir Regular";
    src: 
    local(Vazirmatn-Regular),
    local(Vazirmatn_Regular),
    url(../fonts/ttf/Vazirmatn-Regular.ttf) format("truetype"),
    url(../fonts/wff2/Vazirmatn-Regular.woff2) format("woff2");
}
@font-face {
    font-family: "Vazir Black";
    src: 
    local(Vazirmatn-Black),
    local(Vazirmatn_Black),
    url(../fonts/ttf/Vazirmatn-Black.ttf) format("truetype"),
    url(../fonts/wff2/Vazirmatn-Black.woff2) format("woff2");
}
@font-face {
    font-family: "Vazir Medium";
    src: 
    local(Vazirmatn-Medium),
    local(Vazirmatn_Medium),
    url(../fonts/ttf/Vazirmatn-Medium.ttf) format("truetype"),
    url(../fonts/wff2/Vazirmatn-Medium.woff2) format("woff2");
}
/*

-- Reset Style --

*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
input, 
button {
    outline: none;
    border: none;
}
/*

-- App Style --


*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
:root {
    --primary-font: "Vazir Regular", Arial, Helvetica, sans-serif;
    --primary-font-b: "Vazir Black", Arial, Helvetica, sans-serif;
    --primary-font-md: "Vazir Medium", Arial, Helvetica, sans-serif;
    --red: #c81d11;
    --red-dark: #570000;
    --white: #FFFFFF;
    --blue-lite: #0067a7;
    --navy-blue: #7da1b8;
    --blue: #00295b;
    --black: #191E10;
    --black-lite: #00082E;
    --pink: #ffada8;
}
::-webkit-scrollbar {
    width: 6px;
    background-color: var(--navy-blue);
}
::-webkit-scrollbar-thumb {
    border-radius: 2rem;
    background: var(--blue); 
}
html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 62.5%; /* 10px */
    scroll-behavior: smooth;
}
*,*:after,*:before{
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

body {
    background-color: var(--white);
    line-height: 1.6;
    font-size: 1.6rem;
    font-family: var(--primary-font);
    overflow-x: hidden;
}
.container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
/*

-- Hellper Classes --

*/
.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 3rem;
    color: var(--red);
    background-color: var(--white);
    margin-left: auto;
    margin-right: auto;
    width: 16.5rem;
    height: 5rem;
}
.title {
    width: 27rem;
    margin: 0 auto 4rem auto;
    font-family: var(--primary-font-b);
    font-size: 2.6rem;
}
.bold {
    font-family: var(--primary-font-b);
    display: inline-block;
    margin: 3rem 0 1rem 0;
}
/*
--------------
-- Header --
--------------
*/
/* 

===============
  Header Nav
===============

*/
.nav__wrapper {
    background-color: var(--blue-lite);
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
    -webkit-box-shadow: 0px 2px 1rem 0px rgba(0, 8, 48, 0.2);
            box-shadow: 0px 2px 1rem 0px rgba(0, 8, 48, 0.2);
    padding-top: 2rem;
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
}
.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
}
.header-logo {
    width: 6rem;
    height: 6rem;
    border-radius: 2rem;
    overflow: hidden;
}

.header-logo__img {
    width: 100%;
    height: 100%;
}

.menu {
    display: none;
}
.menu__wrapper {
    display: none;
}
.menu__links {
    margin-left: 3rem;
}
.menu__links:nth-child(3) {
    margin-left: 0;
}
.menu__link {
    color: var(--white);
    padding: 1rem;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.menu__link:hover {
    color: var(--red);
}
.menu__link--active {
    background-color: rgba(200, 29, 17, 0.4);
    border-radius: 2rem;
}
.nav-link {
    display: none;
}
.nav-link__btn {
    padding: 1rem 5rem;
    color: var(--white);
    background-color: var(--red);
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.nav-link__btn:hover {
    color: var(--red);
    background-color: var(--white);
}
/* 

===============
   Mobile Nav
===============

*/
.mobile-nav {
    z-index: 10;
    position: fixed;
    display: block;
    width: 23rem;
    background-color: var(--blue);
    bottom: 0;
    top: 0;
    right: -74vh;
    padding: 2rem;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.mobile-nav--open {
    right: 0;
}
.mobile-nav__logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid var(--blue-lite);
    padding-bottom: 2rem;
}
.mobile-nav__logo {
    display: block;
    width: 70%;
    border-radius: 1.5rem;
}
.mobile-nav__svg {
    width: 4rem;
    height: 4rem;
    color: var(--white);
    display: block;
    border-radius: 100%;   
    -webkit-transition: all 150ms ease-in;   
    -o-transition: all 150ms ease-in;   
    transition: all 150ms ease-in;
}
.mobile-nav__svg:hover {
    background-color: rgba(237, 236, 249, 0.2);
}
.mobile-menu {
    border-bottom: 1px solid var(--blue-lite);
}
.mobile-menu__links {
    margin-bottom: 1.5rem;
}
.mobile-menu__links:nth-child(1) {
    margin-top: 2rem;
}
.mobile-menu__links:nth-child(4) {
    margin-bottom: 2rem;
}
.mobile-menu__link {
    color: var(--white);
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    position: relative;
}
.mobile-menu__link::before {
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0.3rem;
    border-radius: 5rem;
    background-color: var(--red);
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    position: absolute;
}
.mobile-menu__link:hover::before {
    width: 1.5rem;
}
.mobile-menu__link:hover {
    padding: 2rem;
}
.mobile-nav-contact {
    margin-top: 4rem;
}
.mobile-nav-link__btn {
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.mobile-nav-link__btn:hover {
    background-color: var(--red);
    color: var(--white);
}
/* 

===============
    Nav Btn
===============

*/
.nav__btn {
    background-color: var(--blue);
    width: 5rem;
    height: 5rem;
    border-radius: 2rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.nav__btn-line {
    display: block;
    width: 3rem;
    height: 0.3rem;
    border-radius: 3rem;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    background-color: var(--white);
}
.nav__btn-line::before, 
.nav__btn-line::after {
    content: " ";
    position: absolute;
    width: 3rem;
    height: 0.3rem;
    border-radius: 3rem;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    background-color: var(--white);
}
.nav__btn-line::before {
    top: 3.2rem;
}
.nav__btn-line::after {
    top: 1.6rem;
}
.nav__btn--open .nav__btn-line {
    background-color: transparent;
}
.nav__btn--open .nav__btn-line::before {
    -webkit-transform: translateY(-8px) rotate(45deg);
        -ms-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
}
.nav__btn--open .nav__btn-line::after {
    -webkit-transform: translateY(8px) rotate(-45deg);
        -ms-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
}
/* 

====================
    Header content
====================

*/
.header-content {
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.header-content__img {
    width: 33rem;
    height: 33rem;
    margin: 0 auto;
    display: block;
    border-radius: 2rem;
}
.header-content__img-second {
    display: none;
}
.header-content__title {
    font-size: 3rem;
    font-family: var(--primary-font-md);
    font-weight: bold;
    margin: 3rem 0 1.5rem 0;
    text-align: center;
}
.header-content__text {
    text-align: justify;
    width: 25rem;
    margin: 0 auto 2rem auto;
    overflow: hidden;
    word-wrap: break-word;
    max-height: 18rem;
}
.header-content__btn {
    color: var(--red-dark);
    background-color: var(--red);
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.header-content__btn:hover {
    color: var(--red);
    background-color: var(--red-dark);
}
/*
--------------
  -- Main --
--------------
*/
.main {
    margin: 10rem 0 5rem 0;
}
/* 

====================
      options
====================

*/
.options__title {
    width: 19rem;
}
.options__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.option {
    width: 30rem;
    background-color: var(--blue-lite);
    color: var(--black);
    border-radius: 2rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 2rem;
    margin-right: 1rem;
    margin-left: 1rem;
}
.option__bannar {
    padding: .2rem;
    top: 0;
    height: 19rem;
    overflow: hidden;
    border-radius: 2.5rem;
}
.option__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.option__title {
    font-family: var(--primary-font-md);
    font-size: 1.8rem;
    margin: 1rem 1.5rem;
    text-align: right;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    max-height: 5rem;
}
.option__text {
    font-family: var(--primary-font);
    font-size: 1.4rem;
    padding: 0 1.5rem 0 1.5rem;
    text-align: right;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    max-height: 4.5rem;
    margin-bottom: 2rem;
}
.option__btn {
    margin-bottom: 2rem;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.option__btn:hover {
    background-color: var(--red);
    color: var(--white);
}
/* 

====================
       photos
====================

*/
.photos {
    margin-top: 10rem;
}
.photos__title {
    width: 26rem;
}
.photo__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 280px 1rem 280px 1rem 280px 1rem 280px;
    grid-template-rows: repeat(4, 280px);
        grid-template-areas:
        "photo__one photo__one"
        "photo__two photo__three"
        "photo__four photo__four"
        "photo__five photo__five";
    gap: 1rem;
}
.photo__item {
    border-radius: 2rem;
    overflow: hidden;
}
.photo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.photo__one {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: photo__one;
}
.photo__two {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: photo__two;
}
.photo__three {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: photo__three;
}
.photo__four {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: photo__four;
}
.photo__five {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: photo__five;
}

/* 

====================
       members
====================

*/
.members {
    margin-top: 10rem;
}
.members__title {
    width: 18rem;
}
.members__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1rem 3rem -1rem;
}
.members__item {
    padding: 1.5rem;
    border-radius: 2rem;
    background-color: var(--blue-lite);
    width: 29rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 1rem 2rem 1rem;
}
.members__item--second, 
.members__item--third {
    display: none;
}
.members__banner {
    border-radius: 2rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
}
.members__img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.memebers__name {
    padding-top: 1.5rem;
    text-align: center;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    max-width: 19rem;
    font-family: var(--primary-font-md);
}
.members__info {
    border-top: 1px solid;
}
.members__position {
    text-align: center;
    margin-top: 0.5rem;
    overflow: hidden;
    max-height: 3rem;
}
.memebers__btn {
    background-color: var(--red);
    color: var(--red-dark);
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.memebers__btn:hover {
    background-color: var(--red-dark);
    color: var(--red);
}
/* 

====================
      students
====================

*/
.students {
    margin-top: 10rem;
}
.students__title {
    width: 21rem;
}
.students__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 2rem;
}
.students__item {
    max-width: 50rem;
    border-radius: 2rem;
    background-color: var(--blue-lite);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.students-text__wrapper {
    margin: 1rem;
    border-radius: 2rem;
    max-width: 48rem;
    border-radius: 2rem;
    overflow: hidden;
}
.students__text {
    padding: 1rem;
    height: 18rem;
    overflow: auto;
    background-color: var(--white);
    font-family: var(--primary-font-md); 
}
.students-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            margin: 2rem;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        .students-info__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            gap: 0.5rem;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        .students__img {
            width: 30px;
            border-radius: 100%;
            height: 30px;
        }
        .students__name {
            word-wrap: break-word;
        }
.students-btns__wrapper {
    display: flex;
}
.students__btn {
    margin-top: 3rem;
    background-color: var(--red);
    color: var(--red-dark);
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.students__btn:hover {
    background-color: var(--red-dark);
    color: var(--red);
}
.students__btn:nth-child(2) {
    color: var(--pink);
    background-color: var(--blue-lite);
}
.students__btn:nth-child(2):hover {
    background-color: var(--pink);
    color: var(--blue-lite);
}
/* 

====================
  students-opinion
====================

*/
.editor__wrapper {
    margin: 3rem;
    text-align: right;
}
.ck-editor__editable[role="textbox"] {
    min-height: 200px;
}
/*
--------------
-- Footer --
--------------
*/
.footer {
    background-color: var(--pink);
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    color: var(--black);
    padding-bottom: 1rem;

}
.footer__wrapper {
    padding-top: 7rem;
}
.footer__wrapper--contact-us-page {
    padding-top: 8rem;
}
.footer__arrow-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 2rem;
    width: 6rem;
    height: 6rem;
    background-color: var(--white);
    position: absolute;
    right: 0;
    left: 0;
    top: -3rem;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 1rem rgba(59, 55, 53, 0.05);
            box-shadow: 0 0 1rem rgba(59, 55, 53, 0.05);
}
.footer__right {
    margin-bottom: 3rem;
}
.footer__logo {
    display: block;
    margin: 0 auto;
    width: 10rem;
    height: 10rem;
    border-radius: 2rem;
    margin-bottom: 3rem;
}
.footer__title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-family: var(--primary-font-md);
}
.footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5rem;
}
.footer-list:nth-child(3) {
    margin-bottom: 2rem;
}
.footer-list {
    max-width: 15rem;
}
.footer-lists__title {
    font-size: 2rem;
    margin-bottom: 0.8rem;
    font-family: var(--primary-font-md);
}
.footer-list__items {
    max-width: 18rem;
    margin-bottom: 3rem;
}
.footer-lists__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: inherit;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}
.footer-lists__link:hover {
    text-decoration: underline;
    color: var(--blue-lite);
}
.footer-list__svg--phone, 
.contact-us-list__svg--phone {
    -webkit-transform: rotate(250deg);
        -ms-transform: rotate(250deg);
            transform: rotate(250deg);
}
.footer-list__svg {
    width: 2.5rem;
    height: 2.5rem;
}
/* 

====================
     copy right
====================

*/
.footer-copy-right {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    text-align: center;
    border-top: 1px solid var(--black-lite);
}
.dev-info {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}
.dev-name {
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    color: var(--blue-lite);
}
.dev-name:hover {
    text-decoration: underline;
    color: var(--red);
}
.footer-copy-right__text {
    font-size: 1.2rem;
}
/* 
=====================
  -----------------
     other pages
  -----------------
=====================
*/
/* 

====================
 photos photo page
====================

*/
.photo__items--photos-page {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 280px 1rem 280px 1rem 280px 1rem 280px 1rem 280px 1rem 280px 1rem 280px 1rem 280px 1rem 280px 1rem 280px 1rem 280px 1rem 280px 1rem 280px 1rem 280px 1rem 280px 1rem 280px 1rem 280px 1rem 280px;
    grid-template-rows: repeat(18, 280px);
        grid-template-areas:
        "photo__one--photos-page"
        "photo__two--photos-page"
        "photo__three--photos-page"
        "photo__four--photos-page"
        "photo__five--photos-page"
        "photo__six--photos-page"
        "photo__seven--photos-page"
        "photo__eight--photos-page"
        "photo__nine--photos-page"
        "photo__ten--photos-page"
        "photo__eleven--photos-page"
        "photo__twelve--photos-page"
        "photo__therteen--photos-page"
        "photo__fourteen--photos-page"
        "photo__fifteen--photos-page"
        "photo__sixteen--photos-page"
        "photo__seventeen--photos-page"
        "photo__eighteen--photos-page";
    gap: 1rem;
}
.photo__one--photos-page {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: photo__one--photos-page;
}
.photo__two--photos-page {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: photo__two--photos-page;
}
.photo__three--photos-page {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: photo__three--photos-page;
}
.photo__four--photos-page {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: photo__four--photos-page;
}
.photo__five--photos-page {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    grid-area: photo__five--photos-page;
}
.photo__six--photos-page {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    grid-area: photo__six--photos-page;
}
.photo__seven--photos-page {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
    grid-area: photo__seven--photos-page;
}
.photo__eight--photos-page {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
    grid-area: photo__eight--photos-page;
}
.photo__nine--photos-page {
    -ms-grid-row: 17;
    -ms-grid-column: 1;
    grid-area: photo__nine--photos-page;
}
.photo__ten--photos-page {
    -ms-grid-row: 19;
    -ms-grid-column: 1;
    grid-area: photo__ten--photos-page;
}
.photo__eleven--photos-page {
    -ms-grid-row: 21;
    -ms-grid-column: 1;
    grid-area: photo__eleven--photos-page;
}
.photo__twelve--photos-page {
    -ms-grid-row: 23;
    -ms-grid-column: 1;
    grid-area: photo__twelve--photos-page;
}
.photo__therteen--photos-page {
    -ms-grid-row: 25;
    -ms-grid-column: 1;
    grid-area: photo__therteen--photos-page;
}
.photo__fourteen--photos-page {
    -ms-grid-row: 27;
    -ms-grid-column: 1;
    grid-area: photo__fourteen--photos-page;
}
.photo__fifteen--photos-page {
    -ms-grid-row: 29;
    -ms-grid-column: 1;
    grid-area: photo__fifteen--photos-page;
}
.photo__sixteen--photos-page {
    -ms-grid-row: 31;
    -ms-grid-column: 1;
    grid-area: photo__sixteen--photos-page;
}
.photo__seventeen--photos-page {
    -ms-grid-row: 33;
    -ms-grid-column: 1;
    grid-area: photo__seventeen--photos-page;
}
.photo__eighteen--photos-page {
    -ms-grid-row: 35;
    -ms-grid-column: 1;
    grid-area: photo__eighteen--photos-page;
}
/* 

====================
  adderess title
====================

*/
.adderess__title {
    width: 14rem;
}

/* 

====================
    contact us
====================

*/

.contact-us__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.contact-us__title {
    width: 20rem;
}
.school-info, 
.social-media, 
.email {
    margin: 0 0 3rem 3rem;
}
.contact-us-items__title {
    font-size: 2rem;
    font-family: var(--primary-font-md);
    text-align: start;
    margin-bottom: 1.5rem;
}
.contact-us-lists__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: inherit;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}
.contact-us-lists__link:hover {
    color: var(--blue-lite);
}
.contact-us-list__svg {
    width: 2.5rem;
    height: 2.5rem;
}
/* 

====================
    about school &
   about developer
====================

*/
.about-developer__wrapper {
    text-align: center;
}
.about-school__img, 
.about-developer__img {
    width: 33rem;
    height: 33rem;
    margin: 0 auto;
    display: block;
    border-radius: 2rem;
    object-fit: cover;
}
.about-school__img--second {
    display: none;
}
.about-school__title, 
.about-developer__title {
    font-size: 3rem;
    font-family: var(--primary-font-md);
    font-weight: bold;
    margin: 3rem 0 1.5rem 0;
    text-align: center;
}
.about-school-main__title {
    width: 16rem;
    display: none;
}
.about-developer-main__title {
    width: 25rem;
    margin: 0 auto 4rem auto;
    font-family: var(--primary-font-b);
    font-size: 2.6rem;
}
.about-developer__text {
    text-align: right;
}
.important-text {
    font-size: 2rem;
    font-weight: bold;
    text-decoration: underline;
}
/* 

====================
        laws
====================

*/
.laws__title {
    width: 15rem;
}
/* 

====================
  student opinion
====================

*/
.student-opinion__btn {
    margin-top: 2rem;
    color: var(--pink);
    background-color: var(--blue-lite);
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.student-opinion__btn:hover {
    background-color: var(--pink);
    color: var(--blue-lite);
}
/*
=====================
--- Media Queries ---
=====================
*/
@media (max-width: 768px) {
    * {
        cursor: default !important; 
    }
    ::-webkit-scrollbar {
        display: none;
    }
}
@media (max-width: 350px) {
    .mobile-nav {
        width: 20rem;
    }
    .mobile-nav-link__btn {
        padding: 1rem 4rem;
        width: auto;
    }
    .photos__title {
        max-width: 21rem;
        text-align: center;
    }
    .header-content__img {
        width: 25rem;
        height: 25rem;
    }
    .about-school__img, 
    .about-developer__img {
        width: 25rem;
        height: 25rem;
    }
}
@media (max-width: 300px) {
    .option {
        width: 25rem;
    }
}    
@media (min-width: 310px) {
    .memebers__name {
        max-width: none;
    }
}
@media (min-width: 420px) {
    .header-content__text {
        width: 34rem;
    }
}
@media (min-width: 456px) {
    .footer-copy-right {
        text-align: right;
    }
    .footer__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 2rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .footer__logo {
        margin: 0;
    }
    .footer__left {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
@media (min-width: 576px) {
    .container {
        width: 54rem;
    }
    .header-content__img {
        display: none;
    }
    .header-content__img-second {
        width: 51rem;
        height: 27rem;
        margin: 0 auto;
        display: block;
        border-radius: 2rem;
    }
    .header-content__text {
        width: 43rem;
    }
    .options__items {
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
    }
    .option {
        max-width: 24rem;
    }
    .photo__items {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3 ,1fr);
        -ms-grid-rows: (280px)[3];
        grid-template-rows: repeat(3, 280px);
            grid-template-areas:
            "photo__one photo__one photo__two"
            "photo__three photo__four photo__four"
            "photo__five photo__five photo__five";
    }
    .photo__items--photos-page {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: (280px)[10];
        grid-template-rows: repeat(10, 280px);
            grid-template-areas:
            "photo__one--photos-page photo__one--photos-page"
            "photo__two--photos-page photo__three--photos-page"
            "photo__four--photos-page photo__four--photos-page"
            "photo__five--photos-page photo__six--photos-page"
            "photo__seven--photos-page photo__seven--photos-page"
            "photo__eight--photos-page photo__nine--photos-page"
            "photo__ten--photos-page photo__ten--photos-page"
            "photo__eleven--photos-page photo__twelve--photos-page"
            "photo__therteen--photos-page photo__therteen--photos-page"
            "photo__fourteen--photos-page photo__fifteen--photos-page"
            "photo__sixteen--photos-page photo__sixteen--photos-page"
            "photo__seventeen--photos-page photo__eighteen--photos-page";
    }
    .members__items {
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
    }
    .members__item {
        max-width: 24rem;
    }
    .about-developer__banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    .about-school__img {
        display: none;
    }
    .about-school__img--second {
        width: 52rem;
        height: 27rem;
        margin: 0 auto;
        display: block;
        border-radius: 2rem;
        object-fit: cover;
    }
    .about-developer-main__title {
        width: 36rem;
        margin-top: 2rem;
    }
    .footer__right {
        gap: 5rem;
    }
}
@media (min-width: 768px) {
    .container {
        width: 72rem;
    }
    .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .menu--members-page {
        margin-right: 9rem;
    }
    .menu--adderess-pade {
        margin-right: 11rem;
    }
    .menu--contact-us-page {
        margin-right: 10rem;
    }
    .menu--photos-page {
        margin-right: 10rem;
    }
    .nav__wrapper {
        border-bottom-left-radius: 6rem;
        border-bottom-right-radius: 6rem;
    }
    .nav-link {
        display: block;
    }
    .mobile-nav {
        display: none;
    }
    .nav__btn {
        display: none;
    }
    .header-nav {
        -ms-flex-preferred-size: 127rem;
            flex-basis: 127rem 
    }
    .header-content__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 2rem;
    }
    .header-content__img {
        display: block;
        width: 35rem;
        height: 35rem;
    }
    .header-content__img-second {
        display: none;
    }
    .header-content-right {
        max-width: 40rem;
    }
    .header-content__text {
        width: 29rem;
    }
    .option {
        max-width: 33rem;
    }
    .members__item {
        max-width: 30rem;
    }
    .members__item--second {
        display: block;
    }
    .members__banner--h {
        margin-bottom: 1.2rem;
    }
    .students__item {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
    }
    .students__item {
        max-width: 33rem;
    }
    .about-school__banner, 
    .about-developer__banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 2rem;
        margin-bottom: 6rem;
    }
    .about-school__img, 
    .about-developer__img {
        display: block;
        width: 35rem;
        height: 35rem 
    }
    .about-school__img--second {
        display: none;
    }
    .about-school-main__title {
        display: block;
    }
    .footer {
        border-top-left-radius: 6rem;
        border-top-right-radius: 6rem;
    }
    .footer-copy-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .footer-copy-right__text {
        font-size: 1.5rem;
    }
    .footer__arrow-up {
        right: 0;
        left: auto;
        top: -3rem;
        margin: 0 0;
    }
}
@media (min-width: 992px) {
    .container {
        width: 96rem;
    }
    .header-content__img {
        width: 45rem;
        height: 45rem;
    }
    .header-content__title {
        font-size: 5rem;
    }
    .title {
        font-size: 3rem;
    }
    .options__title {
        width: 22rem;
    }
    .option {
        max-width: 29rem;
    }
    .photos__title {
        width: 30rem;
    }
    .photo__items {
        grid-template-areas:
        "photo__one photo__one photo__two"
        "photo__three photo__four photo__two"
        "photo__three photo__five photo__five";
    }
    .photo__items--photos-page {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-rows: (280px)[6];
        grid-template-rows: repeat(6, 280px);
            grid-template-areas:
            "photo__one--photos-page photo__two--photos-page photo__three--photos-page photo__four--photos-page"
            "photo__five--photos-page photo__six--photos-page photo__six--photos-page photo__seven--photos-page"
            "photo__five--photos-page photo__eight--photos-page photo__nine--photos-page photo__seven--photos-page"
            "photo__ten--photos-page photo__eleven--photos-page photo__twelve--photos-page photo__therteen--photos-page"
            "photo__ten--photos-page photo__fourteen--photos-page photo__fourteen--photos-page photo__therteen--photos-page"
            "photo__fifteen--photos-page photo__sixteen--photos-page photo__seventeen--photos-page photo__eighteen--photos-page";
    }
    .members__title {
        width: 21rem;
    }
    .students__title {
        width: 24rem;
    }
    .members__item--st {
        display: block;
    }
    .students__items {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .students__items--students-page {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .members__banner--h {
        margin-bottom: 0.5rem;
    }
    .members__img--d {
        max-height: 27rem;
    }
    .adderess__title {
        width: 16rem;
    }
    .contact-us__title {
        width: 23rem;
    }
    .laws__title {
        width: 17rem;
    }
    .about-school__img, 
    .about-developer__img {
        width: 45rem;
        height: 45rem;
    }
    .about-school__title, 
    .about-developer__title {
        font-size: 5rem;
    }
    .about-school-main__title {
        width: 18rem;
    }
    .about-developer-main__title {
        width: 42rem;
    }
}
@media (min-height: 1000px) {
    .body--contact-us-page {
        position: relative;
        height: 100vh;
    }
    .footer--contact-us-page {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .footer__students-opinion-page {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 114rem;
    }
    .menu--members-page {
        margin-right: 10rem;
    }
    .menu--adderess-pade {
        margin-right: 12rem;
    }
    .menu--contact-us-page {
        margin-right: 10.5rem;
    }
    .menu--photos-page {
        margin-right: 11rem;
    }
    .option {
        max-width: 36rem;
    }
    .students__item {
        max-width: 40rem;
    }
    .footer__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .footer__right {
        max-width: 48rem;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 130rem;
    }
    .members__item--third {
        display: block;
    }
}