@import '../css/reset.css';
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=DM+Serif+Display&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css");

@font-face {
    font-family: 'Avenir_Next';
    src: url('fonts/AvenirNext-Bold.eot');
    src: local('Avenir Next Bold'), local('AvenirNext-Bold'),
    url('fonts/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/AvenirNext-Bold.woff2') format('woff2'),
    url('fonts/AvenirNext-Bold.woff') format('woff'),
    url('fonts/AvenirNext-Bold.ttf') format('truetype'),
    url('fonts/AvenirNext-Bold.svg#AvenirNext-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --maincolor: #158F9A;
    --buton: #10676e;
    --gri: #E5DBCF;
    --fume: #807A73;
    --siyah: #000000;
    --back: #F6F6F4;
    --beyaz: #ffffff;
    --serif: 'DM Serif Display', Times, serif;
    --sans_serif: "Montserrat", Helvetica, Arial, sans-serif;
    --logotxt: 'Avenir_Next', Helvetica, Arial, sans-serif;
    --ourtxt: 'Great Vibes', cursive;
}

html,
body {
    font-family: var(--sans_serif);
    background-color: var(--back);
}

.green_button {
    background: var(--maincolor);
    padding: 15px 30px;
    border-radius: 30px;
    color: var(--beyaz);
    font-size: .8vw;
    font-weight: 400;
    transition: 300ms all;
    letter-spacing: 1.5px;
}

.green_button:hover {
    background: var(--buton);
}

.section_title {
    font-weight: 900;
    font-family: var(--serif);
    font-size: 3vw;
    text-align: center;
}

.gray_txt {
    color: var(--fume);
}

.green_txt {
    color: var(--maincolor);
}

.ourtxt {
    position: relative;
    top: -25px;
    left: 75px;
    display: inline-block;
    font-family: var(--ourtxt);
    font-size: 3.5vw;
    font-weight: 500;
    transform: rotate(-15deg);
}

.tick {
    color: var(--maincolor);
    font-size: 1vw;
    font-weight: 700;
}

.socialw a i{
    color:#128C7E;
    font-size:40px;
}

.socialp a i{
    color:#17ABED;
    font-size:40px;
}
.sociale a i{
    color:#E34033;
    font-size:40px;
}
.socialdiv{
    display: flex;
    justify-content: space-between;
}

/* SECTION LINKS */

.mobile_links {
    display: none;
}

.link_section {
    background-color: var(--beyaz);
    display: flex;
    justify-content: center;
    width: 100%;
    position: fixed;
    top: 0;
    height: 90px;
    z-index: 5;
}

.link_container {
    height: auto;
    width: 90%;
    display: flex;
    align-items: center;
    margin-left: 75px;
}

.link_container>div {
    width: 100%;
    height: 100px;
}

.logo>a {
    height: 100%;
    width: 450px;
    display: flex;
    align-items: center;
}

.logo a img {
    height: 90px;
    margin-top: 10px;
}

.logo_title {
    margin-left: 20px;
    font-size: 45px;
    font-family: var(--logotxt);
    color: var(--fume);
    letter-spacing: 0.1px;
    /* border: 1px solid black; */
}

.original {
    font-size: 20px;
    font-family: var(--logotxt);
}

.logo_slogan {
    margin-left: 20px;
    font-size: 16px;
    font-family: var(--logotxt);
    color: var(--fume);
    font-weight: 400;
    letter-spacing: 4.8px;
    /* border: 1px solid cyan; */
}

.links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
}

.links a {
    height: 98px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    font-size: 0.7vw;
    font-family: var(--sans_serif);
    color: var(--fume);
    letter-spacing: 1.3px;
    font-weight: 600;
    border-bottom: 0 solid var(--maincolor);
}

.links a:last-child {
    margin-right: 50px;
}

.link_hover {
    transition: 200ms all ease-in-out;
    border-bottom: 0 solid var(--maincolor);
}

.active .link_hover,
.links a:hover .link_hover {
    color: var(--maincolor);
    border-bottom: 3px solid var(--maincolor);
    padding-bottom: 10px;
}


/* SECTION MAIN */


.main_container {
    display: flex;
    justify-content: center;
    height: calc(100% - 90px);
    width: 100%;
    box-sizing: border-box;
    margin-top: 90px;
    /* border: 1px solid red; */
}

.main_left_cont {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: var(--beyaz);
    border-radius: 0 0 50px 0;
    /* border: 1px solid blue; */
    box-sizing: border-box;
    height: 100%;
}

.main_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: auto;
    /* border: 1px solid black; */
    box-sizing: border-box;
    margin-right: 40px;
}

.main_left_txt {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    /* border: 1px solid cyan; */
}

.main_left_txt p:nth-child(2) {
    color: var(--siyah);
    margin-top: 25px;
    font-size: 1vw;
    line-height: 1.6;
}

.main_left_txt p:last-child {
    color: var(--fume);
    font-size: 1vw;
    line-height: 1.6;
    margin-top: 25px;
}

.main_left_button {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    /* border: 1px solid red; */
}

.main_right {
    width: 50%;
    /* border: 1px solid purple; */
}

.main_right>img {
    width: 100%;
    max-height: 70%;
    box-sizing: border-box;
}

/* SECTION BOXES */


.sect4 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 100px;
}

.sect4_table2 {
    width: 95%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.sect4_table2 div {
    display: flex;
    align-items: center;
    width: 320px;
    height: 200px;
    border-radius: 0 20px 20px 20px;
    margin-left: 3vw;
    background-color: var(--beyaz);
    opacity: .6;
    filter: grayscale(1);
    transition: 500ms all;
}

.sect4_table2 div:hover {
    opacity: 1;
    filter: grayscale(0);
    transform: scale(1.1);
}

.sect4_table2 div:first-child {
    margin-left: 0;
}

/* SECTION HİZMETLERİMİZ */


.location_sect {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 100px;

}

.location_cont {
    background-color: var(--beyaz);
    width: 70%;
    height: 60%;
    border-radius: 0 20px 20px 20px;
    padding: 50px;
}

.location_left_right {
    display: flex;
    width: 100%;
}

.location_left {
    width: 50%;
}

.location_left img {
    position: relative;
    margin-left: -100px;
    margin-top: 25px;
    overflow: hidden;
    border-radius: 0 20px 20px 20px;
}

.mobile_pic {
    display: none;
}

.location_right {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 1px solid purple; */
}

.location_right_todo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    line-height: 1.7;
    color: var(--fume);
    /* border: 1px solid red; */
}


.location_right_todo a {
    color: var(--siyah);
    font-size: 20px;
    margin-top: 10px;
}

.location_right>a {
    margin-top: 50px;
    /* border: 1px solid red; */
}

.location_right_todo div:first-child {
    margin-right: 50px;
}



/* SECTION REFERANSLAR*/


.about_container {
    width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    flex-direction: column;
    margin-top: 75px;
}

.about_title {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.about_title>p {
    color: var(--fume);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.about_left_right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.about_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
    padding-right: 75px;
}

.about_left p {
    margin-top: 10px;
    color: var(--siyah);
    font-size: 20px;
    /* border: 1px solid red; */
}

.about_left p:nth-child(11) {
    font-size: 30px;
    /* border: 1px solid red; */
    line-height: 1.6;
    text-align: center;
    font-weight: 600;
    font-family: var(--serif);
    color: var(--fume);
}

.about_left div {
    margin-top: 50px;
    text-align: center;
}

.about_right {
    width: 30%;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.about_right img {
    transition: 600ms transform;
}

.about_right img:hover {
    transform: scale(1.2);
}

.about_right_left div img {
    width: 300px;
    border-radius: 0 25px 25px 25px;
}

.about_right_left div:last-child {
    margin-top: 20px;
}

.about_right_right {
    /* border: 1px solid blue; */
    margin-left: 20px
}

.about_right_right div img {
    width: 300px;
    border-radius: 0 25px 25px 25px;
}

.about_right_right div:nth-child(2),
.about_right_right div:nth-child(3) {
    margin-top: 20px;
}



/* SECTION FOOTER */

footer {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    background-color: var(--beyaz);
    padding: 20px;
}

.footer_1 {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin-top: 25px;
}

.footer_1_1 {
    border-bottom: 1px solid var(--gri);
    padding-bottom: 10px;
    width: 50%;
    line-height: 1.6;
    color: var(--fume);
    letter-spacing: 0.5px;
}

.footer_1_1 a {
    text-decoration: none;
    color: var(--fume);
    font-size: 1vw;
}

.footer_1_1 a:hover {
    color: var(--siyah);
}

.footer_1_2 {
    display: flex;
    color: var(--fume);
    border-bottom: 1px solid var(--maincolor);
    padding-bottom: 10px;
    width: 50%;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.footer_1_2 a {
    text-decoration: none;
    color: var(--fume);
    font-size: 1vw;
}

.footer_1_2 div {
    padding-left: 25px;
}

.footer_1_2 a:hover {
    color: var(--siyah);
}

.footer_1_2 div:first-child {
    padding-left: 0;
}

.footer_logo {
    margin-top: 25px;
}

.footer_logo>a {
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
}

.footer_logo a img {
    height: 90px;
    margin-top: 10px;
}


#footer_txt {
    width: 50%;
    color: var(--fume);
    text-align: center;
    font-size: 13px;
}

.copy {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 50px 0 25px 0;
    color: var(--fume);
}

.copy a {
    color: var(--fume)
}

.copy a:hover>span {
    color: #00AC69;
}

/* SECTION RESPONSIVE */
/*section 1024 px responsive*/
@media (max-width:1025px) {
    .sect4_table2 div {
        opacity: 1;
        filter: grayscale(0);

    .logo a img {
        width: 70px;
    }
    .logo_title{
        font-size: 4vw;
    }
    .logo_slogan{
        font-size:1.3vw;
    }
    .link_container {
        margin-left:0;
    }
    .links a{
        font-size:1vw;
    }
    .sect4 {
        margin-top:25px;
    }
    .about_left {
        width: 50%;
    }
    .about_right {
        align-items: flex-start;
    }
    .about_container {
        margin-top:25px;
    }

}

@media (max-width:912px) {

    .section_title {
        font-size: 5vw;
        /* border: 1px solid red; */
    }

    .ourtxt {
        position: relative;
        top: -25px;
        left: 75px;
        display: inline-block;
        font-family: var(--ourtxt);
        font-size: 8vw;
    }

    .display_none {
        display: none;
    }

    /* SECTION RESPONSIVE LINKS */

    .link_section {
        height: 150px;
        /* border: 1px solid red; */
    }

    .link_container {
        margin-left: 0;
        flex-direction: column;
        /* border: 1px solid red; */
    }

    .logo a img {
        height: 75px;
        margin-top: 10px;
        /* border: 1px solid red; */
    }

    .links a {
        height: 50px;
        font-size: 1.4vw;
        /* border: 1px solid red; */
        margin-top: 15px;
    }

    .link_hover {
        height: auto;
        /* border: 1px solid black; */
    }

    /*SECTION RESPONSIVE MAIN */

    .main_container {
        flex-direction: column-reverse;
        margin-top: 150px;
        justify-content: flex-end;
        /* border: 1px solid purple; */
    }

    .main_left_cont {
        width: 100%;
        justify-content: center;
        height: auto;
        /* border: 1px solid blue; */
        /* padding-bottom: 50px; */
    }

    .main_left {
        height: 50%;
        margin-right: 0;
        /* border: 1px solid black; */
    }

    .main_left_txt {
        margin-top: 25px;
    }

    .main_left_txt p:nth-child(2) {
        font-size: 2vw;
    }

    .main_left_txt p:nth-child(3) {
        font-size: 2vw;
    }

    .main_left_button {
        margin-bottom: 50px;
    }

    .main_right {
        width: 100%;
        /* border: 1px solid red; */
    }

    .main_right img {
        padding: 0;
        max-height: 100%;
    }

    .green_button {
        font-size: 1.6vw;
        letter-spacing: 1.3px;
    }


    .main_left_txt>h1 {
        font-size: 6vw;
    }

    /* SECTION RESPONSIVE BOXES */

    .sect4 {
        margin-top: 175px;
    }

    .sect4_table2 {
        width: 100%;
        padding: 0 50px;
        /* border: 1px solid red; */
    }

    .sect4_table2 div {
        width: calc((100% / 4) - 50px);
        height: 150px;
    }

    /* SECTION RESPONSIVE HİZMETLERİMİZ */

    .location_cont {
        width: 80%;
        height: auto;
    }

    .location_right_todo a {
        font-size: 1.8vw;
    }

    .location_left img {
        position: relative;
        margin-left: -75px;
    }

    .mobile_pic {
        display: flex;
        position: relative;
        margin-left: -100px;
        margin-top: 75px;
        overflow: hidden;
        border-radius: 0 15px 15px 15px;
    }

    /* SECTION RESPONSIVE REFERANSLAR*/


    .about_left {
        width: 50%;
        margin-top: 50px
    }

    .about_left p {
        font-size: 18px;
    }

    .about_right {
        height: auto;
        width: 35%;
        margin-top: 25px;
    }

    .about_right_left {
        display: none;
    }

    /* SECTION RESPONSIVE FOOTER*/

    .footer_1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        /* border: 1px solid red; */
    }

    .footer_1_1 {
        width: 90%;
    }

    .footer_1_1 a,
    .footer_1_1 p {
        font-size: 1.6vw;
    }

    .footer_1_2 {
        width: 90%;
        margin-top: 20px;
        justify-content: space-between;
    }

    .footer_1_2 a,
    .footer_1_2 p {
        font-size: 1.6vw;
    }

    .copy {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
    }

    .copy a {
        margin-top: 25px;
    }

}
@media (max-width:541px) {
    .sect4 {
        margin-top:200px;
    }

    .sect4_table2 {
        margin-top:25px;
    }
    .sect4_table2 div {
        width: calc((100% / 3) - 50px);
    }
    .about_right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .about_right_left {
        display:flex;
        flex-direction: column;
    }
    .about_right_left div {
        width: 169px;
    }
    .about_right_right{
        margin-top:20px;
    }
}

@media (max-width:414px) {

    .mobile_active a{
        border-bottom:2px solid var(--maincolor);
        color:var(--maincolor);
    }

    .link_container {
        margin-left: 0;
        width: 100%;
    }

    .mobile_links {
        display: flex;
    }

    .display_none {
        display: none;
    }

    .link_section {
        height: 100px;
        /* border: 1px solid red; */
        justify-content: flex-start;
    }
    .logo{
        margin-left:15px;
        width: 100%;
    }
    .logo>a {
        width: 84%;
        margin-left:0;
    }
    .logo a img {
        height: 50px;
        margin-top: 10px;
        margin-left: 0;
        /* border: 1px solid red; */
    }

    .logo_title {
        font-size: 8.9vw;
        margin-left: 3px;
    }

    .logo_slogan {
        font-size: 2.8vw;
        letter-spacing: 4px;
        margin-left: 6px;
    }

    .original {
        font-size: 12px;
    }

    .links {
        display: none;
    }

    /* SECTION HAMBURGER MENU */

    .menu-icon {
        position: absolute;
        top: 30px;
        right: 10px;
        width: 40px;
        height: 30px;
        padding: 4px 8px;
        box-sizing: border-box;
        cursor: pointer;
        align-items: center;
        z-index: 10;
    }

    .menu-icon span {
        width: 100%;
        height: 3px;
        display: block;
        background: var(--fume);
        margin: 6px 0;
        transition: .5s;
    }

    .sidebar {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        top: 0;
        left: 0;
        width: 250px;
        height: 100vh;
        background: var(--beyaz);
        transition: .5s;
        padding: 20px;
        text-align: center;
        box-sizing: border-box;
        transform: translateX(-250px);
    }
    .outbar{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        top: 0;
        left: 250px;
        width: calc(100% - 250px);
        height: 100vh;
        background: rgba(0, 0, 0, .5);
        transition: .5s;
        padding: 20px;
        box-sizing: border-box;
        transform: translateX(calc(100% - (-250px) + (-250px)));
    }

    .sidebar * {
        margin-left: 5px;
    }

    .toggle_button {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -99;
        display:none;
    }

    .toggle_button:checked+label .menu-icon span:nth-child(1) {
        transform: rotate(45deg);
        position: absolute;
        width: calc(100% - 16px);
        top: calc(100% - 20px);
        color: var(--siyah);
    }

    .toggle_button:checked+label .menu-icon span:nth-child(3) {
        transform: rotate(-45deg);
        position: absolute;
        width: calc(100% - 16px);
        top: calc(100% - 20px);
        color: var(--siyah);
    }

    .toggle_button:checked+label .menu-icon span:nth-child(2) {
        display: none;
        color: var(--siyah);
    }

    .toggle_button:checked+label .sidebar,
    .toggle_button:checked+label .outbar{
        transform: translateX(0);
    }
    .sidebar .logoimg {
        width: 50px;
        margin:25px 25px;
    }
    .mobile_link{
        margin-bottom:20px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        padding:5px;
    }
    .mobile_link a{
        color: var(--fume);
    }

    .mobile_active a{
        border-bottom: 2px solid var(--maincolor);
        color: var(--maincolor);
        padding-bottom:3px;
    }
    .main_container {
        flex-direction: column-reverse;
        margin-top: 100px;
        justify-content: flex-end;
        /* border: 1px solid purple; */
    }
    .main_left_txt p:nth-child(2) {
        font-size: 3vw;
        margin-top:10px;
    }

    .main_left_txt p:nth-child(3) {
        font-size: 3vw;
    }

    .main_left_txt>h1{
        font-size: 11vw;
        margin-top:0;
    }

    .ourtxt {
        position: relative;
        top: -20px;
        left: 50px;
        display: inline-block;
        font-family: var(--ourtxt);
        font-size: 12vw;
    }

    .green_button{
        margin-left:10px;
        font-size:2.8vw;
    }

    .sect4{
        margin-top:100px;
    }
    .section_title{
        font-size: 8vw;
    }
    .sect4_table2 {
        margin-top:25px;
        padding:0 10px;
        flex-wrap: wrap;
    }

    .sect4_table2 div {
        width: calc(100% / 3) ;
        height: 100px;
    }

    .sect4_table2 div:nth-child(3){
        margin-left:0;
        margin-top:3vw;
    }
    .sect4_table2 div:nth-child(4){
        margin-top:3vw;
    }

    .location_sect {
        margin-top:25px;
    }

    .location_cont {
        padding: 5px;
    }

    .location_left_right {
        flex-direction: column;
    }
    .location_left {
        width: 100%;
        margin-top: 10px;
    }
    .location_left img {
        margin-left:-20px;
    }

    .location_left img:nth-child(2){
        display:none;
    }
    .location_right {
        width: 100%;
    }

    .location_right_todo a {
        font-size: 3.5vw;
    }
    .location_right>a {
        margin:25px 0;

    }
    .tick{
        font-size: 3vw;
    }

    .about_container {
        margin-top:25px;
    }

    .about_left_right {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .about_right,
    .about_right_right,
    .about_right_right div{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin:0;
    }

    .about_right_left {
        display:none;
    }

    .about_right_right div:nth-child(1),
    .about_right_right div:nth-child(3){
        display: none;
    }
    .about_right_right div img{
        margin: 0;
    }
    .about_left {
        width: 100%;
        margin-top:25px;
        padding:0;
    }
    .about_left p{
        margin-left:50px;
    }
    .about_left p:nth-child(11){
        margin:10px 25px;
    }
    .about_left div:last-child{
        margin-top:25px;
    }

    footer{
        margin-top:40px;
    }

    .footer_1 {
        margin-top:25px;
    }
    .footer_1_1 {
        width: 100%;
    }

    .footer_1_1 a,
    .footer_1_1 p {
        font-size: 2.5vw;
    }
    .footer_1_1 a {
        color:var(--siyah);
    }

    .footer_1_2 {
        width: 100%;
        flex-direction: column;
    }

    .footer_1_2 p{
        font-size: 2.5vw;
        line-height: 1;
    }
    .footer_1_2 a{
        font-size: 2.5vw;
        color:var(--siyah);
        margin-top:5px;
        line-height: 1;
    }
    .footer_1_2 div {
        padding-left: 0;
        margin-bottom:15px;
    }
    .footer_logo a img {
        width: 60px;
    }
    .copy{
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 13px;
    }
    .copy p{
        text-align: center;
    }

}