@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Agdasima:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

html {
    scroll-behavior: smooth;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


body {
    display: flex;
    flex-wrap: wrap;
}


@media only screen and (min-width:0px) {
    
    #sidenav {
        width: 0px;
        background: linear-gradient(180deg, rgba(43, 81, 120, 1) 0%, rgba(21, 61, 104, 1) 100%);
        transition: all 0.5s;
        overflow: visible;
    }

    #sidenav #nav {
        width: 286px;
        height: 100dvh;
        position: fixed;
        left: -286px;
        top: 0%;
        transition: all 0.5s;
        z-index: 9999;
        background-color: #275085;
        display: inline-flex;
        flex-wrap: wrap;
    }


    #content {
        width: 100%;
    }

    #content .top-info {
        width: 100%;
        height: 40px;
        background-color: rgb(47, 91, 135);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        padding-right: 1rem;
    }

    #content .content-main {
        width: 100%;
        display: flex;
        flex-wrap: wrap;

    }

    #content .content-main .content-sticky {
        background-color: #cbb276;
        width: 100%;
        min-height: auto;
        height: auto;
        max-height: auto;
        position: relative;
        top: 4%;
        padding: 1rem 1rem 0 1rem;
    }

    #content .content-main .content-scrollable {
        width: 100%;

    }

    #content.tip .content-main {
        min-height: 90dvh;
    }

    #content .content-main .content-scrollable.faint {
        background-image: url(/assets/img/faint-n.png);
        background-size: cover;
        background-attachment: fixed;
        background-position: top center;
    }

    #content .content-main .content-scrollable.full {
        width: 100%;
        min-height: 90dvh;

    }

    #content .content-main .content-scrollable.full-and-padding {
        width: 100%;
        min-height: calc(90dvh - 200px);
        padding: 40px 5% 0 5%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    #content .content-main .content-scrollable.full-image {
        width: 100%;
        min-height: 90dvh;
        padding: 40px 5% 0 5%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    /* NAV AREA */

    #sidenav #nav .logo-bar {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        background-image: url(/assets/img/faint.png);
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center;
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 56px;
        height: 160px;
    }

    #sidenav #nav .logo-bar a {
        text-decoration: none;
        color: #cbb276;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 18px;
        font-family: Nunito sans, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    #sidenav #nav .logo-bar a span {
        display: block;
        margin-top: -15px;
    }

    #sidenav #nav .logo-bar a img {
        width: 250px;
    }

    #sidenav #nav .nav-menu {
        width: 100%;
    }

    #sidenav #nav .nav-menu ul {
        list-style-type: none;
        width: 100%;
        padding: 0 2.4rem;
    }

    #sidenav #nav .nav-menu ul li {
        width: 100%;
    }

    #sidenav #nav .nav-menu ul li a {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #cbb276;
        text-decoration: none;
        text-align: center;
        color: #cbb276;
        padding: 0.8rem 0;
        transition: 0.7s background-color;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    #sidenav #nav .nav-menu ul li:last-child a {
        border-bottom: 0px;
    }

    #sidenav #nav .nav-menu ul li a:hover {
        background-color: #ffd87e25;
        border-color: #f9bf38;
    }

    #sidenav #nav .copyright {
        width: 100%;
    }

    #sidenav #nav .copyright .rights {
        color: #cbb276;
        font-size: 10px;
    }

    #content .footer {
        width: 100%;
        background: linear-gradient(180deg, rgba(23, 63, 106, 1) 0%, rgba(21, 62, 104, 1) 100%);
        min-height: 200px;
    }


    #content .footer-top {
        width: 100%;
        height: 80px;
        background-color: #275085;
    }

    #content .footer-alt {
        width: 100%;
        height: 120px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        color: white;
        font-family: Agdasima, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 21px;

    }

    #content .footer-alt a {
        text-decoration: none;
        color: white;
        transition: color 0.4s;
        cursor: pointer;
    }

    #content .footer-alt a:hover {
        color: rgb(158, 129, 40);
    }

    #content .footer-alt a img {
        width: 100px;
        filter: grayscale(1) invert(1);
    }

    /* TOP INFO */

    #content .top-info a {
        text-decoration: none;
        margin-right: 1rem;
    }

    #content .top-info a:last-child {
        margin-right: 0;
    }

    #content .top-info a .icon {}

    #content .top-info a .icon i {
        color: #cbb276;
    }

    #content .top-info a:nth-child(1) .icon i {
        font-size: 16px;
        margin-top: 0px;
    }

    #content .top-info a:nth-child(2) .icon i {
        margin-top: -1px;
        margin-left: -1px;
        font-size: 15px;
        display: inline-block;
    }

    #content .top-info a:nth-child(3) .icon i {
        font-size: 16px;
        margin-top: 1px;
    }

    #content .top-info a .name {
        color: #cbb276;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        display: inline-flex;
        transform: translate(0, 0px);
    }

    /* HOME */
    #content .content-main .content-sticky h1 {
        font-size: 36px;
        font-weight: 300;
        color: #183c6c;
        text-transform: uppercase;
    }

    #content .content-main .content-sticky h1.long {
        display: block;
    }

    #content .content-main .content-sticky h1.short {
        display: none;
    }

    #content .content-main .content-sticky p {
        font-size: 17px;
        color: #183c6c;
        margin-top: 20px;
        font-weight: 500;
    }

    #content .content-main .content-scrollable .img-area {
        width: 100%;
        height: auto;
        min-height: auto;
        background-color: #cbb276;
        padding: 1rem;
    }

    #content .content-main .content-scrollable .text {
        padding: 2rem;
    }

    #content .content-main .content-scrollable .text p {
        font-size: 19px;
    }

    #content .content-main .content-scrollable .text .mini-img {
        background-color: #cbb276;
        width: 100%;
        min-height: 500px;
        padding: 30px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #content .content-main .content-scrollable .text .mini-img img {
        width: 100%;
        height: 100%;
        min-height: 440px;
        border: none;
        background-color: white;
        object-fit: cover;
    }

    /* ABOUT US*/

    #content .content-main .content-scrollable h5 {
        font-size: 32px;
        font-weight: 500;
        color: #183c6c;
    }

    #content .content-main .content-scrollable p {
        font-size: 14px;
        color: #000;
        margin-top: 20px;
        font-weight: 600;
    }

    #content .content-main .content-scrollable .logo-icon img {
        width: 150px;
    }

    #content.daire-tipleri .new-image {
        background-image: url(/assets/img/content/about.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-attachment: fixed;
        background-position: 0px;
    }

    #content.about .content-main .content-scrollable.faint .new-image {
        background-image: none;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: contain;
        background-position: 0px;
        padding: 40px 10% 0 10%;
        min-height: calc(100dvh - 50px);
        transition: background-position 0.5s;
    }

    #content.about .footer {
        width: 100%;
        background-color: #183c6c;
        min-height: 200px;
    }

    /* JOINT AREA */

    #content.joint .content-main .content-scrollable.faint {
        padding: 40px 3%;
    }

    #content.joint .new-image {
        background-image: url(/assets/img/content/about.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-attachment: fixed;
        background-position: 0px;
    }

    .gallery img {
        cursor: pointer;
    }

    .gallery img {
        cursor: pointer;
    }

    .b-row {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .joint-card {
        width: 200px;
        margin: 50px 30px 0px 30px;

    }

    .joint-card .card {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        width: 200px;
        height: 200px;
        background-color: white;
        border-radius: 4px;
        border: none;
        padding: 1rem;
        transition: padding 0.6s ease-in-out;
    }

    .joint-card .card img {
        height: 100%;
        object-fit: cover;
    }

    .joint-card:hover .card {
        padding: 0px;
    }

    .joint-card .name {
        text-align: center;
        margin-top: 15px;
        font-weight: 500;
        font-size: 21px;
        padding: 0 1rem;
    }

    /* CONTACT */

    #content.contact .content-main .content-scrollable {
        display: flex;
        flex-wrap: wrap;
        padding: 2rem;
    }

    #content.contact .content-main .content-scrollable .form {
        width: 100%;
        padding: 0rem 0rem 0 0rem;
    }

    #content.contact .content-main .content-scrollable .form form {
        background-color: white;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 0 1rem;
    }

    #content.contact .content-main .content-scrollable .form h5 {
        padding: 0 2.7rem;
        margin-bottom: 40px;
        text-align: center;
    }

    #content.contact .content-main .content-scrollable .map-address {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #content.contact .content-main .content-scrollable .map-address h5 {
        margin-top: 50px;
    }

    #content.contact .content-main .content-scrollable .map-address p {
        font-size: 15px;
    }

    #content.contact .content-main .content-scrollable .map-address p i {
        font-size: 18px;
        margin-right: 15px;
    }

    #content.contact .content-main .content-scrollable .map-address p a {
        text-decoration: none;
        color: #1d66c7;
    }

    #content.contact .content-main .content-scrollable iframe {
        width: 100%;
        margin-top: 40px;
    }

    /**/

    .content-card {
        width: 100%;
        height: auto;
        background-color: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        padding: 5px;
        margin-top: 30px;
    }

    .content-card a {
        width: 100%;
        height: auto;
        background-color: gray;
        display: flex;
        flex-wrap: wrap;

    }

    .content-card:first-child {
        margin-top: 0;
    }

    .content-card a img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    /**/

    dialog[open] {
        display: flex;
        flex-wrap: wrap;
    }

    dialog {
        position: fixed;
        left: 0%;
        top: 0%;
        width: 100dvw;
        height: 100dvh;
        border: none;
        background-color: transparent;
        overflow: hidden;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    dialog .dialogClose {
        background-color: #0000004d;
        width: 100dvw;
        height: 100dvh;
        position: fixed;
        left: 0%;
        top: 0%;
        border: none;
        z-index: 333;
        animation: dialogBG 0.2s;
    }

    dialog .mainDialog {
        width: 65%;
        min-width: 360px;
        height: 550px;
        position: relative;
        z-index: 555;
        background-color: white;
        border-radius: 8px;
        overflow: hidden;
    }

    dialog .mainDialog object {
        overflow: hidden;
    }

    @keyframes dialogBG {
        from {
            background-color: #00000000;
        }

        to {
            background-color: #0000004d;
        }
    }

    .title span {
        border-bottom: 2px solid #cbb276;
        color: #183c6c;
        font-size: 25px;
        font-weight: 600;
    }

    .title.low {
        color: #183c6c;
        font-size: 19px !important;
        font-weight: 600;
        text-transform: uppercase;
    }

    .title.low span {
        color: #cbb276;
        border: none;
        font-size: 28px;
        display: inline-flex;
        transform: translate(0, 3px);
        margin-right: 10px;
        font-weight: 600;
    }

    .showBtn {
        width: 220px;
        border-width: 0 0 2px 0;
        padding: 10px;
        border-color: #cbb276;
        height: 244px;
        margin-top: 10px;
        margin-right: 20px;
    }

    .showBtn .btn-img {
        height: 162px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    .showBtn:last-child {
        margin-right: 0;
    }

    .showBtn p {
        color: #cbb276 !important;
        text-transform: uppercase;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    .showBtn img {
        width: 100%;
    }

    /**/

    #fullpage {
        display: none;
        position: fixed;
        z-index: 9999;
        top: 0%;
        left: 0%;
        width: 100vw;
        height: 100vh;
        background-size: contain;
        background-repeat: no-repeat no-repeat;
        background-position: center center;
        background-color: black;
    }

    .gallery .full {
        width: 96%;
        margin-right: 20px;
        margin-top: 20px;
    }

    .gallery .half {
        width: 96%;
        margin-right: 20px;
        margin-top: 20px;
    }

    /**/

    .features-list {
        list-style-type: none;
        padding: 0;
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
    }

    .features-list li {
        width: 50%;
        text-align: center;
        font-weight: 700;
        text-transform: capitalize;
        color: #2b5178;
        font-family: Nunito sans, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        margin-top: 40px;
    }

    .features-list li:nth-child(1),
    .features-list li:nth-child(2) {
        margin-top: 0;
    }

    .features-list li img {
        width: 60px;
        margin-bottom: 10px;
    }

    .features-list li .logo {
        width: 150px;
    }

    .features-list li span {
        font-size: 21px;
        font-weight: 900;
    }

    .mobile-nav {
        position: sticky;
        top: 0%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        height: auto;
        width: 100%;
        z-index: 777;
        background: linear-gradient(180deg, rgba(43, 81, 120, 1) 0%, rgba(21, 61, 104, 1) 100%);
        padding: 0 1rem 0 1rem;
    }

    .mobile-nav .logo img {
        width: 90px;
        padding: 5px 0;
    }

    .mobile-nav .menu-btn {
        font-size: 21px;
        color: #cbb276;
        background-color: transparent;
        border: none;
    }

    #sidenav.opened #close {
        display: block;
        position: fixed;
        left: 0%;
        top: 0%;
        width: 100%;
        height: 100dvh;
        z-index: 8888;
        background-color: rgba(0, 0, 0, 0.4);
        border: none;
    }

    #sidenav #close {
        display: none;
    }

    #sidenav.opened #nav {
        left: 0% !important;
    }

    #sidenav.closed #nav {
        left: -286px;
    }
    .w-50 {
        width: 100% !important;
    }

    .w-100 {
        width: 100% !important;
    }
}

@media only screen and (min-width:480px) {
    #content .content-main .content-scrollable.full-and-padding {
        padding: 40px 15% 0 15%;
    }

    .content-card {
        padding: 20px;
    }

    #content.contact .content-main .content-scrollable .form form {
        width: 400px;
        padding: 0 3rem;
    }

    #content.contact .content-main .content-scrollable .form {
        padding: 0rem 2rem 0 2rem;
    }
}

@media only screen and (min-width:700px) {
  

    .gallery .full {
        width: 44%;
        margin-right: 20px;
        margin-top: 20px;
    }

    .gallery .half {
        width: 44%;
        margin-right: 20px;
        margin-top: 20px;
    }

    #content.joint .content-main .content-scrollable.faint {
        padding: 40px 10%;
    }

    #content.contact .content-main .content-scrollable .map-address {
        width: 60%;
    }

    .gallery .full {
        width: 22%;
        margin-right: 20px;
        margin-top: 20px;
    }

    .gallery .half {
        width: 44%;
        margin-right: 20px;
        margin-top: 20px;
    }
}

@media only screen and (min-width:992px) {
    #content .content-main .content-sticky {
        width: 40%;
        height: 120vh;
        position: sticky;
        padding: 3rem 3rem 0 3rem;
    }

    #content .content-main .content-scrollable {
        width: 60%;

    }

    #content .content-main .content-sticky h1.long {
        display: none;
    }

    #content .content-main .content-sticky h1.short {
        display: block;
    }

    #content .content-main .content-scrollable .text {
        padding: 4rem;
    }

    #content .content-main .content-scrollable.full-and-padding {
        width: 100%;
        min-height: calc(90dvh - 200px);
        padding: 40px 15% 0 15%;
        display: block;
    }

    #content.contact .content-main .content-scrollable .form {
        width: 40%;
        padding: 0rem 1rem 0 1rem;
    }

    #content.contact .content-main .content-scrollable .form h5 {
        text-align: left;
    }

    #content.contact .content-main .content-scrollable iframe {
        width: 500px;
        margin-top: 0px;
    }
}

@media only screen and (min-width:1200px) {

    #content .content-main .content-sticky {
        height: 130vh;
    }

    #content.contact .content-main .content-scrollable iframe {
        width: 600px;
    }
}

@media only screen and (min-width:1400px) {
    .mobile-nav {
        display: none;
    }

    #sidenav #nav {
        background-color: transparent;
    }

    #sidenav #nav {
        left: 0%;
    }

    #sidenav {
        width: 286px;
    }

    #content {
        width: calc(100% - 286px);
    }

    .w-50 {
        width: 50% !important;
    }

    .w-100 {
        width: 100% !important;
    }

    .gallery .full {
        width: 22%;
        margin-right: 20px;
        margin-top: 20px;
    }

    .gallery .half {
        width: 44%;
        margin-right: 20px;
        margin-top: 20px;
    }

    #content .top-info {
        background-color: rgba(43, 81, 120, 1);
        padding-right: 1rem;
    }

    #content .content-main .content-sticky {
        top: 0%;
        height: 130dvh;
        padding: 3rem 5rem 0 5rem;
    }

    #content .content-main .content-sticky h1 {
        font-size: 42px;
    }

    #content.joint .new-image {
        background-position: 280px;
    }

    #content.about .content-main .content-scrollable.faint .new-image {
        background-position: 280px;
        padding: 40px 20% 0 30%;
        background-image: url(/assets/img/content/about.png);
    }

    #content.daire-tipleri .new-image {
        background-position: 280px;
        background-image: url(/assets/img/content/about.png);
    }

    #content .content-main .content-scrollable p {
        font-weight: 400;
        color: #183c6c;
    }

    #content .content-main .content-scrollable.full-and-padding {
        padding: 40px 25% 0 25%;
        min-height: 90dvh;
    }

    #content.joint .content-main .content-scrollable.faint {
        padding: 40px 20%;
    }
}

@media only screen and (min-width:1500px) {
    #content .content-main .content-sticky {
        height: 120dvh;
    }
}

@media only screen and (min-width:1600px) {
    #content .content-main .content-sticky h1 {
        font-size: 52px;
    }

    #content .content-main .content-scrollable .img-area {
        min-height: 586px;
    }
}

@media  (min-height:0px){
    #sidenav #nav .logo-bar {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        background-image: url(/assets/img/faint.png);
        background-repeat: no-repeat;
        background-size: 55%;
        background-position: center;
        margin-top: 17px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 56px;
        height: 160px;
        margin-bottom: 60px;
    }
    
    #sidenav #nav .logo-bar a {
        text-decoration: none;
        color: #cbb276;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 16px;
        font-family: Nunito sans, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    #sidenav #nav .logo-bar a span {
        display: block;
        margin-top: -15px;
    }

    #sidenav #nav .logo-bar a img {
        width:180px;
    }
}
@media  (min-height:661px){
    #sidenav #nav .logo-bar {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        background-image: url(/assets/img/faint.png);
        background-repeat: no-repeat;
        background-size: 60%;
        background-position: center;
        margin-top: 25px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 56px;
        height: 160px;
        margin-bottom: 100px;
    }

}
@media  (min-height:900px){
    #sidenav #nav .logo-bar {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        background-image: url(/assets/img/faint.png);
        background-repeat: no-repeat;
        background-size: 60%;
        background-position: center;
        margin-top: 25px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 56px;
        height: 160px;
        margin-bottom: 0px;
    }

    #sidenav #nav .logo-bar a {
        text-decoration: none;
        color: #cbb276;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 18px;
        font-family: Nunito sans, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    #sidenav #nav .logo-bar a span {
        display: block;
        margin-top: -15px;
    }

    #sidenav #nav .logo-bar a img {
        width:200px;
    }
}