﻿.page {
    box-shadow: none;
    border-radius: 5px;
}
/*Page buttons*/
.page-inside-link {
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.5s ease;
    background-color: #3780ae;
    color: #fff;
    border: 1px solid #27698d38;
    display: flex;
    width: 200px;
    align-items: center;
    justify-content: space-evenly;
    font-size: 14px;
    margin-top: 1rem;
}

    .page-inside-link:hover {
        background: #3e95c5;
        color: #fff;
        border: 1px solid transparent;
    }

.page-inside-icon {
    display: none;
}

.page-inside-link:hover .page-inside-icon {
    display: flex;
}

.tax-image-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.tax-image {
    width: 900px;
    display: flex;
    margin: auto;
    cursor: zoom-in;
    border-radius: 5px;
}
.tio-image {
    width: 900px;
    display: flex;
    margin: auto;
    cursor: zoom-in;
    border-radius: 5px;
}

.organization-row{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.organization-col {
    margin-top: 2rem;
}
.organization-info{
    margin-top: 2rem;
}
.organization-header {
    font-family: "Rajdhrani";
    font-size: 24px;
    font-weight: 600;
    height: 60px;
}
.organization-image {
    width: 800px;
    height: 400px;
    object-fit: cover;
    padding: 0.2rem;
    border: 1px solid #225c99;
    background-color: #0e3d60;
}
.baskan-image {
    height: 400px;
    object-fit: cover;
    padding: 0.2rem;
    border: 1px solid #225c99;
    background-color: #0e3d60;
}

.profile-image {
    width: 300px;
    height: 400px;
    object-fit: contain;
    object-fit: cover;
    padding: 0.2rem;
    border: 1px solid #225c99;
    background-color: #0e3d60;
}
@media screen and (max-width: 675px){
    .product-image{
        width: 300px!important;
        height: 300px!important;
    }
    .k-p{
        margin-left: 0.5rem;
    }
    .page{
        padding: 0.5rem;
    }
    .organization-image {
        width: 300px !important;
        height: 350px;
    }
    .baskan-image {
        height: 300px;
        width: 300px;
    }
    .operator-page-image {
        height: 300px;
        margin-bottom: 1rem;
    }
    .quality-li{
        width: 100%!important;
        margin-bottom: 0.5rem;
    }
    .tio-image{
        width: 300px!important;
    }
    .calisma-image{
        width: 300px!important;
    }
    .disiplin-image{
        width: 300px!important;
    }
    .tax-image{
        width: 300px!important;
    }
    .gallery-image {
        width: 330px!important;
        height: 280px!important;
    }
    .video {
        width: 330px !important;
        height: 280px !important;
    }
}
.about-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

/*References*/
.reference-page-image {
    width: 180px;
    height: 180px;
    object-fit: contain;
    padding: 1rem;
    box-shadow: 1px 1px 12px 1px #dedede;
    margin: 1rem;
}
.reference{
    display: flex;
}
.reference-container {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 80%;
    justify-content: center;
}
/*Quality Page*/
.quality-ul {
    background-image: url(../images/11.png);
    padding: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.quality-icon {
    font-size: 32px;
    color: #2a83c8;
}

.quality-li {
    width: 50%;
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/*Documents*/
.pdf-link-wrapper{
    list-style-type: none;
}
.pdf-li{
    padding: 1rem;
}
.pdf-link {
    padding: 1rem;
    color: #cc0e0e;
    transition: 0.3s ease;
    text-decoration: none;
}
    .pdf-link:hover {
        color: #950c0c;
    }

/*News*/
.news-home{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.news-top {
    display: flex;
    justify-content: space-between;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.news-header {
    color: #2277b1!important;
    font-weight: 600;
}
.news {
    padding: 2rem;
    width: 600px;
    overflow: hidden;
    margin-bottom: 0.2rem;
    border: 1px solid #8080802e;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    text-decoration: none;
}
.news p{
    color: #000;
}

/*Gallery*/
.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-image {
    width: 400px;
    height: 400px;
    object-fit: cover;
    display: flex;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    margin-top: 0.2rem;
    border-radius: 10px;
    cursor: zoom-in;
}
.video-section-wrapper{
    margin-top: 3rem;
}
.video-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.video {
    display: flex;
    width: 400px;
    height: 400px;
    object-fit: cover;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    margin-top: 0.2rem;
    border-radius: 10px;
}

/*Operator Page*/
.operator-list{
    margin-top: 3rem;
}
.operator-page-image {
    width: 100%;
    border-radius: 10px;
    margin-right: 0.2rem;
    height: 500px;
    object-fit: cover;
}

/*Vision and Mission*/
.vision-left {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex-direction: column;
}
.vision-right {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex-direction: column;
}
.vision-image {
    width: 550px;
    border: 3px solid #225c99;
    object-fit: cover;
    height: 500px;
}