body,
html {
    font-family: 'Calibri', serif;
    font-weight: 400;
    font-style: normal;
}

.header {
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 20px;
    font-size: 22px;
}

.title a {
    text-decoration: none;
    color: black;
    font-weight: 600;
}

.header {
    display: flex;
    justify-content: space-between;
}

.right-header {
    display: flex;
    float: right;
}

.exhibition {
    margin: 0 1rem;
}

.exhibition button {
    border: 1px solid #aeaeae;
    background: none;
}

.exhibition button:hover {
    transition: all .45s ease-Out;
    border: none;
    background: black;
    color: white;
}

.profile i {
    width: 30px;
    height: 30px;
}

.title {
    width: max-content;
}

.container {
    margin: 0;
}

.row {}

.module-profiles {
    padding-left: 20px;
    padding-right: 20px;
    background-image: url(https://img.freepik.com/free-photo/grunge-wall-texture_1194-6326.jpg?w=1480&t=st=1661463248~exp=1661463848~hmac=dd65eb9…);
    width: 100%;
    height: 170px;
}


.module-profiles-link {
    text-decoration: none;
}

.profile-icon img {
    width: 56px;
    height: 56px;
    border-radius: 56px;
}

.module-profiles-name {
    display: flex;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    min-height: 120px;
    justify-content: space-evenly;
    align-items: center;
}

.module-profiles-posters {
    gap: 10px;
    display: flex;
    width: calc(100% + 50px);
    height: 120px;
    overflow: hidden;
}

.module-profiles-posters img {
    width: 90px;
    height: 120px;
}

.col-lg-4-10 {
    width: 40%;
}

.col-lg-6-10 {
    width: calc(100% * 6 / 10);
}

.collection-info {
    border-top: 1px solid #0e0e0e;
    border-bottom: 1px solid #0e0e0e;
    width: 100%;
}

.collection-info-heading {
    display: flex;
    justify-content: space-between;
}

.collection-info-footer {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

h1.big {
    font-size: 50px;
}

.module-collection {
    padding: 30px;
    width: 100%;
}

.collection-titles {
    width: calc(100vw * 4 / 12 - 24px);
    display: flex;
}

.collection-description {
    width: 500px;
    display: flex;
    align-items: center;
}

.poster-items-link {
    display: block;
    position: relative;
}

.poster-item-info {
    padding: 11px 0 0;
    margin-bottom: 40px;
}

.title {
    font-size: 16px;

}

.icons {
    display: flex;
    gap: 10px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.menu {
    margin-top: -9px;
}

.footer {
    width: 100%;
    height: 50px;
    background-color: #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer i {
    width: 30px;
}

.designers-input {
    display: flex;
    justify-content: center;
}

.list-row {
    margin-top: 25px;
    background-color: transparent;
    padding-bottom: 16px;
    min-height: auto;
    display: flex;
}

.list-item {
    font-size: 13px;
    gap: 20px;
}

.profile-img {
    display: flex;
    align-items: center;
}

.profile-img>div:first-child {
    position: relative;
    width: 150px;
    box-shadow: 0 0 10px 2px #00000012;
    margin-right: 5%;
    border-radius: 50%;
}

.profile-img>div:first-child>img {
    object-position: top;
    object-fit: cover;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    transition: 400ms all;
}

.profile-birth {
    display: flex;
}

/*Responsive*/
@media only screen and (max-width: 992px) {
    .module-profiles {
        height: 270px;

    }
}

@media only screen and (max-width: 550px) {
    .collection-description {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .list-row {
        flex-direction: column;
    }
}

.icons a {
    color: #51585e;
}

.afis-buttons {
    display: flex;
    justify-content: space-between;
}

.poster-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

.poster-inner .poster-items-link {
    width: calc(((100vw - 40px) - 72px) / 10);
    height: calc(((100vw - 40px) - 45px) / 8);
    overflow: hidden;
    box-shadow: 0 0 15px 1px #00000012;
    text-decoration: none !important;
    transition: 400ms all;
    position: relative;
}

.poster-inner .poster-items-link picture>img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.posters-top {
    padding: 60px 20px 20px 20px;
}

.poster-item {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.poster-item .poster-items- {
    width: calc((100% - 60px) / 4);
    overflow: hidden;
    box-shadow: 0 0 15px 1px #00000012;
    text-decoration: none !important;
    transition: 400ms all;
    position: relative;
}

.poster-item .poster-items- .poster-card-top picture>img {
    width: 100%;
    object-fit: cover;
    height: 400px;
}

.poster-item .poster-items- .poster-card-top {
    width: 100%;
    overflow: hidden;
}

.poster-item-info {}

.poster-article {
    padding: 20px;
}

.archive i {
    width: 30px;
}

@media only screen and (max-width: 992px) {
    .poster-inner .poster-items-link {
        width: calc((100% - 60px) / 5);
    }

    .poster-item .poster-items- {
        width: calc((100% - 60px) / 3);
    }
}

@media only screen and (max-width: 768px) {
    .poster-item .poster-items- {
        width: calc((100% - 60px) / 2);
    }
}

@media only screen and (max-width: 500px) {
    .poster-item .poster-items- {
        width: calc((100% - 60px) / 1);
    }

    .poster-inner .poster-items-link {
        width: calc((100% - 60px) / 3);
    }

    .title a .header-img {
        width: 200px;
    }

    picture .resim3,
    .resim4,
    .resim5,
    .resim6 {
        display: none;
    }

    .module-profiles {
        width: 100%;
    }
}

.title a .header-img {
    width: 250px;
    height: 50px;
}

.sidenav a {
    color: black;
}

.modal-body {
    display: flex;
    gap: 40px;
}

.modal-dialog {
    max-width: 750px;
}

.modal-body .common-links .title {
    font-size: 30px;
}

.modal-body .common-links {
    font-size: 20px;
}

.poster-card-top {
    display: block;
    position: relative;
}

p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'calibri', serif;
    font-weight: 400;
    font-style: normal;
}

.title strong span div {
    font-weight: 800;
}

p {
    word-break: break-word;
}

small {
    word-break: break-word;
}

@media only screen and (max-width: 800px) {
    .modal-body {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 700px) {
    .common-links {
        width: 300px;
    }

    .modal-body {
        overflow-y: auto;
        height: 1200px;
    }
}

span,
a {
    word-break: break-word;
}

.big {
    letter-spacing: -1px;
}

@media only screen and (min-width: 3000px) {
    .poster-inner .poster-items-link picture>img {
        height: 800px;
    }
}

/*.module-profiles:hover{*/
/*    background: #e8e8e8;*/
/*}*/
.highlight:hover {
    font-size: 35px;
}

.module-profiles {
    cursor: pointer;
}

.module-profiles .highlight {
    color: #000000;
    font-size: 33px;
    font-family: 'Calibri', serif;
    font-weight: 400;
    font-style: normal;
}

.module-profiles .highlight:hover {
    font-size: 35px;
    color: #51585e;
}

.search-button {
    margin-right: 5vh;
}

@media only screen and (max-width: 700px) {
    .search-button {
        margin-right: 11vh;
        margin-top: 60px;
    }

    .header {
        height: 120px;
    }
}

#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 500px;
    height: 300px;
    background: #ccc;
    text-align: center;
    line-height: 300px;
}

a.control_prev,
a.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

a.control_prev:hover,
a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.control_prev {
    border-radius: 0 2px 2px 0;
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}

.caticerik {
    height: 20px;
    overflow: hidden;
}

.devamyazi {
    cursor: pointer;
}

#slideshow {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#slideshow>div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.modal-sub-title {
    width: 100%;
}

.modal-row {
    margin: auto;
    width: 100%;
}

@media only screen and (max-width: 400px) {
    .input-group input {
        width: 129px;
    }

    .module-profiles-name>div h2 {
        font-size: 15px;
    }

    .module-profiles-name>div h6 {
        font-size: 10px;
    }
}

.input-group input {
    width: 170px;
}

.archive>a>img {
    width: 40px;
    height: 45px;
    margin-top: -5px;

}

@media only screen and (max-width:450px) {
    .poster-inner .poster-items-link {
        height: 125px;
    }
}

#contact {
    width: 100%;
    height: 100%;
}

.section-header {
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;

    color: #fff;

    letter-spacing: 6px;
}

.contact-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    max-width: 840px;
}

/* Left contact page */
.form-horizontal {
    /*float: left;*/
    max-width: 400px;
    font-family: 'Lato';
    font-weight: 400;
}

.form-control,
textarea {
    max-width: 400px;
    background-color: #000;
    color: #fff;
    letter-spacing: 1px;
}

.send-button {
    margin-top: 15px;
    height: 34px;
    width: 400px;
    overflow: hidden;
    transition: all .2s ease-in-out;
}

.alt-send-button {
    width: 400px;
    height: 34px;
    transition: all .2s ease-in-out;
}

.send-text {
    display: block;
    margin-top: 10px;
    font: 700 12px 'Lato', sans-serif;
    letter-spacing: 2px;
}

.alt-send-button:hover {
    transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
.direct-contact-container {
    max-width: 700px;
}

/* Location, Phone, Email Section */
.contact-list {
    list-style-type: none;
    margin-left: -30px;
    padding-right: 20px;
}

.list-item {
    line-height: 4;
    color: #aaa;
}

.contact-text {
    font: 300 18px 'Lato', sans-serif;
    color: #545454;
}

.place {
    margin-left: 62px;
}

.phone {
    margin-left: 56px;
}

.gmail {
    margin-left: 53px;
}

.contact-text a {
    color: #bbb;
    text-decoration: none;
    transition-duration: 0.2s;
}

.contact-text a:hover {
    color: #fff;
    text-decoration: none;
}


/* Social Media Icons */
.social-media-list {
    position: relative;
    font-size: 22px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.social-media-list li a {
    color: #fff;
}

.social-media-list li {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 10px 3px;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    background-color: rgb(27, 27, 27);
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.social-media-list li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 0 1px #fff;
    transition: all .2s ease-in-out;
}

.social-media-list li:hover {
    background-color: #fff;
}

.social-media-list li:hover:after {
    opacity: 1;
    transform: scale(1.12);
    transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}

.social-media-list li:hover a {
    color: #000;
}

.copyright {
    font: 200 14px 'Oswald', sans-serif;
    color: #555;
    letter-spacing: 1px;
    text-align: center;
}

hr {
    border-color: rgba(255, 255, 255, .6);
}

/* Begin Media Queries*/
@media screen and (max-width: 850px) {
    .contact-wrapper {
        display: flex;
        flex-direction: column;
    }

    .direct-contact-container,
    .form-horizontal {
        margin: 0 auto;
    }

    .direct-contact-container {
        margin-top: 60px;
        max-width: 300px;
    }

    .social-media-list li {
        height: 60px;
        width: 60px;
        line-height: 60px;
    }

    .social-media-list li:after {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

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

    .direct-contact-container,
    .form-wrapper {
        float: none;
        margin: 0 auto;
    }

    .form-control,
    textarea {

        margin: 0 auto;
    }


    .name,
    .email,
    textarea {
        width: 280px;
    }

    .direct-contact-container {
        margin-top: 60px;
        max-width: 280px;
    }

    .social-media-list {
        left: 0;
    }

    .social-media-list li {
        height: 55px;
        width: 55px;
        line-height: 55px;
        font-size: 2rem;
    }

    .social-media-list li:after {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }

}

@media screen and (max-width: 410px) {
    .send-button {
        width: 99%;
    }
}

.list-item i {
    color: black;
}