@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);
    font-weight: 700;
    letter-spacing: 0.1px;
    /* border: 1px solid black; */
}

.original {
    font-size: 16px;
    font-family: var(--logotxt);
}

.logo_slogan {
    margin-left: 20px;
    font-size: 15px;
    font-family: var(--logotxt);
    color: var(--fume);
    font-weight: 700;
    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:nth-child(3) {
    color: var(--fume);
    margin-top: 25px;
    font-size: 1vw;
    line-height: 1.6;
}

.main_left_txt p:last-child {
    color: var(--siyah);
    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 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) {

    .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;
    }

}

/*section 912 px responsive*/

@media (max-width:912px) {

    .section_title {
        font-size: 5vw;
        /* border: 1px solid red; */
    }

    .display_none {
        display: none;
    }


    /*SECTION 912 px links RESPONSIVE */

    .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 912 px main RESPONSIVE */

    .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;
        padding-bottom: 25px;
    }
    .main_left_txt>h1 {
        font-size: 6vw;
    }

    .main_left_txt p:nth-child(2) {
        font-size: 2vw;
    }

    .main_left_txt p:nth-child(3) {
        font-size: 2vw;
    }
    .main_left_txt p:nth-child(4) {
        font-size: 2vw;
    }

    .main_right {
        width: 100%;
        /* border: 1px solid red; */
    }

    .main_right img {
        padding: 0;
        max-height: 100%;
    }

    /*SECTION 912 px footer RESPONSIVE */

    footer{
        margin-top:25px;
    }
    .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;
    }
}

/*SECTION 768 px RESPONSIVE */

@media (max-width:768px) {
    footer{
        margin-top:175px;
    }
}

/*SECTION 540 px RESPONSIVE */

@media (max-width:541px) {
   footer{
       margin-top:175px;
   }
}
/*SECTION 414 px RESPONSIVE */

@media (max-width:414px) {

    .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.5vw;
        margin-left: 5px;
    }

    .logo_slogan {
        font-size: 2.6vw;
        letter-spacing: 4px;
        margin-left: 6px;
    }

    .original {
        font-size: 12px;
    }

    .links {
        display: none;
    }

    /* SECTION 414 px 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);
    }
    .main_container {
        flex-direction: column-reverse;
        margin-top: 100px;
        justify-content: flex-end;
        /* border: 1px solid purple; */
    }
    .main_left_txt>h1{
        font-size: 11vw;
        margin-top:0;
    }
    .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 p:nth-child(4) {
        font-size: 3vw;
    }

/*section 414 px footer responsive*/

    footer{
        margin-top:100px;
    }

    .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: 75px;
    }
    .copy{
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 13px;
    }
    .copy p{
        text-align: center;
    }
    .mobile_active a{
        border-bottom: 2px solid var(--maincolor);
        color: var(--maincolor);
        padding-bottom:3px;
    }
}
/*section 375 px footer responsive*/

@media (max-width:375px) {
    footer{
        margin-top:250px;
    }
}
/*section 360 px footer responsive*/

@media (max-width:360px) {
    footer{
        margin-top:130px;
    }
}