/*
Style sheet
Created by Ayesha BAshir
*/
/*
***************************************************************
BROWSER SPECIFICATION STYLES
***************************************************************
*/

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
a:hover {
    transition: all 0.4s ease-in-out;
}
body{
    font-family: perpetuaregular;
    overflow-y: hidden;
}
/*
***************************************************************
Global Style
***************************************************************
*/
ol, ul {
    list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
h1{
    font-size: 18rem;
    font-family: "perpetuaregular";
    text-transform: capitalize;
    color: Black;
}
h2{
    font-family: "perpetuaregular";
    font-size: 56px;
    font-weight: 300;
    line-height: 64px;
    text-transform: uppercase;
}
h3 {
    font-family: "perpetuaregular";
    font-weight: 300;
    line-height: 30px;
    font-size: 40px;
}
h5{
    font-family: "perpetuaregular";
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    text-transform: uppercase;
}
.p, .span, p, span {
    font-size: 16px;
    line-height: 20px;
    font-family: "perpetuaregular";
    letter-spacing: -.02em;
}
.menu-button {
    position: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 60px;
    height: 58px;
    z-index: 30;
    border-radius: 50px;
    top: 30px;
    right: 30px !important;
}
.menu-button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f50000;
    border-radius: 100px;
    transition-property: background-color;
}
.menu-button__label {
    position: absolute;
    top: -2%;
    right: 50%;
    width: 150%;
    height: 104%;
    display: block;
    overflow: hidden;
    pointer-events: none;
    cursor: context-menu;
}
.menu-button__label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #15F4EE;
    border-radius: 100px 0 0 100px;
    transition: transform .6s cubic-bezier(.55,0,.1,1);
    transform: translateX(100%);
}
.menu-button__label--close, .menu-button__label--title {
    position: relative;
    height: 100%;
    display: flex;
    padding: 0 30px 0 25px;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    transform: translateX(150%);
    transition: transform .72s cubic-bezier(.55,0,.1,1);
}
.close .menu-button__label--close, .close .menu-button__label--title, .close .menu-button__label:before {
    transform: translateX(0%) !important;
}
.menu-button__content {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    margin: -1px auto;
    padding-top: 0;
    background: #15F4EE ;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition-property: opacity;
}
.menu-button__content .close, .menu-button__content .logo {
    width: 80%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 40%;
}
:hover>.menu-button__label:before {
    transform: none;
}
.menu-button:hover .menu-button__label--close, .menu-button:hover .menu-button__label--title {
    transform: translateX(0);
}
/*:root {*/
/*    cursor: none!important;*/
/*    --cursor-size: 16px;*/
/*}*/
/*.custom-cursor {*/
/*    position: fixed;*/
/*    z-index: 1000;*/
/*    pointer-events: none;*/
/*    left: 8px;*/
/*    left: calc(var(--cursor-size)/2);*/
/*    top: 8px;*/
/*    top: calc(var(--cursor-size)/2);*/
/*    mix-blend-mode: difference;*/
/*    cursor: none;*/
/*    opacity: 0;*/
/*}*/
/*.custom-cursor .bubble {*/
/*    background-color: #222;*/
/*    transform: translate(-50%,-50%);*/
/*    width: 16px;*/
/*    width: var(--cursor-size);*/
/*    height: 16px;*/
/*    height: var(--cursor-size);*/
/*    border-radius: 50%;*/
/*    mix-blend-mode: difference;*/
/*    background-color: #f5f5f5;*/
/*}*/
/*.custom-cursor p {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    color: #fff;*/
/*    font-size: 15px;*/
/*    z-index: 9;*/
/*    text-align: center;*/
/*    letter-spacing: 1.5px;*/
/*    font-weight: 400;*/
/*}*/
/*::-webkit-scrollbar{*/
/*    width: 12px;*/
/*    */
/*}*/

/*
----------------------------------------------------

----------------------------------------------------
*/
.content {display:none;}
.preload {
    background: #444;
    position: fixed;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 999;
}
.preload img{
    margin: 0 auto;
    height: 80px;
    width: 80px;
    filter: invert(60%) sepia(27%) saturate(90) hue-rotate(
        200deg
    ) brightness(108%) contrast(200%);

}
.open em,.open i, .close applet,.close .logo {
    display: none;
}
.close i{
    text-shadow: none !important;
    font-size: 20px;
    color: #000;
}
.close em {
    display: inherit;
    font-size: 15px;
    text-shadow: none !important;
    font-style: inherit !important;
    color: #000 !important;
    opacity: 1 !important;
}
.close {
    opacity: 1 !important;
}
.menu__right{
    position: fixed;
    height: 100vh !important;
}
.menu__right .exit-btn{
    background: url(../images/blue-icon-home.png) 50% center #15F4EE;
    top: 120px;
    right: 30px;
    z-index: 30;
    background-size: cover;
}
.menu__right .education-btn{
    background: url(../images/blue-icon-edu.png) 48% center #15F4EE;
    top: 200px;
    right: 30px;
    z-index: 30;
    background-size: cover;
}
.menu__right .glossary-btn{
    background: url(../images/blue-icon-glossary.png) 48% center #15F4EE;
    top: 280px;
    right: 30px;
    z-index: 30;
    background-size: cover;
}
.menu__right .audio-directory-btn{
    background: url(../images/blue-icon-mic.png) 48% center #15F4EE;
    top: 360px;
    right: 30px;
    z-index: 30;
    background-size: cover;
}
.menu__right .message-btn{
    background: url(../images/blue-icon-message.png) 48% center #15F4EE;
    top: 440px;
    right: 30px;
    z-index: 30;
    background-size: cover;
}
.lang__button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background: #222;
    z-index: 30;
    border-radius: 50px;
}
.lang__button a {
    height: 100%;
    width: 100%;
    color: #15F4EE;
    font-family: "perpetuaregular";
    font-size: 16px;
    padding-top: 4px;
}
.menu__right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.menu__right span {
    position: absolute;
    z-index: 1;
    height: 70%;
    width: 70%;
    left: 0;
    top: 50%;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
.slide {
    width: auto;
    height: 100vh;
}
.wrapper {
    transform: rotate(90deg) translateY(-100vh);
    transform-origin: top left;
}
.one .two .three .four .five .six{
    background-size: auto 100vh;
    width: 100vw;
}
.outer-wrapper {
    width: 100vh;
    height: 100vw;
    transform: rotate(-90deg) translateX(-100vh);
    transform-origin: top left;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.slide.three {
    width: auto;
}
body, body a, body img {
    cursor: none !important;
}
.cursor {
    height: 15px;
    width:  15px;
    border-radius: 50%;
    position: absolute;
    z-index: 99999;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.cursor.cursor-dot {
    background: #000;
    transition: width .35s, height .35s;
}
p.remove-class {
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 18px;
}
::-webkit-scrollbar {
    width: 8px;
    opacity: .5;
    background:transparent !important;
}
::-webkit-scrollbar-thumb {
    background-color: #000;

    border-radius:10px;
}
.RightToLeft {
    animation-name: moveInRight;
    animation-duration: 3s;
    transition: transform .72s cubic-bezier(.55,0,.1,1);
}
@keyframes  moveInRight {
    0% {
        opacity: 0;
        transform: translateX(500px);
    }

    80% {
        transform: translateX(0px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }

}



/*
***************************************************************
Home Page Style
***************************************************************
*/
.menu {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-shrink: 0;
    z-index: 20;
}
.menu__left {
    width: 50vw;
}
.menu__left, .menu__right {
    height: 100vh;
}
.navigation {
    position: relative;
    z-index: 2;
}
.navigation ul {
    padding: 0;
    list-style: none;
    margin: 0 0 120px;
}
.navigation-link a {
    color: #6a6a6a;
    transition: color .4s cubic-bezier(.32,.24,.15,1);
    margin-bottom: 35px;
}
li.navigation-link h3 {
    font-family: "perpetuaregular";
    font-weight: 300;
    line-height: 30px;
    font-size: 40px;
}
.sup, sup {
    top: -10px;
    left: 10px;
    font-family: "Founders Grotesk";
    font-size: 9px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}
.project-index {
    position: relative;
    z-index: 2;
    visibility: hidden;
}
.project-index__search {
    margin: 30px 0 0;
}
.project-index__search label {
    left: 0;
    bottom: 4px;
}
.project-index__search label i {
    display: block;
}
.project-index__search input {
    border: none;
    padding: 20px 0 20px 30px;
    font-family: "Founders Grotesk Mono";
    font-size: 13px;
    width: 100%;
    color: #6a6a6a;
    outline: none;
}
.project-index ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.project-index ul li {
    border-top: 1px solid #6a6a6a;
    height: 50px;
}
.project-index ul li a {
    width: 100%;
    padding: 10px 0;
    color: #222;
    font-family: "Founders Grotesk Mono";
    text-decoration: none;
    font-size: 13px;
    transition: color .4s ease-out;
}
.project-index ul li a span:first-child {
    width: 10%;
}
.project-index ul li a span {
    display: block;
}
.project-index ul li a span:nth-child(2) {
    width: 15%;
}
.project-index ul li a span:nth-child(3) {
    flex: 1;
}
.project-index ul li a span:nth-child(4) {
    text-align: right;
}
.menu-audio-btn {
    background: black;
    border-radius: 50px;
    padding: 0px 14px;
    color: white;
    border: 1px solid black;
    cursor: none !important;
}
.menu-audio-btn:hover {
    background: transparent;
    color: black;
}
.menu__left--underlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translate(0%, 0px);
}
.menu__right {
    position: relative;
    z-index: 2;
    height: 100%;
    flex: 1;
    width: 50vw;
}
.menu__right .button, .menu__right .menu__lang {
    transition: all .5s ease-in-out;
}
.menu__inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translate3d(100%,0,0);
}
.menu__image {
    position: relative;
    height: 100%;
    width: 100%;
    transform: translate3d(-90%,0,0);
}
.menu__image--bg {
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-size: cover;
    background-position: 50%;
    transition: opacity .4s cubic-bezier(.32,.24,.15,1);
}
div#menu a:hover {
    text-decoration: none;
}
.project-index ul li:hover a {
    color: #15F4EE;
}
section.main-page-wrapper {
    display: flex;
}
.landing-section{
    width: 100vw;
    height: 100vh;
    flex-shrink: 0;
    display: flex;
}
.landing-section-logo {
    width: 50vw;
    height: 100%;
    display: flex;
}
.landing-section-slider {
    height: 100%;
    overflow: hidden;
    width: 50vw;
}
.jcc {
    justify-content: center;
}
.aic {
    align-items: center;
}
.dfc, .dfr {
    display: flex;
}
.dfr {
    flex-direction: row;
}
.vertical-text {
    width: 7vw;
    letter-spacing: 4px;
    font-family: "perpetuaregular";
    font-size: 3vw;
    white-space: nowrap;
    text-align: center;
    flex-shrink: 0;
    text-transform: uppercase;
    background-color: #fff;
    border-left: 1px solid #6a6a6a;
    border-right: 1px solid #6a6a6a;
}
.vertical-text__text {
    transform: rotate(
        -180deg
    );
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
}
.bonjour__logo {
    width: 100%;
    height: 100%;
    background: url(../css/Gradient-05.svg) #abb6cd;
    background-repeat: no-repeat,no-repeat;
    background-position: 50% 50%;
    background-size: 300%;
}
#slideshow {
    position: relative;
    z-index: -1;
    line-height: 0;
    width: 100%;
    height: 100%;
}

#slideshow > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
section.introduction-section {
    height: 100vh;
}
.rel {
    position: relative;
}
.introduction__content {
    white-space: normal;
    width: 1100px;
    display: block;
}
.p60 {
    padding: 60px;
}
.dfc {
    flex-direction: column;
}
.jcsb {
    justify-content: space-between;
}
.introduction__title img{
    height: 120px;
    width: 100px;
}
.introduction__line {
    width: 22vw;
}
.introduction__line .line__round {
    width: 10px;
    background: url(../css/round-line.svg) #fff top repeat-y;
    transform: scaleX(-1);
}
.introduction__line .line__rectangle {
    width: calc(100% - 10px);
    background: url(../css/rectangle-line.svg) #fff top;
}
.introduction__image {
    top: calc(50% - 121px);
    right: -121px;
    z-index: 1;
    width: 250px;
}
.nav-pills .nav-link.about-us-btn.active, .nav-pills .show > .nav-link {
    color: black;
    background-color: transparent;
    border-bottom: 3px solid #15F4EE !important;
    border: 1px solid transparent;
}
.nav-pills .nav-link.about-us-btn {
    border-radius: 0;
    padding: 10px 100px;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.nav-pills.about-us-tabs {
    border-bottom: 2px solid lightgray;
}
div#v-pills-about .about-us {
    width: 550px;
    float: left;
}
.about-us {
    padding: 40px 0;
}
.about-us h4 {
    font-size: 24px;
    font-family: sans-serif;
    color: #696969;
    line-height: 30px;
    margin-bottom: 30px;
}
.about-us p {
    font-family: sans-serif;
    margin-bottom: 20px;
    color: #696969;
    letter-spacing: 1px;
}
.tab-content.about-us-content {
    padding: 0 100px 0 0;
}
.audio-section.about-us-section {
    width: 300px;
    float: left;
    position: relative;
    margin: 20% 0;
}
.audio-section.about-us-section .audio-section-content p {
    padding-left: 70px;
}
.audio-section.about-us-section .audio-section-content h3 {
    border-top: 2px solid #000;
    padding-top: 5px;
}
.history-year-vise {
    display: flex;
    align-items: center;
}
.history-year {
    margin-right: 20px;
}
.history-year-descipration p {
    text-transform: normal;
    letter-spacing: 0;
    font-size: 14px;
}
.history-year h4 {
    font-size: 20px;
    color: black;
}
button.proficiency-btn {
    font-size: 14px;
    text-transform: normal;
    /*background: #84869Bff;*/
    padding: 6px 25px;
    border-radius: 25px;
    /*color: black;*/
    font-family: perpetuaregular;
    margin-bottom: 10px;
    cursor: none;
    border: solid 2px black;
}
button.proficiency-btn:hover {
    background: #15F4EE;
}
button.proficiency-btn:focus {
    outline: none;
}
.about-us-footer {
    position: absolute;
    width: 100%;
    border-top: 1px solid #15F4EE;
    bottom: 20px;
    left: 2%;
}
.about-social-icons ul {
    display: inline-flex;
}
.about-social-icons a img {
    width: 20px;
    height: 20px;
}
.about-social-icons {
    text-align: center;
    padding: 10px 0;
}
.about-social-icons li {
    padding: 0 30px;
}
.lazyLoad.isLoaded, .lazyLoad.isLoaded img, .lazyLoad[data-src=""], .lazyLoad[data-src=""] img, svg[data-src], svg[data-src] img {
    opacity: 1;
}
.lazyLoad, .lazyLoad img {
    opacity: 0;
    transition: opacity .4s cubic-bezier(.32,.24,.15,1);
}
.abs {
    position: absolute;
}

.categories__list {
    white-space: normal;
    margin: 0;
    padding: 0;
    list-style: none;
}
.category {
    background-color: #f5f5f5;
    height: 100vh;
    width: 46.66667vh;
    transition: background-color .5s;
    border-left: 1px solid #6a6a6a;
}
.aife {
    align-items: flex-end;
}
a.category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease-out,opacity .3s ease-out;
}
.category__title {
    margin-top: 20px;
    color: #222;
    font-size: 30px;
    font-family: sans-serif;
}
.categories__list a:hover {
    color: black;
    text-decoration: none;
}
.category:hover {
    background-color: #fff;
}
.category:hover .category__link {
    opacity: 1;
}
.category__link {
    opacity: 0;
    transition: opacity .4s cubic-bezier(.32,.24,.15,1);
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 40px;
}
.category p {
    font-size: 16px;
    line-height: 20px;
    font-family: sans-serif;
    color: #222;
    margin-top: 10px;
}
a.category img.is-grayscaled {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: grayscale(100%);
    height: calc(68.44444vh - 176px);
    width: 100%;
    overflow: hidden;
    position: relative;
}
ul.categories__list a.category:nth-child(even) > h1.category__title {
    color: white;
}
a.category:hover img.abs.cover.is-grayscaled.lazyLoad.isLoaded {
    -webkit-filter: grayscale(100%);
    filter: none;
    transform: translateZ(0) scale(1.05);
    cursor: pointer;
}

.clients--outer {
    position: relative;
    width: calc(143vh - 80px);
}
.clients--outer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 62.5%;
}
.clients--outer>.inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-wrap: wrap;
}
.client__lines {
    z-index: -1;
    width: calc(100% + 2px);
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 1px);
    height: calc(100% + 2px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #222;
}
.client__lines .client__line {
    width: 100%;
    height: 1px;
    background-color: #222;
}
.client {
    border: 1px solid #6a6a6a;
    border-radius: 100%;
    background-color: #fff;
    width: 12.5%;
    height: 20%;
}
.client--outer {
    position: relative;
    display: block;
}
.client--outer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}
.client--outer>.inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    overflow: hidden;
    z-index: 1;
}
.client img {
    width: 100%;
    height: auto;
    padding: 10%;
    z-index: 3;
    display: block;
}
.client .client__background:after {
    content: "";
    background-color: #23CDFE;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    mix-blend-mode: screen;
    opacity: .9;
}
.client.double {
    width: 25%;
    border-radius: 50%/100%;
}
.client.double img {
    width: 70%;
}
.client.double .client--outer:before {
    content: "";
    padding-top: 50%!important;
}
.client .client__background {
    background: url(../css/round-line.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    left: 0;
    opacity: 0;
    transition: opacity .3s;
}
.client:hover .client__background {
    opacity: 1;
}
.client.double .client--outer>.inner {
    border-radius: 50%/100%;
}
.client.double .client__lines {
    width: calc(50% + 2px);
    left: calc(25% - 1px);
}
.information {
    height: 100vh;
    z-index: -1;
}
.information__wrapper {
    width: 755px;
    overflow: hidden;
    position: relative;
}
.information__line {
    width: auto;
    height: 100%;
    z-index: -1;
}
.information .vertical-text {
    border-right: none;
}
.information__line .line__round {
    width: 10px;
    background: url(../css/round-line.svg) #fff top repeat-y;
    transform: scaleX(-1);
}
.information__line .line__rectangle {
    width: 755px;
    background: url(../css/rectangle-line.svg) #fff top;
}
.information__content {
    flex: 1;
    padding: 0 150px;
}
img.information-logo {
    width: 200px;
}
.information__form {
    margin: 3vw 0;
}
.information__form input[type=email], .information__form input[type=text] {
    background: #fff;
    border: 1px solid #222;
    border-radius: 100px;
    width: 450px;
    padding: 12px 30px;
    outline: none;
}
.information__form input[type=button] {
    border-radius: 100px;
    width: 450px;
    border: 1px solid #222;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 40px;
    height: 50px;
    background-color: #15F4EE;
    outline: none;
}
.form-group.contact-field {
    width: 50%;
    float: left;
}
.form-group.contact-field .information__form input[type=email], .information__form input[type=text] {
    width: auto;
}
input[type="email"] {
    width: auto !important;
}
.form-group.contact-btn {
    width: 100%;
    float: left;
}
.information__socials {
    list-style: none;
    width: 450px;
    padding: 0;
    margin: 0;
}
.information__socials li {
    height: 50px;
    background: #fff;
    border: 1px solid #222;
    width: 50px;
    border-radius: 100px;
}
.information__footer {
    height: 53px;
    flex-shrink: 0;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #222;
    border-bottom: none;
    background-color: #15F4EE;
    padding: 0 50px;
}
.information__footer ul {
    width: 100%;
    list-style: none;
    padding: 0;
}
.information__footer ul li a {
    color: #222;
    text-decoration: none;
}
.form-group {
    position: relative;
}
/*
***************************************************************
Branding Page Style
***************************************************************
*/
section.wrapper {
    transform: translate(0px, 0px);
}
.listing-hero {
    height: 85vh;
    border-bottom: 1px solid #6a6a6a;
    background: #222;
}
.listing-hero__image {
    flex: 1;
    height: 100%;
    background: #222;
}
.cover {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.listing-hero__content {
    width: 33.33%;
    height: 100%;
    background-color: #222;
    color: #fff;
}
.listing-hero__content h1 {
    top: 30px;
    left: 60px;
    font-family: "perpetuaregular";
    font-size: 4vw;
    white-space: normal;
    margin: 0;
    transform: rotate(
        -180deg
    );
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    line-height: 50px;
    max-height: 60%;
    text-align: right;
    color: white;
    text-transform: uppercase;
    letter-spacing: 8px;
}
.listing-hero__content p{
    font-size: 18px;
}
.jcfe {
    justify-content: flex-end;
}
.wrap {
    flex-wrap: wrap;
}
.project-element {
    width: 33.33333%;
    height: 52vw;
    background-color: #fff;
    border-right: 1px solid #6a6a6a;
    border-bottom: 1px solid #6a6a6a;
}
.project-element__image {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
picture{
    width: 100%;
    height: 100%;
}
.project-element__image picture {
    transition: transform .4s ease-out,opacity .3s ease-out;
}
.project-element__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.project-element__text {
    padding-top: 20px;
    height: 80px;
    flex-shrink: 0;
    overflow: hidden;
}
.project-element__text h2 {
    font-size: 18px;
    line-height: 22px;
}
.project-element__text p {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.project-element__text p {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    letter-spacing: 1px;
}
.listing-projects a:hover {
    text-decoration: none;
}
.listing-projects.dfr.wrap a {
    color: black;
    font-family: 'perpetuaregular';
}
.project-element__image picture:hover img{
    -webkit-filter: grayscale(100%);
    filter: none;
    transform: translateZ(0) scale(1.05);
    transition: transform .4s ease-in-out,opacity .3s ease-in;
    cursor: pointer;
}
:hover>.project-element__image picture {
    transform: translateZ(0) scale(1.05);
}
.project-element.no-border {
    border-right: 0;
}
.project-element.is-double {
    width: 66.66667%;
}
.button:hover {
    color: #222;
    text-decoration: none;
    background: #15F4EE;
}
/*
***************************************************************
Branding Detail Page Style
***************************************************************
*/
.button {
    position: fixed;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat!important;
    border: 1px solid #222;
    border-radius: 50px;
    background: #15F4EE20;
    color: #222;
    font-size: 22px;
}
.button:hover{
    color: #222;
    text-decoration: none;
}
.project {
    width: 100%;
}
.project__left {
    flex: 1;
}
.project-hero {
    height: 100vh;
}
.project-hero__image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    flex: 1;
    width: 100%;
    height: 100%;
}
.project-gallery {
    border-top: 1px solid #6a6a6a;
}
.project-gallery>div {
    margin-bottom: 60px;
}
.project-gallery__img {
    display: block;
    height: 100%;
    width: 100%;
}
.project__right {
    width: 33.3%;
}
.project-content {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    min-height: 100vh;
    border-left: 1px solid #6a6a6a;
    padding: 30px 60px;
}
.project-content h1 {
    margin-bottom: 20px;
    font-family: "perpetuaregular";
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
}
.project-content__arrow {
    text-decoration: none;
    color: #222;
    margin-top: 20px;
    cursor: none;
}
button {
    all: unset;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
.project-content__arrow img {
    transform: rotate(0);
    transition: transform .4s cubic-bezier(.32,.24,.15,1);
}
.project-content__arrow span {
    text-decoration: underline;
}
.project-infos {
    overflow: hidden;
    /*max-height: 0;*/
    transition: max-height .4s cubic-bezier(.32,.24,.15,1),opacity .4s cubic-bezier(.32,.24,.15,1);
}
.project-infos__agency, .project-infos__clients, .project-infos__date {
    margin-top: 10px;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: -.02em;
}
.upc {
    text-transform: uppercase;
}
.project-content__arrow img.is-active {
    transform: rotate(
        180deg
    );
}
.audio-section-content h3 {
    border-top: 2px solid #fff;
    width: fit-content;
    float: right;
    padding-top: 5px;
}
.audio-section-content p {
    font-size: 22px;
    text-align: right;
    padding-left: 150px;
    line-height: 28px;
    margin: 10px 0;
    width: 100%;
    float: right;
}
.audio-play-section {
    text-align: right;
    width: 100%;
    float: right;
}
button.btn.audio-play {
    border: 2px solid #fff;
    padding: 0 28px;
    border-radius: 50px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    cursor: none !important;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}
.audio-section {
    margin: 20px 0;
}
.audio-play-section span {
    margin-right: 10px;
}
button.btn.audio-play.black {
    border: 2px solid #000;
    color: black;
}
.audio-section.detail-page {
    margin: 0 0 10px;
}
.audio-section.detail-page .audio-section-content h3 {
    border-top: 2px solid #000;
}
.audio-section.detail-page .audio-section-content p {
    line-height: 20px;
    margin: 5px 0;
}
.audio-section.detail-page .audio-play-section {
    text-align: right;
    width: 100%;
    float: right;
}
.project-gallery__video {
    width: 100%;
}
.project-same-client {
    border-top: 1px solid #6a6a6a;
}
.project-same-client .vertical-text {
    border-left: none;
}
.project-same-client .project-element {
    /*width: 33.33333vw;*/
    border-bottom: none;
}
.project-same-client .project-element:last-child {
    width: 100%;
    flex: 1;
}
.next-project {
    border-top: 1px solid #6a6a6a;
    height: 52.08333vw;
}
.next-project__bg {
    width: 33.3%;
}
.next-project__bg--rectangle {
    width: 100%;
    background: url(../css/rectangle-line.svg) #fff top;
}
.next-project__bg--round {
    width: 10px;
    height: auto;
    background: url(../css/round-line.svg) #15F4EE 100% 0 repeat-y;
}
.next-project>a {
    display: flex;
}
.next-project .vertical-text {
    border-left: none;
    border-right: 1px solid #6a6a6a;
    background-color: #15F4EE;
}
.next-project__link {
    flex: 1;
}
.next-project__link .project-element {
    width: 100%;
    border-left: none;
    border-bottom: none;
}
.project-same-client a, .next-project a {
    color: black;
    font-family: 'perpetuaregular';
}
.project-same-client a:hover, .next-project a:hover {
    text-decoration: none;
}
footer.footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid;
}
.copyright-section {
    display: flex;
    float: right;
    padding: 1rem;
    align-items: center;
}
.copyright-section img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
.copyright-section p {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}
.terms-conditions.login ul li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid black;
}
.terms-conditions.login ul li:last-child {
    border-right: 0;
}
.terms-conditions.login ul li a {
    color: black;
}
/*
***************************************************************
Glossary Learning Page Style
***************************************************************
*/
button.btn.audio-play:hover {
    background: #15F4EE;
}

.glossary-page-header-section {
    padding: 100px 50px 50px 50px;
}
.glossary-page-title h2{
    text-transform: none;
    font-size: 72px;
}
.glossary-page-header-contect {
    margin-top: 20px;
}
.glossary-page-header-contect p {
    font-size: 20px;
    color: black;
}
a.btn.glossary-page-btn {
    border: 1px solid #C7C7C7;
    color: #555555;
    border-radius: 50px;
    padding: 4px 14px;
    margin-right: 5px;
}
a.btn.glossary-page-btn:hover {
    border: 1px solid #0A0A0A;
    color: #6B6B6B;
    background: #15F4EE55;
}
.glossary-page-filter-btns {
    padding: 20px 0;
    text-align: center;
}
.glossary-alphabet{
    padding: 0 45px;
}
.glossary-alphabet li {
    margin-right: 15px;
    font-size: 22px;
}
.glossary-gallery {
    padding: 0 50px;
}
ul.glossary-item-list {
    border-top: 1px solid;
    list-style: circle;
}
p.glossary-item-alphabet {
    font-size: 30px;
    line-height: 40px;
}
ul.glossary-item-list li {
    margin-left: 20px;
    font-size: 20px;
    font-weight: 600;
}
ul.glossary-item-list li p{
    font-weight: 500;
}
.glossary-alphabet {
    text-align: center;
}
.glossary-item {
    margin-bottom: 50px;
    padding: 20px;
}
.glossary-alphabet li {
    display: inline;
    transition: transform .2s;
    line-height: 60px;
}
.glossary-alphabet li:hover{
    font-size: 2.5rem;
}
.glossary-alphabet li a {
    color: black;
}
.glossary-alphabet li a:hover {
    text-decoration: none;
}
/*
***************************************************************
Audio Page Style
***************************************************************
*/
.project.audio-directory h1 {
    font-size: 14rem;
    padding: 140px 3rem 3rem 3rem;
    line-height: 80px;
    color: #E5E5E5;
}
.glossary-page-filter-btns.audio-directory {
    padding: 30px 0;
}
.audio-item-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.audio-play-section.audio-directory button.btn.audio-play {
    color: black;
    border: 1px solid #000;
}
.audio-play-section.detail button.btn.audio-play {
    color: black;
    border: 1px solid #000;
}

.project-content__arrow.audio-directory img {
    transform: rotate(
        360deg
    );
}
.audio-section-content.audio-directory {
    margin: 25px 0;
}
button.btn.audio-play.black.audio-directory {
    padding: 0px 28px;
}
.audio-section-content.audio-directory h3 {
    float: right;
    margin-bottom: 10px;
}
.audio-section.detail-page.audio-directory {
    margin: 0 10px 10px 150px;
}
.audio-section-content.audio-directory p {
    padding: 0 !important;
}
.audio-play-section.audio-directory {
    text-align: right !important;
    margin-top: 10px;
}
.audio-item {
    margin-bottom: 70px;
}
/*
***************************************************************
Terms and conditions Page Style
***************************************************************
*/
.terms-conditions {
    padding: 0 50px;
}
.terms-conditions h2 {
    font-size: 32px;
    text-transform: initial;
    font-family: system-ui;
    font-weight: 300;
}
.terms-conditions h3 {
    font-family: system-ui;
    font-size: 22px;
    font-weight: 300;
}
.terms-conditions h4 {
    font-size: 36px;
}
.terms-conditions h5 {
    text-transform: none;
    font-size: 30px;
}
.terms-conditions p {
    margin-bottom: 20px;
    font-size: 14px;
    margin-top: 10px;
    font-family: system-ui;
    font-weight: 200;
}
.terms-conditions strong {
    font-size: 16px;
    font-family: system-ui;
    font-weight: 600;
}

/*
***************************************************************
login Page Style
***************************************************************
*/
.project.audio-directory.login h1 {
    padding: 3rem 3rem 3rem;
}
input.password-form-input {
    display: block;
    width: 100%;
    padding: .5625rem 1.125rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #737491;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dfdfeb;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color 0.2s ease-in-out,box-shadow 0.2s ease-in-out;
    text-align: center;
    outline: none;
}
button.password-btn {
    border: 1px solid #dfdfeb;
    padding: .5625rem 1.25rem;
    font-size: 1rem;
    border-radius: 0;
    transition: color 0.25s ease-in-out,background-color 0.25s ease-in-out,border-color 0.25s ease-in-out;
    margin-left: -1px;
    outline: none;
}
.form-group.login {
    display: flex;
    width: 450px;
}
.form-check.login {
    text-align: center;
}
.form-check.login span {
    color: #15F4EE;
}
.information__content.login h2 {
    text-transform: inherit;
    font-size: 64px;
}
p.password-form-section-tagline {
    font-size: 24px;
    margin-top: 10px;
}
.information__content.login img {
    width: 50px;
    margin-bottom: 50px;
}
.information__content.login {
    margin-top: 45px;
    padding: 0;
}
footer.footer.login {
    position: absolute;
    bottom: 0;
    justify-content: space-between;
}
.terms-conditions.login {
    text-align: left;
    padding: 1rem;
}
.categories-tab-view{
    justify-content: center;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: black;
    background-color: #15F4EE;
    border: 1px solid #15F4EE;
}
.flippingImage {
    transform: rotate(-180deg) !important;
}
input.contact-btnn.abs {
    background: #15F4EE;
    border: 1px solid #222;
    border-radius: 100px;
    width: 450px;
    padding: 12px 30px;
}
/*
***************************************************************
Responsive Style
***************************************************************
*/
@media (max-width: 1024px) {
    .category {
        width: 36.66667vh;
    }
    .intro-bottom-content {
        position: absolute;
        bottom: 100px;
    }
    .introduction__content p {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 30px;
    }
    .introduction__title h5 {
        margin-bottom: 6rem !important;
        line-height: 40px;
    }
    .introduction__title img {
        height: 175px;
        width: 150px;
        margin-bottom: 4rem;
    }
    .category__title {
        font-size: 35px;
    }
    .category p {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 3px;
    }
    .project-index ul li a span:first-child {
        width: 12%;
    }
    .project-index ul li a span:nth-child(2) {
        width: 20%;
    }
    .audio-section-content h3 {
        margin-left: 130px;
    }
    .audio-section-content p {
        padding-left: 0;
    }
    .audio-section.detail-page .audio-section-content p {
        padding: 0;
    }
    .audio-section.detail-page .audio-section-content h3 {
        margin-left: 135px;
    }
    .audio-section.detail-page .audio-play-section {
        text-align: right;
    }
    a.btn.glossary-page-btn {
        margin-bottom: 10px;
    }
    .audio-section.detail-page.audio-directory {
        margin: 0 0px 10px 0;
    }
    .project.audio-directory.login h1 {
        padding: 8rem 3rem 3rem 3rem;
    }
    footer.footer {
        display: block;
    }
    .terms-conditions.login {
        text-align: center;
    }
    .copyright-section {
        float: none;
        margin: 0 265px;
    }
    .information__socials {
        top: 20.03125px !important;
    }
}
@media (max-width: 768px) {
    .menu__right span{
        display: none;
    }
    .menu__right img {
        display: none;
    }
    .outer-wrapper {
        width: auto;
        height: auto;
        transform: none;
        overflow-y: hidden;
        overflow-x: hidden;
        position: relative;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .wrapper {
        transform: none;
        overflow: hidden;
    }
    section.main-page-wrapper {
        display: block;
    }
    .landing-section {
        width: auto;
        display: block;
        height: 200vh;
    }
    .bonjour__logo {
        height: 134vw;
    }
    .landing-section-logo {
        width: 100vw;
        height: 134vw;
    }
    .slide.three {
        width: 100vw;
        display: block;
        height: auto;

    }
    .categories__list {
        display: block;
    }
    .category {
        width: 100vw;
        border-left: none;
        border-bottom: 1px solid #6a6a6a;
    }
    .landing-section-slider {
        width: 100vw;
        height: 132vw;
    }
    section.introduction-section {
        width: 100vw;
    }
    .introduction__title h5 {
        margin-bottom: 2rem !important;
    }
    .category__title {
        font-size: 46px;
        margin-top: 40px;
    }
    section.categories.dfr.slide.three .vertical-text {
        display: none;
    }
    section.clients {
        width: 100vw;
        height: auto;
        padding: 60px 0px;
    }
    .vertical-text__text.clients {
        transform: rotate(
            270deg
        );
    }
    section.vertical-text.dfr.aic.jcc.clients {
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #6a6a6a;
        height: 0;
    }
    .clients--outer {
        width: 100vw;
    }
    .menu__left {
        width: 100vw;
    }
    .project-index ul li a span:nth-child(2) {
        width: 15%;
    }
    .listing-hero {
        display: block;
        height: auto;
    }
    .listing-hero__image {
        height: 100%;
    }
    .listing-hero__content {
        width: 100%;
        padding: 40px;
    }
    .listing-hero__content h1 {
        top: 40px;
        left: 40px;
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 20px;
        transform: rotate(
            0deg
        );
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        text-align: left;
    }
    .audio-section-content h3 {
        margin-left: 590px;
    }
    .project-element {
        width: 100%;
        height: calc(156.25vw + 62.5px);
        border-right: none;
    }
    .project-element.is-double {
        width: 100%;
    }
    .project-element__text {
        height: 130px;
    }
    .project-element__text h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .project-element__text p {
        font-size: 28px;
        letter-spacing: 4px;
        line-height: 36px;
    }
    .project__sticky-wrapper.m-reverse {
        flex-direction: column-reverse;
    }
    .project__right {
        width: 100%;
    }
    .project-content {
        height: auto;
        min-height: auto;
        padding-top: 90px;
        padding-bottom: 40px;
        border-left: none;
    }
    .audio-section.detail-page .audio-section-content h3 {
        margin-left: 560px;
    }
    .project-content p {
        font-size: 22px;
    }
    .project-content__arrow span {
        font-size: 22px;
    }
    .project-gallery {
        padding: 30px;
    }
    .project-same-client .project-element {
        width: 100%;
        height: calc(125vw + 62.5px);
        border-bottom: 1px solid #6a6a6a;
        padding: 30px;
    }
    .project-same-client .project-element:last-child {
        border-bottom: none;
    }
    .m-dfc {
        display: flex;
        flex-direction: column;
    }
    .next-project__bg {
        display: none;
    }
    .next-project {
        height: calc(125vw + 64.0625px);
    }
    .next-project__link .project-element:last-child {
        border-bottom: none;
    }
    .next-project__link .project-element {
        width: 100%;
        height: calc(125vw + 62.5px);
        border-left: 1px solid #6a6a6a;
        border-bottom: 1px solid #6a6a6a;
    }
    .glossary-alphabet {
        padding: 0;
    }
    .glossary-page-header-section {
        padding: 10px 50px 50px 50px;
    }
    .project.audio-directory h1 {
        font-size: 10rem;
        padding: 120px 3rem 3rem 3rem;
    }
    .audio-section.detail-page.audio-directory {
        margin: 0 0px 10px 0;
    }
    .project.audio-directory.login h1 {
        margin-top: 0;
    }
    .copyright-section {
        margin: 0 130px;
    }
    section.introduction-section.dfr {
        display: block;
        height: auto;
    }
    .introduction__content {
        width: 100%;
        height: 155vh;
    }
    .nav-pills .nav-link.about-us-btn {
        padding: 10px 50px;
    }
    div#v-pills-about .about-us {
        width: 70%;
        float: left;
    }
    .audio-section.about-us-section {
        width: 30%;
    }
    .tab-content.about-us-content .audio-section-content p {
        padding-left: 0;
    }
    .introduction__image {
        display: none;
    }
    .introduction__line {
        display: none;
    }
    .tab-content.about-us-content {
        padding: 0;
    }
    .about-us-content-section {
        width: 100%;
        position: relative;
        float: left;
    }
    .about-us h4 {
        font-size: 32px;
        font-weight: 600;
        line-height: 38px;
    }
    .form-group.contact-field {
        width: 100%;
        float: left;
    }
    .information__form input[type=email], .information__form input[type=text] {
        width: 100% !important;
    }
    input.contact-btnn.abs {
        width: 100%;
    }

}
@media (max-width: 540px) {
    .information__content.login {
        margin-top: 0;
    }
    .project.audio-directory.login h1 {
        padding: 3rem 3rem 3rem;
    }
    .introduction__title h2 {
        font-size: 46px;
        line-height: 30px;
    }
    .introduction__title h5 {
        margin-bottom: 1rem !important;
        font-size: 16px;
        line-height: 24px;
    }
    .introduction__title img {
        height: 100px;
        width: 80px;
        margin-bottom: 1rem;
    }
    .intro-bottom-content {
        position: absolute;
        bottom: 25px;
    }
    .introduction__content p {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 20px;
    }
    .introduction__line {
        width: 50vw;
    }
    .introduction__image {
        top: calc(50% - 75px);
        right: -68px;
        width: 150px;
        height: 150px;
    }
    .category p {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 2px;
    }
    .category__title {
        font-size: 42px;
    }
    .information__wrapper {
        width: 100vw;
    }
    .vertical-text {
        width: 10vw;
        letter-spacing: 7px;
        font-size: 7vw;
    }
    .project-index ul li a span:nth-child(2) {
        width: 20%;
    }
    .menu__left {
        width: 100vw;
        padding: 60px 30px;
    }
    .audio-section.detail-page .audio-section-content h3 {
        margin-left: 345px;
    }
    .copyright-section {
        display: block;
        text-align: center;
        margin: 0;
    }
    .copyright-section p {
        padding: 10px 100px 0;
        font-size: 18px;
    }
    .project-element__text p {
        font-size: 18px;
        line-height: 22px;
    }
    .project-element__text h2 {
        font-size: 26px;
    }
    .glossary-page-filter-btns {
        padding: 20px 30px;
    }
    .project.audio-directory h1 {
        font-size: 6.78rem;
        padding: 90px 1rem 1rem;
    }
    .audio-section.detail-page.audio-directory {
        margin: 0 10px 10px 200px;
    }
    .information__content.login h2 {
        font-size: 52px;
        text-align: center;
    }
    .information__content.login img {
        margin-bottom: 20px;
    }
    p.password-form-section-tagline {
        margin-bottom: 20px;
        font-size: 20px;
        text-align: center;
    }
    .information__content.login h2 {
        line-height: 50px;
    }
    .button {
        width: 50px;
        height: 50px;
    }
    .menu-button__content {
        width: 50px;
        height: 50px;
    }
    .menu-button {
        width: 50px;
        height: 48px;
    }
    .introduction__content {
        padding: 40px 30px;
    }
    .nav-pills .nav-link.about-us-btn {
        padding: 10px 32px;
        font-size: 1.4rem;
    }
    .about-us h4 {
        font-size: 26px;
        line-height: 30px;
    }
    .about-social-icons li {
        padding: 0 20px;
    }
    .information__content {
        padding: 0 70px;
    }
}
@media (max-width: 414px) {

    .introduction__line {
        width: 65vw;
    }
    .information__form input[type=email], .information__form input[type=text] {
        width: 100%;
    }
    input[type="email"] {
        width: 100% !important;
    }
    .information__form input[type=button] {
        width: 100%;
    }
    .form-group.contact-field {
        width: 100%;
        float: left;
    }
    .information__content {
        padding: 0 20px;
    }
    .information__form {
        width: 100%;
    }
    .information__socials {
        width: 85vw;
    }
    .bonjour__logo {
        height: 178vw;
    }
    .landing-section-logo {
        height: 178vw;
    }
    .menu__left {
        width: 100vw;
        padding: 60px 20px;
    }
    .audio-section.detail-page .audio-section-content h3 {
        margin-left: 265px;
    }
    .copyright-section p {
        padding: 10px 55px 0;
    }
    .project-content {
        padding: 90px 30px 30px 30px;
    }
    .glossary-page-header-section {
        padding: 10px 30px 50px 30px;
    }
    .glossary-page-filter-btns {
        padding: 20px 0;
    }
    .glossary-page-title h2 {
        font-size: 60px;
    }
    .project.audio-directory h1 {
        font-size: 4.859rem;
        padding: 80px 1rem 1rem;
    }
    .audio-section.detail-page.audio-directory {
        margin: 0 0 10px 155px;
    }
    .terms-conditions {
        padding: 0 30px;
    }
    .project.audio-directory.login h1 {
        padding: 2rem;
    }
    .form-group.login {
        width: 340px;
    }
    .button {
        width: 45px;
        height: 45px;
    }
    .menu-button__content {
        width: 45px;
        height: 45px;
    }
    .menu-button {
        width: 45px;
        height: 43px;
    }
    .category__title {
        margin-top: 30px;
    }
    .category p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1px;
    }
    .landing-section-slider {
        height: 200vw;
    }
    .nav-pills .nav-link.about-us-btn {
        padding: 10px 19px;
        font-size: 1rem;
    }
    .introduction__content p {
        font-size: 14px;
    }
    .about-us h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .introduction__content {
        height: 150vh;
    }
    .about-social-icons li {
        padding: 0 10px;
    }
    .introduction__content p {
        font-size: 12px;
    }
    .about-us h4 {
        font-size: 16px;
    }
    button.proficiency-btn {
        font-size: 14px;
    }
    .menu__right .exit-btn {
        top: 110px;
    }
    .menu__right .education-btn {
        top: 180px;
    }
    .menu__right .glossary-btn {
        top: 250px;
    }
    .menu__right .audio-directory-btn {
        top: 320px;
    }
    .menu__right .message-btn {
        top: 390px;
    }
}
@media (max-width: 375px) {
    .project.audio-directory.login h1 {
        padding: 1rem;
    }
    .information__content.login h2 {
        line-height: 40px;
        font-size: 46px;
    }
    .information__content.login img {
        margin-bottom: 10px;
    }
    .intro-bottom-content {
        position: absolute;
        bottom: 30px;
    }
    .introduction__title h5 {
        margin-bottom: 1rem !important;
        line-height: 20px;
    }
    .introduction__title img {
        margin-bottom: 1rem;
    }
    section.introduction-section {
        width: 100vw;
    }
    .introduction__line {
        width: 70vw;
    }
    .project-index ul li a span:nth-child(2) {
        width: 22%;
    }
    .audio-section.detail-page .audio-section-content h3 {
        margin-left: 225px;
    }
    .copyright-section p {
        padding: 10px 10px 0;
    }
    .project-element__text h2 {
        font-size: 22px;
    }
    .glossary-page-title h2 {
        font-size: 52px;
    }
    .information__content.login {
        margin-top: 0;
    }
    .landing-section {
        height: 180vh;
    }
    .landing-section-slider {
        height: 144vw;
    }
    .nav-pills .nav-link.about-us-btn {
        padding: 10px 18px;
    }
    .introduction__content {
        height: 180vh;
    }
}
@media (max-width: 360px) {
    .introduction__title h5 {
        margin-bottom: 1rem !important;
    }
    .introduction__image {
        right: -55px;
        width: 130px;
        height: 130px;
    }
    .menu-audio-btn {
        padding: 0px 8px;
        font-size: 12px;
    }
    .project-index ul li a span:nth-child(2) {
        width: 18%;
    }
    .project.audio-directory.login h1 {
        margin-top: 0;
        padding: 0rem;
    }
    .form-group.login {
        width: 300px;
        margin: 0 auto 1rem;
    }
    .landing-section-slider {
        height: 180vw;
    }
    .landing-section {
        height: 200vh;
    }
    .category__title {
        font-size: 36px;
        margin-top: 20px;
    }
    img.information-logo {
        width: 170px;
    }
    .nav-pills .nav-link.about-us-btn {
        padding: 10px 15px;
    }
    button.proficiency-btn {
        font-size: 12px;
    }
    .about-us h4 {
        font-size: 14px;
        line-height: 26px;
    }
    .audio-section.about-us-section .audio-section-content h3 {
        font-size: 30px;
    }
    .introduction__content {
        height: 190vh;
    }
}
@media (max-width: 320px) {
    img.information-logo {
        width: 150px;
    }
    .information__form input[type=email], .information__form input[type=text] {
        padding: 6px 30px;
    }
    .information__form input[type=button] {
        padding: 6px 40px;
    }
    .introduction__title h2 {
        font-size: 30px;
        line-height: 20px;
    }
    .introduction__title h5 {
        margin-bottom: .5rem !important;
        line-height: 14px;
        font-size: 14px;
    }
    .introduction__content p {
        line-height: 15px;
    }
    .introduction__image {
        top: calc(50% - 65px);
        right: -40px;
        width: 100px;
        height: 100px;
    }
    .audio-section.detail-page .audio-section-content h3 {
        margin-left: 175px;
    }
    .audio-section.detail-page.audio-directory {
        margin: 0 0 10px 80px;
    }
    .project.audio-directory h1 {
        font-size: 4.4rem;
        padding: 70px 1rem 1rem;
    }
    .glossary-page-title h2 {
        font-size: 46px;
    }
    .information__content.login h2 {
        font-size: 30px;
    }
    .information__content.login img {
        margin-bottom: 0;
        width: 30px;
    }
    p.password-form-section-tagline {
        font-size: 20px;
    }
    .form-group.login {
        width: 260px;
    }
    .category p {
        font-size: 14px;
    }
    .nav-pills .nav-link.about-us-btn {
        font-size: 0.8rem;
    }
    .introduction__content {
        height: 200vh;
    }
}
