@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
body {
    font-family: "Open Sans", sans-serif;
    background: #fff;
    background: url(../media/diamond_upholstery.png);
    background-repeat: repeat;
    background-size: 260px;
    width: 100%;
    overflow-x: hidden;
}
body a{
    text-decoration: none;!important;
 }

@keyframes light {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.header {
    width: 100%;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #3c1e57;
    background: linear-gradient(90deg, #3c1e57 0%, #3b1944 100%);
}
.header .logo {
    position: relative;
    display: inline-block;
    z-index: 2;
}
.header .logo a {
    position: relative;
    margin-left: 83px;
    display: inline-block;
    z-index: 1;
}
.header .logo a img {
    height: 68px;
}
.header .logo .circuit {
    height: 292px;
    pointer-events: none;
    top: -115px;
    z-index: 2;
    left: -61px;
    position: absolute;
}
.header .title {
    position: absolute;
    left: 120%;
    top: 25px;
    display: flex;
    align-items: center;
}
.header .title .light_off {
    position: absolute;
    z-index: 0;
    width: 60px;
    pointer-events: none;
    right: -39px;
    top: -24px;
}
.header .title .light_on {
    position: absolute;
    z-index: 1;
    width: 60px;
    pointer-events: none;
    right: -39px;
    top: -24px;
    animation: 2s ease light infinite;
}
.header .title .line {
    margin-right: 10px;
    width: 2px;
    height: 25px;
    pointer-events: none;
    background: #fff;
}
.header .title h5 {
    color: #fff;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
}
.header .abstract1 {
    position: absolute;
    height: 90%;
    pointer-events: none;
    left: 31%;
    top: 5px;
}
.header .abstract2 {
    position: absolute;
    height: 159%;
    right: 10%;
    pointer-events: none;
    max-width: 50%;
    object-fit: contain;
    bottom: -51px;
}
.header .abstract3 {
    height: 140%;
    mix-blend-mode: lighten;
    object-fit: cover;
    width: 50%;
    position: absolute;
    bottom: -17px;
    right: -30px;
}
.header .menu {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    margin-right: 5%;
}
.header .menu * {
    margin-left: 15px;
}
.header .menu form {
    position: relative;
}
.header .menu form button {
    position: absolute;
    right: 6px;
    background: none;
    border: none;
    top: 6px;
}
.header .menu form input {
    padding-right: 25px;
    height: 35px;
    border-radius: 20px;
}
.header .menu a {
    color: #fff;
    font-weight: 700;
}

.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    /*overflow-y: hidden;*/
    padding-top: 100px;
    min-height: 100vh;
}
.content .timeline {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 20px;
    width: 100%;
    min-height: calc(100vh - 150px);
}
.content .timeline .today {
    font-weight: 600;
}
.content .timeline .line {
    width: 4px;
    margin-top: 10px;
    height: 100vh;
    background: #acacac;
}
.content .timeline .fa-chevron-up {
    font-size: 28px;
    color: #acacac;
    margin-top: 5px;
}
.content .timeline .fa-circle {
    font-size: 9px;
    margin-top: -7px;
    color: #acacac;
}
.content .content-block:last-child .timeline-bottom {
    padding-bottom: 100px;
}
.content .content-block:last-child .timeline-bottom .today {
    display: inline-block !important;
}
.content .content-block:last-child .timeline-bottom i {
    display: inline-block !important;
}
.content .timeline-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    width: 100%;
    min-height: calc(100vh - 150px);
}
.content .timeline-bottom .today {
    font-weight: 600;
}
.content .timeline-bottom .line {
    width: 4px;
    margin-top: 10px;
    height: 100vh;
    background: #acacac;
}
.content .timeline-bottom .fa-chevron-up {
    font-size: 28px;
    color: #acacac;
    margin-top: 5px;
}
.content .timeline-bottom .fa-circle {
    font-size: 9px;
    margin-top: 9px;
    color: #acacac;
}
.content .content-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}
.content .content-block .left {
    display: block;
    z-index: 3;
    width: 100%;
    justify-content: center;
    position: relative;
}
.content .content-block .left .special {
    position: absolute;
    width: 109px;
    top: -25px;
    z-index: 7;
    left: -17px;
}
.content .content-block .left .left-inner {
    animation: slideUpFadeRight 0.5s linear;
    margin: 0 auto;
    transition: 0.3s;
    background: #fff;
    width: 85%;
    border-radius: 5px;
    height: min-content;
    position: relative;
    border: 1px solid #282828;
    box-shadow: 1px 1px 6px 2px #1313133d;
    display: block;
}
.content .content-block .left .left-inner .arrow {
    position: absolute;
    right: -16px;
    top: 0;
    font-size: 80px;
    z-index: 1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #5c5c5c;
    color: #fff;
}
.content .content-block .left .left-inner .content-face {
    overflow: hidden;
    height: 280px;
    border-bottom: 1px solid #9a9a9a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.content .content-block .left .left-inner .content-face img {
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
    z-index: 2;
}
.content .content-block .left .left-inner .content-details {
    height: 160px;
    text-align: left;
    padding: 10px;
}
.content .content-block .left .left-inner .content-details .title-area {
    height: 34px;
    display: flex;
    align-items: center;
}
.content .content-block .left .left-inner .content-details .title-area h5 {
    font-size: 15px;
    font-weight: 600;
    color: black
}
.content .content-block .left .left-inner .content-details .project-name {
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px;
    background: rgba(31, 59, 179, 0.2);
    color: #1F3BB3;
    font-size: 12px;
    display: inline-block;
}
.content .content-block .left .left-inner .content-details .content-bottom {
    display: grid;
    margin-top: 10px;
    position: absolute;
    width: 100%;
    bottom: 10px;
    padding: 0 10px;
    left: 0;
    grid-gap: 20%;
    font-size: 12px;
    grid-template-columns: 1fr 1fr;
}
.content .content-block .left .left-inner .content-details .content-bottom span {
    display: inline-block;
}
.content .content-block .left .left-inner .content-details .content-bottom .category {
    margin-bottom: 10px;
    margin-top: 7px;
    color: #7f7f7f;
}
.content .content-block .left .left-inner .content-details .content-bottom .published-time {
    color: #7f7f7f;
}
.content .content-block .left .left-inner .content-details .content-bottom .content-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.content .content-block .left .left-inner .content-details .content-bottom .content-right .preview {
    background: #c0c0c0ba;
    color: #626262;
    box-shadow: 2px 2px 2px 1px #74747438;
    padding: 6px 10px;
    border-radius: 5px;
    margin-top: 5px;
}
.content .content-block .left .left-inner .content-details .content-bottom .content-right .intro-video:hover{
    background-color: white;
    color: #343434;
}
.intro-buttons{
    display: flex;
    align-items: center;

}
.intro-buttons span{
    margin-left: 5px;

}
.content .content-block .left .left-inner .content-details .content-bottom .content-right .preview:hover{
    background-color: white;
    color: #343434;
}
.content .content-block .left .left-inner .content-details .content-bottom .content-right .intro-video{
    background: #7a3ab3;
    color: #ffffff;
    box-shadow: 2px 2px 2px 1px #74747438;
    padding: 6px 10px;
    border-radius: 5px;
    margin: 5px 3px 0 0;

}

.content .content-block .left .left-inner .content-details .content-bottom .content-right .active {
    color: #34B1AA;
    font-weight: bold;
    border-radius: 5px;
    padding: 4px;
    background-color: rgba(52, 177, 170, 0.2);
}
.content .content-block .left .left-inner .content-details .content-bottom .content-right .progress {
    color: #ffaf00;
    line-height: 9px;
    white-space: nowrap;
    font-weight: bold;
    border-radius: 5px;
    padding: 4px;
    background-color: rgba(255, 175, 0, 0.2);
}
.content .content-block .left .line-point {
    position: absolute;
    right: -32px;
    top: -7px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}
.content .content-block .left .line-point svg {
    animation: slideScale 0.2s linear;
    width: 65px;
}
.content .content-block .left .line-point .date {
    animation: slideUpFadeRight 0.5s linear;
    position: relative;
    font-size: 10px;
    margin-top: -26px;
    background: #fff;
    z-index: 22;
    padding: 1px 2px;
    border-radius: 5px;
    border: 1px solid #a2a2a2;
}
.content .content-block .right {
    display: block;
    width: 100%;
    margin-top: 100px;
    justify-content: center;
    position: relative;
    z-index: 3;
}
.content .content-block .right .special {
    position: absolute;
    width: 109px;
    top: -25px;
    z-index: 7;
    right: -17px;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.content .content-block .right .right-inner {
    animation: slideUpFadeLeft 0.5s linear;
    margin: 0 auto;
    transition: 0.3s;
    background: #fff;
    width: 85%;
    border-radius: 5px;
    height: min-content;
    position: relative;
    border: 1px solid #282828;
    display: block;
    box-shadow: 1px 1px 6px 2px #1313133d;
}
.content .content-block .right .right-inner .arrow {
    position: absolute;
    left: -16px;
    top: 0;
    font-size: 80px;
    z-index: 1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #5c5c5c;
    color: #fff;
    transform: rotate(180deg);
}
.content .content-block .right .right-inner .content-face {
    overflow: hidden;
    height: 280px;
    border-bottom: 1px solid #9a9a9a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.content .content-block .right .right-inner .content-face img {
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
    z-index: 2;
    position: relative;
}
.content .content-block .right .right-inner .content-details {
    height: 160px;
    padding: 10px;
    text-align: left;
}
.content .content-block .right .right-inner .content-details .title-area {
    height: 34px;
    display: flex;
    align-items: center;
}
.content .content-block .right .right-inner .content-details .title-area h5 {
    font-size: 15px;
    font-weight: 600;
    color: black;
}
.content .content-block .right .right-inner .content-details .project-name {
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px;
    background: rgba(31, 59, 179, 0.2);
    color: #1F3BB3;
    font-size: 12px;
    display: inline-block;
}
.content .content-block .right .right-inner .content-details .content-bottom {
    display: grid;
    margin-top: 10px;
    position: absolute;
    width: 100%;
    bottom: 10px;
    padding: 0 10px;
    left: 0;
    grid-gap: 20%;
    font-size: 12px;
    grid-template-columns: 1fr 1fr;
}
.content .content-block .right .right-inner .content-details .content-bottom span {
    display: inline-block;
}
.content .content-block .right .right-inner .content-details .content-bottom .category {
    margin-bottom: 10px;
    margin-top: 7px;
    color: #7f7f7f;
}
.content .content-block .right .right-inner .content-details .content-bottom .published-time {
    color: #7f7f7f;
}
.content .content-block .right .right-inner .content-details .content-bottom .content-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.content .content-block .right .right-inner .content-details .content-bottom .content-right .preview {
    background: #e5e5e5;
    color: #626262;
    box-shadow: 2px 2px 2px 1px #74747438;
    padding: 6px 10px;
    border-radius: 5px;
    margin-top: 5px;
}
.content .content-block .right .right-inner .content-details .content-bottom .content-right .preview:hover{
    background-color: white;
    color: #343434;
}
.content .content-block .right .right-inner .content-details .content-bottom .content-right .intro-video{
    background: #7a3ab3;
    color: #ffffff;
    box-shadow: 2px 2px 2px 1px #74747438;
    padding: 6px 10px;
    border-radius: 5px;
    margin: 5px 3px 0 0;
}
.content .content-block .right .right-inner .content-details .content-bottom .content-right .intro-video:hover{
    background-color: white;
    color: #343434;
}
.content .content-block .right .right-inner .content-details .content-bottom .content-right .active {
    color: #34B1AA;
    font-weight: bold;
    border-radius: 5px;
    padding: 4px;
    background-color: rgba(52, 177, 170, 0.2);
}
.content .content-block .right .right-inner .content-details .content-bottom .content-right .progress {
    color: #ffaf00;
    font-weight: bold;
    white-space: nowrap;
    border-radius: 5px;
    line-height: 9px;
    padding: 4px;
    background-color: rgba(255, 175, 0, 0.2);
}
.content .content-block .right .line-point {
    position: absolute;
    left: -32px;
    top: -7px;
    display: flex;
    z-index: 2;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}
.content .content-block .right .line-point svg {
    width: 65px;
    animation: slideScale 0.2s linear;
}
.content .content-block .right .line-point .date {
    font-size: 10px;
    margin-top: -26px;
    animation: slideUpFadeLeft 0.5s linear;
    background: #fff;
    position: relative;
    z-index: 22;
    padding: 1px 2px;
    border-radius: 5px;
    border: 1px solid #a2a2a2;
}
.content .projects_area {
    max-width: 1380px;
    width: 100%;
    padding-bottom: 250px;
    margin: 0 auto;
}

.content-block {
    padding-bottom: 300px;
    margin-top: -300px;
}

.content-block:first-child .left .left-inner,
.content-block:first-child .right .right-inner {
    animation: none;
}

.content-block .left .left-inner:hover,
.content-block .right .right-inner:hover{
    transform: translateY(-2px);
}

.content-block:first-child {
    margin-top: 0px;
}

html {
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
}

.btn-switch {
    font-size: 6em;
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-switch__radio {
    display: none;
}

.btn-switch__label {
    display: inline-block;
    padding: 0.75em 0.5em 0.75em 0.75em;
    vertical-align: top;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    color: #666;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.btn-switch__label + .btn-switch__label {
    padding-right: 0.75em;
    padding-left: 0;
}

.btn-switch__txt {
    position: relative;
    z-index: 2;
    display: inline-block;
    min-width: 1.5em;
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}

.btn-switch__radio_no:checked ~ .btn-switch__label_yes .btn-switch__txt,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no .btn-switch__txt {
    opacity: 0;
}

.btn-switch__label:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f0f0f0;
    border-radius: 1.5em;
    box-shadow: inset 0 0.0715em 0.3572em rgba(43, 43, 43, 0.05);
    transition: background 0.2s ease-in-out;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label:before {
    background: #6ad500;
}

.btn-switch__label_no:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    width: 2em;
    background: #fff;
    border-radius: 1em;
    pointer-events: none;
    box-shadow: 0 0.1429em 0.2143em rgba(43, 43, 43, 0.2), 0 0.3572em 0.3572em rgba(43, 43, 43, 0.1);
    transition: left 0.2s ease-in-out, background 0.2s ease-in-out;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label_no:after {
    left: calc(100% - 2.5em);
    background: #fff;
}

.btn-switch__radio_no:checked ~ .btn-switch__label_yes:before,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no:before {
    z-index: 1;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label_yes {
    color: #fff;
}

.list-view a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-view {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 150px;
}
.list-view .filter-area {
    border: 1px solid #adadad;
    box-shadow: 0px 0px 4px 2px #00000021;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    padding: 20px 89px;
    justify-content: space-between;
    align-items: center;
}
.list-view .filter-area form {
    position: relative;
}
.list-view .filter-area form button {
    position: absolute;
    right: 4px;
    background: none;
    border: none;
    top: 5px;
}
.list-view .filter-area form input {
    border-radius: 20px;
    padding-right: 25px;
    padding-left: 10px;
    border: 1px solid #1F3BB3;
    height: 35px;
    font-size: 12px;
    background: rgba(31, 59, 179, 0.2);
    box-shadow: inset 3px 1px 9px 0px #1c254c61;
}
.list-view .filter-area form i {
    color: #371945;
}
.list-view .filter-area .view {
    font-size: 20px;
}
.list-view .filter-area .view a {
    margin-right: 10px;
    color: #434343;
    border: 1px solid black;
    padding: 0 4px;
    font-weight: 100;
}
.list-view .filter-area .view a:hover {
    cursor: pointer;
}
.list-view .grid .project-type {
    border: 1px solid #adadad;
    align-items: center;
    margin: 10px;
    height: 300px;
    width: 30%;
}
.list-view .grid .project-type img {
    width: 100% !important;
    height: 140px !important;
    object-fit: cover;
    margin-top: 0 !important;
}
.list-view .grid .project-type .project-type-inner {
    flex-direction: column;
}
.list-view .grid .project-type .project-name {
    min-width: 50%;
}
.list-view .grid .project-type .project-explanation {
    font-weight: bold;
    height: 30px;
    color: #0d121b;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.list-view .grid .project-type .project-explanation span {
    margin: 0;
}
.list-view .grid .project-type * {
    margin-top: 2%;
    font-size: 14px;
    color: #0d121b;
}
.list-view .list .project-type {
    width: 100%;
    height: 100px;
}
.list-view .list .project-type .project-name {
    display: none;
}
.list-view .list .project-type .project-name-altern {
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px;
    background: rgba(31, 59, 179, 0.2);
    color: #1F3BB3;
    font-size: 12px;
    display: inline-block;
}
.list-view .list .project-type .project-explanation {
    width: 40%;
    text-align: left;
    padding-left: 15px;
    color: #0d121b;
    font-weight: bold;
    font-size: 14px;
}
.list-view .list .project-type .preview {
    margin-left: auto;
    margin-top: 0 !important;
    padding: 6px 10px !important;
}
.list-view .list .project-type img {
    width: 15% !important;
    object-position: top;
    height: 100% !important;
}
.list-view .project-list-area {
    text-align: center;
}
.list-view .project-list-area .project-name {
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px;
    background: rgba(31, 59, 179, 0.2);
    color: #1F3BB3;
    font-size: 12px;
    display: inline-block;
}
.list-view .project-list-area .project-type {
    border: 1px solid #adadad;
    margin-top: 10px;
    background: #fff;
    box-shadow: 0px 0px 4px 2px #00000021;
    display: inline-block;
}
.list-view .project-list-area .project-type .project-type-inner {
    padding: 6px;
    margin: 0;
}
.list-view .project-list-area .project-type span {
    display: inline-block;
}
.list-view .project-list-area .project-type .preview {
    background: #e5e5e5;
    color: #626262;
    box-shadow: 2px 2px 2px 1px #74747438;
    padding: 6px 10px;
    border-radius: 5px;
    margin-top: 5px;
}
.list-view .project-list-area .project-type .preview:hover{
    background: white;
}
.list-view .project-list-area .project-type .intro-video{
    background: #7a3ab3;
    color: #ffffff;
    box-shadow: 2px 2px 2px 1px #74747438;
    padding: 6px 10px;
    border-radius: 5px;
    margin: 5px 3px 10px 0;
}
.list-view .project-list-area .project-type .intro-video:hover{
    background: #ffffff;
    color:#7a3ab3 ;
}
.list-view .project-list-area .project-type a {
    display: inline-block;
    color: #000;
}
.list-view .project-list-area .project-type img {
    object-fit: cover;
}
.list-view .project-list-area .project-type .project-type-inner {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

nav svg {
    width: 19px;
    margin-top: -2px;
}

.pagination-details {
    display: block;
    text-align: left;
    right: 0;
    font-size: 12px;
    margin: 10px 0px;
}

.pagination-section {
    margin: 15px 0;
}
.pagination-section span span span, .pagination-section a {
    padding: 4px 14px !important;
    color: #0D0A0A;
}

.pagination-section:first-child {
    padding: 3px !important;
}

.mobile-menu {
    display: none;
}

.result-info {
    border: 1px solid #adadad;
    box-shadow: 0px 0px 4px 2px #00000021;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

.test-class {
    animation: 0.4s slideUpFadeLeft forwards;
}

/*
        * proje sayısının belirtildiği cssler
        */
.content{
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.projects-number{
    position: absolute;
    top: 10px;
    right: -120px;
    width: 40%;
}

.projects-number .image{
    position: relative;
    width: 100%;
}

.projects-number .image img{
    width: 100%;
    max-height: 160px;
    object-fit: contain;
}

.projects-number .image p{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(55%,-55%);
    font-size: 1.6em;
    font-weight: 700;
    color: #3C1C51;
}
@media only screen and (max-width: 1024px){
    .content{
        overflow-x: clip;
    }
    .projects-number{
        width: 50%;
        right: -90px;
        font-size: .85em;
    }
}
@media only screen and (max-width: 768px){
    .projects-number{
        width: 100%;
        right: -120px;
        top: 10px;
        font-size: .75em;
    }
    .projects-number .image img{
        max-height: 150px;
    }
}
@media only screen and (max-width: 400px){
    .projects-number{
        right: -50px;
        font-size: .55em;
    }
    .projects-number .image img{
        max-height: 120px;
    }
}

@keyframes slideUpFadeLeft {
    from {
        opacity: 0;
        left: 40%;
    }
    to {
        opacity: 1;
        left: 0;
    }
}
@keyframes slideUpFadeRight {
    from {
        opacity: 0;
        right: 40%;
    }
    to {
        opacity: 1;
        right: 0;
    }
}
@keyframes slideScale {
    from {
        opacity: 0;
        transform: scale(0.1);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@media only screen and (max-width: 1200px) {
    .content .content-block .left .left-inner .content-face,
    .content .content-block .right .right-inner .content-face {
        height: 230px;
    }

    .header .abstract1 {
        position: absolute;
        height: 60%;
        pointer-events: none;
        left: 36%;
        top: 25px;
    }

    .header .abstract3 {
        height: 120%;
    }

    .header .abstract2 {
        display: none;
    }

    .header {
        background: linear-gradient(90deg, #3c1d59 0%, #3b1944 100%);
    }
}
@media only screen and (max-width: 1100px) {
    .content .content-block .left .left-inner .content-face, .content .content-block .right .right-inner .content-face {
        height: 220px;
    }
}
@media only screen and (max-width: 1035px) {
    .header .menu form input {
        width: 130px;
        font-size: 12px;
    }

    .header .menu a {
        font-size: 12px;
    }

    .header .abstract1 {
        height: 41% !important;
        left: 43%;
        top: 44px !important;
    }
}
@media only screen and (max-width: 1010px) {
    .header {
        background: linear-gradient(90deg, #451e6a 0%, #22142e 100%);
    }
}
@media only screen and (max-width: 1000px) {
    .content .content-block .left .left-inner .content-face, .content .content-block .right .right-inner .content-face {
        height: 210px;
    }

    .content .content-block .left .left-inner,
    .content .content-block .right .right-inner {
        width: 80% !important;
    }

    .header .abstract3 {
        height: 180% !important;
        width: 90% !important;
        right: -390px !important;
        bottom: -63px !important;
        object-fit: contain;
    }

    .header {
        background: linear-gradient(90deg, #432362 0%, #2c1042 100%);
    }
}
@media only screen and (max-width: 900px) {
    .content .content-block .left .left-inner .content-face, .content .content-block .right .right-inner .content-face {
        height: 200px;
    }

    .content .content-block .left .left-inner,
    .content .content-block .right .right-inner {
        width: 75% !important;
    }
}
@media only screen and (max-width: 875px) {
    .header .abstract1 {
        display: none;
    }
}
@media only screen and (max-width: 885px) {
    .content .content-block .left .left-inner .content-details,
    .content .content-block .right .right-inner .content-details {
        height: 170px;
    }

    .content .content-block .left .left-inner .content-details .content-bottom .category,
    .content .content-block .right .right-inner .content-details .content-bottom .category,
    .content .content-block .left .left-inner .content-details .content-bottom .published-time,
    .content .content-block .right .right-inner .content-details .content-bottom .published-time {
        font-size: 10px;
    }
}
@media only screen and (max-width: 800px) {
    .content .content-block .left .left-inner .content-details .content-bottom .content-right .progress,
    .content .content-block .right .right-inner .content-details .content-bottom .content-right .progress {
        font-size: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .content .content-block .left .special {
        -moz-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
        left: auto;
        right: -17px !important;
    }

    .timeline-bottom .line {
        height: 130vh !important;
    }

    .projects_area {
        padding-bottom: 150px !important;
    }

    .left-inner {
        animation: slideUpFadeLeft 0.5s linear !important;
    }

    .right-inner {
        animation: slideUpFadeLeft 0.5s linear !important;
    }

    .list-view {
        margin-top: 80px;
    }

    .list-view .grid .project-type {
        width: 46%;
    }

    .header .title h5 {
        font-size: 10px !important;
    }

    .header .title {
        top: 13px;
    }

    .header .title .line {
        width: 1px;
        height: 14px;
    }

    .header {
        background: linear-gradient(90deg, #3a1c55 0%, #3a1c55 100%);
    }

    .header .title .light_on,
    .header .title .light_off {
        width: 40px !important;
        right: -28px;
        top: -17px;
    }

    #toggle {
        display: block;
        width: 58px;
        height: 50px;
        position: relative;
        z-index: 9;
        padding: 0 15px;
        padding-top: 20px;
        margin: 13px 2px 10px;
    }

    #toggle span:after,
    #toggle span:before {
        content: "";
        position: absolute;
        left: 0;
        top: -9px;
    }

    #toggle span:after {
        top: 9px;
    }

    #toggle span {
        position: relative;
        display: block;
    }

    #toggle span,
    #toggle span:after,
    #toggle span:before {
        width: 100%;
        height: 5px;
        background-color: #fff;
        transition: all 0.3s;
        backface-visibility: hidden;
        border-radius: 2px;
    }

    /* on activation */
    #toggle.on span {
        background-color: transparent;
    }

    #toggle.on span:before {
        transform: rotate(45deg) translate(5px, 5px);
    }

    #toggle.on span:after {
        transform: rotate(-45deg) translate(7px, -8px);
    }

    #toggle.on + #menu {
        opacity: 1;
        visibility: visible;
    }

    .list-view .filter-area {
        padding: 20px 5%;
    }

    .list-view .project-list-area .project-type span,
    .list-view .list .project-type .project-name-altern,
    .list-view .project-list-area .project-type .preview {
        font-size: 10px;
        margin-top: 0;
    }


    .list-view .list .project-type .project-name-altern,
    .list-view .list .project-type .project-explanation {
        margin-right: 10px;
    }

    .list-view .list .project-type .preview {
        padding: 4px 5px !important;
    }

    .list-view .list .project-type img {
        width: 25% !important;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        height: 60px !important;
        z-index: 999;
    }

    .header + .content {
        margin-top: 60px;
    }

    .header .logo .circuit {
        height: 189px;
        top: -75px;
        left: -1px;
    }

    .header .logo a {
        margin-left: 93px;
    }

    .header .logo a img {
        height: 38px;
    }

    .header .abstract3 {
        height: 240% !important;
        width: 80% !important;
        right: -230px !important;
        bottom: -13px !important;
        object-fit: contain;
    }

    .header .logo a {
        margin-left: 56px !important;
    }

    .header .logo {
        top: 2px;
    }

    .header .logo .circuit {
        height: 189px;
        top: -75px;
        left: -41px;
    }

    .header .abstract1 {
        height: 90% !important;
        top: 2px !important;
        left: 250px !important;
    }

    .mobile-menu {
        display: none;
        width: 100%;
        background: #301844;
        flex-direction: column;
        top: 60px;
        z-index: 9;
        position: fixed;
        background: #f8f8f8;
    }
    .mobile-menu a {
        display: block;
        color: #7643a6;
        font-size: 14px;
        padding: 15px 0;
        font-weight: bold;
        transition: 0.3s;
    }
    .mobile-menu a:hover, .mobile-menu a:focus {
        background: #6c2ea5;
        color: #fff;
    }

    .mobile-active {
        display: block;
        border-bottom: 1px solid #bababa;
        box-shadow: 0px 0px 1px 0px #00000073;
    }
    .mobile-active li:first-child {
        border-bottom: 1px solid #ececec;
    }

    .menu {
        display: none !important;
    }

    .content .content-block .left .left-inner .content-face, .content .content-block .right .right-inner .content-face {
        height: 160px;
    }

    .content .content-block .left .left-inner,
    .content .content-block .right .right-inner {
        width: 75% !important;
    }

    .content .timeline {
        margin-left: 30px !important;
    }

    .content .timeline .today {
        margin-left: -15px;
    }

    .content .timeline .fa-chevron-up {
        margin-left: 1px;
    }

    .content .timeline .fa-circle {
        margin-left: 8px;
    }

    .content .timeline .line {
        margin-left: 10px;
    }

    .content .content-block {
        grid-template-columns: 1fr;
    }

    .content .content-block .left .left-inner .arrow {
        left: -16px !important;
        right: auto !important;
        transform: rotate(180deg);
    }

    .content .timeline-bottom {
        align-items: flex-start !important;
    }

    .content .timeline {
        align-items: flex-start !important;
    }

    .content .timeline-bottom .line {
        margin-left: 25px !important;
    }

    .content .timeline-bottom .fa-circle {
        margin-left: 22px;
    }

    .content .timeline-bottom .fa-chevron-up {
        margin-left: 15px;
    }

    .content .timeline-bottom .today {
        font-size: 11px;
        margin-left: -10px !important;
    }

    .content .timeline-bottom .today-mobile {
        font-size: 11px;
        margin-left: 0px !important;
    }

    .content .content-block .right .line-point {
        left: 10px !important;
    }

    .content .content-block .left .line-point {
        left: 10px !important;
        right: auto !important;
    }

    .content .content-block .left .left-inner .content-face, .content .content-block .right .right-inner .content-face {
        height: 250px !important;
    }

    .content .content-block .right {
        margin-top: 60px;
    }

    .content .content-block .left .left-inner,
    .content .content-block .right .right-inner {
        margin: 0 2% 0 17% !important;
    }

    .content {
        overflow: hidden;
    }

    .content .content-block .left {
        margin-top: 60px;
    }

    .content .content-block .right .right-inner .content-details .content-bottom .content-right .progress,
    .content .content-block .left .left-inner .content-details .content-bottom .content-right .progress,
    .content .content-block .right .right-inner .content-details .content-bottom .content-right .active,
    .content .content-block .left .left-inner .content-details .content-bottom .content-right .active {
        font-size: 10px;
        white-space: nowrap;
        position: absolute;
        line-height: 9px;
        right: 9px;
        top: -16px;
    }

    .content .content-block .right .right-inner .content-details .content-bottom .category,
    .content .content-block .left .left-inner .content-details .content-bottom .category,
    .content .content-block .right .right-inner .content-details .content-bottom .published-time,
    .content .content-block .left .left-inner .content-details .content-bottom .published-time {
        font-size: 9px;
    }

    .content .content-block .left .left-inner .content-details .title-area h5,
    .content .content-block .right .right-inner .content-details .title-area h5 {
        font-size: 12px;
    }

    .content .content-block .left .left-inner .content-details .content-bottom .content-right .active,
    .content .content-block .right .right-inner .content-details .content-bottom .content-right .active {
        font-size: 11px;
    }

    .list-view .grid .project-type {
        margin: 10px;
    }

    .list-view .project-list-area {
        padding: 0 0px;
    }
}
@media only screen and (max-width: 612px) {
    .list-view .grid .project-type {
        width: 100%;
    }

    .list-view .grid .project-type img {
        height: 190px !important;
    }

    .list-view .grid .project-type {
        height: 300px;
    }

    .list-view .grid .project-type {
        margin: 10px 0;
    }

    .list-view .project-list-area .project-type .preview {
        margin-top: 10px;
    }

    .list-view .filter-area .view a {
        margin-right: 5px;
    }
}
@media only screen and (max-width: 581px) {
    .header .abstract3 {
        height: 260% !important;
        width: 100% !important;
        right: -230px !important;
        bottom: -13px !important;
        object-fit: contain;
        top: -20px;
    }
}
@media only screen and (max-width: 550px) {
    .header {
        background: linear-gradient(90deg, #391b54 0%, #3a1d55 100%);
    }
}
@media only screen and (max-width: 520px) {
    .content .content-block .left .left-inner .content-face, .content .content-block .right .right-inner .content-face {
        height: 150px !important;
    }

    .content .content-block .left .left-inner,
    .content .content-block .right .right-inner {
        margin: 0 2% 0 23% !important;
    }

    .content .content-block .left .left-inner, .content .content-block .right .right-inner {
        width: 70% !important;
    }

    .list-view .list .project-type .preview {
        padding: 3px 2px !important;
    }
}
@media only screen and (max-width: 400px) {
    .header {
        background: linear-gradient(90deg, #401c60 0%, #33174b 100%);
    }
}
@media only screen and (max-width: 360px) {
    .header .abstract1 {
        height: 70% !important;
        top: 8px !important;
        left: 64% !important;
    }

    .header .abstract3 {
        display: none;
    }
}

/*# sourceMappingURL=style.css.map */
